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

📄 resource.h

📁 一个简单的公司人员考勤系统的源代码,我已经编译运行过
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CheckIn.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CHECKITYPE                  129
#define IDD_DIALOG_LOG                  130
#define IDD_DIALOG_CHECKIN              131
#define IDD_DIALOG_CONFIG               132
#define IDD_DIALOG_EMPLOYEE             133
#define IDD_DIALOG_USER                 134
#define IDD_DLG_QUERY_EMPCHECK          135
#define IDD_DIALOG_EDITCHECK            136
#define IDC_EDIT_USERNAME               1000
#define IDC_EDIT_USERPASSWORD           1001
#define IDC_OK                          1004
#define IDC_EDIT_EMPLOYID               1005
#define IDC_EDIT_SECONDID               1006
#define IDC_EDIT_HOUR                   1007
#define IDC_EDIT_MINUTE                 1008
#define IDC_EDIT_DELTA                  1009
#define IDC_EDIT_ID                     1010
#define IDC_EDIT_NAME                   1011
#define IDC_LIST_EMPLOYEE               1012
#define IDC_ADD                         1013
#define IDC_DELETE                      1014
#define IDC_MODIFY                      1015
#define IDC_EDIT_PASSWORD1              1017
#define IDC_BUTTON_ADD                  1019
#define IDC_BUTTON_DELETE               1020
#define IDC_LIST_USER                   1023
#define IDC_COMBO_AUTHORITY             1024
#define IDC_EDIT_EMPID                  1025
#define IDC_EDIT_BEGIN_YEAR             1027
#define IDC_EDIT_BEGIN_MONTH            1028
#define IDC_EDIT_BEGIN_DAY              1029
#define IDC_EDIT_END_YEAR               1030
#define IDC_EDIT_END_MONTH              1031
#define IDC_EDIT_END_DAY                1032
#define IDC_LIST_CHECK                  1033
#define IDC_BUTTON_QUERY                1034
#define IDC_EDIT_YEAR                   1036
#define IDC_EDIT_MONTH                  1037
#define IDC_EDIT_DAY                    1038
#define IDC_LIST                        1040
#define IDC_COMBO                       1041
#define IDC_SEE                         1042
#define IDC_EDIT                        1043
#define ID_CHECKIN                      32771
#define ID_SEARCH_CHECKIN               32772
#define ID_STAT_CHECKIN                 32773
#define ID_MODIFY_CHECKIN               32774
#define ID_SYSTEM_EMPLOYEE              32775
#define ID_SYSTEM_USER                  32776
#define ID_SYSTEM_CONFIG                32777

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1044
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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