forked from SerumColor/ColorizingDMD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.h
442 lines (441 loc) · 19.5 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
//{{NO_DEPENDENCIES}}
// fichier Include Microsoft Visual C++.
// Utilisé par ColorizingDMD.rc
//
#define IDC_MYICON 2
#define IDD_COLORIZINGDMD_DIALOG 102
#define IDI_CROM 103
#define IDC_POINTER 104
#define IDM_EXIT 105
#define IDC_NODROP 106
#define IDC_COLORIZINGDMD 109
#define IDR_ACCEL 133
#define IDB_PNG9 168
#define IDB_PNG1 172
#define IDB_COLM 172
#define IDI_ADDTXT 173
#define IDI_COLMODE 174
#define IDI_NEW 175
#define IDI_ORGMODE 176
#define IDI_OPEN 178
#define IDI_SAVE 179
#define IDI_UNDO 180
#define IDI_ICON1 181
#define IDI_REDO 181
#define IDI_SELALL 185
#define IDI_SELMASK 186
#define IDI_ICON4 187
#define IDI_SELMOVE 187
#define IDD_ORGDLG 189
#define IDD_COLDLG 190
#define IDI_ICON2 193
#define IDI_COLSET 193
#define IDD_COLSET 194
#define IDI_DRAWCERC 196
#define IDI_DRAWPOINT 197
#define IDI_DRAWRECT 198
#define IDI_DRAWLINE 199
#define IDI_FILL 200
#define IDI_COLTOSEL 201
#define IDI_COLPICK 202
#define IDI_ADDMASK 203
#define IDI_DELMASK 204
#define IDI_MAGICWAND 205
#define IDD_ASKNAME 208
#define IDI_ICON3 209
#define IDI_SEARCH 209
#define IDD_SPRDLG 209
#define IDD_DETSPR 209
#define IDI_DELSAMEFR 210
#define IDI_ICON5 212
#define IDI_SELSAMEFR 212
#define IDI_COPY 214
#define IDI_ICON7 215
#define IDI_PASTE 215
#define IDC_CURSOR1 233
#define IDI_ADDTAB 234
#define IDI_DELTAB 235
#define IDI_4COLSCOPY 237
#define IDI_64COLSCOPY 238
#define IDI_COLTODYNA 239
#define IDI_ICON6 240
#define IDI_ICON8 243
#define IDI_INVERTSEL 243
#define IDI_ADDSPR 244
#define IDI_DELSPR 245
#define IDI_ICON9 246
#define IDI_FINDDWORD 246
#define IDI_DELFRAME 248
#define IDI_DELALLSAME 249
#define IDI_ICON11 250
#define IDI_MOVESECTION 250
#define IDI_ADDSPRFR 251
#define IDI_SPOTOFF 252
#define IDI_SPOTON 253
#define IDI_DELDETSPR 254
#define IDI_ICON10 255
#define IDI_SPRTOFRAME 255
#define IDI_TRIALPHA 256
#define IDI_DELSELSAME 257
#define IDD_FILTERS 258
#define IDI_NIGHTDAY 259
#define IDD_IMGDLG 259
#define IDI_CLIPIMAGE 262
#define IDI_DELIMAGE 263
#define IDI_LOADIMAGE 264
#define IDI_ZOOMIN 265
#define IDI_ZOOMOUT 266
#define IDI_DOWNSCALE 267
#define IDI_UPSCALE 268
#define IDI_ICON12 270
#define IDI_ELLIPSE 270
#define IDD_TESTER 271
#define IDD_BGDLG 272
#define IDI_ICON14 273
#define IDI_BBSPOTON 273
#define IDI_BBSPOTOFF 274
#define IDI_EXPORT 275
#define IDI_IMPORT 276
#define IDI_DELBG 279
#define IDI_ICON15 280
#define IDI_SETBG 280
#define IDI_ICON13 281
#define IDI_REIMPORT 281
#define IDI_COMMONOFF 282
#define IDI_COMMONON 283
#define IDD_COLORPICKER 285
#define IDI_ZOOM2X 286
#define IDI_ICON16 287
#define IDI_ZOOM2XON 287
#define IDI_DELFRMS 288
#define IDC_COLMODE 1000
#define IDC_COLMODE2 1001
#define IDC_NEW 1001
#define IDC_COLMODE3 1002
#define IDC_ADDTXT 1002
#define IDC_COLMODE4 1003
#define IDC_OPEN 1003
#define IDC_COLMODE5 1004
#define IDC_SAVE 1004
#define IDC_COLMODE6 1005
#define IDC_UNDO 1005
#define IDC_COLMODE7 1006
#define IDC_REDO 1006
#define IDC_COLMODE8 1007
#define IDC_HASHMODE 1007
#define IDC_ADDTOFRAME 1007
#define IDC_COLMODE9 1008
#define IDC_COMPMASK 1008
#define IDC_COLMODE10 1009
#define IDC_MOVMASK 1009
#define IDC_ORGMODE 1011
#define IDC_CMID 1012
#define IDC_DRAWPOINT 1012
#define IDC_MMID 1013
#define IDC_DRAWLINE 1013
#define IDC_DRAWRECT 1014
#define IDC_COMBO1 1015
#define IDC_DRAWCIRC 1015
#define IDC_BGLIST 1015
#define IDC_CZONELIST 1015
#define IDC_TRIGGERLIST 1015
#define IDC_FILL 1016
#define IDC_ELLIPSE 1017
#define IDC_DELDETSPR 1017
#define IDC_COLSET 1018
#define IDC_TOFRAME 1018
#define IDC_ZOOMIN 1018
#define IDC_NOMCOLSET1 1019
#define IDC_DRAWPOINT2 1019
#define IDC_COPYCOLS 1019
#define IDC_ZOOMOUT 1019
#define IDC_NOMCOLSET2 1020
#define IDC_PASTE 1020
#define IDC_PASTECUR 1020
#define IDC_NOMCOLSET3 1021
#define IDC_PASTE2 1021
#define IDC_NOMCOLSET4 1022
#define IDC_NOMCOLSET5 1023
#define IDC_DYNACOLSET 1023
#define IDC_NOMCOLSET6 1024
#define IDC_COLPICK 1024
#define IDC_NOMCOLSET7 1025
#define IDC_ZOOM2X 1025
#define IDC_NOMCOLSET8 1026
#define IDC_DISPEXTRA 1026
#define IDC_SBV 1027
#define IDC_SETSET1 1028
#define IDC_SETSET2 1029
#define IDC_SETSET3 1030
#define IDC_SETSET4 1031
#define IDC_SETSET5 1032
#define IDC_SETSET6 1033
#define IDC_SETSET7 1034
#define IDC_SETSET8 1035
#define IDC_COL1SET1 1036
#define IDC_COLORS 1036
#define IDC_COL4SET8 1037
#define IDC_MASKLIST 1038
#define IDC_MASKLIST2 1039
#define IDC_MASKLIST3 1040
#define IDC_COL1SET2 1041
#define IDC_4COLMODE2 1041
#define IDC_POINTMASK 1042
#define IDC_RECTMASK 1043
#define IDC_ZONEMASK 1044
#define IDC_FILLED 1045
#define IDC_DELSAMEFR 1046
#define IDC_SAMEFRAME 1047
#define IDC_NAME 1048
#define IDC_DELFRAME 1048
#define IDC_CHECKFRAMES 1049
#define IDC_DELALLSAMEFR 1049
#define IDC_TOORGRES 1049
#define IDC_SELSAMEFR 1050
#define IDC_DELSELSAMEFR 1050
#define IDC_TOXTRARES 1050
#define IDC_NOSETCOL 1051
#define IDC_DELDURFRAME 1051
#define IDC_CHANGECOLSET 1052
#define IDC_STRY 1052
#define IDC_STRY2 1053
#define IDC_STRY3 1054
#define IDC_STRY4 1055
#define IDC_STRY12 1056
#define IDC_STRY5 1057
#define IDC_STRY14 1057
#define IDC_STRY6 1058
#define IDC_STRY17 1058
#define IDC_STRY7 1059
#define IDC_STRY18 1059
#define IDC_STRY8 1060
#define IDC_STRY19 1060
#define IDC_STRY9 1061
#define IDC_STRY10 1062
#define IDC_SHAPEMODE 1063
#define IDC_STRY11 1063
#define IDC_STRY13 1064
#define IDC_COLTODYNA 1065
#define IDC_SECTIONLIST 1066
#define IDC_SECTIONLIST2 1066
#define IDC_DELSECTION 1067
#define IDC_ADDSECTION 1068
#define IDC_SECTIONNAME 1069
#define IDC_COPYCOLS2 1070
#define IDC_1COLMODE 1071
#define IDC_4COLMODE 1072
#define IDC_GRADMODE 1073
#define IDC_GRADMODEB 1074
#define IDC_COL1 1075
#define IDC_COL2 1076
#define IDC_COL3 1077
#define IDC_COL4 1078
#define IDC_COL5 1079
#define IDC_COL6 1080
#define IDC_COL7 1081
#define IDC_COL8 1082
#define IDC_COL9 1083
#define IDC_COL10 1084
#define IDC_COL11 1085
#define IDC_COL12 1086
#define IDC_COL13 1087
#define IDC_COL14 1088
#define IDC_COL15 1089
#define IDC_COL16 1090
#define IDC_DYNACOL1 1091
#define IDC_SPRITENAME 1091
#define IDC_DYNACOL2 1092
#define IDC_SPRITELIST 1092
#define IDC_DYNACOL3 1093
#define IDC_ADDSPRITE 1093
#define IDC_DYNACOL4 1094
#define IDC_DELSPRITE 1094
#define IDC_DYNACOL5 1095
#define IDC_STRY1 1095
#define IDC_DYNACOL6 1096
#define IDC_ISDWORD 1096
#define IDC_DELSPR 1096
#define IDC_DETSPR 1096
#define IDC_DYNACOL7 1097
#define IDC_DYNACOL8 1098
#define IDC_DYNACOL9 1099
#define IDC_DYNACOL10 1100
#define IDC_DYNACOL11 1101
#define IDC_DYNACOL12 1102
#define IDC_DYNACOL13 1103
#define IDC_DYNACOL14 1104
#define IDC_DYNACOL15 1105
#define IDC_DYNACOL16 1106
#define IDC_INVERTSEL 1107
#define IDC_ADDSECTION2 1107
#define IDC_STRY15 1107
#define IDC_INVERTSEL2 1108
#define IDC_MOVESECTION 1109
#define IDC_STRY16 1110
#define IDC_SPRITELIST2 1111
#define IDC_ADDSPRITE2 1112
#define IDC_DELSPRITE2 1113
#define IDC_BUTTON1 1114
#define IDC_COLROT 1114
#define IDC_REWIND 1114
#define IDC_NEXT 1114
#define IDC_OLDCOL1 1114
#define IDC_LIST1 1115
#define IDC_IDENTIFYDYN 1115
#define IDC_IDENT 1115
#define IDC_BUTTON2 1115
#define IDC_PLAYPAUSE 1115
#define IDC_PREV 1115
#define IDC_XTRATOORG 1115
#define IDC_OLDCOL2 1115
#define IDC_FRUSEMASK 1116
#define IDC_STRY20 1116
#define IDC_COLROT2 1116
#define IDC_INVERTSEL4 1116
#define IDC_OLDCOL3 1116
#define IDC_INVERTSEL3 1117
#define IDC_SCROLLFILL 1117
#define IDC_OLDCOL4 1117
#define IDC_TRIGID 1118
#define IDC_DELTIME 1118
#define IDC_ANIGIF 1118
#define IDC_OLDCOL5 1118
#define IDC_ADDTID 1119
#define IDC_TIMELEN 1119
#define IDC_STRY21 1119
#define IDC_OLDCOL6 1119
#define IDC_DELTID 1120
#define IDC_DELCOL 1120
#define IDC_STRY22 1120
#define IDC_OLDCOL7 1120
#define IDC_DELMASK 1121
#define IDC_OLDCOL8 1121
#define IDC_FRUSESPRITE 1123
#define IDC_NCOL 1124
#define IDC_BROWSEIMAGE 1126
#define IDC_CBPASTE 1128
#define IDC_VIDEOSLIDER 1129
#define IDC_CURSORTIME 1130
#define IDC_TOTALTIME 1131
#define IDC_SPIN1 1132
#define IDC_TIMESPIN 1132
#define IDC_HOURSPIN 1132
#define IDC_LUMSPIN 1132
#define IDC_MINSPIN 1133
#define IDC_HOUR 1133
#define IDC_SECSPIN 1134
#define IDC_MINUTE 1134
#define IDC_HOURSPINIDC_HOURSPIN4 1135
#define IDC_FRMSPIN 1135
#define IDC_SECOND 1135
#define IDC_FRAME 1136
#define IDC_REGULDUR 1142
#define IDC_INTERV 1143
#define IDC_FRAMEDUR 1144
#define IDC_CURFRAMEALL 1145
#define IDC_CONTRAST 1151
#define IDC_CONTRAST2 1152
#define IDC_BRIGHTNESS 1152
#define IDC_STATICB 1153
#define IDC_STATICC 1154
#define IDC_GENAGIF 1155
#define IDC_SETDUR 1156
#define IDC_CHOOSEFRAME 1156
#define IDC_DURATION 1157
#define IDC_SPD1 1157
#define IDC_COPY 1158
#define IDC_SPD2 1158
#define IDC_FRAMETEST 1159
#define IDC_SPD4 1159
#define IDC_COPY2 1159
#define IDC_SCROLLCOPY 1159
#define IDC_LOADDUMP 1160
#define IDC_INFO 1161
#define IDC_STATICB2 1161
#define IDC_SPD8 1162
#define IDC_BLUR 1162
#define IDC_SPD16 1163
#define IDC_STATICBL 1163
#define IDC_SPD32 1164
#define IDC_INVERT 1166
#define IDC_SPDHALF 1167
#define IDC_CHECK1 1167
#define IDC_KEEPSEL 1167
#define IDC_SPDHALF2 1168
#define IDC_SPDQUARTER 1168
#define IDC_IMPORT 1168
#define IDC_AUTOCOPY 1169
#define IDC_EXPORT 1169
#define IDC_BBSPOT 1170
#define IDC_REIMPORT 1170
#define IDC_NIGHTDAY 1171
#define IDC_SETBG 1171
#define IDC_DELBG 1172
#define IDC_ADDBG 1173
#define IDC_BGNB 1174
#define IDC_COMMON 1175
#define IDC_OUTTL 1176
#define IDC_UPDATESAME 1177
#define IDC_LOOP 1177
#define IDC_SAMEFRAMELIST 1178
#define IDC_OUTT 1179
#define IDC_OUTA 1180
#define IDC_COPYDYNA 1181
#define IDC_OUTL 1182
#define IDC_OUTBL 1183
#define IDC_MULTIF 1186
#define IDC_COLORPICK 1187
#define IDC_RGB888 1188
#define IDC_RGB565 1189
#define IDC_R8 1190
#define IDC_G8 1191
#define IDC_OUTB 1192
#define IDC_B8 1192
#define IDC_OUTTR 1193
#define IDC_R5 1193
#define IDC_OUTR 1194
#define IDC_G6 1194
#define IDC_OUTBR 1195
#define IDC_B5 1195
#define IDC_LUMIN 1196
#define IDC_COLOR 1197
#define IDC_COLORR 1197
#define IDC_R6 1198
#define IDC_H 1198
#define IDC_G7 1199
#define IDC_S 1199
#define IDC_V 1200
#define IDC_EXTRARES 1201
#define IDC_STH 1201
#define IDC_STS 1202
#define IDC_STV 1203
#define IDC_ORGTOXTRA2 1204
#define IDC_XTRATOORG2 1205
#define IDC_UCOUNT 1206
#define IDC_RCOUNT 1207
#define IDC_FILTERTYPE 1208
#define IDC_CZONENAME 1209
#define IDC_ADDCZONE 1210
#define IDC_DELCZONE 1211
#define IDC_IMGTOFRAME 1212
#define IDC_IMGTOBG 1213
#define IDC_BAW 1213
#define IDC_DELFRMS 1214
#define IDC_BAW2 1214
#define IDC_CFTOOF 1214
#define IDC_MASKTOSEL 1215
#define IDC_EDIT1 1215
#define IDC_FRAME32 1216
#define IDC_FRAME64 1217
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 289
#define _APS_NEXT_COMMAND_VALUE 32776
#define _APS_NEXT_CONTROL_VALUE 1217
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif