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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++¿¡¼­ »ý¼ºÇÑ Æ÷ÇÔ ÆÄÀÏÀÔ´Ï´Ù.
// ReveiwHistory.rc¿¡¼­ »ç¿ëµÇ°í ÀÖ½À´Ï´Ù.
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_DLG_REVIEWHISTORY           102
#define IDD_DIALOG_FORMLIST             104
#define IDD_DLG_ALIGN                   104
#define IDR_MAINFRAME                   128
#define IDR_MENU1                       132
#define IDD_DLG_PATH_SETTING            133
#define IDB_SPLASH                      137
#define IDI_ICON1                       149
#define IDR_ICON1                       149
#define IDC_BUTTON1                     1000
#define IDC_PROCESS_RUN                 1000
#define IDC_BTN_BIN_PATH                1000
#define IDC_STATIC_FORMATIONMAP         1001
#define IDC_EDIT_BIN_PATH               1001
#define IDC_EDIT_RAWFILENAME            1002
#define IDC_BTN_INSPECTOR_PATH          1002
#define IDC_EDIT_GLASSWIDTH             1003
#define IDC_EDIT_INSPECTOR_PATH         1003
#define IDC_EDIT_GLASSHEIGHT            1004
#define IDC_BTN_REVIEW_PATH             1004
#define IDC_STATIC_FORMATIONMAP2        1004
#define IDC_EDIT_RESULT_DEFECENUM       1005
#define IDC_EDIT_REVIEW_PATH            1005
#define IDC_EDIT_RESULT_GROUPROUND      1006
#define IDC_BTN_ALIGN_PATH              1006
#define IDC_EDIT_RESULT_GROUPLINE       1007
#define IDC_EDIT_ALIGN_PATH             1007
#define IDC_EDIT_RESULT_NONEGROUP       1008
#define IDC_BTN_SAVE                    1008
#define IDC_EDIT_FILE_COUNT             1008
#define IDC_BUTTON_SHOWLABELTEXT        1009
#define IDC_EDIT_MERGEX                 1010
#define IDC_EDIT_MERGEY                 1011
#define IDC_EDIT_MERGELIMIT             1012
#define IDC_CHECK_SHOWGROUPLINE         1013
#define IDC_CHECK_SHOWGROUPINDEX        1014
#define IDC_CHECK_SHOWDEFECTNORMAL      1015
#define IDC_CHECK_SHOWDEFECTROUND       1016
#define IDC_CHECK_SHOWDEFECTLINE        1017
#define IDC_EDIT_FORMLINE_LIMITHEIGHT   1018
#define IDC_CHECK_RAWDATAXYFLIP         1019
#define IDC_CHECK_SHOWDEFECTCOLORTYPE   1020
#define IDC_CHECK_SHOWDEFECTOUTLINE     1021
#define IDC_BUTTON_MAPVIEW_FIT          1022
#define IDC_BTN_MAPVIEW_FIT             1022
#define IDC_CHECK_SHOWCELL              1023
#define IDC_BUTTON_SHOWDEFECTLIST       1024
#define IDC_COMBO_SHOWLABEL             1025
#define IDC_COMBO_SHOWSIZE              1026
#define IDC_BUTTON2                     1026
#define IDC_BTN_FIND_BIN                1026
#define IDC_BUTTON_SHOWFORMLIST         1027
#define IDC_CHECK_SHOWNOFILTEREDDEFECT  1028
#define IDC_EDIT_RESULT_SUMMERY         1029
#define IDC_RECT_GRIDDEFECT2            1030
#define IDC_STATIC_GRID_GLASS           1030
#define IDC_STATIC_GRID_ALIGN           1030
#define IDC_COMBO_METHOD_LABEL          1031
#define IDC_IMG_ALIGN1                  1031
#define IDC_STATIC_GRID_DEFECT          1031
#define IDC_IMG_ALIGN2                  1032
#define IDC_STATIC_GRID_GLASS_INFO      1032
#define IDC_STATIC_FILE_LIST            1033
#define IDC_STATIC_DEFECT               1034
#define IDC_STATIC_IMG_REVIEW           1035
#define IDC_STATIC_IMG_INSPECTOR        1036
#define IDC_STATIC_IMG_ALIGN1           1037
#define IDC_STATIC_IMG_ALIGN2           1038
#define IDC_SLIDER_IMG                  1039
#define IDC_EDIT_COUNT                  1040
#define IDC_CHK_All_DEFECT              1041
#define IDC_CHK_REVIEW_DEFECT           1042
#define IDC_BUTTON3                     1043
#define IDC_CHK_MUTI                    1044
#define IDC_CHK_SINGLE                  1045
#define IDC_STATIC_DEFECT2              1046
#define IDC_PROGRESS_FILE               1047
#define IDC_PROGRESS1                   1048
#define IDC_PROGRESS_LOAD               1048
#define ID_OPTION_PATHSETTING           32771
#define ID_VIEW_ALLDEFECT               32772
#define ID_VIEW_REVIEWDEFECT            32773
#define ID_ALIGN_ALIGNVIEW              32774
#define ID_ALIGN_VIEW                   32775
 
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        150
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1054
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif