From bd13fa3f9396f1f681759f4623c55d5f91d74a9c Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 목, 29 7월 2021 11:42:19 +0900
Subject: [PATCH] Ongoing90 #3524 CF AOI Review 디포커스 알람 추가 및 FDC 보고 방식 개선

---
 ReviewSystem/ReviewSystemSetting/resource.h |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ReviewSystem/ReviewSystemSetting/resource.h b/ReviewSystem/ReviewSystemSetting/resource.h
index 466d635..f91454f 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
@@ -223,14 +223,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        145
 #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