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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
ÿþ//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ ub„vS+T‡eöN0
// ›O EdgeInspector_App.rc O(u
//
#define IDC_BUTTON_CHANGE               3
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_DIALOG_LOGIN                103
#define IDB_WRITESMALL                  110
#define IDB_WRITELARGE                  111
#define IDB_MAIN                        112
#define IDB_BUTTONS                     113
#define IDB_FILELARGE                   114
#define IDB_FILESMALL                   115
#define IDR_POPUP_EDIT                  119
#define ID_STATUSBAR_PANE1              120
#define ID_STATUSBAR_PANE2              121
#define IDS_STATUS_PANE1                122
#define IDS_STATUS_PANE2                123
#define IDS_TOOLBAR_STANDARD            124
#define IDS_TOOLBAR_CUSTOMIZE           125
#define ID_VIEW_CUSTOMIZE               126
#define IDR_MAINFRAME                   128
#define IDR_MAINFRAME_256               129
#define IDD_DLG_RECIPE_LIST             129
#define IDR_EdgeInspector_LTYPE         130
#define IDB_BITMAP_DEFECT               130
#define IDD_DLG_RECIPE_NEW              130
#define IDR_MAINFRAME1                  131
#define IDR_EdgeInspector_AppTYPE       132
#define IDB_PLAY                        133
#define IDB_STOP                        134
#define IDB_STOP_HOT                    135
#define IDB_PLAY_HOT                    136
#define IDB_IMAGE                       137
#define IDD_DLG_PPID_NEW                138
#define IDD_DIALOG_VERSION              139
#define IDB_RADIO_ON                    146
#define IDB_PROPICONS                   147
#define IDB_CHECKNO                     151
#define IDB_RADIO_OFF                   152
#define IDD_DLG_LAMP_CONTROL            152
#define IDI_LED_OFF                     152
#define IDB_CHECK32                     153
#define IDI_LED_ON                      153
#define IDB_CHECKNO32                   154
#define IDI_ICON_CHK_ON                 154
#define IDB_RADIO_OFF32                 155
#define IDI_ICON_CHK_OFF                155
#define IDI_ICON_APP                    179
#define IDI_ICON_CANCEL                 180
#define IDI_ICON_CHK_ON2                181
#define IDI_ICON_CHK_OFF_2              182
#define IDI_ICON_LOAD_SM                183
#define IDI_ICON_CK_OK                  184
#define IDI_ICON_DISK_SM                185
#define IDI_ICON_LOAD_BIG               186
#define IDI_ICON_DISK_BIG               188
#define IDI_ICON_PC                     189
#define IDI_ICON_CHANGE                 192
#define IDR_THEME_MENU                  200
#define ID_SET_STYLE                    201
#define IDD_DLG_EXCEPTION               203
#define ID_VIEW_APPLOOK_WIN_2000        205
#define ID_VIEW_APPLOOK_OFF_XP          206
#define IDI_ICON_LEFT_RIGHT             206
#define ID_VIEW_APPLOOK_WIN_XP          207
#define IDI_ICON_UP_DOWN                207
#define ID_VIEW_APPLOOK_OFF_2003        208
#define ID_VIEW_APPLOOK_VS_2005         209
#define ID_VIEW_APPLOOK_VS_2008         210
#define IDB_BTN_LOAD                    214
#define ID_VIEW_APPLOOK_OFF_2007_BLUE   215
#define IDB_BTN_LOAD_PUSH               215
#define ID_VIEW_APPLOOK_OFF_2007_BLACK  216
#define ID_VIEW_APPLOOK_OFF_2007_SILVER 217
#define IDB_BTN_SAVE_PUSH               217
#define ID_VIEW_APPLOOK_OFF_2007_AQUA   218
#define ID_VIEW_APPLOOK_WINDOWS_7       219
#define IDB_BTN_SAVE                    219
#define IDS_EDIT_MENU                   306
#define IDB_SPLASH                      311
#define IDD_MAIN_VIEW                   311
#define IDD_DLG_INSPECT_INFORMATION     313
#define IDD_MAIN_VIEW_INFORMATION       313
#define IDD_MAIN_VIEW_INFOMATION        313
#define IDD_MAIN_VIEW_SCANIMAGE         314
#define IDD_MAIN_VIEW_LIVECAM           316
#define IDD_MAIN_VIEW_HWSETTING         317
#define IDR_MENU1                       317
#define IDB_LED_ON                      318
#define IDB_LED_OFF                     319
#define IDR_ALIGN_POP_UP                319
#define IDD_MAIN_VIEW_STATUS            319
#define IDB_BTN_SAVE_NORMAL             321
#define IDD_DLG_SIDE_DIMENSION_SETTING  321
#define IDB_BTN_LOAD_PUSH1              322
#define IDB_BTN_LOAD1                   323
#define IDD_DIALOG_LICENSE              323
#define IDB_RADIO_ON32                  324
#define IDB_CHECK                       327
#define IDB_BITMAP_RIGHTARROW           328
#define IDB_BITMAP_RECIPE_LINKARROW     329
#define IDB_MENU_BAR                    334
#define IDB_BMP_INFO                    335
#define IDB_BITMAP_WARNING              336
#define IDI_ICON_ADD                    336
#define IDI_ICON_COPY                   337
#define IDI_ICON_DELETE                 338
#define IDI_ICON_EDIT                   339
#define IDI_ICON_GEAR_CHK               340
#define IDI_ICON_GEAR_RUN               341
#define IDI_ICON_GEAR_STOP              342
#define IDI_ICON_DOWN                   343
#define IDI_ICON_LEFT                   344
#define IDI_ICON_RIGHT                  345
#define IDI_ICON_UP                     346
#define IDI_ICON_SAVEAS                 347
#define IDI_ICON_VIEW                   348
#define IDI_ICON_VIEW_NEXT              349
#define IDI_ICON_VIEW_PREVIOUS          350
#define IDI_ICON_WARNING                351
#define IDI_ICON_REPLACE48              371
#define IDI_ICON_ARR_DN                 375
#define IDI_ICON_ARR_LEFT               376
#define IDI_ICON_ARR_RIGHT              377
#define IDI_ICON_ARR_UP                 378
#define IDB_LIST_CELL1                  386
#define IDD_MAIN_VIEW_DEFECT            395
#define IDD_MAIN_VIEW_RECIPE            397
#define IDD_DLG_SIDE_EXCEPTION_SETTING  398
#define IDD_DLG_SIDE_NOTCH_SETTING      399
#define IDD_DLG_SIDE_USER_DEFECT_SETTING 400
#define IDC_COMBO_BORAD_TYPE            1000
#define IDC_STATIC_VIEW_AREA            1000
#define IDC_STATIC_LAMP_MAX_VALUE       1001
#define IDC_PANEL_INFO                  1001
#define IDC_STATIC_STATUS_AREA          1001
#define IDC_BTN_MAIN_INSINFOR           1002
#define IDC_BTN_MAIN_IMAGE_VIEW         1003
#define IDC_BTN_MAIN_RECIPE_VIEW        1004
#define IDC_STATIC_TOP_MARK_0           1004
#define IDC_BTN_MAIN_HW_VIEW            1005
#define IDC_STATIC_RECIPE_TITLE         1005
#define IDC_EDIT_PLC_DELAY              1005
#define IDC_STATIC_TOP_MARK_1           1005
#define IDC_BTN_MAIN_EXIT               1006
#define IDC_EDIT_LIGHT_TRANS_COUNT      1006
#define IDC_STATIC_TOP_MARK_2           1006
#define IDC_BTN_MAIN_LIVE_CAM_VIEW      1007
#define IDC_STATIC_GLASSINFO_TITLE      1007
#define IDC_EDIT_LIGHT_REFLECT_COUNT    1007
#define IDC_BTN_TOP_MARK_UPDATE_0       1007
#define IDC_BTN_MAIN_DEFECTVIEW         1008
#define IDC_STATIC_MAP_UP               1008
#define IDC_LIGHT_LIST                  1008
#define IDC_BTN_TOP_MARK_DEL_0          1008
#define IDC_STATIC_MAP_DW               1009
#define IDC_EDIT_CAMERA_COUNT           1009
#define IDC_BTN_TOP_MARK_UPDATE_1       1009
#define IDC_RECIPE_LIST                 1010
#define IDC_GRD_MEASURE_RESULT_B        1010
#define IDC_EDIT_FOLDER_REMOVE_DAY      1010
#define IDC_STATIC_DEFECT_IMAGE         1010
#define IDC_BTN_TOP_MARK_UPDATE_2       1010
#define IDC_LIST_RECIPE_NAME            1011
#define IDC_STATIC_GLASSID_TITLE        1011
#define IDC_CAMERA_LIST                 1011
#define IDC_BTN_TOP_MARK_DEL_1          1011
#define IDC_SCROLLBAR_V                 1012
#define IDC_PPID_LIST                   1012
#define IDC_GRD_MEASURE_RESULT_C        1012
#define IDC_EDIT_SCAN_COUNT             1012
#define IDC_SCROLLBAR_H                 1013
#define IDC_LIST_PPID_NAME              1013
#define IDC_GRD_MEASURE_RESULT_D        1013
#define IDC_BUT_LIGHTCNT_APPLY          1013
#define IDC_BTN_IMG_INIT                1014
#define IDC_GRD_MEASURE_RESULT_A        1014
#define IDC_BTN_HW_SAVE                 1014
#define IDC_BTN_SAVE1                   1015
#define IDC_BTN_IMG_PROCESS             1015
#define IDC_GRD_MEASURE_RESULT_A_INLINE 1015
#define IDC_EDIT_LINE_ID                1015
#define IDC_BTN_SAVE5                   1016
#define IDC_BTN_IMG_LOAD                1016
#define IDC_GRD_MEASURE_RESULT_RCUT_A   1016
#define IDC_BUT_CAMCNT_APPLY            1016
#define IDC_BTN_SAVE2                   1017
#define IDC_BTN_IMG_SAVE                1017
#define IDC_GRD_MEASURE_RESULT_RCUT_C   1017
#define IDC_EDIT_PLC_SIGNAL_RETRY_COUNT 1017
#define IDC_BTN_SAVE3                   1018
#define IDC_SIDE_INS_INFO               1018
#define IDC_BUT_CAMCNT_APPLY2           1018
#define IDC_BUT_LICENSE_INFO            1018
#define IDC_BTN_SAVE4                   1019
#define IDC_CORNER_INS_INFO             1019
#define IDC_BTN_TOP_MARK_DEL_2          1019
#define IDC_EDIT_LINE_ID2               1019
#define IDC_EDIT_MACHINE_NAME           1019
#define IDC_BTN_SAVE6                   1020
#define IDC_BUT_LIST_SELECT             1020
#define IDC_JUDGEMENT                   1020
#define IDC_EDIT_PLC_DELAY2             1020
#define IDC_EDIT_SAVEIMAGE_QUALITY      1020
#define IDC_BTN_SAVE7                   1021
#define IDC_BUT_LIST_EXIT               1021
#define IDC_STATIC_BOT_MARK_0           1021
#define IDC_BUT_BROWSE_COPY_TOOL_EXE    1021
#define IDC_BTN_SAVE8                   1022
#define IDC_NEWRECIPE_NAME_TITLE        1022
#define IDC_STATIC_BOT_MARK_1           1022
#define IDC_BUT_BROWSE_COPY_TOOL_CONFIG 1022
#define IDC_STATIC_SELECT_IMG           1023
#define IDC_NEWRECIPE_NAME_TITLE2       1023
#define IDC_BUT_LIST_NEWRECIPE          1023
#define IDC_BUT_BROWSE_DELETE_TOOL_EXE  1023
#define IDC_STATIC_IMG_2                1024
#define IDC_EDIT_RECIPENEW_NAME         1024
#define IDC_BUT_LIST_DELRECIPE          1024
#define IDC_STATIC_BOT_MARK_2           1024
#define IDC_BUT_BROWSE_COPY_TOOL_CONFIG2 1024
#define IDC_BUT_BROWSE_DELETE_TOOL_CONFIG 1024
#define IDC_STATIC_IMG_3                1025
#define IDC_EDIT_RECIPENEW_COMMENT      1025
#define IDC_BUT_LIST_NEWPPID            1025
#define IDC_BTN_BOT_MARK_UPDATE_0       1025
#define IDC_STATIC_IMG_4                1026
#define IDC_BUT_LIST_DELPPID            1026
#define IDC_STATIC_HISTORY_TITLE2       1026
#define IDC_BTN_BOT_MARK_UPDATE_1       1026
#define IDC_STATIC_IMG_6                1027
#define IDC_STATIC_HISTORY_TITLE3       1027
#define IDC_BTN_BOT_MARK_UPDATE_2       1027
#define IDC_STATIC_IMG_7                1028
#define IDC_GRD_DEFECT_LIST             1028
#define IDC_BTN_BOT_MARK_DEL_0          1028
#define IDC_STATIC_IMG_8                1029
#define IDC_BTN_BOT_MARK_DEL_1          1029
#define IDC_BTN_BOT_MARK_DEL_2          1030
#define IDC_SLIDER_1                    1031
#define IDC_STATIC_MARK_INFO_TITLE      1031
#define IDC_CHK_INS_REVERSE             1032
#define IDC_STATIC_VER_INFO             1032
#define IDC_STATIC_MARK_INFO_TITLE2     1032
#define IDC_SLIDER_3                    1033
#define IDC_STATIC_CURRENT_TIME         1033
#define IDC_SLIDER_2                    1034
#define IDC_STATIC_JUDGE                1034
#define IDC_STATIC_GLASS_ID             1035
#define IDC_SLIDER_4                    1036
#define IDC_SIDE_DIMENSION_SETTING_LIST 1036
#define IDC_SLIDER_5                    1037
#define IDC_TOP_CORNER_DIMENSION_SETTING_LIST 1037
#define IDC_SLIDER_6                    1038
#define IDC_BUTTON_ADD                  1038
#define IDC_SLIDER_7                    1039
#define IDC_BUTTON_DEL                  1039
#define IDC_BTN_LAMP_CLOSE              1040
#define IDC_BUTTON_DEL2                 1040
#define IDC_BUTTON_CAL                  1040
#define IDC_BUTTON_MODIFY               1040
#define IDC_BUTTON_ADD2                 1040
#define IDC_SLIDER_8                    1041
#define IDC_BOT_CORNER_DIMENSION_SETTING_LIST 1041
#define IDC_STATIC_TITLE                1042
#define IDC_STATIC_TITLE_TOP_CORNER     1043
#define IDC_STATIC_TITLE2               1043
#define IDC_STATIC_TITLE_CIRCLE         1043
#define IDC_STATIC_INSPECTION_DATA      1044
#define IDC_STATIC_TITLE_BOT_CORNER     1044
#define IDC_BTN_RECIPENEW_OK            1045
#define IDC_INSPECTION_DATA             1045
#define IDC_BUTTON_GET_SIDE_RESULT      1045
#define IDC_BTN_RECIPENEW_CANCEL        1046
#define IDC_STATIC_MEASURE_DATA2        1046
#define IDC_SIDE_EXCEPTION_SETTING_LIST 1046
#define IDC_BUTTON_GET_TOP_CORNER_RESULT 1046
#define IDC_BTN_PPIDNEW_OK              1047
#define IDC_MEASURE_DATA_CORNER_TOP     1047
#define IDC_CHK_ALL_DEFECT_LIST         1047
#define IDC_BUTTON_GET_BOT_CORNER_RESULT 1047
#define IDC_BTN_PPIDNEW_CANCEL          1048
#define IDC_MEASURE_DATA_SIDE           1048
#define IDC_NOTCH_LIST                  1048
#define IDC_BUTTON_ADD_NOTCH            1049
#define IDC_BTN_RECIPE_SAVE             1050
#define IDC_EXPAREA_LIST                1050
#define IDC_STATIC_MEASURE_DATA3        1050
#define IDC_BUTTON_DEL_NOTCH            1050
#define IDC_SCROLLBAR_V_4               1051
#define IDC_MEASURE_DATA_CORNER_BOT     1051
#define IDC_NOTCH_SETTING_LIST          1051
#define IDC_NOTCH_MEASURE_SETTING       1051
#define IDC_SCROLLBAR_H_1               1052
#define IDC_BUTTON_SET_NOTCH_AREA       1052
#define IDC_NOTCH_CIRCLE_SETTING        1052
#define IDC_SCROLLBAR_V_3               1053
#define IDC_BUTTON_GET_NOTCH_RESULT     1053
#define IDC_SCROLLBAR_V_2               1054
#define IDC_SIDE_USER_DEFECT_SETTING_LIST 1054
#define IDC_NOTCH_INSPECT_PARAM         1054
#define IDC_SCROLLBAR_V_1               1055
#define IDC_LBA_SERIAL_NO               1055
#define IDC_BUTTON_ADD_NOTCH2           1055
#define IDC_BUTTON_MODIFY_NOTCH         1055
#define IDC_SCROLLBAR_H_2               1056
#define IDC_STATIC_MACHINE_NAME         1056
#define IDC_BUTTON_ADD_NOTCH_CIRCLE     1056
#define IDC_SCROLLBAR_H_3               1057
#define IDC_BTN_FILTER_LIST1            1057
#define IDC_BTN_EXCEPTION_SETTING       1057
#define IDC_BUTTON_OPEN_EXCEPTION_SETTING_VIEW 1057
#define IDC_BUTTON_MODIFY_NOTCH_CIRCLE  1057
#define IDC_SCROLLBAR_H_4               1058
#define IDC_BUTTON_OPEN_USER_DEFECT_SETTING_VIEW 1058
#define IDC_BUTTON_DEL_NOTCH_CIRCLE     1058
#define IDC_BTN_LOAD1                   1059
#define IDC_EDIT1                       1059
#define IDC_EDIT_SCAN_TIMEOUT           1059
#define IDC_EDIT_COPY_TOOL_EXE_PATH     1059
#define IDC_BTN_LOAD2                   1060
#define IDC_STATIC_AUTO_TOOLS_CONFIG    1060
#define IDC_BTN_LOAD3                   1061
#define IDC_CHECK_ENABLE_AUTO_COPY      1061
#define IDC_BTN_LOAD4                   1062
#define IDC_CHECK_LAMP_ONOFF            1062
#define IDC_STATIC_COPY_TOOL_EXE_PATH   1062
#define IDC_BTN_LOAD_ALL                1063
#define IDC_STATIC_COPY_TOOL_CONFIG_PATH 1063
#define IDC_BTN_INIT_DISPLAY            1064
#define IDC_SCROLLBAR_DEFECT_H          1064
#define IDC_EDIT_PASSWD                 1064
#define IDC_EDIT_COPY_TOOL_CONFIG_PATH  1064
#define IDC_SCROLLBAR_V_5               1065
#define IDC_STATIC_IMG_LIST             1065
#define IDC_EDIT_NEWPASSWD1             1065
#define IDC_CHECK_ENABLE_AUTO_DELETE    1065
#define IDC_SAVE_ALL                    1066
#define IDC_STATIC_INSINFO_GRP_1        1066
#define IDC_EDIT_NEWPASSWD2             1066
#define IDC_STATIC_DELETE_TOOL_EXE_PATH 1066
#define IDC_STATIC_IMG_1                1067
#define IDC_STATIC_INSINFO_GRP_2        1067
#define IDC_EDIT_DELETE_TOOL_EXE_PATH   1067
#define IDC_STATIC_CAM_INFO1            1068
#define IDC_BTN_INSINFO_MAPSETTINGS     1068
#define IDC_STATIC_DELETE_TOOL_CONFIG_PATH 1068
#define IDC_STATIC_CAM_INFO2            1069
#define IDC_EDIT_DELETE_TOOL_CONFIG_PATH 1069
#define IDC_STATIC_CAM_INFO3            1070
#define IDC_CHECK1                      1070
#define IDC_CHECK_SAVE_RESULT_BY_HOUR   1070
#define IDC_STATIC_CAM_INFO4            1071
#define IDC_CHK_USECOLORVISUAL          1072
#define IDC_STATIC_SUBJECT              1072
#define IDC_UPDN_WIDTH1                 1074
#define IDC_BTN_PROC                    1075
#define IDC_SLIDER_ZOOM                 1076
#define IDC_BTN_IMG_SHORT               1077
#define IDC_BTN_IMG_LONG                1078
#define IDC_BTN_IMG_BOTH                1079
#define IDC_ST_ZOOM                     1080
#define IDC_STATIC_CAM_INFO5            1081
#define IDC_STATIC_CAM_INFO6            1082
#define IDC_STATIC_CAM_INFO7            1083
#define IDC_STATIC_CAM_INFO8            1084
#define IDC_STATIC_IMG_5                1085
#define IDC_SCROLLBAR_V_6               1086
#define IDC_SCROLLBAR_V_7               1087
#define IDC_SCROLLBAR_V_8               1088
#define IDC_SCROLLBAR_H_5               1089
#define IDC_BTN_CAM_LIVE                1089
#define IDC_SCROLLBAR_H_6               1090
#define IDC_SLIDER_ZOOM2                1090
#define IDC_BTN_CAM_SNAP                1090
#define IDC_CHECK_AUTO_SIZE             1091
#define IDC_BTN_STOP                    1091
#define IDC_CHECK_AUTO_DEFECT_VIEW      1091
#define IDC_UPDN_WIDTH3                 1092
#define IDC_UPDN_WIDTH4                 1093
#define IDC_SCROLLBAR_H_7               1094
#define IDC_SCROLLBAR_H_8               1095
#define IDC_BTN_LOAD5                   1096
#define IDC_BTN_LOAD6                   1097
#define IDC_ST_ZOOM2                    1097
#define IDC_BTN_LOAD7                   1098
#define IDC_BTN_LOAD8                   1099
#define IDC_UPDN_WIDTH6                 1100
#define IDC_UPDN_WIDTH7                 1101
#define IDC_UPDN_WIDTH8                 1102
#define IDC_EDIT_SCAN_SPEED             1120
#define IDC_EDIT_SCAN_SPEED_RATE        1121
#define IDC_EDIT_EXPOSURE               1123
#define IDC_EDIT_FRM_RATE_1             1124
#define IDC_EDIT_FRM_RATE_2             1125
#define IDC_EDIT_FRM_RATE_3             1126
#define IDC_EDIT_FRM_RATE_4             1127
#define IDC_STATIC_5                    1140
#define IDC_STATIC_6                    1141
#define IDC_STATIC_8                    1143
#define IDC_STATIC_9                    1144
#define IDC_EDIT_LAMP_VALUE_1           1147
#define IDC_EDIT_LAMP_VALUE_2           1148
#define IDC_EDIT_LAMP_VALUE_3           1149
#define IDC_EDIT_LAMP_VALUE_4           1150
#define IDC_EDIT_LAMP_VALUE_5           1151
#define IDC_EDIT_LAMP_VALUE_6           1152
#define IDC_EDIT_LAMP_VALUE_7           1153
#define IDC_EDIT_LAMP_VALUE_8           1154
#define IDC_STATIC_IMG_RCUT_LEFT        1156
#define IDC_STATIC_LABEL_3              1157
#define IDC_STATIC_IMG_RCUT_RIGHT       1157
#define IDC_STATIC_LABEL_4              1158
#define IDC_STATIC_IMG_CCUT_LEFT        1158
#define IDC_STATIC_LABEL_5              1159
#define IDC_STATIC_IMG_CCUT_RIGHT       1159
#define IDC_STATIC_LABEL_6              1160
#define IDC_STATIC_LABEL_7              1161
#define IDC_STATIC_LABEL_8              1162
#define IDC_STATIC_LABEL_9              1163
#define IDC_STATIC_LABEL_10             1164
#define IDC_STATIC_APP_SIDE             1169
#define IDC_STATIC_CAM1                 1170
#define IDC_STATIC_CAM2                 1171
#define IDC_STATIC_APP_SIDE2            1172
#define IDC_CHECK_USE_FREERUN_INSPECT   1172
#define IDC_STATIC_CAM3                 1173
#define IDC_EDIT_FREERUN_MOTOR_SPEED    1173
#define IDC_STATIC_APP_SIDE3            1174
#define IDC_EDIT_FREERUN_TARGET_RESOLUTION 1174
#define IDC_STATIC_CAM4                 1175
#define IDC_EDIT_FREERUN_PERIOD         1175
#define IDC_STATIC_APP_SIDE4            1176
#define IDC_EDIT_PREERUN_EXPOSURETIME   1176
#define IDC_SCROLLBAR1                  1177
#define IDC_BUTTON_CAL_FREERUN          1177
#define IDC_SCROLLBAR2                  1178
#define IDC_CHECK_USE_MVSOL_TRIGGER_CONTROL 1178
#define IDC_SCROLLBAR3                  1179
#define IDC_EDIT_PREERUN_EXPOSURETIME2  1179
#define IDC_EDIT_MVSOL_TRIGGER_CONTROL_PORT 1179
#define IDC_SCROLLBAR4                  1180
#define IDC_CHECK_USE_SAVE_DEBUG_IMAGE  1180
#define IDC_RDO_SIGNAL1                 1181
#define IDC_CHECK_USE_SAVE_ALL_DMP      1181
#define IDC_RDO_SIGNAL2                 1182
#define IDC_NEWPPID_NAME_TITLE          1201
#define IDC_EDIT_PPIDNEW_NAME           1202
#define IDC_BUTTON_LINK                 1203
#define IDC_EDIT_PX                     1210
#define IDC_EDIT_PY                     1211
#define IDC_EDIT_ROI_W                  1212
#define IDC_EDIT_ROI_H                  1213
#define IDC_BTN_ADD                     1214
#define IDC_BTN_MODIFY                  1215
#define IDC_BTN_DELETE                  1216
#define IDC_BTN_DELETE_ALL              1217
#define IDC_EDIT_ERR_DX                 1219
#define IDC_EDIT_ERR_DY                 1220
#define IDC_CHK_TFT_CHIPPING            1221
#define IDC_CHK_TFT_BUR                 1222
#define IDC_CHK_TFT_BROKEN              1223
#define IDC_CF_CHIPPING                 1225
#define IDC_CF_BUR                      1226
#define IDC_CHK_CRACK                   1227
#define IDC_CHK_DETECT_LIMITED_AREA     1228
#define IDC_UPDN_WIDTH2                 1230
#define IDC_UPDN_WIDTH5                 1231
#define IDC_STATIC_C2                   1239
#define IDC_STATIC_RECIPE_BASE_BAR      1240
#define IDC_STATIC_RECIPE_NAME          1241
#define IDC_STATIC_PLC_RECIPE           1242
#define IDC_STATIC_RECIPE_COMMENT       1243
#define IDC_LBA_LOCK_STATUS             1243
#define IDC_LBA_LOCK_DUE_DATE           1244
#define IDC_STATIC_PLC_UNITNO           1244
#define IDC_STATIC_PLC_SLOTNO           1245
#define IDC_STATIC_PLC_TABLENO          1246
#define IDC_STATIC_PLC_PANELCOUNT       1247
#define IDC_BTN_CLOSE                   1252
#define IDC_STATIC_C13                  1254
#define IDC_STATIC_C25                  1255
#define IDC_STATIC_INSINFO_EQPNO        1256
#define IDC_STATIC_INSINFO_UNITNO       1257
#define IDC_STATIC_C26                  1258
#define IDC_STATIC_C14                  1258
#define IDC_STATIC_C27                  1259
#define IDC_STATIC_INSINFO_GLASS_ID     1259
#define IDC_STATIC_C28                  1260
#define IDC_STATIC_C15                  1260
#define IDC_STATIC_C29                  1261
#define IDC_STATIC_INSINFO_RECIPE_NO    1261
#define IDC_STATIC_C47                  1262
#define IDC_STATIC_INSINFO_ROUGHPANLAYER 1262
#define IDC_STATIC_102                  1263
#define IDC_STATIC_INSINFO_ROUGHPADCOUNT 1263
#define IDC_STATIC_INSINFO_ROUGHNPADLAYER 1264
#define IDC_STATIC_C53                  1264
#define IDC_STATIC_INSINFO_ROUGHNPADCOUNT 1265
#define IDC_STATIC_C54                  1265
#define IDC_STATIC_C34                  1266
#define IDC_STATIC_C55                  1266
#define IDC_STATIC_C35                  1267
#define IDC_STATIC_C56                  1267
#define IDC_STATIC_C36                  1268
#define IDC_STATIC_C57                  1268
#define IDC_STATIC_C37                  1269
#define IDC_STATIC_C58                  1269
#define IDC_STATIC_INSINFO_ROUGHPANLAYER_2 1270
#define IDC_STATIC_INSINFO_ROUGHPADCOUNT_2 1271
#define IDC_STATIC_INSINFO_ROUGHNPADLAYER_2 1272
#define IDC_STATIC_INSINFO_ROUGHNPADCOUNT_2 1273
#define IDC_STATIC_C30                  1274
#define IDC_STATIC_INSINFO_ISGRIND      1275
#define IDC_STATIC_C52                  1276
#define IDC_STATIC_INSINFO_STAGENO      1277
#define IDC_VERSION_COMPANYNAME         1329
#define IDC_VERSION_FILEDESCRIPTION     1331
#define IDC_VERSION_FILEVERSION         1332
#define IDC_VERSION_PRODUCTVERSION      1333
#define IDC_VERSION_INTERNALNAME        1334
#define IDC_VERSION_LEGALCOPYRIGHT      1335
#define IDC_VERSION_ORIGINALFILENAME    1336
#define IDC_VERSION_PRODUCTNAME         1338
#define IDC_VERSION_UPDATE              1339
#define IDC_BUTTON_OPEN_USER_DEFECT_VIEW 1416
#define IDC_BUTTON_OPEN_DIMENSION_SETTING_VIEW 1417
#define IDC_BUTTON_OPEN_NOTCH_SETTING_VIEW 1418
#define IDC_BUTTON_RECIPE_LIST          1419
#define IDC_BUTTON_LIGHT_CONTROL        1421
#define IDC_BUTTON_LIGHT_CONTROL2       1422
#define IDC_BUTTON_VISION_SETTING       1422
#define IDC_BUTTON_LANG_ENG             1424
#define IDC_BUTTON_LANG_ENGLISH         1424
#define IDC_BUTTON_LANG_CHINESE         1425
#define IDC_BUTTON_LANG_CHINESE2        1427
#define IDC_BUTTON_LANG_KOREAN          1427
#define IDC_BUTTON_SYSTEM_EXIT          1460
#define IDC_RDO_SIDE_A_TOP              1809
#define IDC_RDO_SIDE_B_TOP              1810
#define IDC_RDO_SIDE_C_TOP              1811
#define IDC_RDO_SIDE_D_TOP              1812
#define IDC_RDO_SIDE_A_BOT              1813
#define IDC_RDO_SIDE_B_BOT              1814
#define IDC_RDO_SIDE_C_BOT              1815
#define IDC_RDO_SIDE_D_BOT              1816
#define IDC_RDO_INSTYPE_CHIPCRACK       1817
#define IDC_RDO_INSTYPE_CHIP            1817
#define IDC_RDO_INSTYPE_BURR            1818
#define IDC_RDO_INSTYPE_BURR2           1819
#define IDC_RDO_INSTYPE_CHAMFER         1819
#define IDC_RDO_INSTYPE_TOP_CORNER      1820
#define IDC_RDO_INSTYPE_BOT_CORNER      1821
#define IDC_RDO_INSTYPE_CRACK           1822
#define IDC_RDO_INSTYPE_CF_CHIPCRACK    1825
#define IDC_RDO_INSTYPE_IN_CHIP         1825
#define IDC_RDO_INSTYPE_CF_BURR         1826
#define IDC_RDO_INSTYPE_IN_BURR         1826
#define IDC_RDO_INSTYPE_IN_CRACK        1827
#define IDC_RDO_INSTYPE_IN_BURR2        1828
#define IDC_RDO_INSTYPE_IN_CHAMFER      1828
#define ID_PROFILE_CHECKALL             32782
#define ID_PROFILE_CLEARALL             32783
#define ID_PROFILE_CURRENTX             32784
#define ID_PROFILE_CURRENTY             32785
#define ID_PROFILE_SAVEDX               32786
#define ID_PROFILE_SAVEDY               32787
#define ID_PROFILE_PROJECTIONX          32788
#define ID_PROFILE_PROJECTIONY          32789
#define ID_MEASURE_CHECKALL             32790
#define ID_MEASURE_CLEARALL             32791
#define ID_MEASURE_DISTANCEX            32792
#define ID_MEASURE_DISTANCEY            32793
#define ID_MEASURE_DIAGONAL             32794
#define ID_IMAGE_MANIFY                 32795
#define ID_VIEW_CHECKALL                32796
#define ID_VIEW_CLEARALL                32797
#define ID_VIEW_SHOW_MEASURE_LINE       32798
#define ID_VIEW_SHOW_REF_LINE           32799
#define ID_VIEW_SHOW_SUB_LINE           32800
#define ID_IMGMODIFY_DRAWBRUSH          32801
#define ID_VIEW_SHOW_MEASURE_DATA       32812
 
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        328
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1071
#define _APS_NEXT_SYMED_VALUE           310
#endif
#endif