-
Notifications
You must be signed in to change notification settings - Fork 1
/
轨道清洁检测车监控系统.clw
455 lines (418 loc) · 12.3 KB
/
轨道清洁检测车监控系统.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
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CParaCal
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "轨道清洁检测车监控系统.h"
LastPage=0
ClassCount=16
Class1=CCleanWaterChart
Class2=CInsideTempDlg
Class3=COilTemDlg
Class4=COutsideTemDlg
Class5=CVoltDlg
Class6=CWaterTempDlg
Class7=CMyApp
Class8=CAboutDlg
Class9=CMyDlg
ResourceCount=15
Resource1=IDD_DIALOG_WATER_TEMP
Resource2=IDD_DIALOG_VIDEO
Resource3=IDD_DIALOG_MAIN
Resource4=IDD_DIRTY_WATER_CHART
Resource5=IDD_DIALOG_INSIDE_TEMP
Resource6=IDD_DIALOG_PRE_CHART
Resource7=IDD_DIALOG_PARA_CAL
Resource8=IDD_DIALOG_VOLT
Class10=CDirtyWaterChart
Resource9=IDD_WATER_TEMP_CHART
Class11=CWaterTempChart
Resource10=IDD_DIALOG_OUTSIDE_TEM
Class12=CWindPreChart
Resource11=IDD_DIALOG_MAXIMUM
Class13=CVideo
Resource12=IDD_CLEAN_WATER_CHART
Class14=CMaximumChart
Resource13=IDD_DIALOG_ALARM
Class15=CAlarmChart
Resource14=IDD_ABOUTBOX
Class16=CParaCal
Resource15=IDR_DIALOG_MENU
[CLS:CCleanWaterChart]
Type=0
BaseClass=CDialog
HeaderFile=CleanWaterChart.h
ImplementationFile=CleanWaterChart.cpp
Filter=D
VirtualFilter=dWC
LastObject=IDC_EDIT_TIME
[CLS:CInsideTempDlg]
Type=0
BaseClass=CDialog
HeaderFile=InsideTempDlg.h
ImplementationFile=InsideTempDlg.cpp
LastObject=IDC_INSIDE_TEMP
Filter=D
VirtualFilter=dWC
[CLS:COilTemDlg]
Type=0
BaseClass=CDialog
HeaderFile=OilTemDlg.h
ImplementationFile=OilTemDlg.cpp
[CLS:COutsideTemDlg]
Type=0
BaseClass=CDialog
HeaderFile=OutsideTemDlg.h
ImplementationFile=OutsideTemDlg.cpp
Filter=D
VirtualFilter=dWC
LastObject=COutsideTemDlg
[CLS:CVoltDlg]
Type=0
BaseClass=CDialog
HeaderFile=VoltDlg.h
ImplementationFile=VoltDlg.cpp
Filter=D
VirtualFilter=dWC
[CLS:CWaterTempDlg]
Type=0
BaseClass=CDialog
HeaderFile=WaterTempDlg.h
ImplementationFile=WaterTempDlg.cpp
Filter=D
VirtualFilter=dWC
[CLS:CMyApp]
Type=0
BaseClass=CWinApp
HeaderFile=轨道清洁检测车监控系统.h
ImplementationFile=轨道清洁检测车监控系统.cpp
Filter=N
VirtualFilter=AC
[CLS:CAboutDlg]
Type=0
BaseClass=CDialog
HeaderFile=轨道清洁检测车监控系统Dlg.cpp
ImplementationFile=轨道清洁检测车监控系统Dlg.cpp
LastObject=CAboutDlg
[CLS:CMyDlg]
Type=0
BaseClass=CDialog
HeaderFile=轨道清洁检测车监控系统Dlg.h
ImplementationFile=轨道清洁检测车监控系统Dlg.cpp
Filter=D
VirtualFilter=dWC
LastObject=IDC_OCX_PLAYER
[DLG:IDD_CLEAN_WATER_CHART]
Type=1
Class=CCleanWaterChart
ControlCount=17
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_LOOKBACK,button,1342242816
Control5=IDC_STATIC,button,1342177287
Control6=IDC_BUTTON_CONFIRM,button,1342242816
Control7=IDC_BUTTON_OUTPUT_TABLE,button,1342242816
Control8=IDC_GRID_CLEAN_WATER,MFCGridCtrl,1342242816
Control9=IDC_STATIC,static,1342308352
Control10=IDC_TITLE,edit,1350631552
Control11=IDC_STATIC,button,1342177287
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_EDIT_TIME,edit,1350631552
Control15=IDC_EDIT_WATER,edit,1350631552
Control16=IDC_BUTTON_SHOW_SELECT,button,1342242816
Control17=IDC_BUTTON_INSERT_CURRENT,button,1342242816
[DLG:IDD_DIALOG_INSIDE_TEMP]
Type=1
Class=CInsideTempDlg
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_INSIDE_TEMP,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
[DLG:IDD_DIALOG_OIL_TEM]
Type=1
Class=COilTemDlg
[DLG:IDD_DIALOG_OUTSIDE_TEM]
Type=1
Class=COutsideTemDlg
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_OUTSIDE_TEMP,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
[DLG:IDD_DIALOG_VOLT]
Type=1
Class=CVoltDlg
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_VOLT,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
[DLG:IDD_DIALOG_WATER_TEMP]
Type=1
Class=CWaterTempDlg
ControlCount=3
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_WATER_TEMP,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=4
Control1=IDC_STATIC,static,1342177283
Control2=IDC_STATIC,static,1342308480
Control3=IDC_STATIC,static,1342308352
Control4=IDOK,button,1342373889
[DLG:IDD_MY_DIALOG]
Type=1
Class=CMyDlg
[MNU:IDR_DIALOG_MENU]
Type=1
Class=?
Command1=IDM_ANALIZE
Command2=IDM_ABOUT
Command3=IDM_CLEAN_WATER
Command4=IDM_DIRTY_WATER
Command5=IDM_WATER_TEMP
Command6=IDM_WIND_PRE
Command7=IDM_ALARM
Command8=IDM_MAXIMUM
CommandCount=8
[DLG:IDD_DIALOG_MAIN]
Type=1
Class=CMyDlg
ControlCount=48
Control1=IDC_STATIC,button,1342177287
Control2=IDC_ALARM_AREA,static,1342308352
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_WATER_TEMP,button,1342251008
Control5=IDC_BUTTON_OUTSIDE_TEM,button,1342251008
Control6=IDC_STATIC,button,1342177287
Control7=IDC_STATIC,button,1342177287
Control8=IDC_STATIC,button,1342177287
Control9=IDC_EDIT_FRONT_LEFT,edit,1484849280
Control10=IDC_EDIT_FRONT_RIGHT,edit,1484849280
Control11=IDC_EDIT_BACK_LEFT,edit,1484849280
Control12=IDC_EDIT_BACK_RIGHT,edit,1484849280
Control13=IDC_STATIC,static,1342308352
Control14=IDC_STATIC,static,1342308352
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,static,1342308352
Control17=IDC_STATIC,button,1342177287
Control18=IDC_STATIC,button,1342177287
Control19=IDC_STATIC,static,1342308352
Control20=IDC_STATIC,static,1342308352
Control21=IDC_STATIC,static,1342308352
Control22=IDC_FRONT_WIND_TEXT,static,1342308352
Control23=IDC_BACK_WIND_TEXT1,static,1342308352
Control24=IDC_BACK_WIND_TEXT2,static,1342308352
Control25=IDC_BUTTON_INSIDE_TEMP,button,1342251008
Control26=IDC_STATIC,static,1342308352
Control27=IDC_STATIC,static,1342308352
Control28=IDC_LOW_WATER_PRE,static,1342308352
Control29=IDC_HIGH_WATER_PRE,static,1342308352
Control30=IDC_STATIC,button,1342177287
Control31=IDC_BUTTON_VOLT,button,1342251776
Control32=IDC_STATIC,static,1342308352
Control33=IDC_STATIC,static,1342308352
Control34=IDC_LONGITUDE_TEXT,static,1342308352
Control35=IDC_LATITUDE_TEXT,static,1342308352
Control36=IDC_STATIC,static,1342308352
Control37=IDC_STATIC,static,1342308352
Control38=IDC_CLEAN_WATER_TEXT,static,1342308352
Control39=IDC_DIRTY_WATER_TEXT,static,1342308352
Control40=IDC_STATIC,button,1342177287
Control41=IDC_WATER_MAIN,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
Control42=IDC_STATIC,button,1342177287
Control43=IDC_INSIDE_MAIN,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
Control44=IDC_OUTSIDE_MAIN,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
Control45=IDC_BUTTON_WATCH_VIDEO,button,1342242816
Control46=IDC_ALARM_TIME,static,1342308352
Control47=IDC_ALARM_CURRENT,static,1342308352
Control48=IDC_VOLT_MAIN,{B6C10489-FB89-11D4-93C9-006008A7EED4},1342242816
[DLG:IDD_DIRTY_WATER_CHART]
Type=1
Class=CDirtyWaterChart
ControlCount=17
Control1=IDC_STATIC,button,1342177287
Control2=IDC_BUTTON_LOOKBACK,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_CONFIRM,button,1342242816
Control5=IDC_BUTTON_OUTPUT_TABLE,button,1342242816
Control6=IDC_GRID_DIRTY_WATER,MFCGridCtrl,1342242816
Control7=IDC_STATIC,static,1342308352
Control8=IDC_TITLE,edit,1350631552
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_EDIT_TIME,edit,1350631552
Control13=IDC_EDIT_WATER,edit,1350631552
Control14=IDC_BUTTON_SHOW_SELECT,button,1342242816
Control15=IDOK,button,1342242817
Control16=IDCANCEL,button,1342242816
Control17=IDC_BUTTON_INSERT_CURRENT,button,1342242816
[CLS:CDirtyWaterChart]
Type=0
HeaderFile=DirtyWaterChart.h
ImplementationFile=DirtyWaterChart.cpp
BaseClass=CDialog
Filter=D
LastObject=CDirtyWaterChart
VirtualFilter=dWC
[DLG:IDD_WATER_TEMP_CHART]
Type=1
Class=CWaterTempChart
ControlCount=21
Control1=IDC_STATIC,button,1342177287
Control2=IDC_BUTTON_LOOKBACK,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_CONFIRM,button,1342242816
Control5=IDC_BUTTON_OUTPUT_TABLE,button,1342242816
Control6=IDC_GRID_TEMP,MFCGridCtrl,1342242816
Control7=IDC_STATIC,static,1342308352
Control8=IDC_TITLE,edit,1350631552
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_EDIT_TIME,edit,1350631552
Control13=IDC_EDIT_ENGINE,edit,1350631552
Control14=IDC_BUTTON_SHOW_SELECT,button,1342242816
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,static,1342308352
Control17=IDC_EDIT_OUTSIDE,edit,1350631552
Control18=IDC_EDIT_INSIDE,edit,1350631552
Control19=IDOK,button,1342242817
Control20=IDCANCEL,button,1342242816
Control21=IDC_BUTTON_INSERT_CURRENT2,button,1342242816
[CLS:CWaterTempChart]
Type=0
HeaderFile=WaterTempChart.h
ImplementationFile=WaterTempChart.cpp
BaseClass=CDialog
Filter=D
LastObject=CWaterTempChart
VirtualFilter=dWC
[DLG:IDD_DIALOG_PRE_CHART]
Type=1
Class=CWindPreChart
ControlCount=21
Control1=IDC_STATIC,button,1342177287
Control2=IDC_BUTTON_LOOKBACK,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_CONFIRM,button,1342242816
Control5=IDC_BUTTON_OUTPUT_TABLE,button,1342242816
Control6=IDC_GRID_PRE,MFCGridCtrl,1342242816
Control7=IDC_STATIC,static,1342308352
Control8=IDC_TITLE,edit,1350631552
Control9=IDC_STATIC,button,1342177287
Control10=IDC_STATIC,static,1342308352
Control11=IDC_STATIC,static,1342308352
Control12=IDC_EDIT_TIME,edit,1350631552
Control13=IDC_EDIT_FRONT_PRE,edit,1350631552
Control14=IDC_BUTTON_SHOW_SELECT,button,1342242816
Control15=IDC_STATIC,static,1342308352
Control16=IDC_STATIC,static,1342308352
Control17=IDC_EDIT_BACK_PRE1,edit,1350631552
Control18=IDC_EDIT_BACK_PRE2,edit,1350631552
Control19=IDOK,button,1342242817
Control20=IDCANCEL,button,1342242816
Control21=IDC_BUTTON_INSERT_CURRENT,button,1342242816
[CLS:CWindPreChart]
Type=0
HeaderFile=WindPreChart.h
ImplementationFile=WindPreChart.cpp
BaseClass=CDialog
Filter=D
LastObject=CWindPreChart
VirtualFilter=dWC
[DLG:IDD_DIALOG_VIDEO]
Type=1
Class=CVideo
ControlCount=4
Control1=IDC_OCX_PLAYER,{6BF52A52-394A-11D3-B153-00C04F79FAA6},1342177280
Control2=IDC_BUTTON_OPEN,button,1342242816
Control3=IDC_BUTTON_PLAY,button,1342242816
Control4=IDC_BUTTON_CLOSE,button,1342242816
[CLS:CVideo]
Type=0
HeaderFile=Video.h
ImplementationFile=Video.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=CVideo
[DLG:IDD_DIALOG_MAXIMUM]
Type=1
Class=CMaximumChart
ControlCount=19
Control1=IDC_STATIC,button,1342177287
Control2=IDC_BUTTON_LOOKBACK,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_CONFIRM,button,1342242816
Control5=IDC_BUTTON_OUTPUT_TABLE,button,1342242816
Control6=IDC_GRID_MAXIMUM,MFCGridCtrl,1342242816
Control7=IDC_STATIC,static,1342308352
Control8=IDC_TITLE,edit,1350631552
Control9=IDC_STATIC,button,1342177287
Control10=IDC_EDIT_TIME,edit,1350631552
Control11=IDC_EDIT_PARAMETER,edit,1350631552
Control12=IDC_BUTTON_SHOW_SELECT,button,1342242816
Control13=IDC_EDIT_MAXIMUM,edit,1350631552
Control14=IDOK,button,1342242817
Control15=IDCANCEL,button,1342242816
Control16=IDC_BUTTON_INSERT_CURRENT,button,1342242816
Control17=IDC_STATIC,static,1342308352
Control18=IDC_STATIC,static,1342308352
Control19=IDC_STATIC,static,1342308352
[CLS:CMaximumChart]
Type=0
HeaderFile=MaximumChart.h
ImplementationFile=MaximumChart.cpp
BaseClass=CDialog
Filter=D
LastObject=CMaximumChart
VirtualFilter=dWC
[DLG:IDD_DIALOG_ALARM]
Type=1
Class=CAlarmChart
ControlCount=9
Control1=IDC_STATIC,button,1342177287
Control2=IDC_BUTTON_LOOKBACK,button,1342242816
Control3=IDC_STATIC,button,1342177287
Control4=IDC_BUTTON_OUTPUT_TABLE,button,1342242816
Control5=IDC_GRID_ALARM,MFCGridCtrl,1342242816
Control6=IDC_STATIC,static,1342308352
Control7=IDC_TITLE,edit,1350631552
Control8=IDOK,button,1342242817
Control9=IDCANCEL,button,1342242816
[CLS:CAlarmChart]
Type=0
HeaderFile=AlarmChart.h
ImplementationFile=AlarmChart.cpp
BaseClass=CDialog
Filter=D
LastObject=CAlarmChart
[DLG:IDD_DIALOG_PARA_CAL]
Type=1
Class=CParaCal
ControlCount=12
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_COMBO_TABLE,combobox,1344340226
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352
Control8=IDC_EDIT_MAX,edit,1350631552
Control9=IDC_EDIT_MIN,edit,1350631552
Control10=IDC_EDIT_AVG,edit,1350631552
Control11=IDC_STATIC,static,1342308352
Control12=IDC_COMBO_COL,combobox,1478557954
[CLS:CParaCal]
Type=0
HeaderFile=ParaCal.h
ImplementationFile=ParaCal.cpp
BaseClass=CDialog
Filter=D
LastObject=IDC_COMBO_COL
VirtualFilter=dWC