resource.h

来自「QQ示例源码」· C头文件 代码 · 共 51 行

H
51
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatClient.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_FORMVIEW                    101
#define IDP_SOCKETS_INIT_FAILED         104
#define IDR_MAINFRAME                   128
#define IDR_CHATCLTYPE                  129
#define IDD_CONNECTSERVER               130
#define IDR_JOINROOM                    135
#define IDD_CLIENTLOG                   136
#define IDI_ICON1                       137
#define IDI_TASKICON                    137
#define IDR_CLIENT                      139
#define IDD_SENDMESSAGE                 140
#define IDD_SHOWMESSAGE                 141
#define IDI_ICON2                       142
#define IDI_ICON3                       143
#define IDB_IMAGELIST                   144
#define IDR_QUIT                        145
#define IDI_EMPTY                       147
#define IDC_SERVERIP                    1003
#define IDC_SERVERPORT                  1004
#define IDC_USERNAME                    1005
#define IDC_SELFNAME                    1009
#define IDC_SENDSENTENCE                1011
#define IDC_ROOMNAME                    1012
#define IDC_MESSAGE                     1013
#define IDC_CLIENTNAME                  1014
#define IDC_SERVERSPECIAL               1015
#define IDC_CLIENTUSERNAME              1016
#define IDC_RICHEDIT1                   1018
#define IDA_JOININ                      32771
#define ID_JOININROOM                   32773
#define ID_MENU_SEND                    32775
#define ID_ROOM_QUIT                    32777
#define IDR_QUIT_SYSABOUT               32778

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        148
#define _APS_NEXT_COMMAND_VALUE         32779
#define _APS_NEXT_CONTROL_VALUE         1019
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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