From c70166f3e86ffd0528884911483c067a6b21ebdd Mon Sep 17 00:00:00 2001 From: kojingeun <diteam.co.kr> Date: 금, 30 6월 2023 15:48:59 +0900 Subject: [PATCH] Ongoing60 #4517 CF AOI Review 결과 파일 찾기 실패 개선 1. AOIServer RawBin 폴더 연결 TimerThread 추가 - file_dummy 생성 후 Open/Close 반복(10초) 2. 프로젝트 누락 경로 및 설정 추가 - FTPUploader Include Path, Debug모드 psapi.lib --- ReviewSystem/ReviewSystem/resource.h | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ReviewSystem/ReviewSystem/resource.h b/ReviewSystem/ReviewSystem/resource.h index 61138ac..2fe97fb 100644 --- a/ReviewSystem/ReviewSystem/resource.h +++ b/ReviewSystem/ReviewSystem/resource.h @@ -68,6 +68,7 @@ #define IDD_DLG_DEFECT_MAP_TAB 374 #define IDD_DLG_ALIGN_TAB 376 #define IDB_BITMAP2 379 +#define IDD_DLG_HARDWARE_SETTING_MODE 381 #define IDC_RADIO1 1001 #define IDC_RADIO_ZOOM_LEVEL_0 1001 #define IDC_RADIO_IMAGE_MODE_0 1001 @@ -315,6 +316,8 @@ #define IDC_EDIT_REVIEW_PANEL_POS_Y4 1109 #define IDC_BT_CAMERA_GRAB 1109 #define IDC_BUTTION_TARGET_POS 1109 +#define IDC_BUTTON_HW_SETTING_MODE 1109 +#define IDC_BUTTON_AFM_CONNECT 1109 #define IDC_GRID_ALIGN_INFO 1110 #define IDC_EDIT_UPDATE_NOTE 1110 #define IDC_BUTTON4 1110 @@ -330,17 +333,22 @@ #define IDC_EDIT_REVIEW_PANEL_POS_Y5 1111 #define IDC_LOGIN_STATUS 1112 #define IDC_EDIT_REVIEW_PANEL_POS_X6 1112 +#define IDC_BUTTON_AFM_DISCONNECT 1112 #define IDC_EDIT_REVIEW_PANEL_POS_Y6 1113 +#define IDC_BUTTON_ALIGN_CAM_CONNECT 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_BUTTON_ALIGN_CAM_DISCONNECT 1116 #define IDC_CHECK4 1117 #define IDC_SELECT_OFFSET_ON 1117 +#define IDC_BUTTON_REVIEW_CAM_CONNECT 1117 #define IDC_CHECK5 1118 #define IDC_NOT_USE_CENTER_POS 1118 #define IDC_CHECK_USE_SIMULATION 1118 +#define IDC_BUTTON_REVIEW_CAM_DISCONNECT 1120 #define IDC_LIST1 1121 #define IDC_LIST_CONTROL_DEFOCUS_LIST 1121 #define IDC_LIST 1121 @@ -433,6 +441,10 @@ #define IDC_EDIT_WSI_HEIGHT13 1183 #define IDC_LIST_WSI_DIAGNOSIS_RESULT 1184 #define IDC_OFFSET_LOAD 1185 +#define IDC_EDIT_WARN_STANDARD 1186 +#define IDC_EDIT_HARD_STANDARD 1187 +#define IDC_BUTTON_STANDARD_SAVE 1188 +#define IDC_STATIC_REVIEW_CAMERA 1189 #define ID_INS_HOOK 32772 #define ID_UNINS_HOOK 32773 @@ -440,9 +452,9 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 381 +#define _APS_NEXT_RESOURCE_VALUE 383 #define _APS_NEXT_COMMAND_VALUE 32775 -#define _APS_NEXT_CONTROL_VALUE 1186 +#define _APS_NEXT_CONTROL_VALUE 1190 #define _APS_NEXT_SYMED_VALUE 346 #endif #endif -- Gitblit v1.9.3