From 1e751a5eb3c23d932b5de94456b5a8741f28c7cc Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期六, 16 八月 2025 17:37:49 +0800
Subject: [PATCH] 1. 修复离线测试设置错误的扫描个数,应该设置的是需要扫描的个数(非相机个数)

---
 EdgeInspector_App/resource.h |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/EdgeInspector_App/resource.h b/EdgeInspector_App/resource.h
index 9d5857a..c353448 100644
--- a/EdgeInspector_App/resource.h
+++ b/EdgeInspector_App/resource.h
@@ -357,12 +357,13 @@
 #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
+#define IDC_CHECK_USE_ASYNC_FULL_IMAGE_SAVE 1073
 #define IDC_UPDN_WIDTH1                 1074
 #define IDC_BTN_PROC                    1075
 #define IDC_SLIDER_ZOOM                 1076
@@ -581,26 +582,25 @@
 #define IDC_RDO_SIDE_B_BOT              1814
 #define IDC_RDO_SIDE_C_BOT              1815
 #define IDC_RDO_SIDE_D_BOT              1816
-#define IDC_RDO_INSTYPE_CHIPCRACK       1817
-#define IDC_RDO_INSTYPE_CHIP            1817
-#define IDC_RDO_INSTYPE_BURR            1818
-#define IDC_RDO_INSTYPE_BURR2           1819
-#define IDC_RDO_INSTYPE_CHAMFER         1819
-#define IDC_RDO_INSTYPE_TOP_CORNER      1820
-#define IDC_RDO_INSTYPE_BOT_CORNER      1821
-#define IDC_RDO_INSTYPE_CRACK           1822
-#define IDC_RDO_SIDE_A_RIP              1823
-#define IDC_RDO_SIDE_B_RIP              1824
-#define IDC_RDO_INSTYPE_CF_CHIPCRACK    1825
-#define IDC_RDO_INSTYPE_IN_CHIP         1825
-#define IDC_RDO_INSTYPE_CF_BURR         1826
-#define IDC_RDO_INSTYPE_IN_BURR         1826
-#define IDC_RDO_INSTYPE_IN_CRACK        1827
-#define IDC_RDO_INSTYPE_IN_BURR2        1828
-#define IDC_RDO_INSTYPE_IN_CHAMFER      1828
-#define IDC_RDO_SIDE_C_RIP              1829
-#define IDC_RDO_SIDE_D_BOT2             1830
-#define IDC_RDO_SIDE_D_RIP              1830
+#define IDC_RDO_SIDE_A_RIP              1817
+#define IDC_RDO_SIDE_B_RIP              1818
+#define IDC_RDO_SIDE_C_RIP              1819
+#define IDC_RDO_SIDE_D_RIP              1820
+#define IDC_RDO_INSTYPE_CHIPCRACK       1821
+#define IDC_RDO_INSTYPE_CHIP            1822
+#define IDC_RDO_INSTYPE_BURR            1823
+#define IDC_RDO_INSTYPE_BURR2           1824
+#define IDC_RDO_INSTYPE_CHAMFER         1825
+#define IDC_RDO_INSTYPE_TOP_CORNER      1826
+#define IDC_RDO_INSTYPE_BOT_CORNER      1827
+#define IDC_RDO_INSTYPE_CRACK           1828
+#define IDC_RDO_INSTYPE_CF_CHIPCRACK    1829
+#define IDC_RDO_INSTYPE_IN_CHIP         1830
+#define IDC_RDO_INSTYPE_CF_BURR         1831
+#define IDC_RDO_INSTYPE_IN_BURR         1832
+#define IDC_RDO_INSTYPE_IN_CRACK        1833
+#define IDC_RDO_INSTYPE_IN_CHAMFER      1834
+#define IDC_RDO_INSTYPE_RIP_THICKNESS   1835
 #define ID_PROFILE_CHECKALL             32782
 #define ID_PROFILE_CLEARALL             32783
 #define ID_PROFILE_CURRENTX             32784
@@ -629,7 +629,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