resource.h

来自「根据系统设定的日志类型,来判断用户操作的日志是否违规,形成报警」· C头文件 代码 · 共 38 行

H
38
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by LogAlert.rc
//
#define ID_INDICATOR_SERVER_IP          1
#define IDD_ABOUTBOX                    100
#define IDP_SOCKETS_INIT_FAILED         104
#define IDR_MAINFRAME                   128
#define IDR_LogAlertTYPE                129
#define IDR_MAINFRAME_BAK               129
#define IDD_DIALOG_SETTING              130
#define IDC_EDIT_SERVERNAME             1000
#define IDC_LIST_LOG_TYPE               1001
#define IDC_CHECK_RECEIVE               1002
#define IDC_CHECK_ALERT_BEEP            1003
#define IDC_CHECK_ALERT_EMAIL           1004
#define IDC_CHECK_ALERT_SMS             1005
#define IDC_BUTTON1                     1006
#define IDC_BUTTON_OK                   1006
#define IDC_STATIC_SERVER               1007
#define IDC_STATIC_SERVER_ADDRESS       1008
#define IDC_STATIC_SETTING              1009
#define IDC_STATIC_LOG_TYPE             1010
#define ID_RUN_PARAM                    32774
#define ID_RUN_START                    32775
#define ID_RUN_STOP                     32776

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         1011
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?