resource.h

来自「端口扫描工具」· C头文件 代码 · 共 54 行

H
54
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CScanPort.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CSCANPORT_DIALOG            102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDI_ICON2                       130
#define IDB_BITMAP1                     139
#define IDB_BITMAP2                     145
#define IDR_MENU1                       146
#define IDD_DIALOG                      147
#define IDC_IPADDRESS                   1001
#define IDC_IPADDRESS_START             1001
#define IDC_RADIO_SINGLEPORT            1002
#define IDC_RADIO_RANGEPORT             1005
#define IDC_EDIT_SINGLEPORT             1006
#define IDC_EDIT_FORMPORT               1007
#define IDC_EDIT_TOPORT                 1008
#define IDC_EDIT_ATTEMPTS               1009
#define IDC_BUTTON_SCAN                 1010
#define IDC_BUTTON_STOP                 1011
#define IDC_LIST_RESULT                 1013
#define IDC_PROGRESS                    1014
#define IDC_EDIT_STATUS                 1016
#define IDC_Groupe                      1017
#define IDC_STATIC1                     1018
#define IDC_STATIC_START                1020
#define IDC_STATIC_END                  1021
#define IDC_STATIC_TOTAL                1022
#define IDC_STATIC_TO                   1023
#define IDC_TREE_RESULT                 1024
#define IDC_EDIT_IP                     1025
#define IDC_EDIT_PORT                   1026
#define IDC_BUTTON_Attack               1027
#define IDC_EDIT_CONTEXT                1030
#define IDC_IPADDRESS_END               1031
#define ID_OPEN                         32771
#define ID_EXIT                         32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        153
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1032
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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