resource.h

来自「用C++写的汉诺塔游戏 功能很强」· C头文件 代码 · 共 47 行

H
47
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by HWRECT.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_DLG_OPTION                  102
#define IDR_MAINFRAME                   128
#define IDR_HWRECTTYPE                  129
#define IDB_BITMAP1                     137
#define IDC_COMBO_AREA                  1000
#define IDC_COMBO_LEVEL                 1001
#define IDC_CHECK_MUSIC                 1002
#define IDC_CHECK_GRID                  1003
#define ID_GAME_START                   32777
#define ID_GAME_END                     32778
#define ID_GAME_OPTION                  32779
#define ID_GAME_EXIT                    32780
#define ID_HELP_HELP                    32781
#define ID_HELP_ABOUT                   32782
#define ID_OPTION_AREA                  32783
#define ID_OPTION_LEVEL                 32784
#define ID_OPTION_GRID                  32785
#define ID_OPTION_MUSIC                 32786
#define ID_OPTION_AREA1                 32787
#define ID_OPTION_AREA2                 32788
#define ID_OPTION_AREA3                 32789
#define ID_OPTION_AREA4                 32790
#define ID_OPTION_LEVEL1                32791
#define ID_OPTION_LEVEL2                32792
#define ID_OPTION_LEVEL3                32793
#define ID_OPTION_LEVEL4                32794
#define ID_OPTION_LEVEL5                32795
#define ID_OPTION_LEVEL6                32796
#define ID_GAME_PAUSH                   32797

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        139
#define _APS_NEXT_COMMAND_VALUE         32799
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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