resourceppc.h

来自「API函数实现MENU」· C头文件 代码 · 共 55 行

H
55
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Test-Menuppc.rc
//

#define IDS_APP_TITLE			1
#define IDC_TESTMENU	2
#define IDI_TESTMENU	101
#define IDR_MENU			102
#define IDS_OK                          103
#define IDS_HELP			104
#define IDD_ABOUTBOX			105
#define IDD_ABOUTBOX_WIDE		106
#define IDC_STATIC_1			201
#define IDC_STATIC_2			202
#define IDC_STATIC_3			203
#define IDM_OK				40000
#define IDM_HELP			40001
#define IDM_HELP_ABOUT			40002

#define IDM_DRAW            504
#define IDM_ELLIPSE         501
#define IDM_RECTANGLE       502
#define IDM_CLEAR           503
#define IDM_ASDF            505
#define IDM_COLOR_RED       506
#define IDM_COLOR_GREEN     507
#define IDM_WIDTH_1         508
#define IDM_WIDTH_2         509
#define IDM_WIDTH_3         512
#define IDM_WIDTH_4         513
#define IDM_WIDTH_5         514
#define IDM_PIXEL           510



#define IDM_LINE            511


#ifndef IDC_STATIC
#define IDC_STATIC			-1
#endif

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC			130
#define _APS_NEXT_RESOURCE_VALUE	129
#define _APS_NEXT_COMMAND_VALUE		32771
#define _APS_NEXT_CONTROL_VALUE		1000
#define _APS_NEXT_SYMED_VALUE		110
#endif
#endif

⌨️ 快捷键说明

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