~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/win32/res.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * res.h
3
 
 *
4
 
 * Written by
5
 
 *  Andreas Boose <viceteam@t-online.de>
6
 
 *  Ettore Perazzoli <ettore@comm2000.it>
7
 
 *
8
 
 * This file is part of VICE, the Versatile Commodore Emulator.
9
 
 * See README for copyright notice.
10
 
 *
11
 
 *  This program is free software; you can redistribute it and/or modify
12
 
 *  it under the terms of the GNU General Public License as published by
13
 
 *  the Free Software Foundation; either version 2 of the License, or
14
 
 *  (at your option) any later version.
15
 
 *
16
 
 *  This program is distributed in the hope that it will be useful,
17
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
 *  GNU General Public License for more details.
20
 
 *
21
 
 *  You should have received a copy of the GNU General Public License
22
 
 *  along with this program; if not, write to the Free Software
23
 
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
24
 
 *  02111-1307  USA.
25
 
 *
26
 
 */
27
 
 
28
 
#ifndef _RES_H
29
 
#define _RES_H
30
 
 
31
 
#define IDR_MENUC64                     101
32
 
#define IDR_MENUC128                    102
33
 
#define IDR_MENUVIC                     103
34
 
#define IDR_MENUPET                     104
35
 
#define IDR_MENUPLUS4                   105
36
 
#define IDR_MENUCBM2                    106
37
 
#define IDR_MENUMONITOR                 107
38
 
#define IDR_MONTOOLBAR                  108
39
 
#define IDI_ICON1                       109
40
 
 
41
 
#define IDD_ABOUT                       110
42
 
#define IDC_ABOUT_VERSION               1002
43
 
 
44
 
#define IDC_BROWSEDISK                  1006
45
 
#define IDC_SELECTDISK                  1007
46
 
#define IDC_SELECTNONE                  1008
47
 
#define IDC_SELECTDIR                   1009
48
 
#define IDC_SELECTREAL                  1010
49
 
#define IDC_BROWSEDIR                   1011
50
 
 
51
 
#define IDD_DISKDEVICE_DIALOG           1012
52
 
#define IDC_AUTOSTART                   1013
53
 
#define IDC_DISKIMAGE                   1014
54
 
#define IDC_DIR                         1015
55
 
#define IDC_TOGGLE_READP00              1016
56
 
#define IDC_TOGGLE_WRITEP00             1017
57
 
#define IDC_TOGGLE_HIDENONP00           1018
58
 
#define IDC_TOGGLE_ATTACH_READONLY      1019
59
 
#define IDC_TOGGLE_USEIECDEVICE         1020
60
 
 
61
 
#define IDC_SELECT_DRIVE_TYPE_1541      1021
62
 
#define IDC_SELECT_DRIVE_TYPE_1541II    1022
63
 
#define IDC_SELECT_DRIVE_TYPE_1551      1023
64
 
#define IDC_SELECT_DRIVE_TYPE_1570      1024
65
 
#define IDC_SELECT_DRIVE_TYPE_1571      1025
66
 
#define IDC_SELECT_DRIVE_TYPE_1571cr    1026
67
 
#define IDC_SELECT_DRIVE_TYPE_1581      1027
68
 
#define IDC_SELECT_DRIVE_TYPE_2031      1028
69
 
#define IDC_SELECT_DRIVE_TYPE_2040      1029
70
 
#define IDC_SELECT_DRIVE_TYPE_3040      1030
71
 
#define IDC_SELECT_DRIVE_TYPE_4040      1031
72
 
#define IDC_SELECT_DRIVE_TYPE_1001      1032
73
 
#define IDC_SELECT_DRIVE_TYPE_8050      1033
74
 
#define IDC_SELECT_DRIVE_TYPE_8250      1034
75
 
#define IDC_SELECT_DRIVE_TYPE_NONE      1035
76
 
 
77
 
#define IDD_DRIVE_EXTEND_DIALOG         1036
78
 
#define IDC_SELECT_DRIVE_EXTEND_NEVER   1037
79
 
#define IDC_SELECT_DRIVE_EXTEND_ASK     1038
80
 
#define IDC_SELECT_DRIVE_EXTEND_ACCESS  1039
81
 
 
82
 
#define IDD_DRIVE_IDLE_METHOD           1040
83
 
#define IDC_SELECT_DRIVE_IDLE_NO_IDLE   1041
84
 
#define IDC_SELECT_DRIVE_IDLE_TRAP_IDLE 1042
85
 
#define IDC_SELECT_DRIVE_IDLE_SKIP_CYCLES 1043
86
 
 
87
 
#define IDD_DRIVE_SYNC_FACTOR           1050
88
 
#define IDC_SELECT_DRIVE_SYNC_PAL       1051
89
 
#define IDC_SELECT_DRIVE_SYNC_NTSC      1052
90
 
#define IDC_SELECT_DRIVE_SYNC_NTSCOLD   1053
91
 
#define IDC_TOGGLE_DRIVE_PARALLEL_CABLE 1060
92
 
#define IDD_SNAPSHOT_SAVE_DIALOG        1070
93
 
#define IDC_SNAPSHOT_SAVE_IMAGE         1071
94
 
#define IDC_TOGGLE_SNAPSHOT_SAVE_DISKS  1072
95
 
#define IDC_TOGGLE_SNAPSHOT_SAVE_ROMS   1073
96
 
#define IDD_MEDIAFILE_DIALOG            1074
97
 
#define IDC_SCREENSHOT_DRIVER           1075
98
 
#define IDD_VICII_DIALOG                1080
99
 
#define IDC_TOGGLE_VICII_SSC            1081
100
 
#define IDC_TOGGLE_VICII_SBC            1082
101
 
#define IDC_TOGGLE_VICII_NEWLUM         1083
102
 
#define IDD_PET_SETTINGS_MODEL_DIALOG   1095
103
 
#define IDD_PET_SETTINGS_IO_DIALOG      1096
104
 
#define IDD_PET_SETTINGS_SUPER_DIALOG   1097
105
 
#define IDD_PET_SETTINGS_8296_DIALOG    1098
106
 
#define IDC_SELECT_PET_2001_8N          1100
107
 
#define IDC_SELECT_PET_3008             1101
108
 
#define IDC_SELECT_PET_3016             1102
109
 
#define IDC_SELECT_PET_3032             1103
110
 
#define IDC_SELECT_PET_3032B            1104
111
 
#define IDC_SELECT_PET_4016             1105
112
 
#define IDC_SELECT_PET_4032             1106
113
 
#define IDC_SELECT_PET_4032B            1107
114
 
#define IDC_SELECT_PET_8032             1108
115
 
#define IDC_SELECT_PET_8096             1109
116
 
#define IDC_SELECT_PET_8296             1110
117
 
#define IDC_SELECT_PET_SUPER            1111
118
 
#define IDC_SELECT_PET_MEM4K            1120
119
 
#define IDC_SELECT_PET_MEM8K            1121
120
 
#define IDC_SELECT_PET_MEM16K           1122
121
 
#define IDC_SELECT_PET_MEM32K           1123
122
 
#define IDC_SELECT_PET_MEM96K           1124
123
 
#define IDC_SELECT_PET_MEM128K          1125
124
 
#define IDC_SELECT_PET_IO2K             1128
125
 
#define IDC_SELECT_PET_IO256            1129
126
 
#define IDC_SELECT_PET_VIDEO_AUTO       1130
127
 
#define IDC_SELECT_PET_VIDEO_40         1131
128
 
#define IDC_SELECT_PET_VIDEO_80         1132
129
 
#define IDC_SELECT_PET_KEYB_GRAPHICS    1135
130
 
#define IDC_SELECT_PET_KEYB_BUSINESS    1136
131
 
#define IDC_TOGGLE_PET_CRTC             1140
132
 
#define IDC_TOGGLE_PET_SUPER_IO_ENABLE  1141
133
 
#define IDC_TOGGLE_PET_8296_RAM9        1142
134
 
#define IDC_TOGGLE_PET_8296_RAMA        1143
135
 
#define IDD_CBMII_SETTINGS_MODEL_DIALOG 1148
136
 
#define IDD_CBMII_SETTINGS_IO_DIALOG    1149
137
 
#define IDC_SELECT_CBMII_610            1150
138
 
#define IDC_SELECT_CBMII_620            1151
139
 
#define IDC_SELECT_CBMII_620P           1152
140
 
#define IDC_SELECT_CBMII_710            1153
141
 
#define IDC_SELECT_CBMII_720            1154
142
 
#define IDC_SELECT_CBMII_720P           1155
143
 
#define IDC_SELECT_CBMII_MEM_128        1160
144
 
#define IDC_SELECT_CBMII_MEM_256        1161
145
 
#define IDC_SELECT_CBMII_MEM_512        1162
146
 
#define IDC_SELECT_CBMII_MEM_1024       1163
147
 
#define IDC_SELECT_CBMII_HW0            1165
148
 
#define IDC_SELECT_CBMII_HW1            1166
149
 
#define IDC_SELECT_CBMII_HW2            1167
150
 
#define IDC_TOGGLE_CBMII_RAM08          1170
151
 
#define IDC_TOGGLE_CBMII_RAM1           1171
152
 
#define IDC_TOGGLE_CBMII_RAM2           1172
153
 
#define IDC_TOGGLE_CBMII_RAM4           1173
154
 
#define IDC_TOGGLE_CBMII_RAM6           1174
155
 
#define IDC_TOGGLE_CBMII_RAMC           1175
156
 
#define IDC_SELECT_CBMII_KEYB_GRAPHICS  1180
157
 
#define IDC_SELECT_CBMII_KEYB_BUSINESS  1181
158
 
#define IDC_TOGGLE_DRIVE_EXPANSION_2000 1190
159
 
#define IDC_TOGGLE_DRIVE_EXPANSION_4000 1191
160
 
#define IDC_TOGGLE_DRIVE_EXPANSION_6000 1192
161
 
#define IDC_TOGGLE_DRIVE_EXPANSION_8000 1193
162
 
#define IDC_TOGGLE_DRIVE_EXPANSION_A000 1194
163
 
 
164
 
#define IDD_JOY_SETTINGS_DIALOG         1200
165
 
#define IDC_JOY_DEV1                    1201
166
 
#define IDC_JOY_DEV2                    1202
167
 
#define IDC_JOY_CALIBRATE               1203
168
 
#define IDC_JOY_CONFIG_A                1204
169
 
#define IDC_JOY_CONFIG_B                1205
170
 
#define IDC_JOY_FIRE1_SPEED             1206
171
 
#define IDC_JOY_FIRE2_SPEED             1207
172
 
#define IDC_JOY_FIRE1_AXIS              1208
173
 
#define IDC_JOY_FIRE2_AXIS              1209
174
 
#define IDC_JOY_FIRE1_BUTTON            1210
175
 
#define IDC_JOY_FIRE2_BUTTON            1211
176
 
#define IDC_JOY_AUTOFIRE1_BUTTON        1212
177
 
#define IDC_JOY_AUTOFIRE2_BUTTON        1213
178
 
 
179
 
#define IDD_CONFIG_KEYSET_DIALOG        1215
180
 
#define IDC_KEYSET_SW                   1216
181
 
#define IDC_KEYSET_S                    1217
182
 
#define IDC_KEYSET_SE                   1218
183
 
#define IDC_KEYSET_W                    1219
184
 
#define IDC_KEYSET_E                    1220
185
 
#define IDC_KEYSET_NW                   1221
186
 
#define IDC_KEYSET_N                    1222
187
 
#define IDC_KEYSET_NE                   1223
188
 
#define IDC_KEYSET_FIRE                 1224
189
 
#define IDC_KEY_SW                      1225
190
 
#define IDC_KEY_S                       1226
191
 
#define IDC_KEY_SE                      1227
192
 
#define IDC_KEY_W                       1228
193
 
#define IDC_KEY_E                       1229
194
 
#define IDC_KEY_NW                      1230
195
 
#define IDC_KEY_N                       1231
196
 
#define IDC_KEY_NE                      1232
197
 
#define IDC_KEY_FIRE                    1233
198
 
 
199
 
#define IDD_CONFIG_KEY_DIALOG           1235
200
 
 
201
 
#define IDD_SOUND_SETTINGS_DIALOG       1240
202
 
#define IDC_SOUND_FREQ                  1241
203
 
#define IDC_SOUND_BUFFER                1242
204
 
#define IDC_SOUND_OVERSAMPLE            1243
205
 
#define IDC_SOUND_SYNCH                 1244
206
 
#define IDC_SOUND_DIRECTX               1245
207
 
#define IDC_SOUND_WMM                   1246
208
 
#define IDC_SOUND_SIDSTEREO             1247
209
 
 
210
 
#define IDD_OPEN_TEMPLATE               1250
211
 
#define IDD_OPENTAPE_TEMPLATE           1251
212
 
#define IDC_PREVIEW                     1252
213
 
#define IDC_BLANK_IMAGE                 1253
214
 
#define IDC_BLANK_IMAGE_TYPE            1254
215
 
#define IDC_BLANK_IMAGE_NAME            1255
216
 
#define IDC_BLANK_IMAGE_ID              1256
217
 
 
218
 
#define IDD_DATASETTE_SETTINGS_DIALOG   1260
219
 
#define IDC_DATASETTE_RESET_WITH_CPU    1261
220
 
#define IDC_DATASETTE_SPEED_TUNING      1262
221
 
#define IDC_DATASETTE_ZERO_GAP_DELAY    1263
222
 
 
223
 
#define IDD_VIC_SETTINGS_DIALOG         1270
224
 
#define IDC_VIC_NOEXPANSION             1271
225
 
#define IDC_VIC_3KEXPANSION             1272
226
 
#define IDC_VIC_8KEXPANSION             1273
227
 
#define IDC_VIC_16KEXPANSION            1274
228
 
#define IDC_VIC_24KEXPANSION            1275
229
 
#define IDC_VIC_FULLEXPANSION           1276
230
 
#define IDC_VIC_CUSTOMEXPANSION         1277
231
 
#define IDC_VIC_MEMORY_BLOCK0           1278
232
 
#define IDC_VIC_MEMORY_BLOCK1           1279
233
 
#define IDC_VIC_MEMORY_BLOCK2           1280
234
 
#define IDC_VIC_MEMORY_BLOCK3           1281
235
 
#define IDC_VIC_MEMORY_BLOCK5           1282
236
 
 
237
 
#define IDD_DIALOG1                     1301
238
 
#define IDD_TEXTDLG                     1301
239
 
#define IDC_TEXT                        1302
240
 
#define IDC_HEADER                      1303
241
 
 
242
 
#define IDD_CONSOLE_SAVE_DIALOG         1310
243
 
#define IDC_TOGGLE_CONSOLE_APPEND       1311
244
 
 
245
 
#define IDD_FULLSCREEN_SETTINGS_DIALOG  1320
246
 
#define IDC_FULLSCREEN_DEVICE           1321
247
 
#define IDC_FULLSCREEN_RESOLUTION       1322
248
 
#define IDC_FULLSCREEN_BITDEPTH         1323
249
 
#define IDC_FULLSCREEN_REFRESHRATE      1324
250
 
 
251
 
#define IDD_REU_SETTINGS_DIALOG         1330
252
 
#define IDC_REU_ENABLE                  1331
253
 
#define IDC_REU_SIZE                    1332
254
 
#define IDC_REU_FILE                    1333
255
 
#define IDC_REU_BROWSE                  1334
256
 
 
257
 
#define IDD_SID_GENERAL_SETTINGS_DIALOG 1340
258
 
#define IDD_SID_RESID_SETTINGS_DIALOG   1341
259
 
#define IDD_SID_HARDSID_SETTINGS_DIALOG 1342
260
 
#define IDC_SID_FILTERS                 1343
261
 
#define IDC_SID_6581                    1344
262
 
#define IDC_SID_8580                    1345
263
 
#define IDC_SID_STEREO                  1346
264
 
#define IDC_SID_ENGINE                  1347
265
 
#define IDC_SID_RESID_SAMPLING          1348
266
 
#define IDC_SID_RESID_PASSBAND          1349
267
 
#define IDC_SID_STEREOADDRESS           1350
268
 
#define IDC_SID_HARDSID_LEFT_ENGINE     1351
269
 
#define IDC_SID_HARDSID_RIGHT_ENGINE    1352
270
 
 
271
 
#define IDD_CUSTOM_SPEED_DIALOG         1390
272
 
#define IDC_CUSTOM_SPEED                1391
273
 
 
274
 
#define IDD_VIDEO_COLORS_DIALOG         1400
275
 
#define IDC_VIDEO_COLORS_SAT            1401
276
 
#define IDC_VIDEO_COLORS_CON            1402
277
 
#define IDC_VIDEO_COLORS_BRI            1403
278
 
#define IDD_VIDEO_FULLSCREEN_DIALOG     1404
279
 
#define IDC_VIDEO_FULLSCREEN_DEVICE     1405
280
 
#define IDC_VIDEO_FULLSCREEN_BITDEPTH   1406
281
 
#define IDC_VIDEO_FULLSCREEN_RESOLUTION 1407
282
 
#define IDC_VIDEO_FULLSCREEN_REFRESHRATE 1408
283
 
#define IDD_VIDEO_ADVANCED_DIALOG       1409
284
 
#define IDC_VIDEO_COLORS_GAM            1410
285
 
#define IDC_VIDEO_COLORS_PHA            1411
286
 
 
287
 
#define IDC_TOGGLE_VIDEO_EXTPALETTE     1412
288
 
#define IDC_VIDEO_CUSTOM_NAME           1413
289
 
#define IDC_VIDEO_CUSTOM_BROWSE         1414
290
 
#define IDC_SELECT_VIDEO_CUSTOM         1415
291
 
#define IDC_VIDEO_ADVANCED_SHADE        1416
292
 
#define IDC_VIDEO_ADVANCED_BLUR         1417
293
 
#define IDC_VIDEO_ADVANCED_MODE         1418
294
 
#define IDC_TOGGLE_VIDEO_VBLANK_SYNC    1419
295
 
#define IDC_TOGGLE_VIDEO_DX_PRIMARY     1420
296
 
#define IDD_VIDEO_PALETTE_DIALOG        1421
297
 
 
298
 
#define IDD_PLUS4_MEMORY_DIALOG         1425
299
 
#define IDC_SELECT_PLUS4_MEM_16         1426
300
 
#define IDC_SELECT_PLUS4_MEM_32         1427
301
 
#define IDC_SELECT_PLUS4_MEM_64         1428
302
 
 
303
 
#define IDD_RAM_SETTINGS_DIALOG         1430
304
 
#define IDC_RAMINIT_STARTVALUE          1431
305
 
#define IDC_RAMINIT_VALUEINVERT         1432
306
 
#define IDC_RAMINIT_PATTERNINVERT       1433
307
 
#define IDC_RAMINIT_PREVIEW             1434
308
 
 
309
 
#define IDD_DRIVE_SETTINGS_DIALOG_C64VIC20 1440
310
 
#define IDD_DRIVE_SETTINGS_DIALOG_PLUS4    1441
311
 
#define IDD_DRIVE_SETTINGS_DIALOG_PETCBM2  1442
312
 
#define IDD_DRIVE_SETTINGS_DIALOG_C128     1443
313
 
 
314
 
#define IDD_TFE_SETTINGS_DIALOG         1450
315
 
#define IDC_TFE_SETTINGS_ENABLE_T       1451
316
 
#define IDC_TFE_SETTINGS_ENABLE         1452
317
 
#define IDC_TFE_SETTINGS_INTERFACE_T    1453
318
 
#define IDC_TFE_SETTINGS_INTERFACE      1454
319
 
#define IDC_TFE_SETTINGS_INTERFACE_NAME 1455
320
 
#define IDC_TFE_SETTINGS_INTERFACE_DESC 1456
321
 
 
322
 
#define IDD_PRINTER_SETTINGS_DIALOG     1500
323
 
#define IDC_PRINTER_TYPE                1501
324
 
#define IDC_PRINTER_DRIVER              1502
325
 
#define IDC_PRINTER_TEXTOUT             1503
326
 
#define IDC_PRINTER_USEIECDEVICE        1504
327
 
#define IDC_PRINTER_OUTPUT              1505
328
 
#define IDC_PRINTER_FORMFEED            1506
329
 
#define IDC_PRINTER_OUTPUT_FILE1_NAME   1590
330
 
#define IDC_PRINTER_OUTPUT_FILE2_NAME   1591
331
 
#define IDC_PRINTER_OUTPUT_FILE3_NAME   1592
332
 
 
333
 
#define IDD_C128_MACHINE_SETTINGS_DIALOG     1600
334
 
#define IDC_C128_MACHINE_TYPE                1601
335
 
#define IDD_C128_FUNCTIONROM_SETTINGS_DIALOG 1630
336
 
#define IDC_C128_FUNCTIONROM_INTERNAL        1631
337
 
#define IDC_C128_FUNCTIONROM_INTERNAL_NAME   1632
338
 
#define IDC_C128_FUNCTIONROM_INTERNAL_BROWSE 1633
339
 
#define IDC_C128_FUNCTIONROM_EXTERNAL        1634
340
 
#define IDC_C128_FUNCTIONROM_EXTERNAL_NAME   1635
341
 
#define IDC_C128_FUNCTIONROM_EXTERNAL_BROWSE 1636
342
 
 
343
 
#define IDD_C64ROM_SETTINGS_DIALOG      1660
344
 
#define IDC_C64ROM_KERNAL_FILE          1661
345
 
#define IDC_C64ROM_KERNAL_BROWSE        1662
346
 
#define IDC_C64ROM_BASIC_FILE           1663
347
 
#define IDC_C64ROM_BASIC_BROWSE         1664
348
 
#define IDC_C64ROM_CHARGEN_FILE         1665
349
 
#define IDC_C64ROM_CHARGEN_BROWSE       1666
350
 
#define IDD_C64ROM_RESOURCE_DIALOG      1667
351
 
#define IDC_C64ROM_KERNAL_RESOURCE      1668
352
 
#define IDC_C64ROM_BASIC_RESOURCE       1669
353
 
#define IDC_C64ROM_CHARGEN_RESOURCE     1670
354
 
 
355
 
#define IDD_C128ROM_SETTINGS_DIALOG     1680
356
 
#define IDC_C128ROM_KERNALINT_FILE      1681
357
 
#define IDC_C128ROM_KERNALINT_BROWSE    1682
358
 
#define IDC_C128ROM_KERNALDE_FILE       1683
359
 
#define IDC_C128ROM_KERNALDE_BROWSE     1684
360
 
#define IDC_C128ROM_KERNALFI_FILE       1685
361
 
#define IDC_C128ROM_KERNALFI_BROWSE     1686
362
 
#define IDC_C128ROM_KERNALFR_FILE       1687
363
 
#define IDC_C128ROM_KERNALFR_BROWSE     1688
364
 
#define IDC_C128ROM_KERNALIT_FILE       1689
365
 
#define IDC_C128ROM_KERNALIT_BROWSE     1690
366
 
#define IDC_C128ROM_KERNALNO_FILE       1691
367
 
#define IDC_C128ROM_KERNALNO_BROWSE     1692
368
 
#define IDC_C128ROM_KERNALSE_FILE       1693
369
 
#define IDC_C128ROM_KERNALSE_BROWSE     1694
370
 
#define IDC_C128ROM_BASICLO_FILE        1695
371
 
#define IDC_C128ROM_BASICLO_BROWSE      1696
372
 
#define IDC_C128ROM_BASICHI_FILE        1697
373
 
#define IDC_C128ROM_BASICHI_BROWSE      1698
374
 
#define IDC_C128ROM_CHARGENINT_FILE     1699
375
 
#define IDC_C128ROM_CHARGENINT_BROWSE   1700
376
 
#define IDC_C128ROM_CHARGENDE_FILE      1701
377
 
#define IDC_C128ROM_CHARGENDE_BROWSE    1702
378
 
#define IDC_C128ROM_CHARGENFR_FILE      1703
379
 
#define IDC_C128ROM_CHARGENFR_BROWSE    1704
380
 
#define IDC_C128ROM_CHARGENSE_FILE      1705
381
 
#define IDC_C128ROM_CHARGENSE_BROWSE    1706
382
 
#define IDC_C128ROM_KERNAL64_FILE       1707
383
 
#define IDC_C128ROM_KERNAL64_BROWSE     1708
384
 
#define IDC_C128ROM_BASIC64_FILE        1709
385
 
#define IDC_C128ROM_BASIC64_BROWSE      1710
386
 
#define IDD_C128ROM_RESOURCE_DIALOG     1711
387
 
#define IDC_C128ROM_KERNALINT_RESOURCE  1712
388
 
#define IDC_C128ROM_KERNALDE_RESOURCE   1713
389
 
#define IDC_C128ROM_KERNALFI_RESOURCE   1714
390
 
#define IDC_C128ROM_KERNALFR_RESOURCE   1715
391
 
#define IDC_C128ROM_KERNALIT_RESOURCE   1716
392
 
#define IDC_C128ROM_KERNALNO_RESOURCE   1717
393
 
#define IDC_C128ROM_KERNALSE_RESOURCE   1718
394
 
#define IDC_C128ROM_BASICLO_RESOURCE    1719
395
 
#define IDC_C128ROM_BASICHI_RESOURCE    1720
396
 
#define IDC_C128ROM_CHARGENINT_RESOURCE 1721
397
 
#define IDC_C128ROM_CHARGENDE_RESOURCE  1722
398
 
#define IDC_C128ROM_CHARGENFR_RESOURCE  1723
399
 
#define IDC_C128ROM_CHARGENSE_RESOURCE  1724
400
 
#define IDC_C128ROM_KERNAL64_RESOURCE   1725
401
 
#define IDC_C128ROM_BASIC64_RESOURCE    1726
402
 
 
403
 
#define IDD_VIC20ROM_SETTINGS_DIALOG    1730
404
 
#define IDC_VIC20ROM_KERNAL_FILE        1731
405
 
#define IDC_VIC20ROM_KERNAL_BROWSE      1732
406
 
#define IDC_VIC20ROM_BASIC_FILE         1733
407
 
#define IDC_VIC20ROM_BASIC_BROWSE       1734
408
 
#define IDC_VIC20ROM_CHARGEN_FILE       1735
409
 
#define IDC_VIC20ROM_CHARGEN_BROWSE     1736
410
 
#define IDD_VIC20ROM_RESOURCE_DIALOG    1737
411
 
#define IDC_VIC20ROM_KERNAL_RESOURCE    1738
412
 
#define IDC_VIC20ROM_BASIC_RESOURCE     1739
413
 
#define IDC_VIC20ROM_CHARGEN_RESOURCE   1740
414
 
 
415
 
#define IDD_PETROM_SETTINGS_DIALOG      1750
416
 
#define IDC_PETROM_KERNAL_FILE          1751
417
 
#define IDC_PETROM_KERNAL_BROWSE        1752
418
 
#define IDC_PETROM_BASIC_FILE           1753
419
 
#define IDC_PETROM_BASIC_BROWSE         1754
420
 
#define IDC_PETROM_CHARGEN_FILE         1755
421
 
#define IDC_PETROM_CHARGEN_BROWSE       1756
422
 
#define IDC_PETROM_EDITOR_FILE          1757
423
 
#define IDC_PETROM_EDITOR_BROWSE        1758
424
 
#define IDC_PETROM_ROM9_FILE            1759
425
 
#define IDC_PETROM_ROM9_BROWSE          1760
426
 
#define IDC_PETROM_ROMA_FILE            1761
427
 
#define IDC_PETROM_ROMA_BROWSE          1762
428
 
#define IDC_PETROM_ROMB_FILE            1763
429
 
#define IDC_PETROM_ROMB_BROWSE          1764
430
 
#define IDD_PETROM_RESOURCE_DIALOG      1765
431
 
#define IDC_PETROM_KERNAL_RESOURCE      1766
432
 
#define IDC_PETROM_BASIC_RESOURCE       1767
433
 
#define IDC_PETROM_CHARGEN_RESOURCE     1768
434
 
#define IDC_PETROM_EDITOR_RESOURCE      1769
435
 
#define IDC_PETROM_ROM9_RESOURCE        1770
436
 
#define IDC_PETROM_ROMA_RESOURCE        1771
437
 
#define IDC_PETROM_ROMB_RESOURCE        1772
438
 
 
439
 
#define IDD_PLUS4ROM_SETTINGS_DIALOG    1780
440
 
#define IDC_PLUS4ROM_KERNAL_FILE        1781
441
 
#define IDC_PLUS4ROM_KERNAL_BROWSE      1782
442
 
#define IDC_PLUS4ROM_BASIC_FILE         1783
443
 
#define IDC_PLUS4ROM_BASIC_BROWSE       1784
444
 
#define IDC_PLUS4ROM_3P1LO_FILE         1785
445
 
#define IDC_PLUS4ROM_3P1LO_BROWSE       1786
446
 
#define IDC_PLUS4ROM_3P1HI_FILE         1787
447
 
#define IDC_PLUS4ROM_3P1HI_BROWSE       1788
448
 
#define IDD_PLUS4ROM_RESOURCE_DIALOG    1789
449
 
#define IDC_PLUS4ROM_KERNAL_RESOURCE    1790
450
 
#define IDC_PLUS4ROM_BASIC_RESOURCE     1791
451
 
#define IDC_PLUS4ROM_3P1LO_RESOURCE     1792
452
 
#define IDC_PLUS4ROM_3P1HI_RESOURCE     1793
453
 
 
454
 
#define IDD_CBM2ROM_SETTINGS_DIALOG     1810
455
 
#define IDC_CBM2ROM_KERNAL_FILE         1811
456
 
#define IDC_CBM2ROM_KERNAL_BROWSE       1812
457
 
#define IDC_CBM2ROM_BASIC_FILE          1813
458
 
#define IDC_CBM2ROM_BASIC_BROWSE        1814
459
 
#define IDC_CBM2ROM_CHARGEN_FILE        1815
460
 
#define IDC_CBM2ROM_CHARGEN_BROWSE      1816
461
 
#define IDC_CBM2ROM_CART1_FILE          1817
462
 
#define IDC_CBM2ROM_CART1_BROWSE        1818
463
 
#define IDC_CBM2ROM_CART2_FILE          1819
464
 
#define IDC_CBM2ROM_CART2_BROWSE        1820
465
 
#define IDC_CBM2ROM_CART4_FILE          1821
466
 
#define IDC_CBM2ROM_CART4_BROWSE        1822
467
 
#define IDC_CBM2ROM_CART6_FILE          1823
468
 
#define IDC_CBM2ROM_CART6_BROWSE        1824
469
 
#define IDD_CBM2ROM_RESOURCE_DIALOG     1825
470
 
#define IDC_CBM2ROM_KERNAL_RESOURCE     1826
471
 
#define IDC_CBM2ROM_BASIC_RESOURCE      1827
472
 
#define IDC_CBM2ROM_CHARGEN_RESOURCE    1828
473
 
#define IDC_CBM2ROM_CART1_RESOURCE      1829
474
 
#define IDC_CBM2ROM_CART2_RESOURCE      1830
475
 
#define IDC_CBM2ROM_CART4_RESOURCE      1831
476
 
#define IDC_CBM2ROM_CART6_RESOURCE      1832
477
 
 
478
 
#define IDD_IDE64_SETTINGS_DIALOG       1840
479
 
#define IDC_IDE64_HDIMAGE_BROWSE        1841
480
 
#define IDC_IDE64_HDIMAGE_FILE          1842
481
 
#define IDC_TOGGLE_IDE64_SIZEAUTODETECT 1843
482
 
#define IDC_IDE64_CYLINDERS             1844
483
 
#define IDC_IDE64_HEADS                 1845
484
 
#define IDC_IDE64_SECTORS               1846
485
 
#define IDC_IDE64_SIZE                  1847
486
 
 
487
 
#define IDD_C64DRIVEROM_SETTINGS_DIALOG   1850
488
 
#define IDD_C128DRIVEROM_SETTINGS_DIALOG  1851
489
 
#define IDD_VIC20DRIVEROM_SETTINGS_DIALOG 1852
490
 
#define IDD_PETDRIVEROM_SETTINGS_DIALOG   1853
491
 
#define IDD_PLUS4DRIVEROM_SETTINGS_DIALOG 1854
492
 
#define IDD_CBM2DRIVEROM_SETTINGS_DIALOG  1855
493
 
#define IDD_C64ROMDRIVE_RESOURCE_DIALOG   1856
494
 
#define IDD_C128ROMDRIVE_RESOURCE_DIALOG  1857
495
 
#define IDD_VIC20ROMDRIVE_RESOURCE_DIALOG 1858
496
 
#define IDD_PETROMDRIVE_RESOURCE_DIALOG   1859
497
 
#define IDD_PLUS4ROMDRIVE_RESOURCE_DIALOG 1860
498
 
#define IDD_CBM2ROMDRIVE_RESOURCE_DIALOG  1861
499
 
 
500
 
#define IDC_DRIVEROM_1541_FILE          1870
501
 
#define IDC_DRIVEROM_1541_BROWSE        1871
502
 
#define IDC_DRIVEROM_1541II_FILE        1872
503
 
#define IDC_DRIVEROM_1541II_BROWSE      1873
504
 
#define IDC_DRIVEROM_1551_FILE          1874
505
 
#define IDC_DRIVEROM_1551_BROWSE        1875
506
 
#define IDC_DRIVEROM_1570_FILE          1876
507
 
#define IDC_DRIVEROM_1570_BROWSE        1877
508
 
#define IDC_DRIVEROM_1571_FILE          1878
509
 
#define IDC_DRIVEROM_1571_BROWSE        1879
510
 
#define IDC_DRIVEROM_1571CR_FILE        1880
511
 
#define IDC_DRIVEROM_1571CR_BROWSE      1881
512
 
#define IDC_DRIVEROM_1581_FILE          1882
513
 
#define IDC_DRIVEROM_1581_BROWSE        1883
514
 
#define IDC_DRIVEROM_2031_FILE          1884
515
 
#define IDC_DRIVEROM_2031_BROWSE        1885
516
 
#define IDC_DRIVEROM_2040_FILE          1886
517
 
#define IDC_DRIVEROM_2040_BROWSE        1887
518
 
#define IDC_DRIVEROM_3040_FILE          1888
519
 
#define IDC_DRIVEROM_3040_BROWSE        1889
520
 
#define IDC_DRIVEROM_4040_FILE          1890
521
 
#define IDC_DRIVEROM_4040_BROWSE        1891
522
 
#define IDC_DRIVEROM_1001_FILE          1892
523
 
#define IDC_DRIVEROM_1001_BROWSE        1893
524
 
#define IDC_DRIVEROM_1541_RESOURCE      1900
525
 
#define IDC_DRIVEROM_1541II_RESOURCE    1901
526
 
#define IDC_DRIVEROM_1551_RESOURCE      1902
527
 
#define IDC_DRIVEROM_1570_RESOURCE      1903
528
 
#define IDC_DRIVEROM_1571_RESOURCE      1904
529
 
#define IDC_DRIVEROM_1571CR_RESOURCE    1905
530
 
#define IDC_DRIVEROM_1581_RESOURCE      1906
531
 
#define IDC_DRIVEROM_2031_RESOURCE      1907
532
 
#define IDC_DRIVEROM_2040_RESOURCE      1908
533
 
#define IDC_DRIVEROM_3040_RESOURCE      1909
534
 
#define IDC_DRIVEROM_4040_RESOURCE      1910
535
 
#define IDC_DRIVEROM_1001_RESOURCE      1911
536
 
 
537
 
#define IDD_ROMSET_SETTINGS_DIALOG      1920
538
 
#define IDC_ROMSET_SELECT_ARCHIVE       1921
539
 
#define IDC_ROMSET_SELECT_FILE          1922
540
 
#define IDC_ROMSET_ARCHIVE_NAME         1923
541
 
#define IDC_ROMSET_ARCHIVE_BROWSE       1924
542
 
#define IDC_ROMSET_ARCHIVE_LOAD         1925
543
 
#define IDC_ROMSET_ARCHIVE_SAVE         1926
544
 
#define IDC_ROMSET_ARCHIVE_ACTIVE       1927
545
 
#define IDC_ROMSET_ARCHIVE_APPLY        1928
546
 
#define IDC_ROMSET_ARCHIVE_NEW          1929
547
 
#define IDC_ROMSET_ARCHIVE_DELETE       1930
548
 
#define IDC_ROMSET_FILE_NAME            1931
549
 
#define IDC_ROMSET_FILE_BROWSE          1932
550
 
#define IDC_ROMSET_FILE_LOAD            1933
551
 
#define IDC_ROMSET_FILE_SAVE            1934
552
 
#define IDC_ROMSET_PREVIEW              1935
553
 
#define IDC_ROMSET_RESOURCE_COMPUTER    1936
554
 
#define IDC_ROMSET_RESOURCE_DRIVE       1937
555
 
#define IDC_ROMSET_RESOURCE_OTHER       1938
556
 
 
557
 
#define IDD_ROMSET_ENTER_NAME_DIALOG    1940
558
 
#define IDC_ROMSET_ENTER_NAME           1941
559
 
 
560
 
#define IDD_ACIA_SETTINGS_DIALOG        1950
561
 
#define IDC_ACIA_ENABLE                 1951
562
 
#define IDC_ACIA_DEVICE                 1952
563
 
#define IDC_ACIA_LOCATION               1953
564
 
#define IDC_ACIA_INTERRUPT              1954
565
 
 
566
 
#define IDD_RS232USER_SETTINGS_DIALOG   1960
567
 
#define IDC_RS232USER_ENABLE            1961
568
 
#define IDC_RS232USER_DEVICE            1962
569
 
#define IDC_RS232USER_BAUDRATE          1963
570
 
 
571
 
#define IDD_RS232_SETTINGS_DIALOG       1970
572
 
#define IDC_RS232_DEVICE1               1971
573
 
#define IDC_RS232_DEVICE2               1972
574
 
#define IDC_RS232_DEVICE3               1973
575
 
#define IDC_RS232_DEVICE4               1974
576
 
 
577
 
#define IDD_C64KBD_MAPPING_SETTINGS_DIALOG 1980
578
 
#define IDC_C64KBD_MAPPING_SELECT_SYM   1981
579
 
#define IDC_C64KBD_MAPPING_SELECT_SYMDE 1982
580
 
#define IDC_C64KBD_MAPPING_SELECT_POS   1983
581
 
#define IDC_C64KBD_MAPPING_SYM          1984
582
 
#define IDC_C64KBD_MAPPING_SYMDE        1985
583
 
#define IDC_C64KBD_MAPPING_POS          1986
584
 
#define IDC_C64KBD_MAPPING_SYM_BROWSE   1987
585
 
#define IDC_C64KBD_MAPPING_SYMDE_BROWSE 1988
586
 
#define IDC_C64KBD_MAPPING_POS_BROWSE   1989
587
 
#define IDC_C64KBD_MAPPING_DUMP         1990
588
 
 
589
 
#define IDD_C128KBD_MAPPING_SETTINGS_DIALOG 2000
590
 
#define IDC_C128KBD_MAPPING_SELECT_SYM  2001
591
 
#define IDC_C128KBD_MAPPING_SELECT_POS  2002
592
 
#define IDC_C128KBD_MAPPING_SYM         2003
593
 
#define IDC_C128KBD_MAPPING_POS         2004
594
 
#define IDC_C128KBD_MAPPING_SYM_BROWSE  2005
595
 
#define IDC_C128KBD_MAPPING_POS_BROWSE  2006
596
 
#define IDC_C128KBD_MAPPING_DUMP        2007
597
 
 
598
 
#define IDD_VIC20KBD_MAPPING_SETTINGS_DIALOG 2010
599
 
#define IDC_VIC20KBD_MAPPING_SELECT_SYM 2011
600
 
#define IDC_VIC20KBD_MAPPING_SELECT_POS 2012
601
 
#define IDC_VIC20KBD_MAPPING_SYM        2013
602
 
#define IDC_VIC20KBD_MAPPING_POS        2014
603
 
#define IDC_VIC20KBD_MAPPING_SYM_BROWSE 2015
604
 
#define IDC_VIC20KBD_MAPPING_POS_BROWSE 2016
605
 
#define IDC_VIC20KBD_MAPPING_DUMP       2017
606
 
 
607
 
#define IDD_PETKBD_MAPPING_SETTINGS_DIALOG 2020
608
 
#define IDC_PETKBD_MAPPING_SELECT_UKSYM 2021
609
 
#define IDC_PETKBD_MAPPING_SELECT_UKPOS 2022
610
 
#define IDC_PETKBD_MAPPING_SELECT_GRSYM 2023
611
 
#define IDC_PETKBD_MAPPING_SELECT_GRPOS 2024
612
 
#define IDC_PETKBD_MAPPING_SELECT_DESYM 2025
613
 
#define IDC_PETKBD_MAPPING_SELECT_DEPOS 2026
614
 
#define IDC_PETKBD_MAPPING_UKSYM        2027
615
 
#define IDC_PETKBD_MAPPING_UKPOS        2028
616
 
#define IDC_PETKBD_MAPPING_GRSYM        2029
617
 
#define IDC_PETKBD_MAPPING_GRPOS        2030
618
 
#define IDC_PETKBD_MAPPING_DESYM        2031
619
 
#define IDC_PETKBD_MAPPING_DEPOS        2032
620
 
#define IDC_PETKBD_MAPPING_UKSYM_BROWSE 2033
621
 
#define IDC_PETKBD_MAPPING_UKPOS_BROWSE 2034
622
 
#define IDC_PETKBD_MAPPING_GRSYM_BROWSE 2035
623
 
#define IDC_PETKBD_MAPPING_GRPOS_BROWSE 2036
624
 
#define IDC_PETKBD_MAPPING_DESYM_BROWSE 2037
625
 
#define IDC_PETKBD_MAPPING_DEPOS_BROWSE 2038
626
 
#define IDC_PETKBD_MAPPING_DUMP         2039
627
 
 
628
 
#define IDD_PLUS4KBD_MAPPING_SETTINGS_DIALOG 2050
629
 
#define IDC_PLUS4KBD_MAPPING_SELECT_SYM 2051
630
 
#define IDC_PLUS4KBD_MAPPING_SELECT_POS 2052
631
 
#define IDC_PLUS4KBD_MAPPING_SYM        2053
632
 
#define IDC_PLUS4KBD_MAPPING_POS        2054
633
 
#define IDC_PLUS4KBD_MAPPING_SYM_BROWSE 2055
634
 
#define IDC_PLUS4KBD_MAPPING_POS_BROWSE 2056
635
 
#define IDC_PLUS4KBD_MAPPING_DUMP       2057
636
 
 
637
 
#define IDD_CBM2KBD_MAPPING_SETTINGS_DIALOG 2060
638
 
#define IDC_CBM2KBD_MAPPING_SELECT_UKSYM 2061
639
 
#define IDC_CBM2KBD_MAPPING_SELECT_UKPOS 2062
640
 
#define IDC_CBM2KBD_MAPPING_SELECT_GRSYM 2063
641
 
#define IDC_CBM2KBD_MAPPING_SELECT_GRPOS 2064
642
 
#define IDC_CBM2KBD_MAPPING_SELECT_DESYM 2065
643
 
#define IDC_CBM2KBD_MAPPING_SELECT_DEPOS 2066
644
 
#define IDC_CBM2KBD_MAPPING_UKSYM        2067
645
 
#define IDC_CBM2KBD_MAPPING_UKPOS        2068
646
 
#define IDC_CBM2KBD_MAPPING_GRSYM        2069
647
 
#define IDC_CBM2KBD_MAPPING_GRPOS        2070
648
 
#define IDC_CBM2KBD_MAPPING_DESYM        2071
649
 
#define IDC_CBM2KBD_MAPPING_DEPOS        2072
650
 
#define IDC_CBM2KBD_MAPPING_UKSYM_BROWSE 2073
651
 
#define IDC_CBM2KBD_MAPPING_UKPOS_BROWSE 2074
652
 
#define IDC_CBM2KBD_MAPPING_GRSYM_BROWSE 2075
653
 
#define IDC_CBM2KBD_MAPPING_GRPOS_BROWSE 2076
654
 
#define IDC_CBM2KBD_MAPPING_DESYM_BROWSE 2077
655
 
#define IDC_CBM2KBD_MAPPING_DEPOS_BROWSE 2078
656
 
#define IDC_CBM2KBD_MAPPING_DUMP         2079
657
 
 
658
 
#define IDM_FILE_EXIT                   40001
659
 
#define IDM_EXIT                        40001
660
 
#define IDM_ABOUT                       40002
661
 
#define IDM_PAUSE                       40003
662
 
#define IDM_AUTOSTART                   40004
663
 
#define IDM_RESET_HARD                  40005
664
 
#define IDM_RESET_SOFT                  40006
665
 
#define IDM_RESET_DRIVE8                40007
666
 
#define IDM_RESET_DRIVE9                40008
667
 
#define IDM_RESET_DRIVE10               40009
668
 
#define IDM_RESET_DRIVE11               40010
669
 
#define IDM_ATTACH_8                    40011
670
 
#define IDM_ATTACH_9                    40012
671
 
#define IDM_ATTACH_10                   40013
672
 
#define IDM_ATTACH_11                   40014
673
 
#define IDM_ATTACH_TAPE                 40015
674
 
#define IDM_DETACH_TAPE                 40016
675
 
#define IDM_DATASETTE_CONTROL           40017
676
 
#define IDM_DETACH_8                    40018
677
 
#define IDM_DETACH_9                    40019
678
 
#define IDM_DETACH_10                   40020
679
 
#define IDM_DETACH_11                   40021
680
 
#define IDM_DETACH_ALL                  40022
681
 
#define IDM_TOGGLE_SOUND                40023
682
 
#define IDM_TOGGLE_DOUBLESIZE           40024
683
 
#define IDM_TOGGLE_DOUBLESCAN           40025
684
 
#define IDM_TOGGLE_DRIVE_TRUE_EMULATION 40026
685
 
#define IDM_TOGGLE_VIDEOCACHE           40027
686
 
#define IDM_DRIVE_SETTINGS              40030
687
 
#define IDM_CART_ATTACH_CRT             40040
688
 
#define IDM_CART_ATTACH_8KB             40041
689
 
#define IDM_CART_ATTACH_16KB            40042
690
 
#define IDM_CART_ATTACH_AR              40043
691
 
#define IDM_CART_ATTACH_AT              40044
692
 
#define IDM_CART_ATTACH_EPYX            40045
693
 
#define IDM_CART_ATTACH_IEEE488         40046
694
 
#define IDM_CART_ATTACH_RR              40047
695
 
#define IDM_CART_ATTACH_SS4             40048
696
 
#define IDM_CART_ATTACH_SS5             40049
697
 
#define IDM_CART_ATTACH_IDE64           40050
698
 
#define IDM_CART_ATTACH_FUNCLO          40051
699
 
#define IDM_CART_ATTACH_FUNCHI          40052
700
 
#define IDM_CART_ATTACH_C1LO            40053
701
 
#define IDM_CART_ATTACH_C1HI            40054
702
 
#define IDM_CART_ATTACH_C2LO            40055
703
 
#define IDM_CART_ATTACH_C2HI            40056
704
 
#define IDM_CART_SET_DEFAULT            40058
705
 
#define IDM_CART_DETACH                 40059
706
 
#define IDM_CART_VIC20_8KB_2000         40060
707
 
#define IDM_CART_VIC20_8KB_6000         40061
708
 
#define IDM_CART_VIC20_8KB_A000         40062
709
 
#define IDM_CART_VIC20_4KB_B000         40063
710
 
#define IDM_CART_VIC20_16KB             40064
711
 
#define IDM_CART_VIC20_16KB_4000        40065
712
 
#define IDM_CART_ENABLE_EXPERT          40066
713
 
#define IDM_CART_MODE_OFF               40067
714
 
#define IDM_CART_MODE_PRG               40068
715
 
#define IDM_CART_MODE_ON                40069
716
 
#define IDM_TOGGLE_CART_RESET           40070
717
 
#define IDM_SNAPSHOT_LOAD               40080
718
 
#define IDM_SNAPSHOT_SAVE               40081
719
 
#define IDM_MEDIAFILE                   40082
720
 
#define IDM_EVENT_DIRECTORY             40083
721
 
#define IDM_EVENT_TOGGLE_RECORD         40084
722
 
#define IDM_EVENT_TOGGLE_PLAYBACK       40085
723
 
#define IDM_EVENT_START_MODE_SAVE       40086
724
 
#define IDM_EVENT_START_MODE_LOAD       40087
725
 
#define IDM_EVENT_START_MODE_RESET      40088
726
 
#define IDM_EVENT_START_MODE_PLAYBACK   40089
727
 
#define IDM_EVENT_SETMILESTONE          40090
728
 
#define IDM_EVENT_RESETMILESTONE        40091
729
 
#define IDM_SETTINGS_SAVE               40095
730
 
#define IDM_SETTINGS_LOAD               40096
731
 
#define IDM_SETTINGS_DEFAULT            40097
732
 
#define IDM_DEVICEMANAGER               40098
733
 
#define IDM_REFRESH_RATE_AUTO           40100
734
 
#define IDM_REFRESH_RATE_1              40101
735
 
#define IDM_REFRESH_RATE_2              40102
736
 
#define IDM_REFRESH_RATE_3              40103
737
 
#define IDM_REFRESH_RATE_4              40104
738
 
#define IDM_REFRESH_RATE_5              40105
739
 
#define IDM_REFRESH_RATE_6              40106
740
 
#define IDM_REFRESH_RATE_7              40107
741
 
#define IDM_REFRESH_RATE_8              40108
742
 
#define IDM_REFRESH_RATE_9              40109
743
 
#define IDM_REFRESH_RATE_10             40110
744
 
#define IDM_REFRESH_RATE_CUSTOM         40111
745
 
#define IDM_MAXIMUM_SPEED_200           40120
746
 
#define IDM_MAXIMUM_SPEED_100           40121
747
 
#define IDM_MAXIMUM_SPEED_50            40122
748
 
#define IDM_MAXIMUM_SPEED_20            40123
749
 
#define IDM_MAXIMUM_SPEED_10            40124
750
 
#define IDM_MAXIMUM_SPEED_NO_LIMIT      40125
751
 
#define IDM_MAXIMUM_SPEED_CUSTOM        40126
752
 
#define IDM_TOGGLE_WARP_MODE            40129
753
 
#define IDM_VICII_SETTINGS              40130
754
 
#define IDM_PET_SETTINGS                40131
755
 
#define IDM_CBM2_SETTINGS               40132
756
 
#define IDM_SYNC_FACTOR_PAL             40140
757
 
#define IDM_SYNC_FACTOR_NTSC            40141
758
 
#define IDM_SYNC_FACTOR_NTSCOLD         40142
759
 
#define IDM_JOY_SETTINGS                40143
760
 
#define IDM_SOUND_SETTINGS              40144
761
 
#define IDM_STATUS_WINDOW               40145
762
 
#define IDM_MONITOR                     40146
763
 
#define IDM_CART_FREEZE                 40149
764
 
#define IDM_SAVEQUICK                   40150
765
 
#define IDM_LOADQUICK                   40151
766
 
#define IDM_HELP                        40152
767
 
#define IDM_DATASETTE_CONTROL_START     40160
768
 
#define IDM_DATASETTE_CONTROL_STOP      40161
769
 
#define IDM_DATASETTE_CONTROL_FORWARD   40162
770
 
#define IDM_DATASETTE_CONTROL_REWIND    40163
771
 
#define IDM_DATASETTE_CONTROL_RECORD    40164
772
 
#define IDM_DATASETTE_CONTROL_RESET     40165
773
 
#define IDM_DATASETTE_RESET_COUNTER     40166
774
 
#define IDM_FLIP_ADD                    40170
775
 
#define IDM_FLIP_REMOVE                 40171
776
 
#define IDM_FLIP_NEXT                   40172
777
 
#define IDM_FLIP_PREVIOUS               40173
778
 
#define IDM_FLIP_LOAD                   40174
779
 
#define IDM_FLIP_SAVE                   40175
780
 
#define IDM_REU_SETTINGS                40180
781
 
#define IDM_TOGGLE_CRTCDOUBLESIZE       40181
782
 
#define IDM_TOGGLE_CRTCDOUBLESCAN       40182
783
 
#define IDM_TOGGLE_CRTCVIDEOCACHE       40183
784
 
#define IDM_SWAP_JOYSTICK               40184
785
 
#define IDM_TOGGLE_EMUID                40185
786
 
#define IDM_IEEE488                     40186
787
 
#define IDM_MOUSE                       40187
788
 
#define IDM_DATASETTE_SETTINGS          40188
789
 
#define IDM_TOGGLE_VDC64KB              40189
790
 
#define IDM_TOGGLE_VDC_DOUBLESIZE       40190
791
 
#define IDM_TOGGLE_VDC_DOUBLESCAN       40191
792
 
#define IDM_VIC_SETTINGS                40192
793
 
#define IDM_TOGGLE_VIRTUAL_DEVICES      40193
794
 
#define IDM_CONTRIBUTORS                40194
795
 
#define IDM_LICENSE                     40195
796
 
#define IDM_WARRANTY                    40196
797
 
#define IDM_CMDLINE                     40197
798
 
#define IDM_FULLSCREEN_SETTINGS         40198
799
 
#define IDM_TOGGLE_SAVE_SETTINGS_ON_EXIT 40199
800
 
#define IDM_TOGGLE_FULLSCREEN           40200
801
 
#define IDM_TOGGLE_CONFIRM_ON_EXIT      40201
802
 
#define IDM_SID_SETTINGS                40202
803
 
#define IDM_TOGGLE_IFUNCTIONROM         40205
804
 
#define IDM_IFUNCTIONROM_NAME           40206
805
 
#define IDM_TOGGLE_EFUNCTIONROM         40207
806
 
#define IDM_EFUNCTIONROM_NAME           40208
807
 
#define IDM_TOGGLE_FASTPAL              40209
808
 
#define IDM_VIDEO_SETTINGS              40210
809
 
#define IDM_PLUS4_SETTINGS              40211
810
 
#define IDM_RAM_SETTINGS                40212
811
 
#define IDM_TFE_SETTINGS                40213
812
 
#define IDM_TOGGLE_MAINCPU_TRACE        40216
813
 
#define IDM_TOGGLE_DRIVE0CPU_TRACE      40217
814
 
#define IDM_TOGGLE_DRIVE1CPU_TRACE      40218
815
 
#define IDM_TOGGLE_SCALE2X              40219
816
 
#define IDM_CUSTOM_SPEED                40220
817
 
#define IDM_PRINTER_SETTINGS            40221
818
 
#define IDM_C128_SETTINGS               40222
819
 
#define IDM_FORMFEED_PRINTERIEC4        40223
820
 
#define IDM_FORMFEED_PRINTERIEC5        40224
821
 
#define IDM_FORMFEED_PRINTERUSERPORT    40225
822
 
#define IDM_ROM_SETTINGS                40226
823
 
#define IDM_IDE64_SETTINGS              40227
824
 
#define IDM_ACIA_SETTINGS               40228
825
 
#define IDM_RS232USER_SETTINGS          40229
826
 
#define IDM_RS232_SETTINGS              40230
827
 
#define IDM_KEYBOARD_SETTINGS           40231
828
 
#define IDM_DEBUG_MODE_NORMAL           40240
829
 
#define IDM_DEBUG_MODE_SMALL            40241
830
 
#define IDM_DEBUG_MODE_HISTORY          40242
831
 
#define IDM_DEBUG_MODE_AUTOPLAY         40243
832
 
 
833
 
#define IDM_MON_OPEN                    42000
834
 
#define IDM_MON_SAVE                    42001
835
 
#define IDM_MON_PRINT                   42002
836
 
#define IDM_MON_STOP_DEBUG              42003
837
 
#define IDM_MON_STOP_EXEC               42004
838
 
#define IDM_MON_CURRENT                 42005
839
 
#define IDM_MON_STEP_INTO               42006
840
 
#define IDM_MON_STEP_OVER               42007
841
 
#define IDM_MON_SKIP_RETURN             42008
842
 
#define IDM_MON_GOTO_CURSOR             42009
843
 
#define IDM_MON_EVAL                    42010
844
 
#define IDM_MON_WND_EVAL                42011
845
 
#define IDM_MON_WND_REG                 42012
846
 
#define IDM_MON_WND_MEM                 42013
847
 
#define IDM_MON_WND_DIS                 42014
848
 
#define IDM_MON_WND_CONSOLE             42015
849
 
#define IDM_MON_COMPUTER                42016
850
 
#define IDM_MON_DRIVE8                  42017
851
 
#define IDM_MON_DRIVE9                  42018
852
 
#define IDM_MON_HELP                    42019
853
 
#define IDM_MON_CASCADE                 42020
854
 
#define IDM_MON_TILE_HORIZ              42021
855
 
#define IDM_MON_TILE_VERT               42022
856
 
#define IDM_MON_ARRANGE_ICONS           42023
857
 
#define IDM_MON_GOTO_PC                 42024
858
 
#define IDM_MON_GOTO_ADDRESS            42025
859
 
#define IDM_MON_SET_BP                  42026
860
 
#define IDM_MON_UNSET_BP                42027
861
 
#define IDM_MON_ENABLE_BP               42028
862
 
#define IDM_MON_DISABLE_BP              42029
863
 
#define IDM_WNDCHILD                    42100
864
 
 
865
 
#define WM_CONSOLE_INSERTLINE           (WM_USER)
866
 
#define WM_CONSOLE_CLOSED               (WM_USER+1)
867
 
#define WM_CONSOLE_RESIZED              (WM_USER+2)
868
 
#define WM_CONSOLE_ACTIVATED            (WM_USER+3)
869
 
 
870
 
#endif
871