| Line | |
|---|
| 1 | /*
|
|---|
| 2 | IMPORTANT NOTE: IF THIS FILE IS CHANGED, WININST-6.EXE MUST BE RECOMPILED
|
|---|
| 3 | WITH THE MSVC6 WININST.DSW WORKSPACE FILE MANUALLY, AND WININST-7.1.EXE MUST
|
|---|
| 4 | BE RECOMPILED WITH THE MSVC 2003.NET WININST-7.1.VCPROJ FILE MANUALLY.
|
|---|
| 5 |
|
|---|
| 6 | IF CHANGES TO THIS FILE ARE CHECKED INTO PYTHON CVS, THE RECOMPILED BINARIES
|
|---|
| 7 | MUST BE CHECKED IN AS WELL!
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | //{{NO_DEPENDENCIES}}
|
|---|
| 11 | // Microsoft Developer Studio generated include file.
|
|---|
| 12 | // Used by install.rc
|
|---|
| 13 | //
|
|---|
| 14 | #define IDD_DIALOG1 101
|
|---|
| 15 | #define IDB_BITMAP1 103
|
|---|
| 16 | #define IDD_INTRO 107
|
|---|
| 17 | #define IDD_SELECTPYTHON 108
|
|---|
| 18 | #define IDD_INSTALLFILES 109
|
|---|
| 19 | #define IDD_FINISHED 110
|
|---|
| 20 | #define IDB_BITMAP 110
|
|---|
| 21 | #define IDC_EDIT1 1000
|
|---|
| 22 | #define IDC_TITLE 1000
|
|---|
| 23 | #define IDC_START 1001
|
|---|
| 24 | #define IDC_PROGRESS 1003
|
|---|
| 25 | #define IDC_INFO 1004
|
|---|
| 26 | #define IDC_PYTHON15 1006
|
|---|
| 27 | #define IDC_PATH 1007
|
|---|
| 28 | #define IDC_PYTHON16 1008
|
|---|
| 29 | #define IDC_INSTALL_PATH 1008
|
|---|
| 30 | #define IDC_PYTHON20 1009
|
|---|
| 31 | #define IDC_BROWSE 1010
|
|---|
| 32 | #define IDC_INTRO_TEXT 1021
|
|---|
| 33 | #define IDC_VERSIONS_LIST 1022
|
|---|
| 34 | #define IDC_BUILD_INFO 1024
|
|---|
| 35 | #define IDC_BITMAP 1025
|
|---|
| 36 | #define IDC_OTHERPYTHON 1026
|
|---|
| 37 |
|
|---|
| 38 | // Next default values for new objects
|
|---|
| 39 | //
|
|---|
| 40 | #ifdef APSTUDIO_INVOKED
|
|---|
| 41 | #ifndef APSTUDIO_READONLY_SYMBOLS
|
|---|
| 42 | #define _APS_NEXT_RESOURCE_VALUE 112
|
|---|
| 43 | #define _APS_NEXT_COMMAND_VALUE 40001
|
|---|
| 44 | #define _APS_NEXT_CONTROL_VALUE 1028
|
|---|
| 45 | #define _APS_NEXT_SYMED_VALUE 101
|
|---|
| 46 | #endif
|
|---|
| 47 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.