From 3b04f942bd51c0453cbb64167cbdb7de69159bd5 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期四, 29 七月 2021 09:18:17 +0800 Subject: [PATCH] 2021-07-28 commit --- MultiTerminal1/resource.h | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/MultiTerminal1/resource.h b/MultiTerminal1/resource.h index 6a32ec0..62971f0 100644 --- a/MultiTerminal1/resource.h +++ b/MultiTerminal1/resource.h @@ -23,6 +23,7 @@ #define IDD_DIALOG_PROGRESS 155 #define IDD_DIALOG_EVENTLOG 157 #define IDD_DIALOG_FORCE_IO 159 +#define IDD_DIALOG_DATETIME 161 #define IDC_EDIT_LOG1 1001 #define IDC_STATIC_STATUS_CON 1002 #define IDC_COMBO_RES 1003 @@ -92,9 +93,13 @@ #define IDC_EDIT1 1068 #define IDC_EDIT2 1069 #define IDC_RADIO4 1070 +#define IDC_EDIT_DAY 1070 #define IDC_RADIO5 1071 +#define IDC_EDIT_HOUR 1071 #define IDC_RADIO6 1072 +#define IDC_EDIT_MINUTE 1072 #define IDC_RADIO7 1073 +#define IDC_EDIT_SECOND 1073 #define IDC_RADIO8 1074 #define IDC_RADIO9 1075 #define IDC_RADIO10 1076 @@ -118,6 +123,11 @@ #define IDC_BUTTON_ON 1094 #define IDC_BUTTON_OFF 1095 #define IDC_STATIC_INFO 1096 +#define IDC_CHECK_SYSTEMTIME 1097 +#define IDC_CHECK_SYSTIME 1097 +#define IDC_BUTTON_SUBMIT 1098 +#define IDC_EDIT_YEAR 1099 +#define IDC_EDIT_MONTH 1100 #define ID_BUTTON32771 32771 #define ID_BUTTON32772 32772 #define ID_BUTTON32773 32773 @@ -194,14 +204,16 @@ #define ID_32830 32830 #define ID_MENU_COMM_TEST 32831 #define ID_MENU_FORCE_IO 32832 +#define ID_MENU_DATETIME 32833 +#define ID_MENU_PASSWORD 32834 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 161 -#define _APS_NEXT_COMMAND_VALUE 32833 -#define _APS_NEXT_CONTROL_VALUE 1097 +#define _APS_NEXT_RESOURCE_VALUE 163 +#define _APS_NEXT_COMMAND_VALUE 32835 +#define _APS_NEXT_CONTROL_VALUE 1101 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- Gitblit v1.9.1