1 // resource ids
2 #define IDD_STARTWIN                1000
3 #define IDC_STARTWIN_TABCTL         1001
4 #define IDC_STARTWIN_BITMAP         1002
5 #define IDC_ALWAYSSHOW              1003
6 #define IDC_STARTWIN_APPTITLE       1004
7 #define IDC_STARTWIN_APPLINK        1005
8 #define IDC_STARTWIN_APPVERSION     1006
9 
10 #define IDD_PAGE_CONFIG             1100
11 #define IDC_FULLSCREEN              1101
12 #define IDC_VMODE3D                 1102
13 #define IDC_SINGLEPLAYER            1103
14 #define IDC_JOINMULTIPLAYER         1104
15 #define IDC_HOSTMULTIPLAYER         1105
16 #define IDC_HOSTFIELD               1106
17 #define IDC_NUMPLAYERS              1107
18 #define IDC_NUMPLAYERSUD            1108
19 #define IDC_SOUNDQUALITY            1109
20 #define IDC_USEMOUSE                1110
21 #define IDC_USEJOYSTICK             1111
22 
23 #define IDD_PAGE_MESSAGES           1200
24 #define IDC_MESSAGES                1201
25 
26 #define IDD_PAGE_GAME               1300
27 #define IDC_GAMELIST                1301
28 #define IDC_CHOOSEIMPORT            1302
29 #define IDC_IMPORTINFO              1303
30 
31 #define IDD_IMPORTINFO              1400
32 #define IDC_IMPORTINFO_HEADER       1401
33 #define IDC_IMPORTINFO_TEXT         1402
34 
35 #define IDD_IMPORTSTATUS            1500
36 #define IDC_IMPORTSTATUS_TEXT       1501
37 
38 #define IDI_ICON       100
39 #define IDB_BMP        200
40 
41 #ifndef IDC_STATIC
42 #define IDC_STATIC (-1)
43 #endif
44 
45 #ifdef RC_INVOKED
46 #ifndef __DATE__
47 #define __DATE__ "0000-00-00"
48 #endif
49 #ifndef __TIME__
50 #define __TIME__ "00:00:00"
51 #endif
52 #endif
53