24 lines
711 B
C
24 lines
711 B
C
|
|
/* defines for main menu */
|
|
#define IDM_OPTIONLOAD 101
|
|
#define IDM_OPTIONEXIT 102
|
|
|
|
/* defines for file select dialog */
|
|
#define IDS_FLIST 0x0B
|
|
#define IDS_FNAME 0x0C
|
|
#define IDS_FPATH 0x0D
|
|
#define IDS_FILEOPEN 0x0E
|
|
#define IDS_FILESAVE 0x0F
|
|
|
|
|
|
/* string defines */
|
|
#define STRING_BITMAPOKFOCUSUP 200
|
|
#define STRING_BITMAPOKNOFUP 201
|
|
#define STRING_BITMAPOKFOCUSDN 202
|
|
#define STRING_BITMAPCAFOCUSUP 203
|
|
#define STRING_BITMAPCANOFUP 204
|
|
#define STRING_BITMAPCAFOCUSDN 205
|
|
#define STRING_ASTERISKDOTMUS 206
|
|
|
|
|