resource.h

来自「VC++写的ping 的原码。」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Pinger.rc
//
#define IDD_PINGER_DIALOG               102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDD_HELP                        129
#define IDB_BITMAP1                     133
#define IDC_RESOLVE                     1000
#define IDC_TIMEOUT                     1001
#define IDC_PASSES                      1002
#define IDC_O1                          1003
#define IDC_O2                          1004
#define IDC_O3                          1005
#define IDC_O4                          1006
#define IDC_O5                          1007
#define IDC_O6                          1008
#define IDC_O7                          1009
#define IDC_O8                          1010
#define IDC_SCAN                        1011
#define IDC_CLEAR                       1015
#define IDC_STATUS                      1016
#define IDC_COPY                        1018
#define IDC_SAVE                        1019
#define IDC_ABOUT                       1020
#define IDC_LIST                        1022

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

⌨️ 快捷键说明

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