resource.h

来自「一个MFC编程的例子」· C头文件 代码 · 共 49 行

H
49
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Ex_Ctrls.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_EX_CTRLS_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDD_COURSE                      129
#define IDD_INPUT                       132
#define IDC_BUTTON_COURSE               1000
#define IDC_LIST1                       1003
#define IDC_EDIT_COURSENO               1004
#define IDC_EDIT_COURSENAME             1005
#define IDC_COMBO_SPECIAL               1006
#define IDC_COMBO_TYPE                  1007
#define IDC_EDIT_OPEN                   1008
#define IDC_SPIN1                       1009
#define IDC_EDIT_COURSEHOURS            1010
#define IDC_EDIT_CREDIT                 1011
#define IDC_BUTTON1                     1012
#define IDC_BUTTON_STUINFO              1012
#define IDC_SCROLLBAR1                  1013
#define IDC_SCROLLBAR_RED               1013
#define IDC_SCROLLBAR_GREEN             1014
#define IDC_SCROLLBAR_BLUE              1015
#define IDC_SLIDER3                     1019
#define IDC_SLIDER_GREEN                1019
#define IDC_SLIDER4                     1020
#define IDC_SLIDER_BLUE                 1020
#define IDC_EDIT_STUNAME                1023
#define IDC_EDIT_STUNO                  1024
#define IDC_RADIO_BOY                   1025
#define IDC_RADIO_GIRL                  1026
#define IDC_DATE_BIRTH                  1030
#define IDC_STATIC1                     1032

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

⌨️ 快捷键说明

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