resource.h

来自「此为本书的配套光盘.本书结合实例」· C头文件 代码 · 共 26 行

H
26
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by codedata.rc
//
#define IDD_DIALOG1                     104
#define IDI_ICON                        105
#define IDD_PROPPAGE_MEDIUM             106
#define IDC_TXT0                        110
#define IDC_STATIC1                     1016
#define IDM_APP_ABOUT                   40001
#define IDM_APP_EXIT                    40005
#define IDM_APP_OPEN                    40021
#define IDM_APP_SAVE                    40022
#define IDM_APP_REGISTER                40024

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        106
#define _APS_NEXT_COMMAND_VALUE         40004
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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