resource.h

来自「涉及的代码是针对WINCE3.0(PPC2002)平台」· C头文件 代码 · 共 47 行

H
47
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Q11PC.rc
//
#define IDI_ICON1                       101
#define IDD_DIALOG_ABOUT                103
#define IDR_MENU_MAIN                   105
#define IDC_BTN_DEFAULT                 108
#define IDD_DIALOG_SETTING              117
#define IDB_WSDEMO                      118
#define IDR_WAVE_SHOT                   125
#define IDR_WAVE_BOMB                   126
#define IDR_WAVE_GETGOODS               127
#define IDR_WAVE_BOSSBALL               132
#define IDC_COMBO1                      1000
#define IDC_CMBUSER                     1000
#define IDC_COMBO2                      1002
#define IDC_CMBLEVEL                    1002
#define IDC_COMBO3                      1003
#define IDC_CHECK_AUTOFIRE              1010
#define IDC_STATIC_SETTING              1011
#define IDC_EDIT_UP                     2000
#define IDC_EDIT_DOWN                   2001
#define IDC_EDIT_LEFT                   2002
#define IDC_EDIT_RIGHT                  2003
#define IDC_EDIT_FIRE                   2004
#define IDC_EDIT_BOMB                   2005
#define IDC_EDIT_NUMBER                 2006
#define IDM_GAME                        40001
#define IDS_GAME                        40002
#define IDM_GAME_START                  40003
#define IDM_GAME_SET                    40004
#define IDM_GAME_EXIT                   40005
#define IDM_ABOUT                       40007
#define IDS_About                       40009

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        134
#define _APS_NEXT_COMMAND_VALUE         40010
#define _APS_NEXT_CONTROL_VALUE         1015
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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