SDC C-Project CF Review 프로그램
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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++¿¡¼­ »ý¼ºÇÑ Æ÷ÇÔ ÆÄÀÏÀÔ´Ï´Ù.
// ReviewSystem.rc¿¡¼­ »ç¿ëµÇ°í ÀÖ½À´Ï´Ù.
//
#define IDCANCEL                        2
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_REVIEWSYSTEM_FORM           101
#define IDD_DLG_RESULT_GRAPH            103
#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 IDR_ReviewSystemTYPE            130
#define IDS_EDIT_MENU                   306
#define IDD_DLG_LONG_RUN                310
#define IDD_DLG_REVIEW_CAMERA           311
#define IDD_DLG_DEFECT_MAP              312
#define IDD_DLG_TAB_DEFECT_LIST         313
#define IDD_DLG_ALIGN_CAMERA            314
#define IDD_DLG_LOGO                    316
#define IDR_ACCELERATOR1                317
#define IDD_DLG_TAB_LOG                 318
#define IDB_BITMAP1                     318
#define IDD_DLG_DEFECT_MAP_OPTION       319
#define IDD_DLG_DEFECT_FILTER           319
#define IDD_DLG_GRAPH                   320
#define IDD_DLG_COMMAND                 321
#define IDD_DLG_UPDATE_NOTE             322
#define IDD_DLG_TAB                     323
#define IDD_DLG_MOTOR                   324
#define IDD_DLG_CONNECTION              325
#define IDD_DLG_CAMERA_CONTROL          326
#define IDD_DLG_USER_CMD                327
#define IDD_DLG_MAP_OPTION              328
#define IDD_DLG_SIGNAL_SIGNAL           329
#define IDD_DLG_MOTOR_CONTROL           330
#define IDD_DLG_GLASS_INFO              331
#define IDD_DLG_CONNECT_STATUS          332
#define IDD_DLG_LOG_MESSAGE             333
#define IDD_DLG_GLASS_AND_CONNECTION_INFO 335
#define IDD_DLG_AFM_INFO                336
#define IDD_DLG_KEYJOG_LOGIN            337
#define IDD_DIg_TAP_CTRL                338
#define IDD_DLG_CONTROL                 339
#define IDD_DLG_MODULE_INFO             340
#define IDD_DLG_SELF_DIAGNOSIS          341
#define IDD_DLG_SELF_DIAGNOSIS_SQUARENESS 342
#define IDD_DLG_SELF_DIAGNOSIS_FLATNESS 343
#define IDD_DLG_DEFOCUS_LIST            344
#define IDD_DLG_DIAGNOSIS_WSI           345
#define IDD_DLG_SELF_DIAGNOSIS_WSI      345
#define IDD_DLG_SELF_DIAGNOSIS_SETTING  346
#define IDB_BITMAP_GANTRY               351
#define IDB_BITMAP_MARK                 352
#define IDD_DLG_TAB_DEFECT_INFO         357
#define IDD_DLG_REVIEW_POPUP            360
#define IDD_DLG_REVIEW_OFFSET_TOOL      364
#define IDD_DLG_REVIEW_HISTORY_TOOL     366
#define IDD_DLG_DEFECT_HISTORY_TAB      368
#define IDD_DLG_DEFECT_IMAGE_TAB        369
#define IDD_DLG_DEFECT_MAP_TAB          374
#define IDD_DLG_ALIGN_TAB               376
#define IDB_BITMAP2                     379
#define IDC_RADIO1                      1001
#define IDC_RADIO_ZOOM_LEVEL_0          1001
#define IDC_RADIO_IMAGE_MODE_0          1001
#define IDC_RADIO2                      1002
#define IDC_RADIO_ZOOM_LEVEL_1          1002
#define IDC_RADIO_MAP_TYPE_2            1002
#define IDC_RADIO_IMAGE_MODE_1          1002
#define IDC_RADIO3                      1003
#define IDC_RADIO_ZOOM_LEVEL_2          1003
#define IDC_RADIO_MAP_TYPE_1            1003
#define IDC_RADIO_IMAGE_MODE_2          1003
#define IDC_CHECK1                      1004
#define IDC_CHECK_CAMERA_CONTROL        1004
#define IDC_RADIO_MAP_TYPE_3            1004
#define IDC_RADIO_IMAGE_MODE_3          1004
#define IDC_CHECK_REDUCE                1004
#define IDC_BUTTON_UI_LEFT              1004
#define IDC_CHECK_OFFSET_MODE           1004
#define IDC_IMAGE_ROTATION              1004
#define IDC_CHECK_SELF_DIAGNOSIS_FLATNESS_SKIP 1004
#define IDC_SLIDER1                     1005
#define IDC_SLIDER_LIGHT_LEVEL          1005
#define IDC_RADIO_MAP_TYPE_0            1005
#define IDC_IMAGE_FLIP                  1005
#define IDC_SLIDER2                     1006
#define IDC_SLIDER_EXPOSURE_TIME        1006
#define IDC_CHECK_AFM_TRACKING          1006
#define IDC_BUTTON_UI_RIGHT1            1006
#define IDC_CHECK2                      1007
#define IDC_CHECK_MEASURE_POINT         1007
#define IDC_CHECK_JOG_UP                1007
#define IDC_RADIO_ZOOM_LEVEL_3          1007
#define IDC_USE_DEFECT                  1007
#define IDC_BUTTON2                     1008
#define IDC_CHECK_MEASURE_POINT2        1008
#define IDC_CHECK_CAMERA_RANGE          1008
#define IDC_CHECK_REVIEW_PATH           1008
#define IDC_CHECK_DRAW_REVIEW_PATH      1008
#define IDC_SLIDER_LIGHT_LEVEL_1        1008
#define IDC_SLIDER_LIGHT_LEVEL_TRANS    1008
#define IDC_BUTTON_LEFT                 1008
#define IDC_BUTTON_APPLT_OFFSET         1008
#define IDC_BUTTON_PROGRAMEXIT          1008
#define IDC_BUTTON_ALIGNCAM_GRAB        1008
#define IDC_SPIN2                       1009
#define IDC_CHECK_REVIEW_PATH2          1009
#define IDC_CHECK_AUTO_SELECT_CAMERA    1009
#define IDC_CHECK_DRAW_SELECTED_DEFECT  1009
#define IDC_BUTTON_APPLY_GRID_DATA      1009
#define IDC_STATIC_ALIGN_RESULT         1010
#define IDC_CHECK_REVIEW_PATH3          1010
#define IDC_CHECK_DRAW_WSI_PATH         1010
#define IDC_BUTTON_APPLT_OFFSET_PARAM   1010
#define IDC_BUTTON_PREV_IMAGE           1011
#define IDC_STATIC_ALIGN_ANGLE          1011
#define IDC_BUTTON_PREV_BUFFER          1011
#define IDC_CHECK_REVIEW_PATH4          1011
#define IDC_CHECK_DRAW_CELL             1011
#define IDC_STATIC_SIGNAL_SIGNAL_LOADING 1012
#define IDC_BUTTON_NEXT_IMAGE           1012
#define IDC_STATIC_ALIGN_DXDY           1012
#define IDC_BUTTON_NEXT_BUFFER          1012
#define IDC_STATIC_ALIGN_DX             1012
#define IDC_CHECK_REVIEW_PATH5          1012
#define IDC_CHECK_DRAW_DEFECT           1012
#define IDC_BUTTON_JOG_UP               1013
#define IDC_STATIC_ALIGN_DY             1013
#define IDC_CHECK_REVIEW_PATH6          1013
#define IDC_CHECK_CAMERA_POSITION       1013
#define IDC_CHECK_DRAW_CAMERA_POSITION  1013
#define IDC_STATIC_SIGNAL_SIGNAL_REVIEW_START 1014
#define IDC_BUTTON_JOG_DOWN             1014
#define IDC_STATIC_ALIGN_OX             1014
#define IDC_CHECK_REVIEW_PATH7          1014
#define IDC_CHECK_DRAW_RULER            1014
#define IDC_CHECK_USE_WSI               1014
#define IDC_STATIC_SIGNAL_SIGNAL_REVIEW_END 1015
#define IDC_STATIC_ALIGN_OY             1015
#define IDC_CHECK_REVIEW_PATH8          1015
#define IDC_CHECK_DRAW_REVIEW_DEFECT    1015
#define IDC_STATIC_SIGNAL_SIGNAL_UNLOADING 1016
#define IDC_CHECK_DRAW_WSI_DEFECT       1016
#define IDC_CHECK_DRAW_USER_PATH        1017
#define IDC_STATIC_SIGNAL_SIGNAL_VCR_READ 1017
#define IDC_CHECK_DRAW_WSI_PATH3        1018
#define IDC_CHECK_DRAW_MEASURE_PATH     1018
#define IDC_CHECK_USE_WSI_MEASUREMENT   1019
#define IDC_EDIT_GO_POS_X               1022
#define IDC_EDIT_GO_POS_Y               1026
#define IDC_STATIC_X_JOG_PULS           1026
#define IDC_KEY_JOG_MOVE                1026
#define IDC_LIST_DEFECT                 1036
#define IDC_BUTTON_MOTOR_GO_XY          1037
#define IDC_LIST_LOG                    1038
#define IDC_BUTTON_UI_EXPAND            1038
#define IDC_CHECK_UI_REDUCE             1038
#define IDC_CHECK_TYPE_B                1039
#define OnBnClickedButtonUiRight        1039
#define IDC_BUTTON_UI_RIGHT             1039
#define IDC_CHECK_TYPE_B2               1040
#define IDC_CHECK_TYPE_W                1040
#define IDC_STATIC_MEASURE_GRAPH        1040
#define IDC_STATIC_GRAPH_VIEW           1040
#define IDC_COMBO_VIEW_FIRST            1041
#define IDC_COMBO2                      1042
#define IDC_COMBO_VIEW_SECOND           1042
#define IDC_GRID_MAP_OPTION             1042
#define IDC_COMBO_SELECT_MODULE         1042
#define IDC_STATIC_DATE_TIME            1043
#define IDC_STATIC_VERSION              1044
#define IDC_COMBO1                      1044
#define IDC_COMBO_VIEW_MODE             1044
#define IDC_COMBO_MODE                  1044
#define IDC_COMBO_FLANTESS_MODE         1044
#define IDC_COMBO_MODULE_INDEX          1044
#define IDC_STATIC_DEFECT_MAP           1045
#define IDC_STATIC_VERSION2             1045
#define IDC_EDIT1                       1046
#define IDC_EDIT_LONG_RUN_COUNT         1046
#define IDC_STATIC_VERSION3             1046
#define IDC_STATIC_REVIEWED_DEFECT      1047
#define IDC_EDIT_WSI_RTB_00             1047
#define IDC_EDIT_TARGET_YPOS            1047
#define IDC_STATIC_REVIEW_DEFECT        1048
#define IDC_EDIT_WSI_ACC_01             1048
#define IDC_EDIT_OFFSET_X_VALUE         1048
#define IDC_BUTTON_LONG_RUN_START       1049
#define IDC_STATIC_VERSION4             1049
#define IDC_EDIT_WSI_RTB_01             1049
#define IDC_EDIT_SCAN_INDEX             1049
#define IDC_BUTTON3                     1050
#define IDC_BUTTON_LONG_RUN_STOP        1050
#define IDC_STATIC_TOTAL_DEFECT2        1050
#define IDC_STATIC_TOTAL_DEFECT         1050
#define IDC_BUTTON_CENTER               1050
#define IDC_BUTTON_SAVE                 1050
#define IDC_EDIT5                       1050
#define IDC_BUTTON_SAVE_SETTING_FILE    1050
#define IDC_GRID_GLASS_INFO             1051
#define IDC_STATIC_WSI_DEFECT           1051
#define IDC_EDIT6                       1051
#define IDC_BUTTON_LOAD                 1051
#define IDC_EDIT_CAM_INDEX              1051
#define IDC_GRID_MOTOR_INFO             1052
#define IDC_STATIC_WSIED_DEFECT         1052
#define IDC_EDIT7                       1052
#define IDC_GRID_CONNECT_INFO           1053
#define IDC_STATIC_VERSION5             1053
#define IDC_STATIC_MACHINETYPE          1053
#define IDC_EDIT8                       1053
#define IDC_GRID_AFM_INFO               1054
#define IDC_EDIT9                       1054
#define IDC_EDIT10                      1055
#define IDC_EDIT11                      1056
#define IDC_EDIT12                      1057
#define IDC_STATIC_X_JOG_PLUS           1058
#define IDC_EDIT15                      1058
#define IDC_STATIC_Y_JOG_PLUS           1059
#define IDC_EDIT14                      1059
#define IDC_STATIC_R_JOG_PLUS           1060
#define IDC_EDIT13                      1060
#define IDC_STATIC_X_JOG_MINUS          1061
#define IDC_EDIT17                      1061
#define IDC_STATIC_Y_JOG_MINUS          1062
#define IDC_EDIT18                      1062
#define IDC_STATIC_R_JOG_MINUS          1063
#define IDC_EDIT19                      1063
#define IDC_BUTTON_ALIGN_PROCESS        1064
#define IDC_EDIT20                      1064
#define IDC_STATIC_SIGNAL_SIGNAL_ALIGN_START 1065
#define IDC_EDIT21                      1065
#define IDC_STATIC_SIGNAL_SIGNAL_READ_RAWFILE 1066
#define IDC_TAB_CONTROL                 1067
#define IDC_CHECK_DIGITAL_ZOOM          1068
#define IDC_SLIDER_JOG_SPEED            1069
#define IDC_GRID_CAMERA_POS             1070
#define IDC_RADIO_MAP_TYPE_4            1071
#define IDC_RADIO_MAP_TYPE_5            1072
#define IDC_STATIC_Y_MOVE_CMD_PLUS      1080
#define IDC_BNT_CHECK_CAMERA_CONTROL    1085
#define IDC_EDIT2                       1086
#define IDC_EDIT3                       1087
#define IDC_EDIT4                       1088
#define IDC_EDIT_PANEL_COUNT_SQUARENESS 1089
#define IDC_EDIT_SCAN_COUNT             1089
#define IDC_EDIT_WSI_HEIGHT4            1089
#define IDC_BUTTON_GLASS_GO_XY          1090
#define IDC_EDIT_REVIEW_CAMCOUNT        1090
#define IDC_EDIT_WSI_HEIGHT5            1090
#define IDC_BUTTON_TEST1                1091
#define IDC_KEY_JOD_MOVE                1091
#define IDC_EDIT_JUDGE_DATA_Z_RANGE     1091
#define IDC_EDIT16                      1091
#define IDC_EDIT_SETTINGFILE_PATH       1091
#define IDC_EDIT_WSI_HEIGHT6            1091
#define IDC_BUTTON_GLASS_GO_XY3         1092
#define IDC_BUTTON_TEST2                1092
#define IDC_EDIT_XPOS_COUNT             1092
#define IDC_EDIT_WSI_HEIGHT7            1092
#define IDC_CHECK_AFM_TRACK             1093
#define IDC_EDIT_RANGE_COUNT_FLATNESS   1093
#define IDC_EDIT_WSI_HEIGHT8            1093
#define IDC_BUTTON_GLASS_GO_XY2         1094
#define IDC_BUTTON_GLASSCENTER_GO_XY    1094
#define IDC_EDIT_GLASS_SIZE_X           1094
#define IDC_EDIT_WSI_HEIGHT9            1094
#define IDC_EDIT_GLASS_SIZE_Y           1095
#define IDC_EDIT_WSI_HEIGHT10           1095
#define IDC_EDIT_PANEL_COUNT_WSI        1096
#define IDC_EDIT_WSI_HEIGHT14           1096
#define IDC_EDIT_JUDGE_DATA_3SIGMA      1097
#define IDC_EDIT_WSI_HEIGHT15           1097
#define IDC_EDIT_WSI_PANEL_POS_X        1098
#define IDC_EDIT_WSI_HEIGHT16           1098
#define IDC_EDIT_WSI_PANEL_POS_Y        1099
#define IDC_EDIT_WSI_HEIGHT17           1099
#define IDC_STATIC_JOG_SPEED            1100
#define IDC_EDIT_WSI_PANEL_POS_X2       1100
#define IDC_EDIT_WSI_HEIGHT18           1100
#define IDC_STATIC_LIGHT_LEVEL          1101
#define IDC_EDIT_WSI_PANEL_POS_Y2       1101
#define IDC_EDIT_WSI_HEIGHT19           1101
#define IDC_EDIT_REVIEW_PANEL_POS_X     1102
#define IDC_EDIT_WSI_HEIGHT20           1102
#define IDC_EDIT_REVIEW_PANEL_POS_Y     1103
#define IDC_RADIO_ZOOM_LEVEL_4          1104
#define IDC_EDIT_REVIEW_PANEL_POS_X2    1104
#define IDC_GRID_MOTOR_POS              1105
#define IDC_EDIT_WSI_PANEL_POS_Y4       1105
#define IDC_EDIT_REVIEW_PANEL_POS_Y2    1105
#define IDC_GRID_MOTOR_POS2             1106
#define IDC_GRID_GLASS_POS              1106
#define IDC_EDIT_REVIEW_PANEL_POS_X3    1106
#define IDC_CHECK3                      1107
#define IDC_GRID_GLASSCENTER_POS        1107
#define IDC_EDIT_REVIEW_PANEL_POS_Y3    1107
#define IDC_EDIT_REVIEW_PANEL_POS_X4    1108
#define IDC_BUTTON1                     1109
#define IDC_BUTTON_VERSION              1109
#define IDC_INS_HOOK                    1109
#define IDC_BUTTON_REDUCE               1109
#define IDC_BUTTON_GET_TEMPLETE_IMAGE   1109
#define IDC_BUTTON_MANUAL               1109
#define IDC_BT_REVIEW_POPUP             1109
#define IDC_EDIT_REVIEW_PANEL_POS_Y4    1109
#define IDC_BT_CAMERA_GRAB              1109
#define IDC_BUTTION_TARGET_POS          1109
#define IDC_GRID_ALIGN_INFO             1110
#define IDC_EDIT_UPDATE_NOTE            1110
#define IDC_BUTTON4                     1110
#define IDC_UNINS_HOOK                  1110
#define IDC_BUTTON_RIGHT                1110
#define IDC_BUTTON_SIMULATION           1110
#define IDC_EDIT_REVIEW_PANEL_POS_X5    1110
#define IDC_BUTTION_CAHNGE_TARGET_POS   1110
#define IDC_GRID_ORIGIN_INFO            1111
#define IDC_LOGIN_PW                    1111
#define IDC_STATIC_LOGO                 1111
#define IDC_BUTTON_SIMULATION2          1111
#define IDC_EDIT_REVIEW_PANEL_POS_Y5    1111
#define IDC_LOGIN_STATUS                1112
#define IDC_EDIT_REVIEW_PANEL_POS_X6    1112
#define IDC_EDIT_REVIEW_PANEL_POS_Y6    1113
#define IDC_TAB1                        1115
#define IDC_TAB_CTRL                    1115
#define IDC_SELF_DIAGNOSIS_TAB_MAIN     1115
#define IDC_GO_WSI                      1116
#define IDC_CHECK_USE_WSI_CONTROL       1116
#define IDC_CHECK4                      1117
#define IDC_SELECT_OFFSET_ON            1117
#define IDC_CHECK5                      1118
#define IDC_NOT_USE_CENTER_POS          1118
#define IDC_CHECK_USE_SIMULATION        1118
#define IDC_LIST1                       1121
#define IDC_LIST_CONTROL_DEFOCUS_LIST   1121
#define IDC_LIST                        1121
#define IDC_EDIT_DEFOCUS_COUNT          1122
#define IDC_STATIC_CONTROLBOX           1123
#define IDC_STATIC_MAGNIFICATION        1124
#define IDC_STATIC_IMAGE_MODE           1125
#define IDC_STATIC_ALIGN_INFO           1126
#define IDC_STATIC_OBJECT_SHOW          1127
#define IDC_STATIC_DEFECT_TYPE          1128
#define IDC_STATIC_REVIEW_DODONE        1129
#define IDC_RECT_CAMERACONTROL          1130
#define IDC_EDIT_AF_DELAY               1131
#define IDC_GRID_RESULT_DATA            1132
#define IDC_PICTURE_CONTROL             1133
#define IDC_EDIT_JUDGE_MOTOR_Z          1134
#define IDC_STATIC_GLASS                1135
#define IDC_STATIC_GLASSVIEW            1135
#define IDC_EDIT_COUNT                  1136
#define IDC_EDIT_CAMERA_RESOLUTION      1137
#define IDC_EDIT_JUDGE_DATA_DEGREE      1138
#define IDC_EDIT_FILE_PATH              1139
#define IDC_EDIT_CAMERA_FRAME_WIDTH     1140
#define IDC_EDIT_CAMERA_FRAME_HEIGHT    1141
#define IDC_EDIT_GANTRY_THETA           1142
#define IDC_GRID_GANTRY_DATA_HISTORY    1143
#define IDC_EDIT_MODULE_COUNT           1144
#define IDC_EDIT_GANTRY_THETA2          1144
#define IDC_EDIT_GANTRY_MOTOR_X         1145
#define IDC_GRID_WSI_RESULT_DATA        1145
#define IDC_EDIT_GANTRY_MOTOR_Y         1146
#define IDC_EDIT_WSI_ACC_00             1146
#define IDC_EDIT_GANTRY_PIXEL_X         1147
#define IDC_STATIC_DEFECT_IMAGE         1147
#define IDC_EDIT_GANTRY_PIXEL_Y         1148
#define IDC_EDIT_GANTRY_MOTOR_X2        1149
#define IDC_EDIT_GANTRY_MOTOR_Y2        1150
#define IDC_EDIT_GANTRY_PIXEL_X2        1151
#define IDC_PICTURECTRL                 1151
#define IDC_EDIT_GANTRY_PIXEL_Y2        1152
#define IDC_PICTURECTRL3                1152
#define IDC_STATIC_FILE                 1153
#define IDC_EDIT_GANTRY_MOTOR_X3        1153
#define IDC_PICTURECTRL2                1153
#define IDC_EDIT_GANTRY_MOTOR_Y3        1154
#define IDC_GRID_REVIEW_OFFSET_INFO     1154
#define IDC_PICTURECTRL4                1154
#define IDC_EDIT_GANTRY_PIXEL_X3        1155
#define IDC_EDIT_TARGET_XPOS            1155
#define IDC_EDIT_GANTRY_PIXEL_Y3        1156
#define IDC_EDIT_CHANGE_TARGET_XPOS     1156
#define IDC_EDIT_CHANGE_TARGET_YPOS     1157
#define IDC_EDIT_GANTRY_MOTOR_X4        1157
#define IDC_BUTTON5                     1158
#define IDC_EDIT_GANTRY_MOTOR_Y4        1158
#define IDC_EDIT_OFFSET_Y_VALUE         1159
#define IDC_EDIT_GANTRY_PIXEL_X4        1159
#define IDC_EDIT_CAMERA_COUNT           1160
#define IDC_EDIT_GANTRY_PIXEL_Y4        1160
#define IDC_PROGRESS_PROCESS            1161
#define IDC_EDIT_GANTRY_MOTOR_X5        1161
#define IDC_EDIT_MOTOR_XPOS             1162
#define IDC_EDIT_GANTRY_MOTOR_Y5        1162
#define IDC_EDIT_MOTOR_YPOS             1163
#define IDC_EDIT_GANTRY_PIXEL_X5        1163
#define IDC_BUTTON6                     1164
#define IDC_EDIT_GANTRY_PIXEL_Y5        1164
#define IDC_TAB_HISTORY_CONTROL         1165
#define IDC_EDIT_GANTRY_MOTOR_X6        1165
#define IDC_LIST_HISTORY_DEFECT         1166
#define IDC_EDIT_GANTRY_MOTOR_Y6        1166
#define IDC_EDIT_GANTRY_PIXEL_X6        1167
#define IDC_STATIC_MAP                  1168
#define IDC_EDIT_GANTRY_PIXEL_Y6        1168
#define IDC_GRID_ALIGN_ORIGIN_INFO      1170
#define IDC_GRID_ALIGN_HISTORY_INFO     1171
#define IDC_ALIGN_GRID_ORIGIN_INFO      1173
#define IDC_ALIGN_GRID_ALIGN_INFO       1174
#define IDC_EDIT_SQUARENESS_STANDARD    1175
#define IDC_EDIT_WSI_STANDARD           1176
#define IDC_EDIT_SQUARENESS_FIRSTSETTING 1176
#define IDC_EDIT_WSI_FIRST_STANDARD     1177
#define IDC_EDIT_SQUARENESS_STANDARD2   1177
#define IDC_EDIT_SQUARENESS_FIRSTSETTING2 1177
#define IDC_EDIT_WSI_HEIGHT1            1178
#define IDC_EDIT_WSI_HEIGHT2            1179
#define IDC_EDIT_WSI_HEIGHT3            1180
#define IDC_EDIT_WSI_HEIGHT11           1181
#define IDC_EDIT_WSI_HEIGHT12           1182
#define IDC_EDIT_WSI_HEIGHT13           1183
#define IDC_LIST_WSI_DIAGNOSIS_RESULT   1184
#define ID_INS_HOOK                     32772
#define ID_UNINS_HOOK                   32773
 
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        381
#define _APS_NEXT_COMMAND_VALUE         32775
#define _APS_NEXT_CONTROL_VALUE         1185
#define _APS_NEXT_SYMED_VALUE           346
#endif
#endif