resource.h

来自「vc源代码 一个木马的客户端和服务端 要小心啊」· C头文件 代码 · 共 52 行

H
52
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by zclient.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_ZCLIENT_DIALOG              102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDD_DIALOG_STATUS               131
#define IDD_DIALOG_SCREEN               132
#define IDR_MENU_FILEOPT                134
#define IDD_DIALOG_SENDMESSAGE          135
#define IDC_STATIC_MSG1                 1001
#define IDC_EDIT_IP                     1003
#define IDC_BUTTON_CONNECT              1004
#define IDC_TREE_DIR                    1005
#define IDC_BUTTON_GETTREE              1006
#define IDC_LIST_FILE                   1007
#define IDC_BUTTON_GETSCREEN            1009
#define IDC_EDIT_PORT                   1010
#define IDC_STATIC_PORT                 1011
#define IDC_LIST_ACTIVEIP               1013
#define IDC_STATIC_TREE                 1014
#define IDC_STATIC_LIST                 1015
#define IDC_EDIT_IP_SEARCH              1016
#define IDC_BUTTON_SEARCHIP             1018
#define IDC_STATIC_SEARCH               1019
#define IDC_BUTTON_LOCK                 1020
#define IDC_BUTTON_UNLOCK               1021
#define IDC_EDIT_SENDMESSAGE            1021
#define IDC_BUTTON_SENDMESSAGE          1022
#define IDC_STATIC_MSG                  1023
#define IDC_BUTTON_MAIL                 1024
#define IDC_BUTTON_REXIT                1025
#define IDC_STATIC_XING                 1026
#define ID_MENU_FILEOPT_SAVE            32771
#define ID_MENU_FILEOPT_RUN             32772
#define ID_MENU_FILEOPT_DELFILE         32773

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32774
#define _APS_NEXT_CONTROL_VALUE         1028
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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