resource.h

来自「此源码使用VC编写的一个聊天程序」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Client.rc
//
#define IDD_CLIENT_DIALOG               102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDC_LISTBOX                     104
#define ID_SYSTRAY                      105
#define IDR_MAINFRAME                   128
#define IDD_USERLIST                    129
#define IDR_MENUTRAY                    130
#define IDR_POPUP                       131
#define IDD_RCVMSG                      132
#define IDC_USERNAME                    1000
#define IDC_PASSWORD                    1001
#define IDC_CONFIRM                     1002
#define IDC_CANCEL                      1003
#define IDC_FROM                        1003
#define IDC_TO                          1004
#define IDC_ADDRESS                     1004
#define IDC_MESSAGE                     1005
#define IDC_PORT                        1005
#define IDC_REPLY                       1006
#define IDC_CLOSE                       1007
#define ID_RESTORE                      32771
#define ID_CLOSE                        32772
#define ID_SENDMSG                      32773
#define ID_ONLINE                       32774
#define ID_OFFLINE                      32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

⌨️ 快捷键说明

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