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

📄 resource.h

📁 这个程序是一个个人考勤软件,它从系统时钟获取时间信息,只要上下班时按时在当日考勤栏内点击相应的栏目标题即可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以随意查看过去的记录,也可把记录按
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by attendance.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDS_ABOUTBOX                    101
#define IDD_ATTENDANCE_DIALOG           102
#define IDS_PRINT_PREVIEW               102
#define IDS_ABOUT                       103
#define IDR_MAINFRAME                   128
#define IDD_DUALLISTDIALOG              144
#define IDR_TOOLBAR                     147
#define IDD_DLG_PAGESETUP               151
#define IDD_DLG_PRINTSELECT             158
#define IDI_MAINICON                    160
#define IDC_ATTENDANCE                  1003
#define IDC_DELETE                      1005
#define IDC_TOTAL                       1006
#define IDC_HOLIDAY                     1007
#define IDC_YEAR_MONTH                  1008
#define IDC_DUTY                        1009
#define IDC_DLG_ADD                     1009
#define IDC_DLG_LIST_AVAILABLE          1010
#define IDC_TOTAL2                      1010
#define IDC_DLG_LIST_CHOOSEN            1011
#define IDC_DLG_REMOVE_ALL              1012
#define IDC_DLG_REMOVE                  1013
#define IDC_WORKDAYS                    1021
#define IDC_OBTAIN                      1022
#define IDC_FACTWORKS                   1023
#define IDC_PAY                         1024
#define IDC_DAYPAY                      1025
#define IDC_STATIC_YEAR                 1026
#define IDC_STATIC_MONTH                1027
#define IDC_RADMONTH                    1028
#define IDC_RADYEAR                     1029
#define IDC_EDTTOP                      1030
#define IDC_SPNTOP                      1031
#define IDC_EDTBOTTOM                   1032
#define IDC_SPNBOTTOM                   1033
#define IDC_EDTLEFT                     1034
#define IDC_SPNLEFT                     1035
#define IDC_EDTRIGHT                    1036
#define IDC_SPNRIGHT                    1037
#define IDC_CHKYEAR                     1038
#define IDC_FACTPAY                     1039
#define IDC_RAD_MONTH                   1040
#define IDC_RAD_MONTH_YEAR              1041
#define IDC_RAD_ALL                     1042
#define IDC_EDT_EMAIL                   1048
#define IDC_EDT_WWW                     1049
#define IDC_STATIC_EXPLAIN              1065
#define IDC_BTN_MORE                    1066
#define ID_PRINT                        32776
#define ID_FILE_SAVEAS                  32778
#define ID_PRINT_PREVIEW                32780
#define ID_PGSETUP                      32781
#define ID_ABOUT                        32782
#define IDS_FILE_OPEN                   57602
#define IDS_FILE_SAVEAS                 57603
#define IDS_PRINT                       57604
#define IDS_PGSETUP                     57605
#define IDS_EXPLAIN                     57606

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        166
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         1067
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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