From aadeadede11fabacebc5378ac0548794f5f49a74 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期四, 11 十二月 2025 13:51:57 +0800 Subject: [PATCH] 1.实现报告的增加和删除; --- SourceCode/Bond/Servo/resource.h | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/SourceCode/Bond/Servo/resource.h b/SourceCode/Bond/Servo/resource.h index f545c6f..9d23997 100644 --- a/SourceCode/Bond/Servo/resource.h +++ b/SourceCode/Bond/Servo/resource.h @@ -45,6 +45,7 @@ #define IDD_DIALOG_LOGIN 163 #define IDD_DIALOG_INPUT 164 #define IDD_DIALOG_VARIABLE_EDIT2 186 +#define IDD_DIALOG_REPORT_EDIT 187 #define IDD_PAGE_LINK_SIGNAL 165 #define IDD_DIALOG_SYSTEM_LOG_MANAGER 166 #define IDD_DIALOG_RECIPE_DEVICE_BIND 167 @@ -308,6 +309,14 @@ #define IDC_EDIT_USER_PASSWORD 1232 #define IDC_COMBO_USER_ROLE 1233 #define IDC_CHECK_USER_ENABLED 1234 +#define IDC_LIST_RPT_VARS 1241 +#define IDC_STATIC_SELECT_VARS 1242 +#define IDC_EDIT_VAR_ID 1235 +#define IDC_COMBO_VAR_TYPE 1236 +#define IDC_EDIT_VAR_NAME 1237 +#define IDC_EDIT_VAR_REMARK 1238 +#define IDC_EDIT_RPT_ID 1239 +#define IDC_EDIT_RPT_VIDS 1240 #define IDC_EDIT_VAR_ID 1235 #define IDC_COMBO_VAR_TYPE 1236 #define IDC_EDIT_VAR_NAME 1237 @@ -347,9 +356,9 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 187 +#define _APS_NEXT_RESOURCE_VALUE 188 #define _APS_NEXT_COMMAND_VALUE 32802 -#define _APS_NEXT_CONTROL_VALUE 1239 +#define _APS_NEXT_CONTROL_VALUE 1243 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- Gitblit v1.9.3