resource.h

来自「WinCE下的一个图形按钮例子」· C头文件 代码 · 共 40 行

H
40
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CeGenericMFC.rc
//
#define IDD_CEGENERICMFC_DIALOG         102
#define IDR_MAINFRAME                   128
#define IDI_WEB                         129
#define IDI_MAIL                        130
#define IDI_RAZOR                       133
#define IDI_HELP                        134
#define IDI_SEARCH2                     135
#define IDI_SEARCH1                     136
#define IDI_OK3                         137
#define IDI_HELP2                       138
#define IDI_WEB2                        139
#define IDI_CANCEL3                     140
#define IDI_RUN                         141
#define IDC_EMAILLINK                   1000
#define IDC_HOMEPAGELINK                1001
#define IDC_BUTTON1                     1002
#define IDC_BTNSHADE1                   1002
#define IDC_BTNSHADE2                   1004
#define IDC_BTNSHADE3                   1005
#define IDC_BTNSHADE4                   1006
#define IDC_BTNSHADE5                   1007
#define IDC_BTNSHADE6                   1008
#define IDC_BTNSHADE7                   1009
#define IDC_BTNSHADE8                   1010

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        142
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1004
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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