resource.h

来自「VisualC高级编程技术精粹.rar」· C头文件 代码 · 共 34 行

H
34
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NonModeDlg.rc
//
#define IDD_NONMODEDLG_DIALOG           102
#define IDD_CHOICEDLG_DIALOG            103
#define IDR_MAINFRAME                   128
#define IDC_EDIT_EDUCATIONAL_LEVEL      1000
#define IDC_EDIT_COUNTRY                1000
#define IDC_STATIC_KNOWLEDGE            1001
#define IDC_STATIC_COUNTRY              1001
#define IDC_RADIO_ELEMENTARY_SCHOOL     1002
#define IDC_RADIO_CHINA                 1002
#define IDC_RADIO_JUNIOR_HIGH_SCHOOL    1003
#define IDC_RADIO_AMERICA               1003
#define IDC_RADIO_SENIOR_HIGH_SCHOOL    1004
#define IDC_RADIO_AUSTRALIA             1004
#define IDC_RADIO_UNIVERSITY            1005
#define IDC_RADIO_FINLAND               1005
#define IDC_EDIT_KNOWLEDGE              1008
#define IDC_EDIT_SEL_COUNTRY            1008
#define IDC_BUTTON1                     1009

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1010
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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