resource.h

来自「Windows小游戏 连连看 源代码 界面美观 可分级进行游戏」· C头文件 代码 · 共 46 行

H
46
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ZLLK.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_ZLLKTYPE                    129
#define IDD_DIALOG_ADD                  130
#define IDD_DIALOG_RECORD               131
#define IDB_BITMAP_FOREFACE             132
#define IDB_BITMAP_FACE                 133
#define IDR_WAVE_DOWN                   134
#define IDR_WAVE_NO                     135
#define IDR_WAVE_OK                     136
#define IDB_BITMAP_BIAO                 138
#define IDC_LIST_USER                   1005
#define IDC_EDIT_NAME                   1006
#define IDC_EDIT_SCORE                  1007
#define IDC_EDIT_LEVEL                  1008
#define IDC_EDIT_GATE                   1009
#define IDC_BUTTON_CLEAR                1011
#define ID_MENU_FIRST                   32771
#define ID_MENU_SECOND                  32772
#define ID_MENU_THREE                   32773
#define ID_MENU_BACK                    32774
#define ID_MENU_EXIT                    32775
#define ID_MENU_INFO                    32776
#define ID_MENU_SORT                    32777
#define ID_MENU_EFFECT                  32778
#define ID_MENU_MUSIC                   32779
#define ID_MENU_SCORE                   32780
#define ID_MENU_HELP                    32781
#define ID_MENU_STOP                    32782

// 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         32783
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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