-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRESOURCE.H
225 lines (224 loc) · 9.88 KB
/
RESOURCE.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Emu42.rc
//
#define IDM_DEBUG_SETTINGS 0x0010
#define IDI_EMU42 100
#define IDR_MENU 101
#define IDM_MENU 102
#define IDR_DEBUG 103
#define IDR_DEBUG_TOOLBAR 104
#define IDR_DEBUG_CODE 105
#define IDR_DEBUG_MEM 106
#define IDR_DEBUG_STACK 107
#define IDB_CHECKBOX 108
#define IDD_ABOUT 109
#define IDD_SETTINGS 110
#define IDD_CHOOSEKML 111
#define IDD_KMLLOG 112
#define IDD_DISASM 113
#define IDD_DEBUG 114
#define IDD_NEWVALUE 115
#define IDD_ENTERADR 116
#define IDD_BREAKEDIT 117
#define IDD_ENTERBREAK 118
#define IDD_INSTRUCTIONS 119
#define IDD_FIND 120
#define IDD_USERCODE 121
#define IDD_PROFILE 122
#define IDD_RPLVIEW 123
#define IDD_MACROSET 124
#define IDD_DEBUG_MEMSAVE 125
#define IDD_DEBUG_MEMLOAD 126
#define IDD_DEBUG_SETTINGS 127
#define IDC_REALSPEED 1000
#define IDC_ALWAYSONTOP 1001
#define IDC_ACTFOLLOWSMOUSE 1002
#define IDC_SINGLEINSTANCE 1003
#define IDC_AUTOSAVE 1004
#define IDC_AUTOSAVEONEXIT 1005
#define IDC_OBJECTLOADWARNING 1006
#define IDC_SHOWTITLE 1007
#define IDC_SHOWMENU 1008
#define IDC_ALWAYSDISPLOG 1009
#define IDC_EMUDIR 1010
#define IDC_EMUDIRSEL 1011
#define IDC_UPDATE 1012
#define IDC_KMLSCRIPT 1013
#define IDC_AUTHOR 1014
#define IDC_TITLE 1015
#define IDC_KMLLOG 1016
#define IDC_VERSION 1017
#define IDC_LICENSE 1018
#define IDC_DISASM_WIN 1019
#define IDC_DISASM_HP 1020
#define IDC_DISASM_CLASS 1021
#define IDC_ADDRESS 1022
#define IDC_DISASM_ADR 1023
#define IDC_DISASM_NEXT 1024
#define IDC_DISASM_COPY 1025
#define IDC_DEBUG_CODE 1026
#define IDC_STATIC_CODE 1027
#define IDC_STATIC_REGISTERS 1028
#define IDC_STATIC_MEMORY 1029
#define IDC_STATIC_STACK 1030
#define IDC_REG_A 1031
#define IDC_REG_B 1032
#define IDC_REG_C 1033
#define IDC_REG_D 1034
#define IDC_REG_R0 1035
#define IDC_REG_R1 1036
#define IDC_REG_R2 1037
#define IDC_REG_R3 1038
#define IDC_REG_R4 1039
#define IDC_REG_D0 1040
#define IDC_REG_D1 1041
#define IDC_REG_P 1042
#define IDC_REG_PC 1043
#define IDC_REG_OUT 1044
#define IDC_REG_IN 1045
#define IDC_REG_ST 1046
#define IDC_REG_CY 1047
#define IDC_REG_MODE 1048
#define IDC_REG_MP 1049
#define IDC_REG_SR 1050
#define IDC_REG_SB 1051
#define IDC_REG_XM 1052
#define IDC_MISC_INT 1053
#define IDC_MISC_KEY 1054
#define IDC_NEWVALUE 1055
#define IDC_ENTERADR 1056
#define IDC_DEBUG_MEM 1057
#define IDC_DEBUG_MEM_ADDR 1058
#define IDC_DEBUG_MEM_COL0 1059
#define IDC_DEBUG_MEM_COL1 1060
#define IDC_DEBUG_MEM_COL2 1061
#define IDC_DEBUG_MEM_COL3 1062
#define IDC_DEBUG_MEM_COL4 1063
#define IDC_DEBUG_MEM_COL5 1064
#define IDC_DEBUG_MEM_COL6 1065
#define IDC_DEBUG_MEM_COL7 1066
#define IDC_DEBUG_MEM_TEXT 1067
#define IDC_DEBUG_DATA_FILE 1068
#define IDC_DEBUG_DATA_BUT 1069
#define IDC_DEBUG_DATA_STARTADDR 1070
#define IDC_DEBUG_DATA_ENDADDR 1071
#define IDC_DEBUG_SET_SYMB 1072
#define IDC_DEBUG_SET_MODEL 1073
#define IDC_DEBUG_SET_FILE 1074
#define IDC_DEBUG_SET_BROWSE 1075
#define IDC_DEBUG_STACK 1076
#define IDC_STATIC_BREAKPOINT 1077
#define IDC_BREAKEDIT_ADD 1078
#define IDC_BREAKEDIT_DELETE 1079
#define IDC_BREAKEDIT_WND 1080
#define IDC_STATIC_MISC 1081
#define IDC_INSTR_TEXT 1082
#define IDC_INSTR_CODE 1083
#define IDC_INSTR_COPY 1084
#define IDC_INSTR_CLEAR 1085
#define IDC_PROFILE_LASTCYCLES 1086
#define IDC_PROFILE_LASTTIME 1087
#define IDC_BPCODE 1088
#define IDC_BPRPL 1089
#define IDC_BPACCESS 1090
#define IDC_BPREAD 1091
#define IDC_BPWRITE 1092
#define IDC_FIND_DATA 1093
#define IDC_FIND_PREV 1094
#define IDC_FIND_NEXT 1095
#define IDC_FIND_ASCII 1096
#define IDC_RPLVIEW_DATA 1097
#define IDC_USERCODE_SELECT 1098
#define IDC_MACRO_SLOW 1099
#define IDC_MACRO_FAST 1100
#define IDC_MACRO_SLIDER 1101
#define IDC_MACRO_REAL 1102
#define IDC_MACRO_MANUAL 1103
#define IDC_SOUND_SLIDER 1104
#define IDC_SOUND_DEVICE 1105
#define IDC_IR_ADDR 1106
#define IDC_IR_PORT 1107
#define ID_FILE_NEW 40001
#define ID_FILE_OPEN 40002
#define ID_FILE_SAVE 40003
#define ID_FILE_SAVEAS 40004
#define ID_FILE_EXIT 40005
#define ID_VIEW_COPY 40006
#define ID_VIEW_SETTINGS 40007
#define ID_VIEW_RESET 40008
#define ID_OBJECT_LOAD 40009
#define ID_OBJECT_SAVE 40010
#define ID_ABOUT 40011
#define ID_HELP_TOPICS 40012
#define ID_FILE_CLOSE 40013
#define ID_BACKUP_SAVE 40014
#define ID_BACKUP_RESTORE 40015
#define ID_BACKUP_DELETE 40016
#define ID_VIEW_SCRIPT 40017
#define ID_STACK_COPY 40019
#define ID_STACK_PASTE 40020
#define ID_TOOL_DISASM 40021
#define ID_TOOL_DEBUG 40022
#define ID_TOOL_MACRO_RECORD 40023
#define ID_TOOL_MACRO_PLAY 40024
#define ID_TOOL_MACRO_STOP 40025
#define ID_TOOL_MACRO_SETTINGS 40026
#define ID_DEBUG_RUN 40027
#define ID_DEBUG_RUNCURSOR 40028
#define ID_DEBUG_STEP 40029
#define ID_DEBUG_STEPOVER 40030
#define ID_DEBUG_BREAK 40031
#define ID_DEBUG_STEPOUT 40032
#define ID_DEBUG_CANCEL 40033
#define ID_BREAKPOINTS_SETBREAK 40034
#define ID_BREAKPOINTS_CODEEDIT 40035
#define ID_BREAKPOINTS_CLEARALL 40036
#define ID_BREAKPOINTS_NOP3 40037
#define ID_BREAKPOINTS_DOCODE 40038
#define ID_BREAKPOINTS_RPL 40039
#define ID_DEBUG_CODE_GOADR 40040
#define ID_DEBUG_CODE_GOPC 40041
#define ID_DEBUG_CODE_SETPCTOSELECT 40042
#define ID_DEBUG_CODE_PREVPCO 40043
#define ID_DEBUG_CODE_NEXTPCO 40044
#define ID_DEBUG_MEM_GOADR 40045
#define ID_DEBUG_MEM_GOPC 40046
#define ID_DEBUG_MEM_GOD0 40047
#define ID_DEBUG_MEM_GOD1 40048
#define ID_DEBUG_MEM_GOSTACK 40049
#define ID_DEBUG_MEM_FNONE 40050
#define ID_DEBUG_MEM_FADDR 40051
#define ID_DEBUG_MEM_FPC 40052
#define ID_DEBUG_MEM_FD0 40053
#define ID_DEBUG_MEM_FD1 40054
#define ID_DEBUG_MEM_FIND 40055
#define ID_DEBUG_MEM_MAP 40056
#define ID_DEBUG_MEM_NCE1_M 40057
#define ID_DEBUG_MEM_NCE2_M 40058
#define ID_DEBUG_MEM_NCE3_M 40059
#define ID_DEBUG_MEM_NCE1_S 40060
#define ID_DEBUG_MEM_NCE2_S 40061
#define ID_DEBUG_MEM_NCE3_S 40062
#define ID_DEBUG_MEM_SAVE 40063
#define ID_DEBUG_MEM_LOAD 40064
#define ID_DEBUG_MEM_RPLVIEW 40065
#define ID_DEBUG_STACK_PUSH 40066
#define ID_DEBUG_STACK_POP 40067
#define ID_DEBUG_STACK_MODIFY 40068
#define ID_INTR_STEPOVERINT 40069
#define ID_INFO_LASTINSTRUCTIONS 40070
#define ID_INFO_PROFILE 40071
#define ID_Menu 40072
#define ID_FIND_N 40073
#define ID_FILE_MRU_FILE1 40100
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 128
#define _APS_NEXT_COMMAND_VALUE 40074
#define _APS_NEXT_CONTROL_VALUE 1108
#define _APS_NEXT_SYMED_VALUE 108
#endif
#endif