2016-08-14 22:07:17 -04:00
|
|
|
/* Copyright holders: Sarah Walker, Tenshi
|
|
|
|
|
see COPYING for more details
|
|
|
|
|
*/
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDM_FILE_RESET 40000
|
|
|
|
|
#define IDM_FILE_HRESET 40001
|
|
|
|
|
#define IDM_FILE_EXIT 40002
|
|
|
|
|
#define IDM_FILE_RESET_CAD 40003
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDM_DISC_1 40010
|
|
|
|
|
#define IDM_DISC_2 40011
|
|
|
|
|
#define IDM_EJECT_1 40012
|
|
|
|
|
#define IDM_EJECT_2 40013
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDM_HDCONF 40014
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDM_DISC_1_WP 40015
|
|
|
|
|
#define IDM_DISC_2_WP 40016
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDM_CONFIG 40020
|
|
|
|
|
#define IDM_CONFIG_LOAD 40021
|
|
|
|
|
#define IDM_CONFIG_SAVE 40022
|
|
|
|
|
#define IDM_STATUS 40030
|
|
|
|
|
#define IDM_VID_RESIZE 40050
|
|
|
|
|
#define IDM_VID_REMEMBER 40051
|
|
|
|
|
#define IDM_VID_DDRAW 40060
|
|
|
|
|
#define IDM_VID_D3D 40061
|
|
|
|
|
#define IDM_VID_FULLSCREEN 40070
|
|
|
|
|
#define IDM_VID_FS_FULL 40071
|
|
|
|
|
#define IDM_VID_FS_43 40072
|
|
|
|
|
#define IDM_VID_FS_SQ 40073
|
|
|
|
|
#define IDM_VID_FS_INT 40074
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDM_VID_FORCE43 40075
|
|
|
|
|
#define IDM_VID_OVERSCAN 40076
|
|
|
|
|
#define IDM_VID_FLASH 40077
|
|
|
|
|
#define IDM_VID_SCREENSHOT 40078
|
|
|
|
|
#define IDM_DISC_3 40079
|
|
|
|
|
#define IDM_DISC_4 40080
|
|
|
|
|
#define IDM_EJECT_3 40081
|
|
|
|
|
#define IDM_EJECT_4 40082
|
|
|
|
|
#define IDM_DISC_3_WP 40083
|
|
|
|
|
#define IDM_DISC_4_WP 40084
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDM_CDROM_ISO 40100
|
|
|
|
|
#define IDM_CDROM_EMPTY 40200
|
|
|
|
|
#define IDM_CDROM_REAL 40200
|
2016-11-13 06:19:19 +01:00
|
|
|
#define IDM_CDROM_ENABLED 40300
|
2016-11-13 05:39:21 +01:00
|
|
|
#define IDM_CDROM_SCSI 40400
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDM_IDE_TER_ENABLED 40500
|
|
|
|
|
#define IDM_IDE_TER_IRQ9 40501
|
|
|
|
|
#define IDM_IDE_TER_IRQ10 40502
|
|
|
|
|
#define IDM_IDE_TER_IRQ11 40503
|
|
|
|
|
#define IDM_IDE_TER_IRQ12 40504
|
|
|
|
|
#define IDM_IDE_TER_IRQ14 40505
|
|
|
|
|
#define IDM_IDE_TER_IRQ15 40506
|
|
|
|
|
#define IDM_IDE_QUA_ENABLED 40507
|
|
|
|
|
#define IDM_IDE_QUA_IRQ9 40508
|
|
|
|
|
#define IDM_IDE_QUA_IRQ10 40509
|
|
|
|
|
#define IDM_IDE_QUA_IRQ11 40510
|
|
|
|
|
#define IDM_IDE_QUA_IRQ12 40511
|
|
|
|
|
#define IDM_IDE_QUA_IRQ14 40512
|
|
|
|
|
#define IDM_IDE_QUA_IRQ15 40513
|
|
|
|
|
#define IDM_SCSI_ENABLED 40600
|
2017-01-03 02:35:24 +01:00
|
|
|
#define IDM_SCSI_MODEL0 40601
|
|
|
|
|
#define IDM_SCSI_MODEL1 40602
|
|
|
|
|
#define IDM_SCSI_BASE130 40603
|
|
|
|
|
#define IDM_SCSI_BASE134 40604
|
|
|
|
|
#define IDM_SCSI_BASE230 40605
|
|
|
|
|
#define IDM_SCSI_BASE234 40606
|
|
|
|
|
#define IDM_SCSI_BASE330 40607
|
|
|
|
|
#define IDM_SCSI_BASE334 40608
|
|
|
|
|
#define IDM_SCSI_IRQ9 40609
|
|
|
|
|
#define IDM_SCSI_IRQ10 40610
|
|
|
|
|
#define IDM_SCSI_IRQ11 40611
|
|
|
|
|
#define IDM_SCSI_IRQ12 40612
|
|
|
|
|
#define IDM_SCSI_IRQ14 40613
|
|
|
|
|
#define IDM_SCSI_IRQ15 40614
|
|
|
|
|
#define IDM_SCSI_DMA5 40615
|
|
|
|
|
#define IDM_SCSI_DMA6 40616
|
|
|
|
|
#define IDM_SCSI_DMA7 40617
|
2016-06-26 00:34:39 +02:00
|
|
|
|
|
|
|
|
#define IDC_COMBO1 1000
|
|
|
|
|
#define IDC_COMBOVID 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
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_COMBONET 1008
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_COMBOCPUM 1060
|
|
|
|
|
#define IDC_COMBOSPD 1061
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_COMBODR1 1062
|
|
|
|
|
#define IDC_COMBODR2 1063
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_COMBOJOY 1064
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_COMBOWS 1065
|
|
|
|
|
#define IDC_COMBOMOUSE 1066
|
|
|
|
|
#define IDC_COMBODR3 1067
|
|
|
|
|
#define IDC_COMBODR4 1068
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_CHECK1 1010
|
|
|
|
|
#define IDC_CHECK2 1011
|
|
|
|
|
#define IDC_CHECK3 1012
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_CHECKGUS 1013
|
|
|
|
|
#define IDC_CHECKSSI 1014
|
|
|
|
|
#define IDC_CHECKVOODOO 1015
|
|
|
|
|
#define IDC_CHECKDYNAREC 1016
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_STATIC 1020
|
2016-07-09 02:18:45 +02:00
|
|
|
#define IDC_CHECKSYNC 1024
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDIT1 1030
|
|
|
|
|
#define IDC_EDIT2 1031
|
|
|
|
|
#define IDC_EDIT3 1032
|
|
|
|
|
#define IDC_EDIT4 1033
|
|
|
|
|
#define IDC_EDIT5 1034
|
|
|
|
|
#define IDC_EDIT6 1035
|
2016-09-25 21:39:21 +02:00
|
|
|
#define IDC_COMBOHDT 1036
|
2016-12-28 23:34:00 +01:00
|
|
|
|
|
|
|
|
#define IDC_EJECTC 1040
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDITC 1050
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_CFILE 1060
|
|
|
|
|
#define IDC_CNEW 1070
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_CHDD 1080
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_CCDROM 1090
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDIT_C_SPT 1200
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_EDIT_C_HPC 1210
|
|
|
|
|
#define IDC_EDIT_C_CYL 1220
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDIT_C_FN 1230
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_TEXT_C_SIZE 1240
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTD 1041
|
|
|
|
|
#define IDC_EDITD 1051
|
|
|
|
|
#define IDC_DFILE 1061
|
|
|
|
|
#define IDC_DNEW 1071
|
|
|
|
|
#define IDC_DHDD 1081
|
|
|
|
|
#define IDC_DCDROM 1091
|
|
|
|
|
#define IDC_EDIT_D_SPT 1201
|
|
|
|
|
#define IDC_EDIT_D_HPC 1211
|
|
|
|
|
#define IDC_EDIT_D_CYL 1221
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDIT_D_FN 1231
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_TEXT_D_SIZE 1241
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTE 1042
|
|
|
|
|
#define IDC_EDITE 1052
|
|
|
|
|
#define IDC_EFILE 1062
|
|
|
|
|
#define IDC_ENEW 1072
|
|
|
|
|
#define IDC_EHDD 1082
|
|
|
|
|
#define IDC_ECDROM 1092
|
|
|
|
|
#define IDC_EDIT_E_SPT 1202
|
|
|
|
|
#define IDC_EDIT_E_HPC 1212
|
|
|
|
|
#define IDC_EDIT_E_CYL 1222
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDIT_E_FN 1232
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_TEXT_E_SIZE 1242
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTF 1043
|
|
|
|
|
#define IDC_EDITF 1053
|
|
|
|
|
#define IDC_FFILE 1063
|
|
|
|
|
#define IDC_FNEW 1073
|
|
|
|
|
#define IDC_FHDD 1083
|
|
|
|
|
#define IDC_FCDROM 1093
|
|
|
|
|
#define IDC_EDIT_F_SPT 1203
|
|
|
|
|
#define IDC_EDIT_F_HPC 1213
|
|
|
|
|
#define IDC_EDIT_F_CYL 1223
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_EDIT_F_FN 1233
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_TEXT_F_SIZE 1243
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTG 1044
|
|
|
|
|
#define IDC_EDITG 1054
|
|
|
|
|
#define IDC_GFILE 1064
|
|
|
|
|
#define IDC_GNEW 1074
|
|
|
|
|
#define IDC_GHDD 1084
|
|
|
|
|
#define IDC_GCDROM 1094
|
|
|
|
|
#define IDC_EDIT_G_SPT 1204
|
|
|
|
|
#define IDC_EDIT_G_HPC 1214
|
|
|
|
|
#define IDC_EDIT_G_CYL 1224
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_EDIT_G_FN 1234
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_TEXT_G_SIZE 1244
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTH 1045
|
|
|
|
|
#define IDC_EDITH 1055
|
|
|
|
|
#define IDC_HFILE 1065
|
|
|
|
|
#define IDC_HNEW 1075
|
|
|
|
|
#define IDC_HHDD 1085
|
|
|
|
|
#define IDC_HCDROM 1095
|
|
|
|
|
#define IDC_EDIT_H_SPT 1205
|
|
|
|
|
#define IDC_EDIT_H_HPC 1215
|
|
|
|
|
#define IDC_EDIT_H_CYL 1225
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_EDIT_H_FN 1235
|
2016-12-28 23:34:00 +01:00
|
|
|
#define IDC_TEXT_H_SIZE 1245
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTI 1046
|
|
|
|
|
#define IDC_EDITI 1056
|
|
|
|
|
#define IDC_IFILE 1066
|
|
|
|
|
#define IDC_INEW 1076
|
|
|
|
|
#define IDC_IHDD 1086
|
|
|
|
|
#define IDC_ICDROM 1096
|
|
|
|
|
#define IDC_EDIT_I_SPT 1206
|
|
|
|
|
#define IDC_EDIT_I_HPC 1216
|
|
|
|
|
#define IDC_EDIT_I_CYL 1226
|
|
|
|
|
#define IDC_EDIT_I_FN 1236
|
|
|
|
|
#define IDC_TEXT_I_SIZE 1246
|
|
|
|
|
|
|
|
|
|
#define IDC_EJECTJ 1047
|
|
|
|
|
#define IDC_EDITJ 1057
|
|
|
|
|
#define IDC_JFILE 1067
|
|
|
|
|
#define IDC_JNEW 1077
|
|
|
|
|
#define IDC_JHDD 1087
|
|
|
|
|
#define IDC_JCDROM 1097
|
|
|
|
|
#define IDC_EDIT_J_SPT 1207
|
|
|
|
|
#define IDC_EDIT_J_HPC 1217
|
|
|
|
|
#define IDC_EDIT_J_CYL 1227
|
|
|
|
|
#define IDC_EDIT_J_FN 1237
|
|
|
|
|
#define IDC_TEXT_J_SIZE 1247
|
|
|
|
|
|
|
|
|
|
#define IDC_MEMSPIN 1100
|
|
|
|
|
#define IDC_MEMTEXT 1101
|
|
|
|
|
#define IDC_STEXT1 1102
|
|
|
|
|
#define IDC_STEXT2 1103
|
|
|
|
|
#define IDC_STEXT3 1104
|
|
|
|
|
#define IDC_STEXT4 1105
|
|
|
|
|
#define IDC_STEXT5 1106
|
|
|
|
|
#define IDC_STEXT6 1107
|
|
|
|
|
#define IDC_STEXT7 1108
|
|
|
|
|
#define IDC_STEXT8 1109
|
|
|
|
|
#define IDC_STEXT_DEVICE 1110
|
|
|
|
|
#define IDC_TEXT_MB 1111
|
|
|
|
|
#define IDC_TEXT1 1115
|
|
|
|
|
#define IDC_TEXT2 1116
|
2016-06-26 00:34:39 +02:00
|
|
|
|
|
|
|
|
#define IDC_CONFIGUREVID 1200
|
|
|
|
|
#define IDC_CONFIGURESND 1201
|
|
|
|
|
#define IDC_CONFIGUREVOODOO 1202
|
2016-12-23 03:16:24 +01:00
|
|
|
#define IDC_CONFIGUREMOD 1203
|
|
|
|
|
#define IDC_CONFIGURENET 1204
|
2016-06-26 00:34:39 +02:00
|
|
|
#define IDC_JOY1 1210
|
|
|
|
|
#define IDC_JOY2 1211
|
|
|
|
|
#define IDC_JOY3 1212
|
|
|
|
|
#define IDC_JOY4 1213
|
|
|
|
|
|
|
|
|
|
#define IDC_CONFIG_BASE 1200
|
|
|
|
|
|
|
|
|
|
#define WM_RESETD3D WM_USER
|
|
|
|
|
#define WM_LEAVEFULLSCREEN WM_USER + 1
|
2016-12-23 03:16:24 +01:00
|
|
|
|
2016-12-28 23:34:00 +01:00
|
|
|
#define C_BASE 6
|
|
|
|
|
#define D_BASE 44
|
|
|
|
|
#define E_BASE 82
|
|
|
|
|
#define F_BASE 120
|
|
|
|
|
#define G_BASE 158
|
|
|
|
|
#define H_BASE 196
|
|
|
|
|
#define I_BASE 234
|
|
|
|
|
#define J_BASE 272
|
|
|
|
|
#define CMD_BASE 314
|
|
|
|
|
#define DLG_HEIGHT 346
|