From 326d3e312c74726814c39c9d112faab03c4a167c Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期日, 16 一月 2022 13:53:57 +0800 Subject: [PATCH] add status show function dialog --- MTerm2/resource.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/MTerm2/resource.h b/MTerm2/resource.h index ea41156..88cebdf 100644 --- a/MTerm2/resource.h +++ b/MTerm2/resource.h @@ -393,6 +393,12 @@ #define ID_BUTTON33068 33068 #define ID_33069 33069 #define ID_SIMULATE 33070 +#define ID_MENU_STATUS_SHOW 33073 +#define ID_PLC_INFO_DISPLAY 33074 +#define ID_PLC_INFO_SHOW 33075 +#define ID_MENU_DATA_MON 33076 +#define ID_MENU_COIL_MON 33077 +#define ID_MENU_PLC_INFO_SHOW 33078 #define ID_INDICATOR_SEL_TYPE 59135 #define ID_INDICATOR_MACHINE_TYPE 59142 #define ID_INDICATOR_PROGRAM_POS 59143 @@ -407,7 +413,7 @@ #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 336 -#define _APS_NEXT_COMMAND_VALUE 33073 +#define _APS_NEXT_COMMAND_VALUE 33079 #define _APS_NEXT_CONTROL_VALUE 1016 #define _APS_NEXT_SYMED_VALUE 317 #endif -- Gitblit v1.9.1