⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 简单的考试管理系统程序的数据库是用的ODBC Acess驱动的数据源,使用前要在系统中添加4个系统数据源.下面以添加user数据源为例说明一下添加方法:控制面板-->管理工具-->数据源ODBC选择
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by DBLogin.rc
//
#define ID_CUSTOMER_LOG                 3
#define IDFIRST                         3
#define IDOK2                           3
#define IDADMIN                         4
#define IDOK3                           4
#define IDTD                            5
#define IDSME                           6
#define ID_UPDATE                       7
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_DBLOGIN_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDD_REG_PRO_DIALOG              130
#define IDD_EXAM_DIALOG                 131
#define IDD_ADM_DIALOG                  132
#define IDD_TD_DIALOG                   133
#define IDD_SME_DIALOG                  134
#define IDC_CUSTOMER_USER               1000
#define IDC_CUSTOMER_PSWD               1001
#define IDC_EDIT3                       1002
#define IDC_EDIT4                       1003
#define IDC_EDIT5                       1004
#define ID_CUSTOMER_REGISTER            1005
#define IDC_D                           1005
#define IDC_ID                          1007
#define IDC_NAME                        1008
#define IDC_Tester                      1008
#define IDC_SEX                         1009
#define IDC_EDIT2                       1009
#define IDC_ADRESS                      1010
#define IDC_RadA                        1010
#define IDC_EMAIL                       1011
#define IDC_RadB                        1011
#define IDC_PSWD                        1012
#define IDC_RadC                        1012
#define IDC_RadD                        1013
#define IDC_A                           1014
#define IDC_B                           1015
#define IDC_C                           1016
#define IDPREV                          1017
#define IDNEXT                          1018
#define IDEND                           1019
#define IDC_UserAnswer                  1020
#define IDC_Tester3                     1021
#define IDC_EDIT6                       1022
#define IDC_RScore                      1032
#define IDC_QText                       1033
#define IDC_QA                          1034
#define IDC_Q_B                         1035
#define IDC_Q_C                         1036
#define IDC_Q_D                         1037
#define ID_FIRST                        1038
#define ID_PREV                         1039
#define ID_NEXT                         1040
#define ID_END                          1041
#define IDC_RScore2                     1042
#define IDC_RScore3                     1043
#define IDC_BUTTON3                     1045
#define IDC_BUTTON4                     1046
#define IDC_BUTTON5                     1047
#define IDC_BUTTON6                     1048

// 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         1046
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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