resource.h
来自「用MFC写的RPG游戏」· C头文件 代码 · 共 32 行
H
32 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Sample.rc
//
#define IDC_APPICON 100
#define IDC_APPMENU 100
#define IDC_APPACCEL 100
#define ID_STOPSCRIPT 100
#define ID_APP_EXIT 101
#define IDD_ABOUT 101
#define ID_APP_ABOUT 102
#define ID_MUSIC_CD 103
#define ID_MUSIC_OFF 104
#define ID_LOADGAME 105
#define ID_SAVEGAME 106
#define IDC_STARTGAME 1000
#define IDC_TITLE 1001
#define IDC_COMPANY 1002
#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 109
#define _APS_NEXT_COMMAND_VALUE 1001
#define _APS_NEXT_CONTROL_VALUE 1003
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?