Add v0.7 source
This commit is contained in:
commit
3c253c2cf8
188 changed files with 52566 additions and 0 deletions
62
src/resources.h
Normal file
62
src/resources.h
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
#define IDM_FILE_RESET 40000
|
||||
#define IDM_FILE_HRESET 40001
|
||||
#define IDM_FILE_EXIT 40002
|
||||
#define IDM_DISC_A 40010
|
||||
#define IDM_DISC_B 40011
|
||||
#define IDM_EJECT_A 40012
|
||||
#define IDM_EJECT_B 40013
|
||||
#define IDM_HDCONF 40014
|
||||
#define IDM_CONFIG 40020
|
||||
#define IDM_STATUS 40030
|
||||
#define IDM_KEY_ALLEGRO 40040
|
||||
#define IDM_KEY_WINDOWS 40041
|
||||
#define IDM_VID_RESIZE 40050
|
||||
#define IDM_CDROM_EMPTY 40100
|
||||
#define IDM_CDROM_REAL 40100
|
||||
#define IDM_CDROM_DISABLED 40200
|
||||
|
||||
#define IDC_COMBO1 1000
|
||||
#define IDC_COMBO2 1001
|
||||
#define IDC_COMBO3 1002
|
||||
#define IDC_COMBO4 1003
|
||||
#define IDC_COMBO5 1004
|
||||
#define IDC_COMBO386 1005
|
||||
#define IDC_COMBO486 1006
|
||||
#define IDC_COMBOSND 1007
|
||||
#define IDC_COMBOCHC 1008
|
||||
#define IDC_COMBOMEM 1009
|
||||
#define IDC_COMBOCPUM 1060
|
||||
#define IDC_COMBOSPD 1061
|
||||
#define IDC_CHECK1 1010
|
||||
#define IDC_CHECK2 1011
|
||||
#define IDC_CHECK3 1012
|
||||
#define IDC_CHECK4 1013
|
||||
#define IDC_STATIC 1020
|
||||
#define IDC_EDIT1 1030
|
||||
#define IDC_EDIT2 1031
|
||||
#define IDC_EDIT3 1032
|
||||
#define IDC_EDIT4 1033
|
||||
#define IDC_EDIT5 1034
|
||||
#define IDC_EDIT6 1035
|
||||
#define IDC_TEXT1 1040
|
||||
#define IDC_TEXT2 1041
|
||||
#define IDC_EDITC 1050
|
||||
#define IDC_CFILE 1051
|
||||
#define IDC_CNEW 1052
|
||||
#define IDC_EDITD 1053
|
||||
#define IDC_DFILE 1054
|
||||
#define IDC_DNEW 1055
|
||||
|
||||
#define IDC_STEXT1 1100
|
||||
#define IDC_STEXT2 1101
|
||||
#define IDC_STEXT3 1102
|
||||
#define IDC_STEXT4 1103
|
||||
#define IDC_STEXT5 1104
|
||||
#define IDC_STEXT6 1105
|
||||
#define IDC_STEXT7 1106
|
||||
#define IDC_STEXT8 1107
|
||||
#define IDC_STEXT9 1108
|
||||
#define IDC_STEXT10 1109
|
||||
#define IDC_STEXT11 1110
|
||||
#define IDC_STEXT12 1111
|
||||
#define IDC_STEXT13 1112
|
||||
Loading…
Reference in a new issue