forked from NOVACProject/MobileDOAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DMSpec.clw
480 lines (446 loc) · 13.5 KB
/
DMSpec.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
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CConfiguration
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "DMSpec.h"
LastPage=0
ClassCount=10
Class1=CDMSpecApp
Class2=CDMSpecDoc
Class3=CDMSpecView
Class4=CMainFrame
ResourceCount=12
Resource1=IDD_DIALOG2 (Swedish)
Resource2=IDR_MAINFRAME
Class5=CAboutDlg
Resource3=IDD_CONFDLG
Resource4=IDD_DIALOG2
Resource5=IDD_DMSPEC_FORM (English (U.S.))
Resource6=IDD_DMSPEC_FORM
Class6=CFluxCalcDlg
Class7=CLogDlg
Class8=CFLUXSETDLG
Resource7=IDD_ABOUTBOX (English (U.S.))
Resource8=IDD_CONFDLG (English (U.S.))
Class9=CRouteDlg
Resource9=IDR_MAINFRAME (English (U.S.))
Class10=CConfiguration
Resource10=IDD_ROUTEDLG
Resource11=IDD_ABOUTBOX
Resource12=IDD_ROUTEDLG (Swedish)
[CLS:CDMSpecApp]
Type=0
HeaderFile=DMSpec.h
ImplementationFile=DMSpec.cpp
Filter=N
[CLS:CDMSpecDoc]
Type=0
HeaderFile=DMSpecDoc.h
ImplementationFile=DMSpecDoc.cpp
Filter=N
[CLS:CDMSpecView]
Type=0
HeaderFile=DMSpecView.h
ImplementationFile=DMSpecView.cpp
Filter=D
BaseClass=CFormView
VirtualFilter=VWC
LastObject=IDC_SETBUTTON
[CLS:CMainFrame]
Type=0
HeaderFile=MainFrm.h
ImplementationFile=MainFrm.cpp
Filter=T
[CLS:CAboutDlg]
Type=0
HeaderFile=DMSpec.cpp
ImplementationFile=DMSpec.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
[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=IDC_BTNSTART
Command2=ID_CONTROL_STOP
Command3=ID_CONTROL_COUNTFLUX
Command4=ID_CONTROL_START
Command5=ID_APP_EXIT
Command6=ID_CONFIGURATION_OPERATION
Command7=ID_CONFIGURATION_PLOT_CHANGEBACKGROUND
Command8=ID_CONFIGURATION_PLOT_CHANGEPLOTCOLOR
Command9=ID_VIEW_TOOLBAR
Command10=ID_VIEW_STATUS_BAR
Command11=ID_APP_ABOUT
CommandCount=11
[ACL:IDR_MAINFRAME]
Type=1
Class=CMainFrame
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_EDIT_UNDO
Command5=ID_EDIT_CUT
Command6=ID_EDIT_COPY
Command7=ID_EDIT_PASTE
Command8=ID_EDIT_UNDO
Command9=ID_EDIT_CUT
Command10=ID_EDIT_COPY
Command11=ID_EDIT_PASTE
Command12=ID_NEXT_PANE
Command13=ID_PREV_PANE
CommandCount=13
[DLG:IDD_DMSPEC_FORM]
Type=1
Class=CDMSpecView
ControlCount=28
Control1=IDC_STATIC,static,1342308352
Control2=IDC_STATIC,static,1342308352
Control3=IDC_WINDSPEED,edit,1350631552
Control4=IDC_WINDDIRECTION,edit,1350631552
Control5=IDC_STATIC,static,1342308352
Control6=IDC_BASEEDIT,edit,1350631552
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308354
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_CONCENTRATION,static,1342308352
Control14=IDC_SH,static,1342308352
Control15=IDC_SQ,static,1342308352
Control16=IDC_LAT,static,1342308352
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352
Control19=IDC_LON,static,1342308352
Control20=IDC_STATIC,static,1342308352
Control21=IDC_INTTIME,static,1342308352
Control22=IDC_STATIC,button,1342177287
Control23=IDC_STATIC,button,1342177287
Control24=IDC_STATIC,static,1342308352
Control25=IDC_GPSTIME,static,1342308352
Control26=IDC_STATIC,static,1342308352
Control27=IDC_SCANNO,static,1342308352
Control28=IDC_BTNSTART,button,1342242816
[DLG:IDD_DMSPEC_FORM (English (U.S.))]
Type=1
Class=CDMSpecView
ControlCount=28
Control1=IDC_STATIC,static,1342308352
Control2=IDC_STATIC,static,1342308352
Control3=IDC_WINDSPEED,edit,1350631552
Control4=IDC_WINDDIRECTION,edit,1350631552
Control5=IDC_STATIC,static,1342308352
Control6=IDC_BASEEDIT,edit,1350631552
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308354
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_CONCENTRATION,static,1342308352
Control14=IDC_SH,static,1342308352
Control15=IDC_SQ,static,1342308352
Control16=IDC_LAT,static,1342308352
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352
Control19=IDC_LON,static,1342308352
Control20=IDC_STATIC,static,1342308352
Control21=IDC_INTTIME,static,1342308352
Control22=IDC_STATIC,button,1342177287
Control23=IDC_STATIC,button,1342177287
Control24=IDC_STATIC,static,1342308352
Control25=IDC_GPSTIME,static,1342308352
Control26=IDC_STATIC,static,1342308352
Control27=IDC_SCANNO,static,1342308352
Control28=IDC_BTNSTART,button,1342242816
[TB:IDR_MAINFRAME (English (U.S.))]
Type=1
Class=?
Command1=IDC_BTNSTART
Command2=ID_CONTROL_STOP
Command3=ID_CONFIGURATION_OPERATION
Command4=ID_CONTROL_START
Command5=ID_APP_ABOUT
Command6=ID_APP_EXIT
CommandCount=6
[MNU:IDR_MAINFRAME (English (U.S.))]
Type=1
Class=?
Command1=IDC_BTNSTART
Command2=ID_CONTROL_STOP
Command3=ID_CONTROL_COUNTFLUX
Command4=ID_CONTROL_START
Command5=ID_APP_EXIT
Command6=ID_CONFIGURATION_OPERATION
Command7=ID_CONFIGURATION_PLOT_CHANGEBACKGROUND
Command8=ID_CONFIGURATION_PLOT_CHANGEPLOTCOLOR
Command9=ID_VIEW_TOOLBAR
Command10=ID_VIEW_STATUS_BAR
Command11=ID_APP_ABOUT
CommandCount=11
[ACL:IDR_MAINFRAME (English (U.S.))]
Type=1
Class=?
Command1=ID_FILE_NEW
Command2=ID_FILE_OPEN
Command3=ID_FILE_SAVE
Command4=ID_EDIT_UNDO
Command5=ID_EDIT_CUT
Command6=ID_EDIT_COPY
Command7=ID_EDIT_PASTE
Command8=ID_EDIT_UNDO
Command9=ID_EDIT_CUT
Command10=ID_EDIT_COPY
Command11=ID_EDIT_PASTE
Command12=ID_NEXT_PANE
Command13=ID_PREV_PANE
CommandCount=13
[DLG:IDD_ABOUTBOX (English (U.S.))]
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
[CLS:CFluxCalcDlg]
Type=0
HeaderFile=FluxCalcDlg.h
ImplementationFile=FluxCalcDlg.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=CFluxCalcDlg
[DLG:IDD_DIALOG2]
Type=1
Class=CFLUXSETDLG
ControlCount=40
Control1=IDC_CALC,button,1342242817
Control2=IDC_FLUXDWS,edit,1350631424
Control3=IDC_FLUXDWD,edit,1350631552
Control4=IDC_FLUXDLAT,edit,1350631552
Control5=IDC_FLUXDLON,edit,1350631552
Control6=IDC_FLUXDOFFSET,edit,1350631552
Control7=IDC_STATIC,static,1342308864
Control8=IDC_STATIC,static,1342308864
Control9=IDC_STATIC,static,1342308864
Control10=IDC_STATIC,static,1342308864
Control11=IDC_STATIC,static,1342308865
Control12=IDC_BTNCHOOSEFILE,button,1342242816
Control13=IDC_FLUX,static,1342308864
Control14=IDC_BTNFOR,button,1342242816
Control15=IDC_BTNBACK,button,1342242816
Control16=IDC_MAXWD,static,1342308352
Control17=IDC_MAXCOL,static,1342308352
Control18=IDC_AVWD,static,1342308352
Control19=IDC_AVCOL,static,1342308352
Control20=IDC_MAXLAT,static,1342308352
Control21=IDC_MAXLON,static,1342308352
Control22=IDC_AVLAT,static,1342308352
Control23=IDC_AVLON,static,1342308352
Control24=IDC_STATIC,button,1342177287
Control25=IDC_STATIC,button,1342177287
Control26=IDC_MAXINDEX,static,1342308352
Control27=IDC_AVINDEX,static,1342308352
Control28=IDC_STATIC,static,1342181390
Control29=IDC_STATIC,static,1342181390
Control30=IDC_STATIC,button,1342177287
Control31=IDC_STATIC,static,1342308352
Control32=IDC_FLUXDFROM,edit,1350631552
Control33=IDC_STATIC,static,1342308352
Control34=IDC_FLUXDTO,edit,1350631552
Control35=IDC_PATHEDT,edit,1350631552
Control36=IDC_SLIDERFROM,msctls_trackbar32,1342242817
Control37=IDC_SLIDERTO,msctls_trackbar32,1342242837
Control38=IDC_BTNDEL,button,1342242816
Control39=IDC_SLIDEROFFSET,msctls_trackbar32,1342242822
Control40=IDC_BTNROUTE,button,1342242816
[CLS:CLogDlg]
Type=0
HeaderFile=LogDlg.h
ImplementationFile=LogDlg.cpp
BaseClass=CFileDialog
Filter=D
LastObject=CLogDlg
VirtualFilter=dWC
[CLS:CFLUXSETDLG]
Type=0
HeaderFile=FLUXSETDLG.h
ImplementationFile=FLUXSETDLG.cpp
BaseClass=CDialog
Filter=D
LastObject=CFLUXSETDLG
VirtualFilter=dWC
[DLG:IDD_DIALOG2 (Swedish)]
Type=1
Class=CFLUXSETDLG
ControlCount=40
Control1=IDC_CALC,button,1342242817
Control2=IDC_FLUXDWS,edit,1350631424
Control3=IDC_FLUXDWD,edit,1350631552
Control4=IDC_FLUXDLAT,edit,1350631552
Control5=IDC_FLUXDLON,edit,1350631552
Control6=IDC_FLUXDOFFSET,edit,1350631552
Control7=IDC_STATIC,static,1342308864
Control8=IDC_STATIC,static,1342308864
Control9=IDC_STATIC,static,1342308864
Control10=IDC_STATIC,static,1342308864
Control11=IDC_STATIC,static,1342308865
Control12=IDC_BTNCHOOSEFILE,button,1342242816
Control13=IDC_FLUX,static,1342308864
Control14=IDC_BTNFOR,button,1342242816
Control15=IDC_BTNBACK,button,1342242816
Control16=IDC_MAXWD,static,1342308352
Control17=IDC_MAXCOL,static,1342308352
Control18=IDC_AVWD,static,1342308352
Control19=IDC_AVCOL,static,1342308352
Control20=IDC_MAXLAT,static,1342308352
Control21=IDC_MAXLON,static,1342308352
Control22=IDC_AVLAT,static,1342308352
Control23=IDC_AVLON,static,1342308352
Control24=IDC_STATIC,button,1342177287
Control25=IDC_STATIC,button,1342177287
Control26=IDC_MAXINDEX,static,1342308352
Control27=IDC_AVINDEX,static,1342308352
Control28=IDC_STATIC,static,1342181390
Control29=IDC_STATIC,static,1342181390
Control30=IDC_STATIC,button,1342177287
Control31=IDC_STATIC,static,1342308352
Control32=IDC_FLUXDFROM,edit,1350631552
Control33=IDC_STATIC,static,1342308352
Control34=IDC_FLUXDTO,edit,1350631552
Control35=IDC_PATHEDT,edit,1350631552
Control36=IDC_SLIDERFROM,msctls_trackbar32,1342242817
Control37=IDC_SLIDERTO,msctls_trackbar32,1342242837
Control38=IDC_BTNDEL,button,1342242816
Control39=IDC_SLIDEROFFSET,msctls_trackbar32,1342242822
Control40=IDC_BTNROUTE,button,1342242816
[TB:IDR_MAINFRAME]
Type=1
Class=?
Command1=IDC_BTNSTART
Command2=ID_CONTROL_STOP
Command3=ID_CONFIGURATION_OPERATION
Command4=ID_CONTROL_START
Command5=ID_APP_ABOUT
Command6=ID_APP_EXIT
CommandCount=6
[DLG:IDD_ROUTEDLG]
Type=1
Class=CRouteDlg
ControlCount=0
[CLS:CRouteDlg]
Type=0
HeaderFile=RouteDlg.h
ImplementationFile=RouteDlg.cpp
BaseClass=CDialog
Filter=D
LastObject=CRouteDlg
VirtualFilter=dWC
[DLG:IDD_CONFDLG (English (U.S.))]
Type=1
Class=CConfiguration
ControlCount=37
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_SPECCOM,combobox,1344340226
Control5=IDC_STATIC,static,1342308352
Control6=IDC_SPECBAUD,combobox,1344339970
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_USEGPSCHECK,button,1342242819
Control10=IDC_STATIC,button,1342177287
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDC_FIXSHIFT,button,1342242819
Control17=IDC_FIXSQUEEZE,button,1342242819
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
Control20=IDC_CONFCHOOSEREF,button,1342242816
Control21=IDC_STATIC,static,1342308352
Control22=IDC_STATIC,button,1342177287
Control23=IDC_STATIC,static,1342308352
Control24=IDC_STATIC,button,1342177287
Control25=IDC_STATIC,button,1342177287
Control26=IDC_GPSCOM,combobox,1344340226
Control27=IDC_GPSBAUD,combobox,1344339970
Control28=IDC_FIXEXPTIME,edit,1350631552
Control29=IDC_TIMERES,edit,1350631552
Control30=IDC_SPECCENTER,edit,1350631552
Control31=IDC_PERCENT,edit,1350631552
Control32=IDC_REFFILE,edit,1350631552
Control33=IDC_FITFROM,edit,1350631552
Control34=IDC_FITTO,edit,1350631552
Control35=IDC_POLYNOM,edit,1350631552
Control36=IDC_GASFACTOR,edit,1350631552
Control37=IDC_MAXCOLUMN,edit,1350631552
[CLS:CConfiguration]
Type=0
HeaderFile=Configuration.h
ImplementationFile=Configuration.cpp
BaseClass=CDialog
Filter=D
LastObject=CConfiguration
VirtualFilter=dWC
[DLG:IDD_ROUTEDLG (Swedish)]
Type=1
Class=?
ControlCount=0
[DLG:IDD_CONFDLG]
Type=1
Class=CConfiguration
ControlCount=37
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_SPECCOM,combobox,1344340226
Control5=IDC_STATIC,static,1342308352
Control6=IDC_SPECBAUD,combobox,1344339970
Control7=IDC_STATIC,static,1342308352
Control8=IDC_STATIC,static,1342308352
Control9=IDC_USEGPSCHECK,button,1342242819
Control10=IDC_STATIC,button,1342177287
Control11=IDC_STATIC,static,1342308352
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDC_FIXSHIFT,button,1342242819
Control17=IDC_FIXSQUEEZE,button,1342242819
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
Control20=IDC_CONFCHOOSEREF,button,1342242816
Control21=IDC_STATIC,static,1342308352
Control22=IDC_STATIC,button,1342177287
Control23=IDC_STATIC,static,1342308352
Control24=IDC_STATIC,button,1342177287
Control25=IDC_STATIC,button,1342177287
Control26=IDC_GPSCOM,combobox,1344340226
Control27=IDC_GPSBAUD,combobox,1344339970
Control28=IDC_FIXEXPTIME,edit,1350631552
Control29=IDC_TIMERES,edit,1350631552
Control30=IDC_SPECCENTER,edit,1350631552
Control31=IDC_PERCENT,edit,1350631552
Control32=IDC_REFFILE,edit,1350631552
Control33=IDC_FITFROM,edit,1350631552
Control34=IDC_FITTO,edit,1350631552
Control35=IDC_POLYNOM,edit,1350631552
Control36=IDC_GASFACTOR,edit,1350631552
Control37=IDC_MAXCOLUMN,edit,1350631552