resource.h

来自「MFC与对话框编程,用dialogBar写的学生管理系统」· C头文件 代码 · 共 66 行

H
66
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by StudentInf.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_STUDENTYPE                  129
#define IDD_PERSON_INF                  130
#define IDD_COURSE_SELECTOR             132
#define IDD_SCORE_REGISTER              133
#define IDD_REGISTERED_INF              134
#define IDC_ID_EDIT                     1000
#define IDC_NAME_EDIT                   1001
#define IDC_SEX_COMBO                   1003
#define IDC_AGE_EDIT                    1009
#define IDC_AGE_SPIN                    1013
#define IDC_DEPT_COMBO                  1014
#define IDC_PHONE_NUM_EDIT              1015
#define IDC_ADDRESS_EDIT                1016
#define IDC_PREREQUISITE_COURSE1        1020
#define IDC_OPTIONAL_COURSE1            1021
#define IDC_SELECTED_COURSE1            1021
#define IDC_PREREQUISITE_COURSE2        1022
#define IDC_PREREQUISITE_COURSE3        1023
#define IDC_PREREQUISITE_COURSE4        1024
#define IDC_PRE_SCORE_EDIT1             1025
#define IDC_PRE_SCORE_EDIT2             1026
#define IDC_REGISTERED_INF              1026
#define IDC_PREREQUISITE_COURSE5        1027
#define IDC_PRE_SCORE_EDIT3             1028
#define IDC_PREREQUISITE_COURSE6        1029
#define IDC_OPTIONAL_COURSE2            1030
#define IDC_SELECTED_COURSE2            1030
#define IDC_OPTIONAL_COURSE3            1031
#define IDC_SELECTED_COURSE3            1031
#define IDC_OPTIONAL_COURSE4            1032
#define IDC_SELECTED_COURSE4            1032
#define IDC_OPTIONAL_COURSE5            1033
#define IDC_SELECTED_COURSE5            1033
#define IDC_OPTIONAL_COURSE6            1034
#define IDC_OPTIONAL_COURSE7            1035
#define IDC_OPT_SCORE_EDIT1             1035
#define IDC_OPTIONAL_COURSE8            1036
#define IDC_OPT_SCORE_EDIT2             1036
#define IDC_OPTIONAL_COURSE9            1037
#define IDC_OPT_SCORE_EDIT3             1037
#define IDC_OPTIONAL_COURSE10           1038
#define IDC_PRE_SCORE_EDIT4             1039
#define IDC_PRE_SCORE_EDIT5             1040
#define IDC_PRE_SCORE_EDIT6             1041
#define IDC_OPT_SCORE_EDIT4             1042
#define IDC_OPT_SCORE_EDIT5             1043
#define ID_STUDENT_INF_WIZARD           32771

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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