From c6e24163c3c852b4ac3e45d100b9253b3db0e182 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 15 八月 2025 16:59:00 +0800
Subject: [PATCH] 1. 保存数据优化,提取公共区域,方便后期修改和扩展

---
 EdgeInspector_App/resource.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/EdgeInspector_App/resource.h b/EdgeInspector_App/resource.h
index 4d52072..d4e5fd0 100644
--- a/EdgeInspector_App/resource.h
+++ b/EdgeInspector_App/resource.h
@@ -357,9 +357,9 @@
 #define IDC_STATIC_CAM_INFO2            1069
 #define IDC_EDIT_DELETE_TOOL_CONFIG_PATH 1069
 #define IDC_STATIC_CAM_INFO3            1070
-#define IDC_CHECK1                      1070
 #define IDC_CHECK_SAVE_RESULT_BY_HOUR   1070
 #define IDC_STATIC_CAM_INFO4            1071
+#define IDC_CHECK_USE_RIP_INSPECTION    1071
 #define IDC_CHK_USECOLORVISUAL          1072
 #define IDC_STATIC_SUBJECT              1072
 #define IDC_SCROLLBAR_V_9               1072
@@ -600,7 +600,6 @@
 #define IDC_RDO_INSTYPE_IN_CRACK        1833
 #define IDC_RDO_INSTYPE_IN_CHAMFER      1834
 #define IDC_RDO_INSTYPE_RIP_THICKNESS   1835
-#define IDC_RDO_INSTYPE_RIP_THICKNESS2  1860
 #define ID_PROFILE_CHECKALL             32782
 #define ID_PROFILE_CLEARALL             32783
 #define ID_PROFILE_CURRENTX             32784
@@ -629,7 +628,7 @@
 #ifndef APSTUDIO_READONLY_SYMBOLS
 #define _APS_NEXT_RESOURCE_VALUE        330
 #define _APS_NEXT_COMMAND_VALUE         32771
-#define _APS_NEXT_CONTROL_VALUE         1071
+#define _APS_NEXT_CONTROL_VALUE         1072
 #define _APS_NEXT_SYMED_VALUE           310
 #endif
 #endif

--
Gitblit v1.9.3