-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnMap.clw
More file actions
489 lines (451 loc) · 12.2 KB
/
AnMap.clw
File metadata and controls
489 lines (451 loc) · 12.2 KB
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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CProperties
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "AnMap.h"
LastPage=0
ClassCount=13
Class1=CAnMapApp
Class2=CAnMapDoc
Class3=CAnMapView
Class4=CMainFrame
ResourceCount=14
Resource1=IDD_DIALOG_NEWMAP
Class5=CBrushView
Class6=CAboutDlg
Class7=CMiniView
Resource2=IDD_DIALOG_OPTION
Class8=CProperties
Class9=CProgressBar
Resource3=IDR_MAINFRAME
Class10=CNewMap
Resource4=IDD_DIALOG_RENDER
Class11=CRenderDialog
Resource5=IDD_DIALOG_PROPERTIES
Class12=COptionDialog
Resource6=IDD_ABOUTBOX
Class13=CSplash
Resource7=IDD_SPLASH
Resource8=IDD_DIALOG_OPTION (Korean)
Resource9=IDR_MAINFRAME (Korean)
Resource10=IDD_ABOUTBOX (Korean)
Resource11=IDD_DIALOG_PROPERTIES (Korean)
Resource12=IDD_DIALOG_NEWMAP (Korean)
Resource13=IDD_DIALOG_RENDER (Korean)
Resource14=IDD_SPLASH (Korean)
[CLS:CAnMapApp]
Type=0
HeaderFile=AnMap.h
ImplementationFile=AnMap.cpp
Filter=W
BaseClass=CWinApp
VirtualFilter=AC
LastObject=CAnMapApp
[CLS:CAnMapDoc]
Type=0
HeaderFile=AnMapDoc.h
ImplementationFile=AnMapDoc.cpp
Filter=W
BaseClass=CDocument
VirtualFilter=DC
LastObject=CAnMapDoc
[CLS:CAnMapView]
Type=0
HeaderFile=AnMapView.h
ImplementationFile=AnMapView.cpp
Filter=C
BaseClass=CScrollView
VirtualFilter=VWC
LastObject=CAnMapView
[CLS:CMainFrame]
Type=0
HeaderFile=MainFrm.h
ImplementationFile=MainFrm.cpp
Filter=T
BaseClass=CFrameWnd
VirtualFilter=fWC
LastObject=CMainFrame
[CLS:CAboutDlg]
Type=0
HeaderFile=AnMap.cpp
ImplementationFile=AnMap.cpp
Filter=D
[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=5
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
[MNU:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_FILE_SAVE_AS
Command5=ID_APP_EXIT
Command6=ID_EDIT_UNDO
Command7=ID_EDIT_REDO
Command8=ID_EDIT_CUT
Command9=ID_EDIT_COPY
Command10=ID_EDIT_PASTE
Command11=ID_VIEW_TOOLBAR
Command12=ID_VIEW_STATUS_BAR
Command13=ID_VIEW_TREE
Command14=ID_VIEW_GRID
Command15=ID_VIEW_RENDER
Command16=ID_TOOL_CHECK_BLANK
Command17=ID_TOOL_OPTION
Command18=ID_APP_ABOUT
CommandCount=18
[ACL:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_MOVE_LEFT
Command2=ID_EDIT_COPY
Command3=ID_MOVE_RIGHT
Command4=ID_TOOL_CHECK_BLANK
Command5=ID_VIEW_GRID
Command6=ID_FILE_NEW
Command7=ID_FILE_OPEN
Command8=ID_FILE_SAVE
Command9=ID_MOVE_DOWN
Command10=ID_VIEW_TREE
Command11=ID_EDIT_PASTE
Command12=ID_EDIT_UNDO
Command13=ID_EDIT_CUT
Command14=ID_VIEW_RENDER
Command15=ID_NEXT_PANE
Command16=ID_PREV_PANE
Command17=ID_EDIT_COPY
Command18=ID_EDIT_PASTE
Command19=ID_MOVE_UP
Command20=ID_EDIT_CUT
Command21=ID_EDIT_REDO
Command22=ID_EDIT_UNDO
Command23=ID_EDIT_REDO
CommandCount=23
[TB:IDR_MAINFRAME]
Type=1
Class=?
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_EDIT_CUT
Command5=ID_EDIT_COPY
Command6=ID_EDIT_PASTE
Command7=ID_TOOL_CHECK_BLANK
Command8=ID_EDIT_UNDO
Command9=ID_EDIT_REDO
Command10=ID_VIEW_RENDER
Command11=ID_APP_ABOUT
CommandCount=11
[CLS:CMiniView]
Type=0
HeaderFile=MiniView.h
ImplementationFile=MiniView.cpp
BaseClass=CView
Filter=C
VirtualFilter=VWC
LastObject=CMiniView
[DLG:IDD_DIALOG_PROPERTIES]
Type=1
Class=CProperties
ControlCount=14
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_CHECK_MOVE,button,1342242822
Control4=IDC_CHECK_TELEPORT,button,1342242822
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_EDIT_SPRITE,edit,1350639744
Control10=IDC_EDIT_SPRITE_FRAME,edit,1350639744
Control11=IDC_EDIT_OBJECT,edit,1350639744
Control12=IDC_EDIT_OBJECT_FRAME,edit,1350639744
Control13=IDC_STATIC_XY,static,1342308352
Control14=IDC_CHECK_FARM,button,1342242822
[CLS:CProperties]
Type=0
HeaderFile=Properties.h
ImplementationFile=Properties.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_CHECK_FARM
[CLS:CProgressBar]
Type=0
HeaderFile=ProgressBar.h
ImplementationFile=ProgressBar.cpp
BaseClass=CProgressCtrl
Filter=W
VirtualFilter=NWC
LastObject=CProgressBar
[CLS:CBrushView]
Type=0
HeaderFile=brushview.h
ImplementationFile=brushview.cpp
BaseClass=CTreeView
LastObject=CBrushView
Filter=C
VirtualFilter=VWC
[DLG:IDD_DIALOG_NEWMAP]
Type=1
Class=CNewMap
ControlCount=23
Control1=IDC_EDIT_MAPSIZEX,edit,1350639744
Control2=IDC_EDIT_MAPSIZEY,edit,1350639744
Control3=IDOK,button,1342242817
Control4=IDCANCEL,button,1342242816
Control5=IDC_RADIO_GRASS,button,1342308361
Control6=IDC_DESERT,button,1342177289
Control7=IDC_RADIO_DRYDESERT,button,1342177289
Control8=IDC_RADIO_WASTELAND,button,1342177289
Control9=IDC_RADIO_STONE,button,1342177289
Control10=IDC_RADIO_ICE,button,1342177289
Control11=IDC_RADIO_WATER,button,1342177289
Control12=IDC_RADIO_ROCK,button,1342177289
Control13=IDC_RADIO_DUNGEON,button,1342177289
Control14=IDC_RADIO_PEBBLE,button,1342177289
Control15=IDC_RADIO_TOH,button,1342177289
Control16=IDC_RADIO_SNOW,button,1342177289
Control17=IDC_RADIO_FRIGUS,button,1342177289
Control18=IDC_RADIO_VOLCANO1,button,1342177289
Control19=IDC_RADIO_VOLCANO2,button,1342177289
Control20=IDC_STATIC,button,1342177287
Control21=IDC_STATIC,static,1342308353
Control22=IDC_STATIC,static,1342308353
Control23=IDC_STATIC,button,1342177287
[CLS:CNewMap]
Type=0
HeaderFile=NewMap.h
ImplementationFile=NewMap.cpp
BaseClass=CDialog
Filter=D
LastObject=CNewMap
VirtualFilter=dWC
[DLG:IDD_DIALOG_RENDER]
Type=1
Class=CRenderDialog
ControlCount=7
Control1=IDC_BUTTON_RENDER,button,1342177281
Control2=IDC_BUTTON_SAVE,button,1342242816
Control3=IDC_EDIT_OUTPUTSIZE,edit,1350639745
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC_RATIO,static,1342308352
Control6=IDC_PROGRESS_JOB,msctls_progress32,1350565888
Control7=IDC_BUTTON_PRINT,button,1342242816
[CLS:CRenderDialog]
Type=0
HeaderFile=RenderDialog.h
ImplementationFile=RenderDialog.cpp
BaseClass=CDialog
Filter=D
LastObject=CRenderDialog
VirtualFilter=dWC
[DLG:IDD_DIALOG_OPTION]
Type=1
Class=COptionDialog
ControlCount=14
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_CHECK_AUTOSAVE,button,1342242819
Control5=IDC_EDIT_AUTOSAVETIME,edit,1350639745
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,button,1342177287
Control8=IDC_CHECK_CURSOR_TWINKLE,button,1342242819
Control9=IDC_EDIT_CURSOR_TWINKLE,edit,1350639745
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,button,1342177287
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_EDIT_SCROLL_DELAY,edit,1350639745
[CLS:COptionDialog]
Type=0
HeaderFile=OptionDialog.h
ImplementationFile=OptionDialog.cpp
BaseClass=CDialog
Filter=D
LastObject=IDOK
VirtualFilter=dWC
[DLG:IDD_SPLASH]
Type=1
Class=CSplash
ControlCount=6
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
[CLS:CSplash]
Type=0
HeaderFile=Splash.h
ImplementationFile=Splash.cpp
BaseClass=CDialog
Filter=D
LastObject=CSplash
[DLG:IDD_ABOUTBOX (Korean)]
Type=1
Class=?
ControlCount=5
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
[TB:IDR_MAINFRAME (Korean)]
Type=1
Class=?
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_EDIT_CUT
Command5=ID_EDIT_COPY
Command6=ID_EDIT_PASTE
Command7=ID_TOOL_CHECK_BLANK
Command8=ID_EDIT_UNDO
Command9=ID_EDIT_REDO
Command10=ID_VIEW_RENDER
Command11=ID_APP_ABOUT
CommandCount=11
[MNU:IDR_MAINFRAME (Korean)]
Type=1
Class=?
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_FILE_SAVE_AS
Command5=ID_APP_EXIT
Command6=ID_EDIT_UNDO
Command7=ID_EDIT_REDO
Command8=ID_EDIT_CUT
Command9=ID_EDIT_COPY
Command10=ID_EDIT_PASTE
Command11=ID_VIEW_TOOLBAR
Command12=ID_VIEW_STATUS_BAR
Command13=ID_VIEW_TREE
Command14=ID_VIEW_GRID
Command15=ID_VIEW_RENDER
Command16=ID_TOOL_CHECK_BLANK
Command17=ID_TOOL_OPTION
Command18=ID_APP_ABOUT
CommandCount=18
[ACL:IDR_MAINFRAME (Korean)]
Type=1
Class=?
Command1=ID_MOVE_LEFT
Command2=ID_EDIT_COPY
Command3=ID_MOVE_RIGHT
Command4=ID_TOOL_CHECK_BLANK
Command5=ID_VIEW_GRID
Command6=ID_FILE_NEW
Command7=ID_FILE_OPEN
Command8=ID_FILE_SAVE
Command9=ID_MOVE_DOWN
Command10=ID_VIEW_TREE
Command11=ID_EDIT_PASTE
Command12=ID_EDIT_UNDO
Command13=ID_EDIT_CUT
Command14=ID_VIEW_RENDER
Command15=ID_NEXT_PANE
Command16=ID_PREV_PANE
Command17=ID_EDIT_COPY
Command18=ID_EDIT_PASTE
Command19=ID_MOVE_UP
Command20=ID_EDIT_CUT
Command21=ID_EDIT_REDO
Command22=ID_EDIT_UNDO
Command23=ID_EDIT_REDO
CommandCount=23
[DLG:IDD_DIALOG_PROPERTIES (Korean)]
Type=1
Class=?
ControlCount=14
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_CHECK_MOVE,button,1342242822
Control4=IDC_CHECK_TELEPORT,button,1342242822
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_EDIT_SPRITE,edit,1350639744
Control10=IDC_EDIT_SPRITE_FRAME,edit,1350639744
Control11=IDC_EDIT_OBJECT,edit,1350639744
Control12=IDC_EDIT_OBJECT_FRAME,edit,1350639744
Control13=IDC_STATIC_XY,static,1342308352
Control14=IDC_CHECK_FARM,button,1342242822
[DLG:IDD_DIALOG_NEWMAP (Korean)]
Type=1
Class=?
ControlCount=23
Control1=IDC_EDIT_MAPSIZEX,edit,1350639744
Control2=IDC_EDIT_MAPSIZEY,edit,1350639744
Control3=IDOK,button,1342242817
Control4=IDCANCEL,button,1342242816
Control5=IDC_RADIO_GRASS,button,1342308361
Control6=IDC_DESERT,button,1342177289
Control7=IDC_RADIO_DRYDESERT,button,1342177289
Control8=IDC_RADIO_WASTELAND,button,1342177289
Control9=IDC_RADIO_STONE,button,1342177289
Control10=IDC_RADIO_ICE,button,1342177289
Control11=IDC_RADIO_WATER,button,1342177289
Control12=IDC_RADIO_ROCK,button,1342177289
Control13=IDC_RADIO_DUNGEON,button,1342177289
Control14=IDC_RADIO_PEBBLE,button,1342177289
Control15=IDC_RADIO_TOH,button,1342177289
Control16=IDC_RADIO_SNOW,button,1342177289
Control17=IDC_RADIO_FRIGUS,button,1342177289
Control18=IDC_RADIO_VOLCANO1,button,1342177289
Control19=IDC_RADIO_VOLCANO2,button,1342177289
Control20=IDC_STATIC,button,1342177287
Control21=IDC_STATIC,static,1342308353
Control22=IDC_STATIC,static,1342308353
Control23=IDC_STATIC,button,1342177287
[DLG:IDD_DIALOG_RENDER (Korean)]
Type=1
Class=?
ControlCount=7
Control1=IDC_BUTTON_RENDER,button,1342177281
Control2=IDC_BUTTON_SAVE,button,1342242816
Control3=IDC_EDIT_OUTPUTSIZE,edit,1350639745
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC_RATIO,static,1342308352
Control6=IDC_PROGRESS_JOB,msctls_progress32,1350565888
Control7=IDC_BUTTON_PRINT,button,1342242816
[DLG:IDD_DIALOG_OPTION (Korean)]
Type=1
Class=?
ControlCount=14
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_CHECK_AUTOSAVE,button,1342242819
Control5=IDC_EDIT_AUTOSAVETIME,edit,1350639745
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,button,1342177287
Control8=IDC_CHECK_CURSOR_TWINKLE,button,1342242819
Control9=IDC_EDIT_CURSOR_TWINKLE,edit,1350639745
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,button,1342177287
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_EDIT_SCROLL_DELAY,edit,1350639745
[DLG:IDD_SPLASH (Korean)]
Type=1
Class=?
ControlCount=6
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352