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

📄 resource.h

📁 一个员工考勤管理的程序
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AttendMIS.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_ATTENDMIS_DIALOG            102
#define IDR_MAINFRAME                   128
#define IDD_DLG_DB_CONFIG               129
#define IDD_DLG_STAT                    130
#define IDD_DLG_SCHEDULE_SET            131
#define IDD_DLG_PERSON                  132
#define IDC_BTN_TIMESET                 1000
#define IDC_EDIT_DBSOURCE               1000
#define IDC_EDIT_DBUSER                 1001
#define IDC_BTN_PERSON_ADD              1001
#define IDC_EDIT_PERID_ATT              1002
#define IDC_EDIT_PASSWORD               1002
#define IDC_EDIT_PERNAME_ATT            1003
#define IDC_EDIT_ID                     1003
#define IDC_IO_DATE                     1004
#define IDC_EDIT_NAME                   1004
#define IDC_IO_TIME                     1005
#define IDC_EDIT_DEPT                   1005
#define IDC_CHECK1                      1006
#define IDC_LIST_ATT                    1007
#define IDC_BTN_ATT_ADD                 1008
#define IDC_SCH_AM_START                1008
#define IDC_BTN_ATT_DEL                 1009
#define IDC_SCH_AM_END                  1009
#define IDC_SCH_PM_START                1010
#define IDC_SCH_PM_END                  1011
#define IDC_OVERTIME_DATE               1012
#define IDC_OVERTIME_HOUR               1013
#define IDC_LIST_OVERTIME               1015
#define IDC_EDIT_YEAR                   1015
#define IDC_BTN_OT_ADD                  1016
#define IDC_EDIT_MONTH                  1016
#define IDC_BTN_OT_DEL                  1017
#define IDC_BTN_STAT                    1017
#define IDC_BTN_ATT_QUERY               1018
#define IDC_EDIT_PERID                  1018
#define IDC_BTN_OT_QUERY                1019
#define IDC_EDIT_PERNAME                1019
#define IDC_BTN_QUERY_BYID              1020
#define IDC_LIST_STAT                   1021
#define IDC_LEAVE_START_DATE            1022
#define IDC_BTN_QUERY_ALL               1022
#define IDC_BTN_ATT_STAT                1023
#define IDC_BTN_DBCON                   1024
#define IDC_LIST_LEAVE                  1025
#define IDC_BTN_LEAVE_ADD               1026
#define IDC_BTN_LEAVE_DEL               1027
#define IDC_BTN_LEAVE_QUERY             1028
#define IDC_LEAVE_END_DATE              1029
#define IDC_EDIT_PERID_OVERTIME         1031
#define IDC_EDIT_PERNAME_OVERTIME       1032
#define IDC_ERRAND_START_DATE           1033
#define IDC_LIST_ERRAND                 1034
#define IDC_BTN_ERRAND_ADD              1035
#define IDC_BTN_ERRAND_DEL              1036
#define IDC_BTN_ERRAND_QUERY            1037
#define IDC_ERRAND_END_DATE             1039
#define IDC_EDIT_PERID_LEAVE            1041
#define IDC_EDIT_PERNAME_LEAVE          1042
#define IDC_EDIT_PERID_ERRAND           1043
#define IDC_EDIT_PERNAME_ERRAND         1044
#define IDC_LEAVE_START_TIME            1045
#define IDC_LEAVE_END_TIME              1046
#define IDC_ERRAND_START_TIME           1047
#define IDC_ERRAND_END_TIME             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         1006
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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