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/ReviewSystemSetting/resource.h |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ReviewSystem/ReviewSystemSetting/resource.h b/ReviewSystem/ReviewSystemSetting/resource.h
index 466d635..2336cc0 100644
--- a/ReviewSystem/ReviewSystemSetting/resource.h
+++ b/ReviewSystem/ReviewSystemSetting/resource.h
@@ -1,6 +1,6 @@
 //{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by ReviewSystemSetting.rc
+// Microsoft Visual C++에서 생성한 포함 파일입니다.
+// ReviewSystemSetting.rc에서 사용되고 있습니다.
 //
 #define IDM_ABOUTBOX                    0x0010
 #define IDD_ABOUTBOX                    100
@@ -142,8 +142,12 @@
 #define IDC_EDIT_SYS_NETWORK_UPLOAD_DEFECTMAP_IMAGE_PATH2 1039
 #define IDC_EDIT_SYS_NETWORK_WSI_IMAGE_PATH 1039
 #define IDC_BUTTON_SYS_SYSTEM_LIGHT_RESET 1040
+#define IDC_EDIT_SYS_NETWORK_UPLOAD_ZERO_COUNT_ALARM_CONDITION 1040
 #define IDC_BUTTON_SYS_SYSTEM_LIGHT_APPLY 1041
+#define IDC_EDIT_SYS_NETWORK_UPLOAD_ZERO_COUNT_ALARM_CONDITION_2 1041
 #define IDC_GRID_SYSTEM_LIGHT_INFO      1042
+#define IDC_EDIT_SYS_NETWORK_UPLOAD_ZERO_COUNT_ALARM_CONDITION2 1042
+#define IDC_EDIT_SYS_NETWORK_UPLOAD_FAIL_ALARM_CONDITION 1042
 #define IDC_EDIT_SYS_SG_GANTRY_IDX      1043
 #define IDC_EDIT_SYS_SG_HEADER_IDX      1044
 #define IDC_EDIT_SYS_SC_GANTRY_IDX      1045
@@ -223,14 +227,16 @@
 #define IDC_EDIT_SYS_MOTOR_START_POINT_XPOS 1089
 #define IDC_EDIT_START_POINT_YPOS       1090
 #define IDC_EDIT_SYS_MOTOR_START_POINT_YPOS 1090
+#define IDC_EDIT_DEFOCUSVALUE_MIN       1092
+#define IDC_EDIT_DEFOCUSVALUE_MAX       1093
 
 // Next default values for new objects
 // 
 #ifdef APSTUDIO_INVOKED
 #ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE        144
+#define _APS_NEXT_RESOURCE_VALUE        146
 #define _APS_NEXT_COMMAND_VALUE         32771
-#define _APS_NEXT_CONTROL_VALUE         1092
+#define _APS_NEXT_CONTROL_VALUE         1094
 #define _APS_NEXT_SYMED_VALUE           107
 #endif
 #endif

--
Gitblit v1.9.3