resource.h
来自「带文件传输功能的聊天室,可多人聊天,也可私聊,任意用户间可互传文件」· C头文件 代码 · 共 49 行
H
49 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Chatter.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_CHATTER_DIALOG 102
#define IDP_SOCKETS_INIT_FAILED 103
#define IDS_RETRYCONNECT 106
#define IDR_MAINFRAME 128
#define IDR_MAINMENU 129
#define IDD_LOGIN 130
#define IDR_USER 130
#define IDD_CONNECTING 131
#define IDB_BITMAP 144
#define IDI_ICON1 147
#define IDB_BITMAP1 156
#define IDC_LISTUSERS 1000
#define IDC_USER 1000
#define IDC_SAYS 1001
#define ID_SEND 1002
#define IDC_SAY 1003
#define IDC_HINT 1004
#define IDC_COMBOUSERS 1004
#define IDC_SERVER 1005
#define IDC_FILESEND 1005
#define IDC_PORT 1006
#define IDC_ABOUT 1006
#define IDM_EXIT 1007
#define IDC_FRESH 1008
#define ID_CLEAREDIT 1009
#define ID_SAVECHATLOG 1010
#define ID_DISCONNECT 32771
#define ID_CLOSE 32772
#define ID_EXIT 32773
#define ID_SENDFILE 32774
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 157
#define _APS_NEXT_COMMAND_VALUE 32775
#define _APS_NEXT_CONTROL_VALUE 1012
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?