This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

23
winmus/MIDIDEF.H Normal file
View File

@@ -0,0 +1,23 @@
/* 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