From 12c02f064db12d6d94063bf6dd9e4eb80f4252b8 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 월, 11 10월 2021 15:30:00 +0900 Subject: [PATCH] Ongoing60 #3662 CF AOI Review 전설비 알람 발생 조치 - Review History File Mapping 해제 - Review Inner History 다운 현상 예외처리 추가 - Review End 시 Review 다운 현상 예외처리 추가 --- ReviewHistory/ReveiwHistory/resource.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 102 insertions(+), 0 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/resource.h b/ReviewHistory/ReveiwHistory/resource.h new file mode 100644 index 0000000..a06eef9 --- /dev/null +++ b/ReviewHistory/ReveiwHistory/resource.h @@ -0,0 +1,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 -- Gitblit v1.9.3