From aa2c9d14b1b4058639d938ef7f943c7c7fc7c210 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期四, 14 八月 2025 14:57:08 +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