实例介绍
VC++6.0数据库系统开发实例导航的源代码 内容包括 第3章员工培训系统 第4章仓库管理系统 第5章人事管理系统 第6章考勤管理系统 第7章工资管理系统
【实例截图】
【核心代码】
4744302543293616519.rar
└── VC++ 6.0数据库系统开发实例导航
├── vc++访问DAO数据库
│ ├── hr
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── Debug
│ │ │ └── vc60.idb
│ │ ├── FindDlg.cpp
│ │ ├── FindDlg.h
│ │ ├── hr.aps
│ │ ├── hr.clw
│ │ ├── hr.cpp
│ │ ├── hrDoc.cpp
│ │ ├── hrDoc.h
│ │ ├── hr.dsp
│ │ ├── hr.dsw
│ │ ├── hr.h
│ │ ├── hr.ncb
│ │ ├── hr.opt
│ │ ├── hr.plg
│ │ ├── hr.rc
│ │ ├── hr.reg
│ │ ├── hrSet.cpp
│ │ ├── hrSet.h
│ │ ├── hrView.cpp
│ │ ├── hrView.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── hrDoc.ico
│ │ │ ├── hr.ico
│ │ │ ├── hr.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── hrs.mdb
│ └── ReadMe.txt
├── 第03章员工培训系统
│ ├── code
│ │ ├── AppriseInfo.cpp
│ │ ├── AppriseInfo.h
│ │ ├── AppriseSet.cpp
│ │ ├── AppriseSet.h
│ │ ├── BookInfo.cpp
│ │ ├── BookInfo.h
│ │ ├── BookSet.cpp
│ │ ├── BookSet.h
│ │ ├── CourseInfo.cpp
│ │ ├── CourseInfo.h
│ │ ├── CourseSet.cpp
│ │ ├── CourseSet.h
│ │ ├── Debug
│ │ ├── DeptInfo.cpp
│ │ ├── DeptInfo.h
│ │ ├── DeptSet.cpp
│ │ ├── DeptSet.h
│ │ ├── DIALOG_APPISE.cpp
│ │ ├── DIALOG_APPISE.h
│ │ ├── DIALOG_BOOK.cpp
│ │ ├── DIALOG_BOOK.h
│ │ ├── DIALOG_JOB.cpp
│ │ ├── DIALOG_JOB.h
│ │ ├── DIALOG_MODPSWD.cpp
│ │ ├── DIALOG_MODPSWD.h
│ │ ├── DIALOG_PERSONNEL.cpp
│ │ ├── DIALOG_PERSONNEL.h
│ │ ├── DIALOG_PLAN.cpp
│ │ ├── DIALOG_PLAN.h
│ │ ├── DIALOG_RESOURCE.cpp
│ │ ├── DIALOG_RESOURCE.h
│ │ ├── DIALOG_TEACHER.cpp
│ │ ├── DIALOG_TEACHER.h
│ │ ├── DIALOG_TRAINCOURSE.cpp
│ │ ├── DIALOG_TRAINCOURSE.h
│ │ ├── JobInfo.cpp
│ │ ├── JobInfo.h
│ │ ├── JobSet.cpp
│ │ ├── JobSet.h
│ │ ├── LoginSet.cpp
│ │ ├── LoginSet.h
│ │ ├── MainDlg.cpp
│ │ ├── MainDlg.h
│ │ ├── PersonNeedSet.cpp
│ │ ├── PersonNeedSet.h
│ │ ├── PersonnelInfo.cpp
│ │ ├── PersonnelInfo.h
│ │ ├── PersonnelNeed.cpp
│ │ ├── PersonnelNeed.h
│ │ ├── PersonnelPlan.cpp
│ │ ├── PersonnelPlan.h
│ │ ├── PersonPlanSet.cpp
│ │ ├── PersonPlanSet.h
│ │ ├── PersonSet.cpp
│ │ ├── PersonSet.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── train.ico
│ │ │ └── train.rc2
│ │ ├── Resource.h
│ │ ├── ResourceInfo.cpp
│ │ ├── ResourceInfo.h
│ │ ├── ResourceSet.cpp
│ │ ├── ResourceSet.h
│ │ ├── ScoreInfo.cpp
│ │ ├── ScoreInfo.h
│ │ ├── ScoreSet.cpp
│ │ ├── ScoreSet.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TeacherInfo.cpp
│ │ ├── TeacherInfo.h
│ │ ├── TeacherSet.cpp
│ │ ├── TeacherSet.h
│ │ ├── train.aps
│ │ ├── train.clw
│ │ ├── train.cpp
│ │ ├── trainDlg.cpp
│ │ ├── trainDlg.h
│ │ ├── train.dsp
│ │ ├── train.dsw
│ │ ├── train.h
│ │ ├── train.ncb
│ │ ├── train.opt
│ │ ├── TrainPlanInfo.cpp
│ │ ├── TrainPlanInfo.h
│ │ ├── TrainPlanSet.cpp
│ │ ├── TrainPlanSet.h
│ │ ├── train.plg
│ │ └── train.rc
│ ├── train.mdb
│ └── 程序说明.doc
├── 第04章仓库管理系统
│ ├── dms.mdb
│ ├── 代码
│ │ ├── DataBinding.cpp
│ │ ├── dataBinding.h
│ │ ├── Debug
│ │ │ ├── DataBinding.obj
│ │ │ ├── DlgDevAlert.obj
│ │ │ ├── DlgDevcode.obj
│ │ │ ├── DlgDevIn.obj
│ │ │ ├── DlgDevNeed.obj
│ │ │ ├── DlgDev.obj
│ │ │ ├── DlgDevOut.obj
│ │ │ ├── DlgDevRet.obj
│ │ │ ├── DlgLogIn.obj
│ │ │ ├── DlgProxy.obj
│ │ │ ├── DlgReport.obj
│ │ │ ├── DlgViewDevIn.obj
│ │ │ ├── DlgViewLog.obj
│ │ │ ├── DlgViewNeed.obj
│ │ │ ├── DlgViewOut.obj
│ │ │ ├── DlgViewReport.obj
│ │ │ ├── DlgViewRet.obj
│ │ │ ├── DMSDlg.obj
│ │ │ ├── DMS.exe
│ │ │ ├── DMS.ilk
│ │ │ ├── DMS.obj
│ │ │ ├── DMS.pch
│ │ │ ├── DMS.pdb
│ │ │ ├── DMS.res
│ │ │ ├── DMS.tlb
│ │ │ ├── LogMngr.obj
│ │ │ ├── msado15.tlh
│ │ │ ├── msado15.tli
│ │ │ ├── StdAfx.obj
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── DlgDevAlert.cpp
│ │ ├── DlgDevAlert.h
│ │ ├── DlgDevcode.cpp
│ │ ├── DlgDevcode.h
│ │ ├── DlgDev.cpp
│ │ ├── DlgDev.h
│ │ ├── DlgDevIn.cpp
│ │ ├── DlgDevIn.h
│ │ ├── DlgDevNeed.cpp
│ │ ├── DlgDevNeed.h
│ │ ├── DlgDevOut.cpp
│ │ ├── DlgDevOut.h
│ │ ├── DlgDevRet.cpp
│ │ ├── DlgDevRet.h
│ │ ├── DlgLogIn.cpp
│ │ ├── DlgLogIn.h
│ │ ├── DlgProxy.cpp
│ │ ├── DlgProxy.h
│ │ ├── DlgReport.cpp
│ │ ├── DlgReport.h
│ │ ├── DlgViewDevIn.cpp
│ │ ├── DlgViewDevIn.h
│ │ ├── DlgViewLog.cpp
│ │ ├── DlgViewLog.h
│ │ ├── DlgViewNeed.cpp
│ │ ├── DlgViewNeed.h
│ │ ├── DlgViewOut.cpp
│ │ ├── DlgViewOut.h
│ │ ├── DlgViewReport.cpp
│ │ ├── DlgViewReport.h
│ │ ├── DlgViewRet.cpp
│ │ ├── DlgViewRet.h
│ │ ├── DMS.APS
│ │ ├── DMS.clw
│ │ ├── DMS.cpp
│ │ ├── DMSDlg.cpp
│ │ ├── DMSDlg.h
│ │ ├── DMS.dsp
│ │ ├── DMS.dsw
│ │ ├── DMS.h
│ │ ├── DMS.ncb
│ │ ├── DMS.odl
│ │ ├── DMS.opt
│ │ ├── DMS.plg
│ │ ├── DMS.rc
│ │ ├── DMS.reg
│ │ ├── LogMngr.cpp
│ │ ├── LogMngr.h
│ │ ├── msado15.tlh
│ │ ├── msado15.tli
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DMS.ico
│ │ │ └── DMS.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── 说明.txt
├── 第05章人事管理系统
│ ├── Code
│ │ ├── AddView.cpp
│ │ ├── AddView.h
│ │ ├── ChangeView.cpp
│ │ ├── ChangeView.h
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ChildView.cpp
│ │ ├── ChildView.h
│ │ ├── Crypt.cpp
│ │ ├── Crypt.h
│ │ ├── LoginDlg.cpp
│ │ ├── LoginDlg.h
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── Personnel.aps
│ │ ├── Personnel.clw
│ │ ├── Personnel.cpp
│ │ ├── Personnel.dsp
│ │ ├── Personnel.dsw
│ │ ├── Personnel.h
│ │ ├── Personnel.ncb
│ │ ├── Personnel.opt
│ │ ├── Personnel.plg
│ │ ├── Personnel.rc
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── AddView.obj
│ │ │ ├── ChangeView.obj
│ │ │ ├── ChildFrm.obj
│ │ │ ├── ChildView.obj
│ │ │ ├── Crypt.obj
│ │ │ ├── LoginDlg.obj
│ │ │ ├── MainFrm.obj
│ │ │ ├── Personnel.exe
│ │ │ ├── Personnel.obj
│ │ │ ├── Personnel.pch
│ │ │ ├── Personnel.res
│ │ │ ├── SearchView.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── TheChildFrame.obj
│ │ │ └── vc60.idb
│ │ ├── res
│ │ │ ├── PEOPLE.bmp
│ │ │ ├── Personnel.ico
│ │ │ ├── Personnel.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── SearchView.cpp
│ │ ├── SearchView.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TheChildFrame.cpp
│ │ └── TheChildFrame.h
│ ├── Misdb.mdb
│ └── 说明.txt
├── 第06章考勤管理系统
│ ├── Code
│ │ ├── AttDlg.cpp
│ │ ├── AttDlg.h
│ │ ├── Attendance.aps
│ │ ├── Attendance.clw
│ │ ├── Attendance.cpp
│ │ ├── AttendanceDlg.cpp
│ │ ├── AttendanceDlg.h
│ │ ├── Attendance.dsp
│ │ ├── Attendance.dsw
│ │ ├── Attendance.h
│ │ ├── Attendance.ncb
│ │ ├── Attendance.opt
│ │ ├── Attendance.plg
│ │ ├── Attendance.rc
│ │ ├── AttendanceRS.cpp
│ │ ├── AttendanceRS.h
│ │ ├── CounterRS.cpp
│ │ ├── CounterRS.h
│ │ ├── Crypt.cpp
│ │ ├── Crypt.h
│ │ ├── DepartRS.cpp
│ │ ├── DepartRS.h
│ │ ├── ErrandRS.cpp
│ │ ├── ErrandRS.h
│ │ ├── LeaveRS.cpp
│ │ ├── LeaveRS.h
│ │ ├── LoginDlg.cpp
│ │ ├── LoginDlg.h
│ │ ├── OvertimeRS.cpp
│ │ ├── OvertimeRS.h
│ │ ├── Page1.cpp
│ │ ├── Page1.h
│ │ ├── Page2.cpp
│ │ ├── Page2.h
│ │ ├── Page3.cpp
│ │ ├── Page3.h
│ │ ├── Page4.cpp
│ │ ├── Page4.h
│ │ ├── PersonRS.cpp
│ │ ├── PersonRS.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ ├── AttDlg.obj
│ │ │ ├── AttendanceDlg.obj
│ │ │ ├── Attendance.exe
│ │ │ ├── Attendance.obj
│ │ │ ├── Attendance.pch
│ │ │ ├── Attendance.res
│ │ │ ├── AttendanceRS.obj
│ │ │ ├── CounterRS.obj
│ │ │ ├── Crypt.obj
│ │ │ ├── DepartRS.obj
│ │ │ ├── ErrandRS.obj
│ │ │ ├── LeaveRS.obj
│ │ │ ├── LoginDlg.obj
│ │ │ ├── OvertimeRS.obj
│ │ │ ├── Page1.obj
│ │ │ ├── Page2.obj
│ │ │ ├── Page3.obj
│ │ │ ├── Page4.obj
│ │ │ ├── PersonRS.obj
│ │ │ ├── StatDlg.obj
│ │ │ ├── StatRS.obj
│ │ │ ├── StdAfx.obj
│ │ │ ├── Test.obj
│ │ │ ├── vc60.idb
│ │ │ └── WorkplanDlg.obj
│ │ ├── res
│ │ │ ├── attendance.bmp
│ │ │ ├── Attendance.ico
│ │ │ └── Attendance.rc2
│ │ ├── resource.h
│ │ ├── StatDlg.cpp
│ │ ├── StatDlg.h
│ │ ├── StatRS.cpp
│ │ ├── StatRS.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Test.cpp
│ │ ├── Test.h
│ │ ├── WorkplanDlg.cpp
│ │ ├── WorkplanDlg.h
│ │ └── workplan.ini
│ ├── Misdb.mdb
│ └── 说明.txt
└── 第07章工资管理系统
├── Code
│ ├── Crypt.cpp
│ ├── Crypt.h
│ ├── datagrid.cpp
│ ├── datagrid.h
│ ├── FormulaDlg.cpp
│ ├── FormulaDlg.h
│ ├── formula.ini
│ ├── LoginDlg.cpp
│ ├── LoginDlg.h
│ ├── msado15.tlh
│ ├── msado15.tli
│ ├── PreviewDlg.cpp
│ ├── PreviewDlg.h
│ ├── ReadMe.txt
│ ├── Release
│ ├── res
│ │ ├── Salary.ico
│ │ └── Salary.rc2
│ ├── resource.h
│ ├── Salary.aps
│ ├── Salary.clw
│ ├── Salary.cpp
│ ├── SalaryDlg.cpp
│ ├── SalaryDlg.h
│ ├── Salary.dsp
│ ├── Salary.dsw
│ ├── Salary.h
│ ├── Salary.ncb
│ ├── Salary.opt
│ ├── Salary.plg
│ ├── Salary.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── Misdb.mdb
└── 说明.txt
25 directories, 384 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论