2006-07-01 01:40:18 +00:00
|
|
|
// resource ids
|
|
|
|
#define WIN_STARTWIN 1000
|
|
|
|
#define WIN_STARTWINPAGE_CONFIG 2000
|
|
|
|
#define WIN_STARTWIN_BITMAP 100 // banner bitmap
|
|
|
|
#define WIN_STARTWIN_TABCTL 101
|
2006-07-01 07:14:56 +00:00
|
|
|
#define WIN_STARTWIN_CANCEL IDCANCEL
|
|
|
|
#define WIN_STARTWIN_START IDOK
|
2006-07-01 01:40:18 +00:00
|
|
|
|
|
|
|
#define WIN_STARTWIN_MESSAGES 104 // output list box
|
|
|
|
|
|
|
|
#define RSRC_ICON 100
|
|
|
|
#define RSRC_BMP 200
|
|
|
|
|
|
|
|
// config page
|
|
|
|
#define IDCFULLSCREEN 100
|
|
|
|
#define IDCVMODE 101
|
|
|
|
#define IDCSOUNDDRV 102
|
|
|
|
#define IDCMIDIDEV 103
|
|
|
|
#define IDCCDADEV 104
|
2009-04-15 05:58:38 +00:00
|
|
|
// #define IDCINPUTMOUSE 105
|
|
|
|
// #define IDCINPUTJOY 106
|
2006-07-01 01:40:18 +00:00
|
|
|
#define IDCALWAYSSHOW 107
|
2009-04-14 22:55:32 +00:00
|
|
|
#define IDCDATA 108
|
|
|
|
#define IDCGAMEDIR 109
|
|
|
|
#define IDCPOLYMER 110
|
|
|
|
#define IDCAUTOLOAD 111
|
2009-04-15 05:58:38 +00:00
|
|
|
#define IDCINPUT 112
|