resource.h

来自「点对点聊天与传文件程序」· C头文件 代码 · 共 42 行

H
42
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MyMessenger.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_MYMESSENGER_DIALOG          102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_MAINFRAME                   128
#define IDC_CLIENT                      1000
#define IDC_SERVER                      1001
#define IDC_ADDRESS                     1002
#define IDC_PORT                        1003
#define IDC_BCONNECT                    1004
#define IDC_BCLOSE                      1005
#define IDC_EMSG                        1006
#define IDC_STATICMSG                   1007
#define IDC_BSEND                       1008
#define IDC_LSENT                       1009
#define IDC_LRECEIVED                   1010
#define IDC_IPADDRESS                   1014
#define IDC_MESSAGETYPE                 1016
#define IDC_FILETYPE                    1017
#define IDC_SENDFILENAME                1018
#define IDC_BSENDFILE                   1019
#define IDC_RECEIVEFILENAME             1020
#define IDC_BRECEIVE                    1023
#define IDC_BADDSENDFILE                1024
#define IDC_ADDRECEIVEFILE              1026

// 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         1027
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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