resource.h

来自「《Visual C++.NET MFC类库应用详解》程序实例」· C头文件 代码 · 共 36 行

H
36
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Chatter.rc
//
#define IDR_MANIFEST                    1
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDP_SOCKETS_INIT_FAILED         104
#define IDR_MAINFRAME                   128
#define IDR_ChatterTYPE                 129
#define ID_AUTOCHATTER                  130
#define IDD_CONNECTDIALOG               131
#define IDC_CLIENTNAME                  1000
#define IDC_SERVERIP                    1001
#define IDC_PORT                        1002
#define IDS_CHANGEADDRESS               32100
#define IDS_CONNECT                     32101
#define IDS_CONNECTIONCLOSED            32102
#define IDS_CREATEFAILED                32103
#define IDS_DISCONNECT                  32104
#define IDS_RETRYCONNECT                32105
#define IDS_SERVERRESET                 32106
#define IDS_STATEMENT01                 32107
#define IDS_ADJECTIVE01                 32108

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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