resource.h

来自「通用网络游戏开发框架」· C头文件 代码 · 共 41 行

H
41
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by server.rc
//
#define IDC_MYICON                      2
#define IDD_SERVER_DIALOG               102
#define IDS_APP_TITLE                   103
#define IDD_ABOUTBOX                    103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDI_SERVER                      107
#define IDI_SMALL                       108
#define IDC_SERVER                      109
#define IDR_MAINFRAME                   128
#define IDD_DIALOG1                     129
#define IDC_PLAYERS                     1000
#define IDC_START                       1001
#define IDC_STOP                        1002
#define IDC_STATUS                      1003
#define IDC_EXPLORE                     1004
#define IDC_BASES                       1007
#define IDC_BUMP_BASES                  1008
#define IDC_ATTRITION                   1010
#define IDC_DISRUPT                     1011
#define IDC_HIDDEN                      1012
#define IDC_GROUP                       1013
#define ID_FILE_SERVER                  32771
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1012
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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