-
Notifications
You must be signed in to change notification settings - Fork 2
/
TMViewer.clw
503 lines (460 loc) · 12.1 KB
/
TMViewer.clw
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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CNewSymbols
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "TMViewer.h"
LastPage=0
ClassCount=14
Class1=CTMViewerApp
Class2=CChildView
Class3=CMainFrame
Class4=CAboutDlg
Class5=CUrlText
ResourceCount=22
Resource1=IDD_ABOUTBOX
Resource2=IDD_StylesList (Neutral)
Resource3=IDD_EditStyle
Resource4=IDD_TextProps
Class6=CTextProps
Resource5=IDR_EDITOR_TOOLBAR (Neutral)
Resource6=IDD_TB_DIALOG (Neutral)
Resource7=IDD_ABOUTBOX (Neutral)
Resource8=IDD_MergeMaps (English (U.S.))
Class7=CStylesListDlg
Class8=CEditStyleDlg
Resource9=IDR_VIEWER_TOOLBAR (Neutral)
Resource10=IDR_VIEWER_TOOLBAR (English (U.S.))
Resource11=IDR_EDITOR_TOOLBAR (English (U.S.))
Resource12=IDD_ABOUTBOX (English (U.S.))
Resource13=IDR_POPUPS (English (U.S.))
Resource14=IDD_NewMark (English (U.S.))
Resource15=IDD_ExportTo (English (U.S.))
Class9=CMarksList
Resource16=IDD_StylesList (English (U.S.))
Class10=CEditMarkCat
Resource17=IDD_MarksList (English (U.S.))
Class11=CNewMarkDlg
Resource18=IDD_NewSymbols (English (U.S.))
Resource19=IDD_EditMarkCat (English (U.S.))
Class12=CNewSymbols
Resource20=IDD_TextProps (English (U.S.))
Class13=CMergeDlg
Resource21=IDD_EditStyle (English (U.S.))
Class14=CExportDlg
Resource22=IDR_MAINFRAME (English (U.S.))
[CLS:CTMViewerApp]
Type=0
HeaderFile=TMViewer.h
ImplementationFile=TMViewer.cpp
Filter=W
BaseClass=CWinApp
VirtualFilter=AC
LastObject=ID_OpenDesc
[CLS:CChildView]
Type=0
HeaderFile=ChildView.h
ImplementationFile=ChildView.cpp
Filter=C
BaseClass=CWnd
VirtualFilter=WC
LastObject=IDC_ClearCats
[CLS:CMainFrame]
Type=0
HeaderFile=MainFrm.h
ImplementationFile=MainFrm.cpp
Filter=C
BaseClass=CFrameWnd
VirtualFilter=fWC
LastObject=ID_FILE_MRU_FILE1
[CLS:CAboutDlg]
Type=0
HeaderFile=TMViewer.cpp
ImplementationFile=TMViewer.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=CAboutDlg
[DLG:IDD_ABOUTBOX]
Type=1
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Class=CAboutDlg
[MNU:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command3=ID_FILE_SAVE
Command4=ID_FILE_SAVE_AS
Command5=ID_FILE_MRU_FILE1
Command6=ID_APP_EXIT
Command10=ID_EDIT_PASTE
Command11=ID_VIEW_TOOLBAR
Command12=ID_VIEW_STATUS_BAR
Command13=ID_APP_ABOUT
CommandCount=13
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command7=ID_EDIT_UNDO
Command8=ID_EDIT_CUT
Command9=ID_EDIT_COPY
[MNU:IDR_MAINFRAME (English (U.S.))]
Type=1
Class=CMainFrame
Command1=ID_FILE_OPEN
Command2=ID_FILE_EXPORTTOBMP
Command3=ID_MERGE_MAPS
Command4=ID_OpenDesc
Command5=ID_SaveDescr
Command6=ID_SaveDescAs
Command7=ID_NewMapDesc
Command8=ID_LOADPREVIOUSMAPSYMBOLS
Command9=ID_FILE_MRU_FILE1
Command10=ID_APP_EXIT
Command11=IDC_EDITOR_MODE
Command12=ID_INSERT_TEXT
Command13=ID_InsertMark
Command14=ID_ToFront
Command15=ID_ToBack
Command16=ID_DELETE
Command17=ID_PROPERTIES
Command18=ID_EditStyles
Command19=ID_MARKCATEGORIES
Command20=ID_VIEW_TEXTLABELS
Command21=ID_VIEW_MARKS
Command22=ID_ShowAllMarks
Command23=ID_HideAllMarks
Command24=ID_HIDEUNEXPLOREDSYMBOLS
Command25=ID_VIEW_HIDEALLSYMBOLS
Command26=IDC_CHECK_OVERLAY
Command27=ID_VIEW_FILTERING
Command28=ID_VIEW_STATUS_BAR
Command29=ID_VIEW_NAVIGATION
Command30=ID_HELP_VIEWREADME
Command31=ID_APP_ABOUT
CommandCount=31
[TB:IDR_MAINFRAME (English (U.S.))]
Type=1
Class=?
Command1=ID_FILE_OPEN
CommandCount=1
[ACL:IDR_MAINFRAME (English (U.S.))]
Type=1
Class=?
Command1=ID_FILE_EXPORTTOBMP
Command2=ID_VIEW_FILTERING
Command3=ID_OpenDesc
Command4=ID_InsertMark
Command5=ID_FILE_OPEN
Command6=ID_SaveDescr
Command7=ID_INSERT_TEXT
Command8=ID_DELETE
Command9=ID_HELP_VIEWREADME
Command10=ID_LOADPREVIOUSMAPSYMBOLS
Command11=IDC_EDITOR_MODE
Command12=ID_HIDEUNEXPLOREDSYMBOLS
Command13=ID_VIEW_TEXTLABELS
Command14=ID_VIEW_MARKS
Command15=ID_VIEW_HIDEALLSYMBOLS
Command16=IDC_CHECK_OVERLAY
CommandCount=16
[CLS:CUrlText]
Type=0
HeaderFile=tmviewer.cpp
ImplementationFile=tmviewer.cpp
BaseClass=CStatic
Filter=W
VirtualFilter=WC
[DLG:IDD_ABOUTBOX (Neutral)]
Type=1
Class=CAboutDlg
ControlCount=10
Control1=IDC_STATIC,static,1342177283
Control2=IDC_VERSION,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_EMAIL,static,1342308608
Control8=IDC_STATIC,static,1342308352
Control9=IDC_FTP,static,1342308608
Control10=IDC_STATIC,static,1342177298
[DLG:IDD_TB_DIALOG (Neutral)]
Type=1
Class=CMainFrame
ControlCount=11
Control1=IDC_CB_LEVEL,combobox,1344274435
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_CB_ZOOM,combobox,1344274435
Control5=IDC_STATIC,static,1342308352
Control6=IDC_CHECK_OVERLAY,button,1342210051
Control7=IDC_SLIDER_SHADING,msctls_trackbar32,1342177281
Control8=IDC_STATIC,static,1342177297
Control9=IDC_INTENSITY_LABEL,static,1342308352
Control10=IDC_EDITOR_MODE,button,1342247043
Control11=IDC_STATIC,static,1342177297
[DLG:IDD_TextProps]
Type=1
Class=CTextProps
ControlCount=3
Control1=IDC_EDIT_TEXT,edit,1350635716
Control2=IDOK,button,1342242817
Control3=IDCANCEL,button,1342242816
[CLS:CTextProps]
Type=0
HeaderFile=TextProps.h
ImplementationFile=TextProps.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_EDIT_TEXT
[DLG:IDD_EditStyle]
Type=1
Class=CEditStyleDlg
ControlCount=9
Control1=IDC_edStyleName,edit,1350631552
Control2=IDC_btChangeFont,button,1342242816
Control3=IDC_chkShadow,button,1342242819
Control4=IDOK,button,1342242817
Control5=IDCANCEL,button,1342242816
Control6=IDC_STATIC,static,1342177298
Control7=IDC_STATIC,static,1342308352
Control8=IDC_edFontName,edit,1350568064
Control9=IDC_STATIC,static,1342308352
[DLG:IDD_StylesList (Neutral)]
Type=1
Class=CStylesListDlg
ControlCount=5
Control1=IDC_STYLES_LIST,listbox,1352728835
Control2=IDC_btNewStyle,button,1342242816
Control3=IDC_btEditStyle,button,1342242816
Control4=IDC_btDeleteStyle,button,1342242816
Control5=IDCANCEL,button,1342242816
[CLS:CStylesListDlg]
Type=0
HeaderFile=StylesListDlg.h
ImplementationFile=StylesListDlg.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDOK
[CLS:CEditStyleDlg]
Type=0
HeaderFile=EditStyleDlg.h
ImplementationFile=EditStyleDlg.cpp
BaseClass=CDialog
Filter=D
LastObject=IDC_chkShadow
VirtualFilter=dWC
[TB:IDR_EDITOR_TOOLBAR (Neutral)]
Type=1
Class=?
Command1=ID_SelectMode
Command2=ID_INSERT_TEXT
Command3=ID_STYLES_COMBO
CommandCount=3
[TB:IDR_VIEWER_TOOLBAR (Neutral)]
Type=1
Class=?
Command1=IDC_CB_ZOOM
Command2=IDC_CB_LEVEL
Command3=IDC_CHECK_OVERLAY
Command4=IDC_SLIDER_SHADING
Command5=IDC_EDITOR_MODE
CommandCount=5
[DLG:IDD_StylesList (English (U.S.))]
Type=1
Class=CStylesListDlg
ControlCount=5
Control1=IDC_STYLES_LIST,listbox,1352728833
Control2=IDC_btNewStyle,button,1342242816
Control3=IDC_btEditStyle,button,1342242816
Control4=IDC_btDeleteStyle,button,1342242816
Control5=IDCANCEL,button,1342242816
[DLG:IDD_ABOUTBOX (English (U.S.))]
Type=1
Class=CAboutDlg
ControlCount=10
Control1=IDC_STATIC,static,1342177283
Control2=IDC_VERSION,static,1342308492
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_EMAIL,static,1342308608
Control8=IDC_STATIC,static,1342308352
Control9=IDC_FTP,static,1342308608
Control10=IDC_STATIC,static,1342177298
[DLG:IDD_TextProps (English (U.S.))]
Type=1
Class=CTextProps
ControlCount=3
Control1=IDC_EDIT_TEXT,edit,1350635716
Control2=IDOK,button,1342242817
Control3=IDCANCEL,button,1342242816
[DLG:IDD_EditStyle (English (U.S.))]
Type=1
Class=CEditStyleDlg
ControlCount=9
Control1=IDC_edStyleName,edit,1350631552
Control2=IDC_btChangeFont,button,1342242816
Control3=IDC_chkShadow,button,1342242819
Control4=IDOK,button,1342242817
Control5=IDCANCEL,button,1342242816
Control6=IDC_FRAME,static,1342177298
Control7=IDC_STATIC,static,1342308352
Control8=IDC_edFontName,edit,1350568064
Control9=IDC_STATIC,static,1342308352
[TB:IDR_EDITOR_TOOLBAR (English (U.S.))]
Type=1
Class=?
Command1=ID_SaveDescr
Command2=ID_SelectMode
Command3=ID_INSERT_TEXT
Command4=ID_InsertMark
Command5=ID_STYLES_COMBO
Command6=ID_EditStyles
Command7=ID_MARKCATEGORIES
CommandCount=7
[TB:IDR_VIEWER_TOOLBAR (English (U.S.))]
Type=1
Class=?
Command1=IDC_CB_ZOOM
Command2=IDC_CB_LEVEL
Command3=IDC_CHECK_OVERLAY
Command4=IDC_SLIDER_SHADING
Command5=ID_VIEW_HIDEALLSYMBOLS
Command6=ID_VIEW_TEXTLABELS
Command7=ID_VIEW_MARKS
Command8=IDC_EDITOR_MODE
CommandCount=8
[CLS:CMarksList]
Type=0
HeaderFile=MarksList.h
ImplementationFile=MarksList.cpp
BaseClass=CDialog
Filter=D
LastObject=IDC_Marks
VirtualFilter=dWC
[DLG:IDD_MarksList (English (U.S.))]
Type=1
Class=CMarksList
ControlCount=7
Control1=IDC_Marks,SysListView32,1350649933
Control2=IDC_btNewMark,button,1342242816
Control3=IDC_btEditMark,button,1342242816
Control4=IDC_btDeleteMark,button,1342242816
Control5=IDCANCEL,button,1342242816
Control6=IDC_MoveUp,button,1342242816
Control7=IDC_MoveDown,button,1342242816
[DLG:IDD_EditMarkCat (English (U.S.))]
Type=1
Class=CEditMarkCat
ControlCount=9
Control1=IDC_btSelBmp,button,1342242816
Control2=IDC_edDescr,edit,1350631552
Control3=IDOK,button,1342242817
Control4=IDCANCEL,button,1342242816
Control5=IDC_MarkImg,static,1342182148
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342177298
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
[CLS:CEditMarkCat]
Type=0
HeaderFile=EditMarkCat.h
ImplementationFile=EditMarkCat.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_edDescr
[DLG:IDD_NewMark (English (U.S.))]
Type=1
Class=CNewMarkDlg
ControlCount=9
Control1=IDC_cbCategory,ComboBoxEx32,1344340227
Control2=IDC_ShortText,edit,1352732868
Control3=IDC_LongText,edit,1352732868
Control4=IDOK,button,1342242817
Control5=IDCANCEL,button,1342242816
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342177298
Control8=IDC_STATIC,static,1342308352
Control9=IDC_STATIC,static,1342308352
[CLS:CNewMarkDlg]
Type=0
HeaderFile=NewMarkDlg.h
ImplementationFile=NewMarkDlg.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
[MNU:IDR_POPUPS (English (U.S.))]
Type=1
Class=?
Command1=ID_PROPERTIES
Command2=ID_ToFront
Command3=ID_ToBack
Command4=ID_DELETE
CommandCount=4
[CLS:CNewSymbols]
Type=0
HeaderFile=NewSymbols.h
ImplementationFile=NewSymbols.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_ClearCats
[CLS:CMergeDlg]
Type=0
HeaderFile=MergeDlg.h
ImplementationFile=MergeDlg.cpp
BaseClass=CDialog
Filter=D
LastObject=CMergeDlg
VirtualFilter=dWC
[DLG:IDD_MergeMaps (English (U.S.))]
Type=1
Class=CMergeDlg
ControlCount=8
Control1=IDC_Browse,button,1342242816
Control2=IDC_Fogged,button,1342242819
Control3=IDOK,button,1342242817
Control4=IDCANCEL,button,1342242816
Control5=IDC_MergeWith,edit,1350631552
Control6=IDC_STATIC,static,1342177298
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
[DLG:IDD_NewSymbols (English (U.S.))]
Type=1
Class=CNewSymbols
ControlCount=6
Control1=IDC_ClearStyles,button,1342242819
Control2=IDC_ClearCats,button,1342242819
Control3=IDOK,button,1342242817
Control4=IDCANCEL,button,1342242816
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342177298
[DLG:IDD_ExportTo (English (U.S.))]
Type=1
Class=CExportDlg
ControlCount=8
Control1=IDC_Browse,button,1342242816
Control2=IDC_ExportSymbols,button,1342242819
Control3=IDC_ExportZoom,button,1342242819
Control4=IDOK,button,1342242817
Control5=IDCANCEL,button,1342242816
Control6=IDC_ExportFile,edit,1350631552
Control7=IDC_STATIC,static,1342177298
Control8=IDC_STATIC,static,1342308352
[CLS:CExportDlg]
Type=0
HeaderFile=ExportDlg.h
ImplementationFile=ExportDlg.cpp
BaseClass=CDialog
Filter=D
LastObject=IDOK
VirtualFilter=dWC