From aef69faaca3401fa1224884e686bce36b0c88acb Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 화, 26 10월 2021 16:57:35 +0900 Subject: [PATCH] Ongoing80 #3684 CF AOI Review 전설비 Review History Defect이미지 클릭시 Offset 자동 계산 기능 추가 --- ReviewHistory/ReveiwHistory/resource.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/resource.h b/ReviewHistory/ReveiwHistory/resource.h index 085e375..267fb35 100644 --- a/ReviewHistory/ReveiwHistory/resource.h +++ b/ReviewHistory/ReveiwHistory/resource.h @@ -91,6 +91,8 @@ #define IDC_COMBO_OFFSET_DIRECTION_Y 1056 #define IDC_EDIT_OFFSET_X 1057 #define IDC_EDIT_OFFSET_Y 1058 +#define IDC_BUTTON_OFFSET_SAVE 1059 +#define IDC_BUTTON_OFFSET_APPLY 1060 #define ID_OPTION_PATHSETTING 32771 #define ID_VIEW_ALLDEFECT 32772 #define ID_VIEW_REVIEWDEFECT 32773 @@ -103,7 +105,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 150 #define _APS_NEXT_COMMAND_VALUE 32776 -#define _APS_NEXT_CONTROL_VALUE 1057 +#define _APS_NEXT_CONTROL_VALUE 1061 #define _APS_NEXT_SYMED_VALUE 104 #endif #endif -- Gitblit v1.9.3