resource.h

来自「一个简单的学生成绩管理系统,在VC和SQL 2000下测试成功,(里面有数据库备」· C头文件 代码 · 共 64 行

H
64
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by student.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_STUDENT_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDB_BITMAP1                     129
#define IDR_MENU1                       130
#define IDD_LOGIN_DIALOG                131
#define IDD_STUMAN_DIALOG               132
#define IDD_Edit_DIALOG                 134
#define IDD_EDITGRAGE_DIALOG            136
#define IDD_CHANGEPWD_DIALOG            137
#define IDC_USERNAME_EDIT               1000
#define IDC_PWD_EDIT                    1001
#define IDC_ADODC1                      1004
#define IDC_ADODC2                      1005
#define IDC_DATAGRID1                   1006
#define IDC_DATAGRID2                   1007
#define IDC_ADD_BUTTON                  1008
#define IDC_MODISTU_BUTTON              1009
#define IDC_DEL_BUTTON                  1010
#define IDC_MODIGRA_BUTTON              1011
#define IDC_BADGEID_EDIT                1013
#define IDC_STUNAME_EDIT                1014
#define IDC_MAJOR_EDIT                  1015
#define IDC_SEX_COMBO                   1016
#define IDC_BIRTH_EDIT                  1017
#define IDC_BadgeID_STATIC              1018
#define IDC_CHINESE_EDIT                1019
#define IDC_ENGLISH_EDIT                1020
#define IDC_DATASTRUCT_EDIT             1021
#define IDC_COMALGOR_EDIT               1022
#define IDC_OS_EDIT                     1023
#define IDC_JAVA_EDIT                   1024
#define IDC_OLDPWD_EDIT                 1025
#define IDC_NEWPWD1_EDIT                1026
#define IDC_NEWPWD2_EDIT                1027
#define IDC_USENAME_STATIC              1028
#define IDC_REFRESH_BUTTON              1029
#define IDC_SEARCH_COMBO                1041
#define IDC_SEARCH_EDIT                 1042
#define IDC_SEARCH_BUTTON               1043
#define IDC_SSEX_COMBO                  1045
#define IDR_STU                         32771
#define IDR_EXIT                        32772
#define IDR_GRADE                       32773
#define IDR_USERMAN                     32774
#define IDR_PWDMAN                      32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        139
#define _APS_NEXT_COMMAND_VALUE         32776
#define _APS_NEXT_CONTROL_VALUE         1046
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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