From 4a487efb06d6c314fd46ba52a2ba921618c676dd Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期六, 13 九月 2025 17:15:37 +0800 Subject: [PATCH] 1. 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