From d246075c5e5d9ebe6a26a820d2ba989fd4c17c6e Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期一, 15 九月 2025 17:57:03 +0800
Subject: [PATCH] 1. SG精度检添加读取注册表功能 2. SG精度检查开机自启动增强,取消时不存在不删除注册表,启动时不存在或路径不一样才修改

---
 SourceCode/Bond/SGMeasurement/resource.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/SGMeasurement/resource.h b/SourceCode/Bond/SGMeasurement/resource.h
index 9286258..c338fc3 100644
--- a/SourceCode/Bond/SGMeasurement/resource.h
+++ b/SourceCode/Bond/SGMeasurement/resource.h
@@ -9,6 +9,7 @@
 #define IDR_MAINFRAME                   128
 #define IDI_ICON_RESTORE                130
 #define IDI_ICON_EXIT                   131
+#define IDI_ICON_OPEN_DIR               132
 #define IDC_IPADDRESS                   1000
 #define IDC_BUTTON_CONNECT              1001
 #define IDC_BUTTON_DISCONNECT           1002
@@ -37,7 +38,7 @@
 // 
 #ifdef APSTUDIO_INVOKED
 #ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE        132
+#define _APS_NEXT_RESOURCE_VALUE        133
 #define _APS_NEXT_COMMAND_VALUE         32771
 #define _APS_NEXT_CONTROL_VALUE         1023
 #define _APS_NEXT_SYMED_VALUE           101

--
Gitblit v1.9.3