From e5fa774d622d6852fe8e1f033045aed221649108 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 15 10월 2021 13:24:54 +0900 Subject: [PATCH] Ongoing80 #3662 CF AOI Review 전설비 알람 발생 조치 --- 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