resource.h

来自「用C++编写的」· C头文件 代码 · 共 53 行

H
53
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by pfwredun.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_PFWREDUN_DIALOG             102
#define IDS_TOOLTIP                     102
#define IDS_WRONG_INPUT_PAR             103
#define IDS_INIFILE_DONE                104
#define IDS_INIFILE_NOTDONE             105
#define IDS_INIFILE_NOTFILLED           106
#define IDS_INIFILE_NOTFILLEDIPS        107
#define IDS_NO_MEMORY                   108
#define IDS_CANNOTPROCESSPOLLING        109
#define IDS_NOSUCHADAPTERNOW            110
#define IDS_WRONGCHANGESININI           111
#define IDS_ERRORINADDIPADDRESS         112
#define IDS_DELETEWITHOUTPOLLING        113
#define IDS_DELETEANDPOLLING            114
#define IDS_ADAPTERLIMITS               115
#define IDS_IPLIMITS                    117
#define IDS_ADAPTERORIPNOTTHESAME       118
#define IDS_PRESSAFTERMASTERARIZE       119
#define IDS_DELETEIPNOTSUCCESS          120
#define IDS_CANNOTCLOSEEXISTATTACHED    121
#define IDR_MAINFRAME                   128
#define IDI_ICON1                       129
#define IDC_STATIC1                     1000
#define IDC_STATIC2                     1001
#define IDC_STATIC3                     1002
#define IDC_STATIC4                     1003
#define IDC_STATIC5                     1004
#define IDC_STATIC6                     1005
#define IDC_EDIT2                       1007
#define IDC_EDIT3                       1008
#define IDC_BUTTON1                     1010
#define IDC_STATIC7                     1011
#define IDC_STATIC8                     1012
#define IDC_EDIT1                       1014

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1015
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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