⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 实现了windows Xp 中自带的扫雷的基本全部功能
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WinMine.rc
//
#define IDS_APPMANE                     1
#define IDC_CUSTOM_OK                   1
#define IDC_CUSTOM_CANCEL               2
#define IDS_ERROR                       3
#define IDS_TIMER_ERROR                 4
#define IDS_MEMORY_ERROR                5
#define IDS_ERRORID                     6
#define IDS_SECOND                      7
#define IDS_NORMAL_NAME                 8
#define IDS_RECORD_BEGINER              9
#define IDS_RECORD_INTER                10
#define IDS_RECORD_ADVGANCED            11
#define IDM_MARK                        12
#define IDS_APPCAPTION                  12
#define IDS_AUTHER                      13
#define IDS_HELPFILEPATH_WIN            14
#define IDS_HELPFILEPATH_HELP           15
#define IDD_CUSTOM                      80
#define IDD_CUSTOMDLG                   80
#define IDC_RECORD_OK                   100
#define IDW_WAVE_TIME                   108
#define IDW_WAVE_DONE                   109
#define IDB_MINE_BLACK                  111
#define IDB_MINE_COLOR                  112
#define IDB_NUM_BLACK                   113
#define IDB_NUM_COLOR                   114
#define IDB_SMILE_BLACK                 115
#define IDB_SMILE_COLOR                 116
#define IDW_WAVE_BOMB                   117
#define IDR_MAINMENU                    118
#define IDC_APPICON                     120
#define IDR_ACCELERATOR                 122
#define IDC_CUSTOM_WIDTH                141
#define IDC_CUSTOM_HEIGHT               142
#define IDC_CUSTOM_BOMB                 143
#define IDM_BEGIN                       510
#define IDM_EXIT                        512
#define IDM_BEGINNER                    521
#define IDM_INTERMEDIATE                522
#define IDM_ADVANCED                    523
#define IDM_CUSTOMDEFINE                524
#define IDM_SOUND                       526
#define IDM_HEROLIST                    528
#define IDM_COLOR                       529
#define IDM_CONTENTS                    590
#define IDM_SEARCHHELP                  591
#define IDM_USEHELP                     592
#define IDM_ABOUT                       593
#define IDD_RECORDDLG                   600
#define IDC_RECORD_MSG                  601
#define IDC_RECORD_NAME                 602
#define IDD_HEROLISTDLG                 700
#define IDC_BEGINER_TIME                701
#define IDC_INTER_TIME                  702
#define IDC_ADVANCED_TIME               703
#define IDC_BEGINER_NAME                704
#define IDC_INTER_NAME                  705
#define IDC_ADVANCED_NAME               706
#define IDC_HEROLIST_RENEW              707
#define IDC_HEROLIST_OK                 1000

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        123
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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