From fe1539643b86cebb50b44c59ae4b7809a165dc6c Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期四, 11 十二月 2025 15:13:08 +0800 Subject: [PATCH] 1.事件的新增和编辑; --- SourceCode/Bond/Servo/resource.h | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SourceCode/Bond/Servo/resource.h b/SourceCode/Bond/Servo/resource.h index 9d23997..a95442e 100644 --- a/SourceCode/Bond/Servo/resource.h +++ b/SourceCode/Bond/Servo/resource.h @@ -46,6 +46,7 @@ #define IDD_DIALOG_INPUT 164 #define IDD_DIALOG_VARIABLE_EDIT2 186 #define IDD_DIALOG_REPORT_EDIT 187 +#define IDD_DIALOG_EVENT_EDIT 188 #define IDD_PAGE_LINK_SIGNAL 165 #define IDD_DIALOG_SYSTEM_LOG_MANAGER 166 #define IDD_DIALOG_RECIPE_DEVICE_BIND 167 @@ -317,10 +318,13 @@ #define IDC_EDIT_VAR_REMARK 1238 #define IDC_EDIT_RPT_ID 1239 #define IDC_EDIT_RPT_VIDS 1240 +#define IDC_EDIT_EVT_ID 1243 +#define IDC_EDIT_EVT_NAME 1244 +#define IDC_EDIT_EVT_DESC 1245 +#define IDC_LIST_EVT_RPTS 1246 #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 ID_MENU_HELP_ABOUT 32771 #define ID_MENU_FILE_EXIT 32772 #define ID_MENU_FILE_SECSTEST 32773 @@ -351,14 +355,13 @@ #define ID_EQSGRAPHITEM_TEST6 32798 #define ID_MENU_PROJECT_VARIABLE_LIST 32800 #define ID_MENU_TOOLS_CLIENT_LIST 32801 - // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 188 +#define _APS_NEXT_RESOURCE_VALUE 189 #define _APS_NEXT_COMMAND_VALUE 32802 -#define _APS_NEXT_CONTROL_VALUE 1243 +#define _APS_NEXT_CONTROL_VALUE 1247 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- Gitblit v1.9.3