resource.h

来自「一个简易的聊天室程序」· C头文件 代码 · 共 49 行

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatServer.rc
//
#define IDR_SRVR_INPLACE                4
#define IDR_SRVR_EMBEDDED               5
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_PORTDLG                     102
#define IDP_SOCKETS_INIT_FAILED         104
#define ID_VIEW_ARRANGE                 127
#define IDR_MAINFRAME                   128
#define IDR_CHATSETYPE                  129
#define IDI_CHATTER                     131
#define IDR_MAINTOOLBAR                 132
#define IDC_EDIT1                       1004
#define ID_CANCEL_EDIT_SRVR             32769
#define ID_NEW                          32771
#define ID_OPEN                         32772
#define ID_SAVE                         32773
#define ID_CUT                          32774
#define ID_COPY                         32775
#define ID_PASTE                        32776
#define ID_PRINT                        32777
#define ID_LARGEICON                    32778
#define ID_SMALLICON                    32779
#define ID_LIST                         32780
#define ID_DETAILS                      32781
#define IDS_SERVERSHUTDOWN              61446
#define IDS_READERROR                   61447
#define IDS_SENDERROR                   61448
#define IDS_MESSAGESFMT                 61449
#define IDS_CONNECTIONSFMT              61450
#define ID_MESSAGES                     61451
#define ID_CONNECTIONS                  61452
#define IDS_NICKINUSE                   61453

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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