在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → Visual C++项目开发案例精粹-光盘源码(11-20)

Visual C++项目开发案例精粹-光盘源码(11-20)

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:36.09M
  • 下载次数:8
  • 浏览次数:13
  • 发布时间:2023-10-15
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Visual C++ c++ c++ 案例 项目

实例介绍

【实例简介】Visual C 项目开发案例精粹-光盘源码(11-20)

【实例截图】

from clipboard

【核心代码】

.
├── Visual C 项目开发案例精粹-光盘源码(11-20)_sample02.rar
└── sample02
    ├── chap11
    │   ├── 11 Access
    │   │   └── DriverManage
    │   │       ├── AutoInfo.mdb
    │   │       ├── Class.cpp
    │   │       ├── Class.h
    │   │       ├── Debug
    │   │       │   └── SkinPlusPlusDLL.dll
    │   │       ├── DlgClassEdit.cpp
    │   │       ├── DlgClassEdit.h
    │   │       ├── DlgFilterClass.cpp
    │   │       ├── DlgFilterClass.h
    │   │       ├── DlgFindStudent.cpp
    │   │       ├── DlgFindStudent.h
    │   │       ├── DlgSelectStudent.cpp
    │   │       ├── DlgSelectStudent.h
    │   │       ├── DlgStudentEdit.cpp
    │   │       ├── DlgStudentEdit.h
    │   │       ├── DlgStudentInfor.cpp
    │   │       ├── DlgStudentInfor.h
    │   │       ├── DriverManage.aps
    │   │       ├── DriverManage.clw
    │   │       ├── DriverManage.cpp
    │   │       ├── DriverManage.dsp
    │   │       ├── DriverManage.dsw
    │   │       ├── DriverManage.h
    │   │       ├── DriverManage.ncb
    │   │       ├── DriverManage.opt
    │   │       ├── DriverManage.plg
    │   │       ├── DriverManage.rc
    │   │       ├── DriverManageDOC.cpp
    │   │       ├── DriverManageDOC.h
    │   │       ├── DriverManageVIEW.cpp
    │   │       ├── DriverManageVIEW.h
    │   │       ├── Item.cpp
    │   │       ├── Item.h
    │   │       ├── MainFrm.cpp
    │   │       ├── MainFrm.h
    │   │       ├── RClass.cpp
    │   │       ├── RClass.h
    │   │       ├── RClassList.cpp
    │   │       ├── RClassList.h
    │   │       ├── RExamType.cpp
    │   │       ├── RExamType.h
    │   │       ├── RKeyID.cpp
    │   │       ├── RKeyID.h
    │   │       ├── RStudent.cpp
    │   │       ├── RStudent.h
    │   │       ├── RStudentType.cpp
    │   │       ├── RStudentType.h
    │   │       ├── ReadMe.txt
    │   │       ├── RstKeyID.cpp
    │   │       ├── RstKeyID.h
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── Student.cpp
    │   │       ├── Student.h
    │   │       ├── Student2.cpp
    │   │       ├── Student2.h
    │   │       ├── res
    │   │       │   ├── 103219.ico
    │   │       │   ├── 146.ico
    │   │       │   ├── Activitl.ico
    │   │       │   ├── Docl.ico
    │   │       │   ├── DriverManage.ico
    │   │       │   ├── DriverManage.rc2
    │   │       │   ├── DriverManageDOC.ico
    │   │       │   ├── Face01.ico
    │   │       │   ├── Files10.ico
    │   │       │   ├── Icon177.ico
    │   │       │   ├── Toolbar.bmp
    │   │       │   ├── Tools.ico
    │   │       │   └── 删除.ico
    │   │       ├── resource.h
    │   │       ├── test.cpp
    │   │       └── test.h
    │   ├── 11 SQL Server 2005
    │   │   ├── Class.cpp
    │   │   ├── Class.h
    │   │   ├── DlgClassEdit.cpp
    │   │   ├── DlgClassEdit.h
    │   │   ├── DlgFilterClass.cpp
    │   │   ├── DlgFilterClass.h
    │   │   ├── DlgFindStudent.cpp
    │   │   ├── DlgFindStudent.h
    │   │   ├── DlgSelectStudent.cpp
    │   │   ├── DlgSelectStudent.h
    │   │   ├── DlgStudentEdit.cpp
    │   │   ├── DlgStudentEdit.h
    │   │   ├── DlgStudentInfor.cpp
    │   │   ├── DlgStudentInfor.h
    │   │   ├── DriverManage.aps
    │   │   ├── DriverManage.clw
    │   │   ├── DriverManage.cpp
    │   │   ├── DriverManage.dsp
    │   │   ├── DriverManage.dsw
    │   │   ├── DriverManage.h
    │   │   ├── DriverManage.ncb
    │   │   ├── DriverManage.opt
    │   │   ├── DriverManage.plg
    │   │   ├── DriverManage.rc
    │   │   ├── DriverManageDOC.cpp
    │   │   ├── DriverManageDOC.h
    │   │   ├── DriverManageVIEW.cpp
    │   │   ├── DriverManageVIEW.h
    │   │   ├── Item.cpp
    │   │   ├── Item.h
    │   │   ├── MainFrm.cpp
    │   │   ├── MainFrm.h
    │   │   ├── RClass.cpp
    │   │   ├── RClass.h
    │   │   ├── RClassList.cpp
    │   │   ├── RClassList.h
    │   │   ├── RExamType.cpp
    │   │   ├── RExamType.h
    │   │   ├── RKeyID.cpp
    │   │   ├── RKeyID.h
    │   │   ├── RStudent.cpp
    │   │   ├── RStudent.h
    │   │   ├── RStudentType.cpp
    │   │   ├── RStudentType.h
    │   │   ├── ReadMe.txt
    │   │   ├── RstKeyID.cpp
    │   │   ├── RstKeyID.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── Student.cpp
    │   │   ├── Student.h
    │   │   ├── Student2.cpp
    │   │   ├── Student2.h
    │   │   ├── database
    │   │   │   ├── AutoInfo.ldf
    │   │   │   ├── AutoInfo.mdf
    │   │   │   └── chap11.sql
    │   │   ├── res
    │   │   │   ├── 103219.ico
    │   │   │   ├── 146.ico
    │   │   │   ├── Activitl.ico
    │   │   │   ├── Docl.ico
    │   │   │   ├── DriverManage.ico
    │   │   │   ├── DriverManage.rc2
    │   │   │   ├── DriverManageDOC.ico
    │   │   │   ├── Face01.ico
    │   │   │   ├── Files10.ico
    │   │   │   ├── Icon177.ico
    │   │   │   ├── Toolbar.bmp
    │   │   │   ├── Tools.ico
    │   │   │   └── 删除.ico
    │   │   ├── resource.h
    │   │   ├── test.cpp
    │   │   └── test.h
    │   └── 11 SQL Server2000
    │       ├── Class.cpp
    │       ├── Class.h
    │       ├── DlgClassEdit.cpp
    │       ├── DlgClassEdit.h
    │       ├── DlgFilterClass.cpp
    │       ├── DlgFilterClass.h
    │       ├── DlgFindStudent.cpp
    │       ├── DlgFindStudent.h
    │       ├── DlgSelectStudent.cpp
    │       ├── DlgSelectStudent.h
    │       ├── DlgStudentEdit.cpp
    │       ├── DlgStudentEdit.h
    │       ├── DlgStudentInfor.cpp
    │       ├── DlgStudentInfor.h
    │       ├── DriverManage.aps
    │       ├── DriverManage.clw
    │       ├── DriverManage.cpp
    │       ├── DriverManage.dsp
    │       ├── DriverManage.dsw
    │       ├── DriverManage.h
    │       ├── DriverManage.ncb
    │       ├── DriverManage.opt
    │       ├── DriverManage.plg
    │       ├── DriverManage.rc
    │       ├── DriverManageDOC.cpp
    │       ├── DriverManageDOC.h
    │       ├── DriverManageVIEW.cpp
    │       ├── DriverManageVIEW.h
    │       ├── Item.cpp
    │       ├── Item.h
    │       ├── MainFrm.cpp
    │       ├── MainFrm.h
    │       ├── RClass.cpp
    │       ├── RClass.h
    │       ├── RClassList.cpp
    │       ├── RClassList.h
    │       ├── RExamType.cpp
    │       ├── RExamType.h
    │       ├── RKeyID.cpp
    │       ├── RKeyID.h
    │       ├── RStudent.cpp
    │       ├── RStudent.h
    │       ├── RStudentType.cpp
    │       ├── RStudentType.h
    │       ├── ReadMe.txt
    │       ├── RstKeyID.cpp
    │       ├── RstKeyID.h
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── Student.cpp
    │       ├── Student.h
    │       ├── Student2.cpp
    │       ├── Student2.h
    │       ├── database
    │       │   ├── AutoInfo.ldf
    │       │   ├── AutoInfo.mdf
    │       │   └── chap11.sql
    │       ├── res
    │       │   ├── 103219.ico
    │       │   ├── 146.ico
    │       │   ├── Activitl.ico
    │       │   ├── Docl.ico
    │       │   ├── DriverManage.ico
    │       │   ├── DriverManage.rc2
    │       │   ├── DriverManageDOC.ico
    │       │   ├── Face01.ico
    │       │   ├── Files10.ico
    │       │   ├── Icon177.ico
    │       │   ├── Toolbar.bmp
    │       │   ├── Tools.ico
    │       │   └── 删除.ico
    │       ├── resource.h
    │       ├── test.cpp
    │       └── test.h
    ├── chap12
    │   ├── 12 Access
    │   │   └── HumanResourceSys
    │   │       ├── AboutPayDlg.cpp
    │   │       ├── AboutPayDlg.h
    │   │       ├── AboutPaySet.cpp
    │   │       ├── AboutPaySet.h
    │   │       ├── AddSysInfoDlg.cpp
    │   │       ├── AddSysInfoDlg.h
    │   │       ├── AddrBookDlg.cpp
    │   │       ├── AddrBookDlg.h
    │   │       ├── AddrbookSet.cpp
    │   │       ├── AddrbookSet.h
    │   │       ├── AttDlg.cpp
    │   │       ├── AttDlg.h
    │   │       ├── AttErrand.cpp
    │   │       ├── AttErrand.h
    │   │       ├── AttLeave.cpp
    │   │       ├── AttLeave.h
    │   │       ├── AttOvertime.cpp
    │   │       ├── AttOvertime.h
    │   │       ├── AttStatDlg.cpp
    │   │       ├── AttStatDlg.h
    │   │       ├── AttStatSet.cpp
    │   │       ├── AttStatSet.h
    │   │       ├── AttWork.cpp
    │   │       ├── AttWork.h
    │   │       ├── AttendanceSet.cpp
    │   │       ├── AttendanceSet.h
    │   │       ├── BaseInfoDlg.cpp
    │   │       ├── BaseInfoDlg.h
    │   │       ├── BookInfoDlg.cpp
    │   │       ├── BookInfoDlg.h
    │   │       ├── BrowseDlg.cpp
    │   │       ├── BrowseDlg.h
    │   │       ├── Debug
    │   │       │   └── SkinPlusPlusDLL.dll
    │   │       ├── DeptDlg.cpp
    │   │       ├── DeptDlg.h
    │   │       ├── DeptSet.cpp
    │   │       ├── DeptSet.h
    │   │       ├── DutyDlg.cpp
    │   │       ├── DutyDlg.h
    │   │       ├── DutySet.cpp
    │   │       ├── DutySet.h
    │   │       ├── EducationDlg.cpp
    │   │       ├── EducationDlg.h
    │   │       ├── EducationSet.cpp
    │   │       ├── EducationSet.h
    │   │       ├── ErrandSet.cpp
    │   │       ├── ErrandSet.h
    │   │       ├── FamilyDlg.cpp
    │   │       ├── FamilyDlg.h
    │   │       ├── FamilySet.cpp
    │   │       ├── FamilySet.h
    │   │       ├── FolkDlg.cpp
    │   │       ├── FolkDlg.h
    │   │       ├── FolkSet.cpp
    │   │       ├── FolkSet.h
    │   │       ├── HistoryDlg.cpp
    │   │       ├── HistoryDlg.h
    │   │       ├── HistorySet.cpp
    │   │       ├── HistorySet.h
    │   │       ├── HonorDlg.cpp
    │   │       ├── HonorDlg.h
    │   │       ├── HonorSet.cpp
    │   │       ├── HonorSet.h
    │   │       ├── HumanResourceSys.aps
    │   │       ├── HumanResourceSys.clw
    │   │       ├── HumanResourceSys.cpp
    │   │       ├── HumanResourceSys.dsp
    │   │       ├── HumanResourceSys.dsw
    │   │       ├── HumanResourceSys.h
    │   │       ├── HumanResourceSys.mdb
    │   │       ├── HumanResourceSys.ncb
    │   │       ├── HumanResourceSys.opt
    │   │       ├── HumanResourceSys.rc
    │   │       ├── HumanResourceSysDOC.cpp
    │   │       ├── HumanResourceSysDOC.h
    │   │       ├── HumanResourceSysVIEW.cpp
    │   │       ├── HumanResourceSysVIEW.h
    │   │       ├── LeaveSet.cpp
    │   │       ├── LeaveSet.h
    │   │       ├── LoginDlg.cpp
    │   │       ├── LoginDlg.h
    │   │       ├── MainFrm.cpp
    │   │       ├── MainFrm.h
    │   │       ├── NotePadDlg.cpp
    │   │       ├── NotePadDlg.h
    │   │       ├── NotePadSet.cpp
    │   │       ├── NotePadSet.h
    │   │       ├── OvertimeSet.cpp
    │   │       ├── OvertimeSet.h
    │   │       ├── PassWord.cpp
    │   │       ├── PassWord.h
    │   │       ├── PersonSet.cpp
    │   │       ├── PersonSet.h
    │   │       ├── PoliticalDlg.cpp
    │   │       ├── PoliticalDlg.h
    │   │       ├── PoliticalSet.cpp
    │   │       ├── PoliticalSet.h
    │   │       ├── QualificationDlg.cpp
    │   │       ├── QualificationDlg.h
    │   │       ├── QualificationSet.cpp
    │   │       ├── QualificationSet.h
    │   │       ├── ReadMe.txt
    │   │       ├── RecordDlg.cpp
    │   │       ├── RecordDlg.h
    │   │       ├── Resource.h
    │   │       ├── SearchDlg.cpp
    │   │       ├── SearchDlg.h
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StatDlg.cpp
    │   │       ├── StatDlg.h
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── TabSheet.cpp
    │   │       ├── TabSheet.h
    │   │       ├── TechnicalDlg.cpp
    │   │       ├── TechnicalDlg.h
    │   │       ├── TechnicalSet.cpp
    │   │       ├── TechnicalSet.h
    │   │       ├── TrainDlg.cpp
    │   │       ├── TrainDlg.h
    │   │       ├── TrainSet.cpp
    │   │       ├── TrainSet.h
    │   │       ├── UserDlg.cpp
    │   │       ├── UserDlg.h
    │   │       ├── WorkerStatusDlg.cpp
    │   │       ├── WorkerStatusDlg.h
    │   │       ├── WorkerStatusSet.cpp
    │   │       ├── WorkerStatusSet.h
    │   │       ├── WorkplanDlg.cpp
    │   │       ├── WorkplanDlg.h
    │   │       ├── manager.opt
    │   │       ├── res
    │   │       │   ├── 0003.bmp
    │   │       │   ├── 20080404105403355.jpg
    │   │       │   ├── HumanResourceSys.ico
    │   │       │   ├── HumanResourceSys.rc2
    │   │       │   ├── HumanResourceSysDOC.ico
    │   │       │   ├── ICON3.ico
    │   │       │   ├── Thumbs.db
    │   │       │   ├── Tool.bmp
    │   │       │   ├── Toolbar.bmp
    │   │       │   ├── Toolbar1.bmp
    │   │       │   ├── Toolbar2.bmp
    │   │       │   ├── Toolbars.bmp
    │   │       │   └── bg.bmp
    │   │       └── workplan.ini
    │   ├── 12 SQL Server 2005
    │   │   ├── AboutPayDlg.cpp
    │   │   ├── AboutPayDlg.h
    │   │   ├── AboutPaySet.cpp
    │   │   ├── AboutPaySet.h
    │   │   ├── AddSysInfoDlg.cpp
    │   │   ├── AddSysInfoDlg.h
    │   │   ├── AddrBookDlg.cpp
    │   │   ├── AddrBookDlg.h
    │   │   ├── AddrbookSet.cpp
    │   │   ├── AddrbookSet.h
    │   │   ├── AttDlg.cpp
    │   │   ├── AttDlg.h
    │   │   ├── AttErrand.cpp
    │   │   ├── AttErrand.h
    │   │   ├── AttLeave.cpp
    │   │   ├── AttLeave.h
    │   │   ├── AttOvertime.cpp
    │   │   ├── AttOvertime.h
    │   │   ├── AttStatDlg.cpp
    │   │   ├── AttStatDlg.h
    │   │   ├── AttStatSet.cpp
    │   │   ├── AttStatSet.h
    │   │   ├── AttWork.cpp
    │   │   ├── AttWork.h
    │   │   ├── AttendanceSet.cpp
    │   │   ├── AttendanceSet.h
    │   │   ├── BaseInfoDlg.cpp
    │   │   ├── BaseInfoDlg.h
    │   │   ├── BookInfoDlg.cpp
    │   │   ├── BookInfoDlg.h
    │   │   ├── BrowseDlg.cpp
    │   │   ├── BrowseDlg.h
    │   │   ├── DeptDlg.cpp
    │   │   ├── DeptDlg.h
    │   │   ├── DeptSet.cpp
    │   │   ├── DeptSet.h
    │   │   ├── DutyDlg.cpp
    │   │   ├── DutyDlg.h
    │   │   ├── DutySet.cpp
    │   │   ├── DutySet.h
    │   │   ├── EducationDlg.cpp
    │   │   ├── EducationDlg.h
    │   │   ├── EducationSet.cpp
    │   │   ├── EducationSet.h
    │   │   ├── ErrandSet.cpp
    │   │   ├── ErrandSet.h
    │   │   ├── FamilyDlg.cpp
    │   │   ├── FamilyDlg.h
    │   │   ├── FamilySet.cpp
    │   │   ├── FamilySet.h
    │   │   ├── FolkDlg.cpp
    │   │   ├── FolkDlg.h
    │   │   ├── FolkSet.cpp
    │   │   ├── FolkSet.h
    │   │   ├── HistoryDlg.cpp
    │   │   ├── HistoryDlg.h
    │   │   ├── HistorySet.cpp
    │   │   ├── HistorySet.h
    │   │   ├── HonorDlg.cpp
    │   │   ├── HonorDlg.h
    │   │   ├── HonorSet.cpp
    │   │   ├── HonorSet.h
    │   │   ├── HumanResourceSys.aps
    │   │   ├── HumanResourceSys.clw
    │   │   ├── HumanResourceSys.cpp
    │   │   ├── HumanResourceSys.dsp
    │   │   ├── HumanResourceSys.dsw
    │   │   ├── HumanResourceSys.h
    │   │   ├── HumanResourceSys.ncb
    │   │   ├── HumanResourceSys.opt
    │   │   ├── HumanResourceSys.rc
    │   │   ├── HumanResourceSysDOC.cpp
    │   │   ├── HumanResourceSysDOC.h
    │   │   ├── HumanResourceSysVIEW.cpp
    │   │   ├── HumanResourceSysVIEW.h
    │   │   ├── LeaveSet.cpp
    │   │   ├── LeaveSet.h
    │   │   ├── LoginDlg.cpp
    │   │   ├── LoginDlg.h
    │   │   ├── MainFrm.cpp
    │   │   ├── MainFrm.h
    │   │   ├── NotePadDlg.cpp
    │   │   ├── NotePadDlg.h
    │   │   ├── NotePadSet.cpp
    │   │   ├── NotePadSet.h
    │   │   ├── OvertimeSet.cpp
    │   │   ├── OvertimeSet.h
    │   │   ├── PassWord.cpp
    │   │   ├── PassWord.h
    │   │   ├── PersonSet.cpp
    │   │   ├── PersonSet.h
    │   │   ├── PoliticalDlg.cpp
    │   │   ├── PoliticalDlg.h
    │   │   ├── PoliticalSet.cpp
    │   │   ├── PoliticalSet.h
    │   │   ├── QualificationDlg.cpp
    │   │   ├── QualificationDlg.h
    │   │   ├── QualificationSet.cpp
    │   │   ├── QualificationSet.h
    │   │   ├── ReadMe.txt
    │   │   ├── RecordDlg.cpp
    │   │   ├── RecordDlg.h
    │   │   ├── Resource.h
    │   │   ├── SearchDlg.cpp
    │   │   ├── SearchDlg.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StatDlg.cpp
    │   │   ├── StatDlg.h
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── TabSheet.cpp
    │   │   ├── TabSheet.h
    │   │   ├── TechnicalDlg.cpp
    │   │   ├── TechnicalDlg.h
    │   │   ├── TechnicalSet.cpp
    │   │   ├── TechnicalSet.h
    │   │   ├── TrainDlg.cpp
    │   │   ├── TrainDlg.h
    │   │   ├── TrainSet.cpp
    │   │   ├── TrainSet.h
    │   │   ├── UserDlg.cpp
    │   │   ├── UserDlg.h
    │   │   ├── WorkerStatusDlg.cpp
    │   │   ├── WorkerStatusDlg.h
    │   │   ├── WorkerStatusSet.cpp
    │   │   ├── WorkerStatusSet.h
    │   │   ├── WorkplanDlg.cpp
    │   │   ├── WorkplanDlg.h
    │   │   ├── database
    │   │   │   ├── HumanResourceSys.ldf
    │   │   │   ├── HumanResourceSys.mdf
    │   │   │   └── chap12.sql
    │   │   ├── manager.opt
    │   │   ├── res
    │   │   │   ├── 0003.bmp
    │   │   │   ├── 20080404105403355.jpg
    │   │   │   ├── HumanResourceSys.ico
    │   │   │   ├── HumanResourceSys.rc2
    │   │   │   ├── HumanResourceSysDOC.ico
    │   │   │   ├── ICON3.ico
    │   │   │   ├── Thumbs.db
    │   │   │   ├── Tool.bmp
    │   │   │   ├── Toolbar.bmp
    │   │   │   ├── Toolbar1.bmp
    │   │   │   ├── Toolbar2.bmp
    │   │   │   ├── Toolbars.bmp
    │   │   │   └── bg.bmp
    │   │   └── workplan.ini
    │   └── 12 SQL Server2000
    │       ├── AboutPayDlg.cpp
    │       ├── AboutPayDlg.h
    │       ├── AboutPaySet.cpp
    │       ├── AboutPaySet.h
    │       ├── AddSysInfoDlg.cpp
    │       ├── AddSysInfoDlg.h
    │       ├── AddrBookDlg.cpp
    │       ├── AddrBookDlg.h
    │       ├── AddrbookSet.cpp
    │       ├── AddrbookSet.h
    │       ├── AttDlg.cpp
    │       ├── AttDlg.h
    │       ├── AttErrand.cpp
    │       ├── AttErrand.h
    │       ├── AttLeave.cpp
    │       ├── AttLeave.h
    │       ├── AttOvertime.cpp
    │       ├── AttOvertime.h
    │       ├── AttStatDlg.cpp
    │       ├── AttStatDlg.h
    │       ├── AttStatSet.cpp
    │       ├── AttStatSet.h
    │       ├── AttWork.cpp
    │       ├── AttWork.h
    │       ├── AttendanceSet.cpp
    │       ├── AttendanceSet.h
    │       ├── BaseInfoDlg.cpp
    │       ├── BaseInfoDlg.h
    │       ├── BookInfoDlg.cpp
    │       ├── BookInfoDlg.h
    │       ├── BrowseDlg.cpp
    │       ├── BrowseDlg.h
    │       ├── DeptDlg.cpp
    │       ├── DeptDlg.h
    │       ├── DeptSet.cpp
    │       ├── DeptSet.h
    │       ├── DutyDlg.cpp
    │       ├── DutyDlg.h
    │       ├── DutySet.cpp
    │       ├── DutySet.h
    │       ├── EducationDlg.cpp
    │       ├── EducationDlg.h
    │       ├── EducationSet.cpp
    │       ├── EducationSet.h
    │       ├── ErrandSet.cpp
    │       ├── ErrandSet.h
    │       ├── FamilyDlg.cpp
    │       ├── FamilyDlg.h
    │       ├── FamilySet.cpp
    │       ├── FamilySet.h
    │       ├── FolkDlg.cpp
    │       ├── FolkDlg.h
    │       ├── FolkSet.cpp
    │       ├── FolkSet.h
    │       ├── HistoryDlg.cpp
    │       ├── HistoryDlg.h
    │       ├── HistorySet.cpp
    │       ├── HistorySet.h
    │       ├── HonorDlg.cpp
    │       ├── HonorDlg.h
    │       ├── HonorSet.cpp
    │       ├── HonorSet.h
    │       ├── HumanResourceSys.aps
    │       ├── HumanResourceSys.clw
    │       ├── HumanResourceSys.cpp
    │       ├── HumanResourceSys.dsp
    │       ├── HumanResourceSys.dsw
    │       ├── HumanResourceSys.h
    │       ├── HumanResourceSys.ncb
    │       ├── HumanResourceSys.opt
    │       ├── HumanResourceSys.rc
    │       ├── HumanResourceSysDOC.cpp
    │       ├── HumanResourceSysDOC.h
    │       ├── HumanResourceSysVIEW.cpp
    │       ├── HumanResourceSysVIEW.h
    │       ├── LeaveSet.cpp
    │       ├── LeaveSet.h
    │       ├── LoginDlg.cpp
    │       ├── LoginDlg.h
    │       ├── MainFrm.cpp
    │       ├── MainFrm.h
    │       ├── NotePadDlg.cpp
    │       ├── NotePadDlg.h
    │       ├── NotePadSet.cpp
    │       ├── NotePadSet.h
    │       ├── OvertimeSet.cpp
    │       ├── OvertimeSet.h
    │       ├── PassWord.cpp
    │       ├── PassWord.h
    │       ├── PersonSet.cpp
    │       ├── PersonSet.h
    │       ├── PoliticalDlg.cpp
    │       ├── PoliticalDlg.h
    │       ├── PoliticalSet.cpp
    │       ├── PoliticalSet.h
    │       ├── QualificationDlg.cpp
    │       ├── QualificationDlg.h
    │       ├── QualificationSet.cpp
    │       ├── QualificationSet.h
    │       ├── ReadMe.txt
    │       ├── RecordDlg.cpp
    │       ├── RecordDlg.h
    │       ├── Resource.h
    │       ├── SearchDlg.cpp
    │       ├── SearchDlg.h
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StatDlg.cpp
    │       ├── StatDlg.h
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── TabSheet.cpp
    │       ├── TabSheet.h
    │       ├── TechnicalDlg.cpp
    │       ├── TechnicalDlg.h
    │       ├── TechnicalSet.cpp
    │       ├── TechnicalSet.h
    │       ├── TrainDlg.cpp
    │       ├── TrainDlg.h
    │       ├── TrainSet.cpp
    │       ├── TrainSet.h
    │       ├── UserDlg.cpp
    │       ├── UserDlg.h
    │       ├── WorkerStatusDlg.cpp
    │       ├── WorkerStatusDlg.h
    │       ├── WorkerStatusSet.cpp
    │       ├── WorkerStatusSet.h
    │       ├── WorkplanDlg.cpp
    │       ├── WorkplanDlg.h
    │       ├── database
    │       │   ├── HumanResourceSys.ldf
    │       │   ├── HumanResourceSys.mdf
    │       │   └── chap12.sql
    │       ├── manager.opt
    │       ├── res
    │       │   ├── 0003.bmp
    │       │   ├── 20080404105403355.jpg
    │       │   ├── HumanResourceSys.ico
    │       │   ├── HumanResourceSys.rc2
    │       │   ├── HumanResourceSysDOC.ico
    │       │   ├── ICON3.ico
    │       │   ├── Thumbs.db
    │       │   ├── Tool.bmp
    │       │   ├── Toolbar.bmp
    │       │   ├── Toolbar1.bmp
    │       │   ├── Toolbar2.bmp
    │       │   ├── Toolbars.bmp
    │       │   └── bg.bmp
    │       └── workplan.ini
    ├── chap13
    │   ├── 13 Access
    │   │   ├── ADOConn.cpp
    │   │   ├── ADOConn.h
    │   │   ├── BaseType.cpp
    │   │   ├── BaseType.h
    │   │   ├── ChangePwdDlg.cpp
    │   │   ├── ChangePwdDlg.h
    │   │   ├── ClinicManage.aps
    │   │   ├── ClinicManage.clw
    │   │   ├── ClinicManage.cpp
    │   │   ├── ClinicManage.dsp
    │   │   ├── ClinicManage.dsw
    │   │   ├── ClinicManage.h
    │   │   ├── ClinicManage.ncb
    │   │   ├── ClinicManage.opt
    │   │   ├── ClinicManage.plg
    │   │   ├── ClinicManage.rc
    │   │   ├── ClinicManageDLG.cpp
    │   │   ├── ClinicManageDLG.h
    │   │   ├── DeptDlg.cpp
    │   │   ├── DeptDlg.h
    │   │   ├── DocEditDlg.cpp
    │   │   ├── DocEditDlg.h
    │   │   ├── DocManDlg.cpp
    │   │   ├── DocManDlg.h
    │   │   ├── Doctor.cpp
    │   │   ├── Doctor.h
    │   │   ├── Global.cpp
    │   │   ├── Global.h
    │   │   ├── Hospital.mdb
    │   │   ├── HosptialMan.ncb
    │   │   ├── HosptialMan.opt
    │   │   ├── ItemSelectionDlg.cpp
    │   │   ├── ItemSelectionDlg.h
    │   │   ├── Items.cpp
    │   │   ├── Items.h
    │   │   ├── ItemsEditDlg.cpp
    │   │   ├── ItemsEditDlg.h
    │   │   ├── ItemsManDlg.cpp
    │   │   ├── ItemsManDlg.h
    │   │   ├── LoginDlg.cpp
    │   │   ├── LoginDlg.h
    │   │   ├── MedEditDlg.cpp
    │   │   ├── MedEditDlg.h
    │   │   ├── MedManDlg.cpp
    │   │   ├── MedManDlg.h
    │   │   ├── MedSelectionDlg.cpp
    │   │   ├── MedSelectionDlg.h
    │   │   ├── Medicine.cpp
    │   │   ├── Medicine.h
    │   │   ├── PatEditDlg.cpp
    │   │   ├── PatEditDlg.h
    │   │   ├── PatManDlg.cpp
    │   │   ├── PatManDlg.h
    │   │   ├── Patient.cpp
    │   │   ├── Patient.h
    │   │   ├── PatientSelectionDlg.cpp
    │   │   ├── PatientSelectionDlg.h
    │   │   ├── PayItems.cpp
    │   │   ├── PayItems.h
    │   │   ├── PayItemsDlg.cpp
    │   │   ├── PayItemsDlg.h
    │   │   ├── RegEditDlg.cpp
    │   │   ├── RegEditDlg.h
    │   │   ├── RegManDlg.cpp
    │   │   ├── RegManDlg.h
    │   │   ├── Registration.cpp
    │   │   ├── Registration.h
    │   │   ├── Report1Dlg.cpp
    │   │   ├── Report1Dlg.h
    │   │   ├── Report2Dlg.cpp
    │   │   ├── Report2Dlg.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── TypeDlg.cpp
    │   │   ├── TypeDlg.h
    │   │   ├── UnitDlg.cpp
    │   │   ├── UnitDlg.h
    │   │   ├── UserEditDlg.cpp
    │   │   ├── UserEditDlg.h
    │   │   ├── UserManDlg.cpp
    │   │   ├── UserManDlg.h
    │   │   ├── Users.cpp
    │   │   ├── Users.h
    │   │   ├── _recordset.cpp
    │   │   ├── _recordset.h
    │   │   ├── adodc.cpp
    │   │   ├── adodc.h
    │   │   ├── column.cpp
    │   │   ├── column.h
    │   │   ├── columns.cpp
    │   │   ├── columns.h
    │   │   ├── datacombo.cpp
    │   │   ├── datacombo.h
    │   │   ├── dataformatdisp.cpp
    │   │   ├── dataformatdisp.h
    │   │   ├── datagrid.cpp
    │   │   ├── datagrid.h
    │   │   ├── datalist.cpp
    │   │   ├── datalist.h
    │   │   ├── field.cpp
    │   │   ├── field.h
    │   │   ├── fields.cpp
    │   │   ├── fields.h
    │   │   ├── font.cpp
    │   │   ├── font.h
    │   │   ├── msado15.tlh
    │   │   ├── msado15.tli
    │   │   ├── picture.cpp
    │   │   ├── picture.h
    │   │   ├── properties.cpp
    │   │   ├── properties.h
    │   │   ├── property.cpp
    │   │   ├── property.h
    │   │   ├── res
    │   │   │   ├── ClinicManage.ico
    │   │   │   ├── ClinicManage.rc2
    │   │   │   └── hospital.bmp
    │   │   ├── resource.h
    │   │   ├── selbookmarks.cpp
    │   │   ├── selbookmarks.h
    │   │   ├── split.cpp
    │   │   ├── split.h
    │   │   ├── splits.cpp
    │   │   ├── splits.h
    │   │   ├── stddataformatsdisp.cpp
    │   │   └── stddataformatsdisp.h
    │   ├── 13 SQL Server 2005
    │   │   ├── ADOConn.cpp
    │   │   ├── ADOConn.h
    │   │   ├── BaseType.cpp
    │   │   ├── BaseType.h
    │   │   ├── ChangePwdDlg.cpp
    │   │   ├── ChangePwdDlg.h
    │   │   ├── ClinicManage.aps
    │   │   ├── ClinicManage.clw
    │   │   ├── ClinicManage.cpp
    │   │   ├── ClinicManage.dsp
    │   │   ├── ClinicManage.dsw
    │   │   ├── ClinicManage.h
    │   │   ├── ClinicManage.ncb
    │   │   ├── ClinicManage.opt
    │   │   ├── ClinicManage.plg
    │   │   ├── ClinicManage.rc
    │   │   ├── ClinicManageDLG.cpp
    │   │   ├── ClinicManageDLG.h
    │   │   ├── DeptDlg.cpp
    │   │   ├── DeptDlg.h
    │   │   ├── DocEditDlg.cpp
    │   │   ├── DocEditDlg.h
    │   │   ├── DocManDlg.cpp
    │   │   ├── DocManDlg.h
    │   │   ├── Doctor.cpp
    │   │   ├── Doctor.h
    │   │   ├── Global.cpp
    │   │   ├── Global.h
    │   │   ├── HosptialMan.ncb
    │   │   ├── HosptialMan.opt
    │   │   ├── ItemSelectionDlg.cpp
    │   │   ├── ItemSelectionDlg.h
    │   │   ├── Items.cpp
    │   │   ├── Items.h
    │   │   ├── ItemsEditDlg.cpp
    │   │   ├── ItemsEditDlg.h
    │   │   ├── ItemsManDlg.cpp
    │   │   ├── ItemsManDlg.h
    │   │   ├── LoginDlg.cpp
    │   │   ├── LoginDlg.h
    │   │   ├── MedEditDlg.cpp
    │   │   ├── MedEditDlg.h
    │   │   ├── MedManDlg.cpp
    │   │   ├── MedManDlg.h
    │   │   ├── MedSelectionDlg.cpp
    │   │   ├── MedSelectionDlg.h
    │   │   ├── Medicine.cpp
    │   │   ├── Medicine.h
    │   │   ├── PatEditDlg.cpp
    │   │   ├── PatEditDlg.h
    │   │   ├── PatManDlg.cpp
    │   │   ├── PatManDlg.h
    │   │   ├── Patient.cpp
    │   │   ├── Patient.h
    │   │   ├── PatientSelectionDlg.cpp
    │   │   ├── PatientSelectionDlg.h
    │   │   ├── PayItems.cpp
    │   │   ├── PayItems.h
    │   │   ├── PayItemsDlg.cpp
    │   │   ├── PayItemsDlg.h
    │   │   ├── RegEditDlg.cpp
    │   │   ├── RegEditDlg.h
    │   │   ├── RegManDlg.cpp
    │   │   ├── RegManDlg.h
    │   │   ├── Registration.cpp
    │   │   ├── Registration.h
    │   │   ├── Report1Dlg.cpp
    │   │   ├── Report1Dlg.h
    │   │   ├── Report2Dlg.cpp
    │   │   ├── Report2Dlg.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── TypeDlg.cpp
    │   │   ├── TypeDlg.h
    │   │   ├── UnitDlg.cpp
    │   │   ├── UnitDlg.h
    │   │   ├── UserEditDlg.cpp
    │   │   ├── UserEditDlg.h
    │   │   ├── UserManDlg.cpp
    │   │   ├── UserManDlg.h
    │   │   ├── Users.cpp
    │   │   ├── Users.h
    │   │   ├── _recordset.cpp
    │   │   ├── _recordset.h
    │   │   ├── adodc.cpp
    │   │   ├── adodc.h
    │   │   ├── column.cpp
    │   │   ├── column.h
    │   │   ├── columns.cpp
    │   │   ├── columns.h
    │   │   ├── database
    │   │   │   ├── Hospital.mdf
    │   │   │   ├── Hospital_log.LDF
    │   │   │   └── SQL.txt
    │   │   ├── datacombo.cpp
    │   │   ├── datacombo.h
    │   │   ├── dataformatdisp.cpp
    │   │   ├── dataformatdisp.h
    │   │   ├── datagrid.cpp
    │   │   ├── datagrid.h
    │   │   ├── datalist.cpp
    │   │   ├── datalist.h
    │   │   ├── field.cpp
    │   │   ├── field.h
    │   │   ├── fields.cpp
    │   │   ├── fields.h
    │   │   ├── font.cpp
    │   │   ├── font.h
    │   │   ├── msado15.tlh
    │   │   ├── msado15.tli
    │   │   ├── picture.cpp
    │   │   ├── picture.h
    │   │   ├── properties.cpp
    │   │   ├── properties.h
    │   │   ├── property.cpp
    │   │   ├── property.h
    │   │   ├── res
    │   │   │   ├── ClinicManage.ico
    │   │   │   ├── ClinicManage.rc2
    │   │   │   └── hospital.bmp
    │   │   ├── resource.h
    │   │   ├── selbookmarks.cpp
    │   │   ├── selbookmarks.h
    │   │   ├── split.cpp
    │   │   ├── split.h
    │   │   ├── splits.cpp
    │   │   ├── splits.h
    │   │   ├── stddataformatsdisp.cpp
    │   │   └── stddataformatsdisp.h
    │   └── 13 SQL Server2000
    │       ├── ClinicManage
    │       │   ├── ADOConn.cpp
    │       │   ├── ADOConn.h
    │       │   ├── BaseType.cpp
    │       │   ├── BaseType.h
    │       │   ├── ChangePwdDlg.cpp
    │       │   ├── ChangePwdDlg.h
    │       │   ├── ClinicManage.aps
    │       │   ├── ClinicManage.clw
    │       │   ├── ClinicManage.cpp
    │       │   ├── ClinicManage.dsp
    │       │   ├── ClinicManage.dsw
    │       │   ├── ClinicManage.h
    │       │   ├── ClinicManage.ncb
    │       │   ├── ClinicManage.opt
    │       │   ├── ClinicManage.plg
    │       │   ├── ClinicManage.rc
    │       │   ├── ClinicManageDLG.cpp
    │       │   ├── ClinicManageDLG.h
    │       │   ├── Debug
    │       │   ├── DeptDlg.cpp
    │       │   ├── DeptDlg.h
    │       │   ├── DocEditDlg.cpp
    │       │   ├── DocEditDlg.h
    │       │   ├── DocManDlg.cpp
    │       │   ├── DocManDlg.h
    │       │   ├── Doctor.cpp
    │       │   ├── Doctor.h
    │       │   ├── Global.cpp
    │       │   ├── Global.h
    │       │   ├── HosptialMan.ncb
    │       │   ├── HosptialMan.opt
    │       │   ├── ItemSelectionDlg.cpp
    │       │   ├── ItemSelectionDlg.h
    │       │   ├── Items.cpp
    │       │   ├── Items.h
    │       │   ├── ItemsEditDlg.cpp
    │       │   ├── ItemsEditDlg.h
    │       │   ├── ItemsManDlg.cpp
    │       │   ├── ItemsManDlg.h
    │       │   ├── LoginDlg.cpp
    │       │   ├── LoginDlg.h
    │       │   ├── MedEditDlg.cpp
    │       │   ├── MedEditDlg.h
    │       │   ├── MedManDlg.cpp
    │       │   ├── MedManDlg.h
    │       │   ├── MedSelectionDlg.cpp
    │       │   ├── MedSelectionDlg.h
    │       │   ├── Medicine.cpp
    │       │   ├── Medicine.h
    │       │   ├── PatEditDlg.cpp
    │       │   ├── PatEditDlg.h
    │       │   ├── PatManDlg.cpp
    │       │   ├── PatManDlg.h
    │       │   ├── Patient.cpp
    │       │   ├── Patient.h
    │       │   ├── PatientSelectionDlg.cpp
    │       │   ├── PatientSelectionDlg.h
    │       │   ├── PayItems.cpp
    │       │   ├── PayItems.h
    │       │   ├── PayItemsDlg.cpp
    │       │   ├── PayItemsDlg.h
    │       │   ├── RegEditDlg.cpp
    │       │   ├── RegEditDlg.h
    │       │   ├── RegManDlg.cpp
    │       │   ├── RegManDlg.h
    │       │   ├── Registration.cpp
    │       │   ├── Registration.h
    │       │   ├── Report1Dlg.cpp
    │       │   ├── Report1Dlg.h
    │       │   ├── Report2Dlg.cpp
    │       │   ├── Report2Dlg.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   ├── Skins
    │       │   │   ├── SkinPlusPlus.h
    │       │   │   ├── SkinPlusPlusDLL.dll
    │       │   │   └── SkinPlusPlusDLL.lib
    │       │   ├── StdAfx.cpp
    │       │   ├── StdAfx.h
    │       │   ├── TypeDlg.cpp
    │       │   ├── TypeDlg.h
    │       │   ├── UnitDlg.cpp
    │       │   ├── UnitDlg.h
    │       │   ├── UserEditDlg.cpp
    │       │   ├── UserEditDlg.h
    │       │   ├── UserManDlg.cpp
    │       │   ├── UserManDlg.h
    │       │   ├── Users.cpp
    │       │   ├── Users.h
    │       │   ├── _recordset.cpp
    │       │   ├── _recordset.h
    │       │   ├── adodc.cpp
    │       │   ├── adodc.h
    │       │   ├── column.cpp
    │       │   ├── column.h
    │       │   ├── columns.cpp
    │       │   ├── columns.h
    │       │   ├── datacombo.cpp
    │       │   ├── datacombo.h
    │       │   ├── dataformatdisp.cpp
    │       │   ├── dataformatdisp.h
    │       │   ├── datagrid.cpp
    │       │   ├── datagrid.h
    │       │   ├── datalist.cpp
    │       │   ├── datalist.h
    │       │   ├── field.cpp
    │       │   ├── field.h
    │       │   ├── fields.cpp
    │       │   ├── fields.h
    │       │   ├── font.cpp
    │       │   ├── font.h
    │       │   ├── msado15.tlh
    │       │   ├── msado15.tli
    │       │   ├── picture.cpp
    │       │   ├── picture.h
    │       │   ├── properties.cpp
    │       │   ├── properties.h
    │       │   ├── property.cpp
    │       │   ├── property.h
    │       │   ├── res
    │       │   │   ├── ClinicManage.ico
    │       │   │   ├── ClinicManage.rc2
    │       │   │   └── hospital.bmp
    │       │   ├── resource.h
    │       │   ├── selbookmarks.cpp
    │       │   ├── selbookmarks.h
    │       │   ├── split.cpp
    │       │   ├── split.h
    │       │   ├── splits.cpp
    │       │   ├── splits.h
    │       │   ├── stddataformatsdisp.cpp
    │       │   └── stddataformatsdisp.h
    │       └── database
    │           ├── Hospital.mdf
    │           ├── Hospital_log.LDF
    │           └── SQL.txt
    ├── chap14
    │   ├── 14 Access
    │   │   ├── AboutDlg.h
    │   │   ├── AddUserDlg.cpp
    │   │   ├── AddUserDlg.h
    │   │   ├── CarManager.mdb
    │   │   ├── GarageManage.aps
    │   │   ├── GarageManage.clw
    │   │   ├── GarageManage.cpp
    │   │   ├── GarageManage.dsp
    │   │   ├── GarageManage.dsw
    │   │   ├── GarageManage.h
    │   │   ├── GarageManage.ncb
    │   │   ├── GarageManage.opt
    │   │   ├── GarageManage.plg
    │   │   ├── GarageManage.rc
    │   │   ├── GarageManageDLG.cpp
    │   │   ├── GarageManageDLG.h
    │   │   ├── GongZiYueBaoBiaoSet.cpp
    │   │   ├── GongZiYueBaoBiaoSet.h
    │   │   ├── KuCunLingJianTaiZhangDlg.cpp
    │   │   ├── KuCunLingJianTaiZhangDlg.h
    │   │   ├── KuCunLingJianTaiZhangSet.cpp
    │   │   ├── KuCunLingJianTaiZhangSet.h
    │   │   ├── KuCunLingJianTaiZhangViewSet.cpp
    │   │   ├── KuCunLingJianTaiZhangViewSet.h
    │   │   ├── LingJianHaoYongYueBaoBiaoSet.cpp
    │   │   ├── LingJianHaoYongYueBaoBiaoSet.h
    │   │   ├── LingJianJiBenXinXiDlg.cpp
    │   │   ├── LingJianJiBenXinXiDlg.h
    │   │   ├── LingJianJiBenXinXiSet.cpp
    │   │   ├── LingJianJiBenXinXiSet.h
    │   │   ├── LingJianLingYongDanDlg.cpp
    │   │   ├── LingJianLingYongDanDlg.h
    │   │   ├── LingJianLingYongDanSet.cpp
    │   │   ├── LingJianLingYongDanSet.h
    │   │   ├── LingJianRuKuDanDlg.cpp
    │   │   ├── LingJianRuKuDanDlg.h
    │   │   ├── LingJianRuKuDanSet.cpp
    │   │   ├── LingJianRuKuDanSet.h
    │   │   ├── LoginDlg.cpp
    │   │   ├── LoginDlg.h
    │   │   ├── MUserSet.cpp
    │   │   ├── MUserSet.h
    │   │   ├── ModifyCode.cpp
    │   │   ├── ModifyCode.h
    │   │   ├── ModifyPower.cpp
    │   │   ├── ModifyPower.h
    │   │   ├── ODBCCP32.LIB
    │   │   ├── QiCheDengJiDlg.cpp
    │   │   ├── QiCheDengJiDlg.h
    │   │   ├── QiCheDengJiSet.cpp
    │   │   ├── QiCheDengJiSet.h
    │   │   ├── QiCheJiBenXinXiDlg.cpp
    │   │   ├── QiCheJiBenXinXiDlg.h
    │   │   ├── QiCheJiBenXinXiSet.cpp
    │   │   ├── QiCheJiBenXinXiSet.h
    │   │   ├── QiCheXiuLiDanDlg.cpp
    │   │   ├── QiCheXiuLiDanDlg.h
    │   │   ├── QiCheXiuLiDanSet.cpp
    │   │   ├── QiCheXiuLiDanSet.h
    │   │   ├── QiCheXiuLiTaiZhangSet.cpp
    │   │   ├── QiCheXiuLiTaiZhangSet.h
    │   │   ├── ReadMe.txt
    │   │   ├── SearchDlg.cpp
    │   │   ├── SearchDlg.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── UserDlg.cpp
    │   │   ├── UserDlg.h
    │   │   ├── XiuCheFaPiaoDlg.cpp
    │   │   ├── XiuCheFaPiaoDlg.h
    │   │   ├── XiuCheFaPiaoSet.cpp
    │   │   ├── XiuCheFaPiaoSet.h
    │   │   ├── XiuLiGongMingCheDlg.cpp
    │   │   ├── XiuLiGongMingCheDlg.h
    │   │   ├── XiuLiGongMingCheSet.cpp
    │   │   ├── XiuLiGongMingCheSet.h
    │   │   ├── res
    │   │   │   ├── GarageManage.rc2
    │   │   │   ├── Icon 32.ico
    │   │   │   ├── Thumbs.db
    │   │   │   ├── chinaz_PNG12.ico
    │   │   │   └── icon1.ico
    │   │   ├── resource.h
    │   │   ├── test.cpp
    │   │   └── test.h
    │   ├── 14 SQL Server 2005
    │   │   ├── AboutDlg.h
    │   │   ├── AddUserDlg.cpp
    │   │   ├── AddUserDlg.h
    │   │   ├── GarageManage.aps
    │   │   ├── GarageManage.clw
    │   │   ├── GarageManage.cpp
    │   │   ├── GarageManage.dsp
    │   │   ├── GarageManage.dsw
    │   │   ├── GarageManage.h
    │   │   ├── GarageManage.ncb
    │   │   ├── GarageManage.opt
    │   │   ├── GarageManage.plg
    │   │   ├── GarageManage.rc
    │   │   ├── GarageManageDLG.cpp
    │   │   ├── GarageManageDLG.h
    │   │   ├── GongZiYueBaoBiaoSet.cpp
    │   │   ├── GongZiYueBaoBiaoSet.h
    │   │   ├── KuCunLingJianTaiZhangDlg.cpp
    │   │   ├── KuCunLingJianTaiZhangDlg.h
    │   │   ├── KuCunLingJianTaiZhangSet.cpp
    │   │   ├── KuCunLingJianTaiZhangSet.h
    │   │   ├── KuCunLingJianTaiZhangViewSet.cpp
    │   │   ├── KuCunLingJianTaiZhangViewSet.h
    │   │   ├── LingJianHaoYongYueBaoBiaoSet.cpp
    │   │   ├── LingJianHaoYongYueBaoBiaoSet.h
    │   │   ├── LingJianJiBenXinXiDlg.cpp
    │   │   ├── LingJianJiBenXinXiDlg.h
    │   │   ├── LingJianJiBenXinXiSet.cpp
    │   │   ├── LingJianJiBenXinXiSet.h
    │   │   ├── LingJianLingYongDanDlg.cpp
    │   │   ├── LingJianLingYongDanDlg.h
    │   │   ├── LingJianLingYongDanSet.cpp
    │   │   ├── LingJianLingYongDanSet.h
    │   │   ├── LingJianRuKuDanDlg.cpp
    │   │   ├── LingJianRuKuDanDlg.h
    │   │   ├── LingJianRuKuDanSet.cpp
    │   │   ├── LingJianRuKuDanSet.h
    │   │   ├── LoginDlg.cpp
    │   │   ├── LoginDlg.h
    │   │   ├── MUserSet.cpp
    │   │   ├── MUserSet.h
    │   │   ├── ModifyCode.cpp
    │   │   ├── ModifyCode.h
    │   │   ├── ModifyPower.cpp
    │   │   ├── ModifyPower.h
    │   │   ├── ODBCCP32.LIB
    │   │   ├── QiCheDengJiDlg.cpp
    │   │   ├── QiCheDengJiDlg.h
    │   │   ├── QiCheDengJiSet.cpp
    │   │   ├── QiCheDengJiSet.h
    │   │   ├── QiCheJiBenXinXiDlg.cpp
    │   │   ├── QiCheJiBenXinXiDlg.h
    │   │   ├── QiCheJiBenXinXiSet.cpp
    │   │   ├── QiCheJiBenXinXiSet.h
    │   │   ├── QiCheXiuLiDanDlg.cpp
    │   │   ├── QiCheXiuLiDanDlg.h
    │   │   ├── QiCheXiuLiDanSet.cpp
    │   │   ├── QiCheXiuLiDanSet.h
    │   │   ├── QiCheXiuLiTaiZhangSet.cpp
    │   │   ├── QiCheXiuLiTaiZhangSet.h
    │   │   ├── ReadMe.txt
    │   │   ├── SearchDlg.cpp
    │   │   ├── SearchDlg.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── UserDlg.cpp
    │   │   ├── UserDlg.h
    │   │   ├── XiuCheFaPiaoDlg.cpp
    │   │   ├── XiuCheFaPiaoDlg.h
    │   │   ├── XiuCheFaPiaoSet.cpp
    │   │   ├── XiuCheFaPiaoSet.h
    │   │   ├── XiuLiGongMingCheDlg.cpp
    │   │   ├── XiuLiGongMingCheDlg.h
    │   │   ├── XiuLiGongMingCheSet.cpp
    │   │   ├── XiuLiGongMingCheSet.h
    │   │   ├── database
    │   │   │   ├── CarManager.mdf
    │   │   │   ├── CarManager_log.LDF
    │   │   │   ├── GarageManageManage.sql
    │   │   │   └── 配置说明.txt
    │   │   ├── res
    │   │   │   ├── GarageManage.rc2
    │   │   │   ├── Icon 32.ico
    │   │   │   ├── Thumbs.db
    │   │   │   ├── chinaz_PNG12.ico
    │   │   │   └── icon1.ico
    │   │   ├── resource.h
    │   │   ├── test.cpp
    │   │   └── test.h
    │   └── 14 SQL Server2000
    │       ├── GarageManage
    │       │   ├── AboutDlg.h
    │       │   ├── AddUserDlg.cpp
    │       │   ├── AddUserDlg.h
    │       │   ├── Debug
    │       │   │   └── SkinPlusPlusDLL.dll
    │       │   ├── GarageManage.aps
    │       │   ├── GarageManage.clw
    │       │   ├── GarageManage.cpp
    │       │   ├── GarageManage.dsp
    │       │   ├── GarageManage.dsw
    │       │   ├── GarageManage.h
    │       │   ├── GarageManage.ncb
    │       │   ├── GarageManage.opt
    │       │   ├── GarageManage.plg
    │       │   ├── GarageManage.rc
    │       │   ├── GarageManageDLG.cpp
    │       │   ├── GarageManageDLG.h
    │       │   ├── GongZiYueBaoBiaoSet.cpp
    │       │   ├── GongZiYueBaoBiaoSet.h
    │       │   ├── KuCunLingJianTaiZhangDlg.cpp
    │       │   ├── KuCunLingJianTaiZhangDlg.h
    │       │   ├── KuCunLingJianTaiZhangSet.cpp
    │       │   ├── KuCunLingJianTaiZhangSet.h
    │       │   ├── KuCunLingJianTaiZhangViewSet.cpp
    │       │   ├── KuCunLingJianTaiZhangViewSet.h
    │       │   ├── LingJianHaoYongYueBaoBiaoSet.cpp
    │       │   ├── LingJianHaoYongYueBaoBiaoSet.h
    │       │   ├── LingJianJiBenXinXiDlg.cpp
    │       │   ├── LingJianJiBenXinXiDlg.h
    │       │   ├── LingJianJiBenXinXiSet.cpp
    │       │   ├── LingJianJiBenXinXiSet.h
    │       │   ├── LingJianLingYongDanDlg.cpp
    │       │   ├── LingJianLingYongDanDlg.h
    │       │   ├── LingJianLingYongDanSet.cpp
    │       │   ├── LingJianLingYongDanSet.h
    │       │   ├── LingJianRuKuDanDlg.cpp
    │       │   ├── LingJianRuKuDanDlg.h
    │       │   ├── LingJianRuKuDanSet.cpp
    │       │   ├── LingJianRuKuDanSet.h
    │       │   ├── LoginDlg.cpp
    │       │   ├── LoginDlg.h
    │       │   ├── MUserSet.cpp
    │       │   ├── MUserSet.h
    │       │   ├── ModifyCode.cpp
    │       │   ├── ModifyCode.h
    │       │   ├── ModifyPower.cpp
    │       │   ├── ModifyPower.h
    │       │   ├── ODBCCP32.LIB
    │       │   ├── QiCheDengJiDlg.cpp
    │       │   ├── QiCheDengJiDlg.h
    │       │   ├── QiCheDengJiSet.cpp
    │       │   ├── QiCheDengJiSet.h
    │       │   ├── QiCheJiBenXinXiDlg.cpp
    │       │   ├── QiCheJiBenXinXiDlg.h
    │       │   ├── QiCheJiBenXinXiSet.cpp
    │       │   ├── QiCheJiBenXinXiSet.h
    │       │   ├── QiCheXiuLiDanDlg.cpp
    │       │   ├── QiCheXiuLiDanDlg.h
    │       │   ├── QiCheXiuLiDanSet.cpp
    │       │   ├── QiCheXiuLiDanSet.h
    │       │   ├── QiCheXiuLiTaiZhangSet.cpp
    │       │   ├── QiCheXiuLiTaiZhangSet.h
    │       │   ├── ReadMe.txt
    │       │   ├── SearchDlg.cpp
    │       │   ├── SearchDlg.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   ├── Skins
    │       │   │   ├── SkinPlusPlus.h
    │       │   │   ├── SkinPlusPlusDLL.dll
    │       │   │   └── SkinPlusPlusDLL.lib
    │       │   ├── StdAfx.cpp
    │       │   ├── StdAfx.h
    │       │   ├── UserDlg.cpp
    │       │   ├── UserDlg.h
    │       │   ├── XiuCheFaPiaoDlg.cpp
    │       │   ├── XiuCheFaPiaoDlg.h
    │       │   ├── XiuCheFaPiaoSet.cpp
    │       │   ├── XiuCheFaPiaoSet.h
    │       │   ├── XiuLiGongMingCheDlg.cpp
    │       │   ├── XiuLiGongMingCheDlg.h
    │       │   ├── XiuLiGongMingCheSet.cpp
    │       │   ├── XiuLiGongMingCheSet.h
    │       │   ├── res
    │       │   │   ├── GarageManage.rc2
    │       │   │   ├── Icon 32.ico
    │       │   │   ├── Thumbs.db
    │       │   │   ├── chinaz_PNG12.ico
    │       │   │   └── icon1.ico
    │       │   ├── resource.h
    │       │   ├── test.cpp
    │       │   ├── test.h
    │       │   └── 数据源
    │       │       ├── GarageManageManage.sql
    │       │       └── 配置说明.txt
    │       └── database
    │           ├── CarManager.mdf
    │           ├── CarManager_log.LDF
    │           ├── GarageManageManage.sql
    │           └── 配置说明.txt
    ├── chap15
    │   ├── 15 Access
    │   │   └── DormManage
    │   │       ├── AddUserDlg.cpp
    │   │       ├── AddUserDlg.h
    │   │       ├── Debug
    │   │       │   └── SkinPlusPlusDLL.dll
    │   │       ├── DormManage.aps
    │   │       ├── DormManage.clw
    │   │       ├── DormManage.cpp
    │   │       ├── DormManage.dsp
    │   │       ├── DormManage.dsw
    │   │       ├── DormManage.h
    │   │       ├── DormManage.idl
    │   │       ├── DormManage.mdb
    │   │       ├── DormManage.ncb
    │   │       ├── DormManage.opt
    │   │       ├── DormManage.plg
    │   │       ├── DormManage.rc
    │   │       ├── DormManage.rgs
    │   │       ├── DormManageDOC.cpp
    │   │       ├── DormManageDOC.h
    │   │       ├── DormManageVIEW.cpp
    │   │       ├── DormManageVIEW.h
    │   │       ├── DormManage_i.c
    │   │       ├── DormManage_i.h
    │   │       ├── House.H
    │   │       ├── Inhabitants.ncb
    │   │       ├── Inhabitants.opt
    │   │       ├── Inhabitants_i.c
    │   │       ├── LeftTreeView.cpp
    │   │       ├── LeftTreeView.h
    │   │       ├── LeftTreeView.ncb
    │   │       ├── LeftTreeView.opt
    │   │       ├── LeftTreeView.plg
    │   │       ├── MainFrm.cpp
    │   │       ├── MainFrm.h
    │   │       ├── QueryDlg.cpp
    │   │       ├── QueryDlg.h
    │   │       ├── ReadMe.txt
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── UserinfoView.cpp
    │   │       ├── UserinfoView.h
    │   │       ├── UsersListView.cpp
    │   │       ├── UsersListView.h
    │   │       ├── res
    │   │       │   ├── DormManage.ico
    │   │       │   ├── DormManage.rc2
    │   │       │   ├── DormManageDOC.ico
    │   │       │   ├── Toolbar.bmp
    │   │       │   ├── building.ico
    │   │       │   ├── cell.ico
    │   │       │   ├── del_person.ico
    │   │       │   ├── from-download.gif
    │   │       │   ├── main.ico
    │   │       │   ├── mainfram.bmp
    │   │       │   ├── section.ico
    │   │       │   └── user.ico
    │   │       ├── resource.fd
    │   │       └── resource.h
    │   ├── 15 SQL Server 2005
    │   │   ├── AddUserDlg.cpp
    │   │   ├── AddUserDlg.h
    │   │   ├── DormManage.aps
    │   │   ├── DormManage.clw
    │   │   ├── DormManage.cpp
    │   │   ├── DormManage.dsp
    │   │   ├── DormManage.dsw
    │   │   ├── DormManage.h
    │   │   ├── DormManage.idl
    │   │   ├── DormManage.ncb
    │   │   ├── DormManage.opt
    │   │   ├── DormManage.plg
    │   │   ├── DormManage.rc
    │   │   ├── DormManage.rgs
    │   │   ├── DormManageDOC.cpp
    │   │   ├── DormManageDOC.h
    │   │   ├── DormManageVIEW.cpp
    │   │   ├── DormManageVIEW.h
    │   │   ├── DormManage_i.c
    │   │   ├── DormManage_i.h
    │   │   ├── House.H
    │   │   ├── Inhabitants.ncb
    │   │   ├── Inhabitants.opt
    │   │   ├── Inhabitants_i.c
    │   │   ├── LeftTreeView.cpp
    │   │   ├── LeftTreeView.h
    │   │   ├── LeftTreeView.ncb
    │   │   ├── LeftTreeView.opt
    │   │   ├── LeftTreeView.plg
    │   │   ├── MainFrm.cpp
    │   │   ├── MainFrm.h
    │   │   ├── QueryDlg.cpp
    │   │   ├── QueryDlg.h
    │   │   ├── ReadMe.txt
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── UserinfoView.cpp
    │   │   ├── UserinfoView.h
    │   │   ├── UsersListView.cpp
    │   │   ├── UsersListView.h
    │   │   ├── database
    │   │   │   ├── DormManage.ldf
    │   │   │   ├── DormManage.mdf
    │   │   │   └── chap15.sql
    │   │   ├── res
    │   │   │   ├── DormManage.ico
    │   │   │   ├── DormManage.rc2
    │   │   │   ├── DormManageDOC.ico
    │   │   │   ├── Toolbar.bmp
    │   │   │   ├── building.ico
    │   │   │   ├── cell.ico
    │   │   │   ├── del_person.ico
    │   │   │   ├── from-download.gif
    │   │   │   ├── main.ico
    │   │   │   ├── mainfram.bmp
    │   │   │   ├── section.ico
    │   │   │   └── user.ico
    │   │   ├── resource.fd
    │   │   └── resource.h
    │   └── 15 SQL Server2000
    │       ├── AddUserDlg.cpp
    │       ├── AddUserDlg.h
    │       ├── DormManage.aps
    │       ├── DormManage.clw
    │       ├── DormManage.cpp
    │       ├── DormManage.dsp
    │       ├── DormManage.dsw
    │       ├── DormManage.h
    │       ├── DormManage.idl
    │       ├── DormManage.ncb
    │       ├── DormManage.opt
    │       ├── DormManage.plg
    │       ├── DormManage.rc
    │       ├── DormManage.rgs
    │       ├── DormManageDOC.cpp
    │       ├── DormManageDOC.h
    │       ├── DormManageVIEW.cpp
    │       ├── DormManageVIEW.h
    │       ├── DormManage_i.c
    │       ├── DormManage_i.h
    │       ├── House.H
    │       ├── Inhabitants.ncb
    │       ├── Inhabitants.opt
    │       ├── Inhabitants_i.c
    │       ├── LeftTreeView.cpp
    │       ├── LeftTreeView.h
    │       ├── LeftTreeView.ncb
    │       ├── LeftTreeView.opt
    │       ├── LeftTreeView.plg
    │       ├── MainFrm.cpp
    │       ├── MainFrm.h
    │       ├── QueryDlg.cpp
    │       ├── QueryDlg.h
    │       ├── ReadMe.txt
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── UserinfoView.cpp
    │       ├── UserinfoView.h
    │       ├── UsersListView.cpp
    │       ├── UsersListView.h
    │       ├── database
    │       │   ├── DormManage.ldf
    │       │   ├── DormManage.mdf
    │       │   └── chap15.sql
    │       ├── res
    │       │   ├── DormManage.ico
    │       │   ├── DormManage.rc2
    │       │   ├── DormManageDOC.ico
    │       │   ├── Toolbar.bmp
    │       │   ├── building.ico
    │       │   ├── cell.ico
    │       │   ├── del_person.ico
    │       │   ├── from-download.gif
    │       │   ├── main.ico
    │       │   ├── mainfram.bmp
    │       │   ├── section.ico
    │       │   └── user.ico
    │       ├── resource.fd
    │       └── resource.h
    ├── chap16
    │   ├── 16 Access
    │   │   └── project
    │   │       ├── BtnST.cpp
    │   │       ├── BtnST.h
    │   │       ├── DLGchakanliuyan.cpp
    │   │       ├── DLGchakanliuyan.h
    │   │       ├── DLGlirun.cpp
    │   │       ├── DLGlirun.h
    │   │       ├── DLGpeijianxinxi.cpp
    │   │       ├── DLGpeijianxinxi.h
    │   │       ├── MainDlg.cpp
    │   │       ├── MainDlg.h
    │   │       ├── ReadMe.txt
    │   │       ├── Release
    │   │       │   └── SkinPlusPlusDLL.dll
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── WinXPButtonST.cpp
    │   │       ├── WinXPButtonST.h
    │   │       ├── _recordset.cpp
    │   │       ├── _recordset.h
    │   │       ├── adduser.cpp
    │   │       ├── adduser.h
    │   │       ├── adodc.cpp
    │   │       ├── adodc.h
    │   │       ├── changepassword.cpp
    │   │       ├── changepassword.h
    │   │       ├── chanpinxinxi.cpp
    │   │       ├── chanpinxinxi.h
    │   │       ├── column.cpp
    │   │       ├── column.h
    │   │       ├── columns.cpp
    │   │       ├── columns.h
    │   │       ├── dataformatdisp.cpp
    │   │       ├── dataformatdisp.h
    │   │       ├── datagrid.cpp
    │   │       ├── datagrid.h
    │   │       ├── entry.cpp
    │   │       ├── entry.h
    │   │       ├── field.cpp
    │   │       ├── field.h
    │   │       ├── fields.cpp
    │   │       ├── fields.h
    │   │       ├── font.cpp
    │   │       ├── font.h
    │   │       ├── liuyan.cpp
    │   │       ├── liuyan.h
    │   │       ├── maintain.mdb
    │   │       ├── pdemand.cpp
    │   │       ├── pdemand.h
    │   │       ├── picture.cpp
    │   │       ├── picture.h
    │   │       ├── project.aps
    │   │       ├── project.clw
    │   │       ├── project.cpp
    │   │       ├── project.dsp
    │   │       ├── project.dsw
    │   │       ├── project.h
    │   │       ├── project.ncb
    │   │       ├── project.opt
    │   │       ├── project.plg
    │   │       ├── project.rc
    │   │       ├── properties.cpp
    │   │       ├── properties.h
    │   │       ├── property.cpp
    │   │       ├── property.h
    │   │       ├── renyuanxinxi.cpp
    │   │       ├── renyuanxinxi.h
    │   │       ├── res
    │   │       │   ├── 1.ICO
    │   │       │   ├── 2.ICO
    │   │       │   ├── 3.ICO
    │   │       │   ├── 4.ICO
    │   │       │   ├── 45.bmp
    │   │       │   ├── 5.ICO
    │   │       │   ├── 6.ICO
    │   │       │   ├── Thumbs.db
    │   │       │   ├── bitmap2.bmp
    │   │       │   ├── project.ico
    │   │       │   ├── project.rc2
    │   │       │   ├── toolbar1.bmp
    │   │       │   └── toolbar2.bmp
    │   │       ├── resource.h
    │   │       ├── selbookmarks.cpp
    │   │       ├── selbookmarks.h
    │   │       ├── shezhi.cpp
    │   │       ├── shezhi.h
    │   │       ├── split.cpp
    │   │       ├── split.h
    │   │       ├── splits.cpp
    │   │       ├── splits.h
    │   │       ├── stddataformatsdisp.cpp
    │   │       └── stddataformatsdisp.h
    │   ├── 16 SQL Server 2005
    │   │   ├── BtnST.cpp
    │   │   ├── BtnST.h
    │   │   ├── DLGchakanliuyan.cpp
    │   │   ├── DLGchakanliuyan.h
    │   │   ├── DLGlirun.cpp
    │   │   ├── DLGlirun.h
    │   │   ├── DLGpeijianxinxi.cpp
    │   │   ├── DLGpeijianxinxi.h
    │   │   ├── MainDlg.cpp
    │   │   ├── MainDlg.h
    │   │   ├── ReadMe.txt
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── WinXPButtonST.cpp
    │   │   ├── WinXPButtonST.h
    │   │   ├── _recordset.cpp
    │   │   ├── _recordset.h
    │   │   ├── adduser.cpp
    │   │   ├── adduser.h
    │   │   ├── adodc.cpp
    │   │   ├── adodc.h
    │   │   ├── changepassword.cpp
    │   │   ├── changepassword.h
    │   │   ├── chanpinxinxi.cpp
    │   │   ├── chanpinxinxi.h
    │   │   ├── column.cpp
    │   │   ├── column.h
    │   │   ├── columns.cpp
    │   │   ├── columns.h
    │   │   ├── database
    │   │   │   ├── chap16.sql
    │   │   │   ├── maintain.ldf
    │   │   │   └── maintain.mdf
    │   │   ├── dataformatdisp.cpp
    │   │   ├── dataformatdisp.h
    │   │   ├── datagrid.cpp
    │   │   ├── datagrid.h
    │   │   ├── entry.cpp
    │   │   ├── entry.h
    │   │   ├── field.cpp
    │   │   ├── field.h
    │   │   ├── fields.cpp
    │   │   ├── fields.h
    │   │   ├── font.cpp
    │   │   ├── font.h
    │   │   ├── liuyan.cpp
    │   │   ├── liuyan.h
    │   │   ├── pdemand.cpp
    │   │   ├── pdemand.h
    │   │   ├── picture.cpp
    │   │   ├── picture.h
    │   │   ├── project.aps
    │   │   ├── project.clw
    │   │   ├── project.cpp
    │   │   ├── project.dsp
    │   │   ├── project.dsw
    │   │   ├── project.h
    │   │   ├── project.ncb
    │   │   ├── project.opt
    │   │   ├── project.plg
    │   │   ├── project.rc
    │   │   ├── properties.cpp
    │   │   ├── properties.h
    │   │   ├── property.cpp
    │   │   ├── property.h
    │   │   ├── renyuanxinxi.cpp
    │   │   ├── renyuanxinxi.h
    │   │   ├── res
    │   │   │   ├── 1.ICO
    │   │   │   ├── 2.ICO
    │   │   │   ├── 3.ICO
    │   │   │   ├── 4.ICO
    │   │   │   ├── 45.bmp
    │   │   │   ├── 5.ICO
    │   │   │   ├── 6.ICO
    │   │   │   ├── Thumbs.db
    │   │   │   ├── bitmap2.bmp
    │   │   │   ├── project.ico
    │   │   │   ├── project.rc2
    │   │   │   ├── toolbar1.bmp
    │   │   │   └── toolbar2.bmp
    │   │   ├── resource.h
    │   │   ├── selbookmarks.cpp
    │   │   ├── selbookmarks.h
    │   │   ├── shezhi.cpp
    │   │   ├── shezhi.h
    │   │   ├── split.cpp
    │   │   ├── split.h
    │   │   ├── splits.cpp
    │   │   ├── splits.h
    │   │   ├── stddataformatsdisp.cpp
    │   │   └── stddataformatsdisp.h
    │   └── 16 SQL Server2000
    │       ├── BtnST.cpp
    │       ├── BtnST.h
    │       ├── DLGchakanliuyan.cpp
    │       ├── DLGchakanliuyan.h
    │       ├── DLGlirun.cpp
    │       ├── DLGlirun.h
    │       ├── DLGpeijianxinxi.cpp
    │       ├── DLGpeijianxinxi.h
    │       ├── MainDlg.cpp
    │       ├── MainDlg.h
    │       ├── ReadMe.txt
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── WinXPButtonST.cpp
    │       ├── WinXPButtonST.h
    │       ├── _recordset.cpp
    │       ├── _recordset.h
    │       ├── adduser.cpp
    │       ├── adduser.h
    │       ├── adodc.cpp
    │       ├── adodc.h
    │       ├── changepassword.cpp
    │       ├── changepassword.h
    │       ├── chanpinxinxi.cpp
    │       ├── chanpinxinxi.h
    │       ├── column.cpp
    │       ├── column.h
    │       ├── columns.cpp
    │       ├── columns.h
    │       ├── database
    │       │   ├── chap16.sql
    │       │   ├── maintain.ldf
    │       │   └── maintain.mdf
    │       ├── dataformatdisp.cpp
    │       ├── dataformatdisp.h
    │       ├── datagrid.cpp
    │       ├── datagrid.h
    │       ├── entry.cpp
    │       ├── entry.h
    │       ├── field.cpp
    │       ├── field.h
    │       ├── fields.cpp
    │       ├── fields.h
    │       ├── font.cpp
    │       ├── font.h
    │       ├── liuyan.cpp
    │       ├── liuyan.h
    │       ├── pdemand.cpp
    │       ├── pdemand.h
    │       ├── picture.cpp
    │       ├── picture.h
    │       ├── project.aps
    │       ├── project.clw
    │       ├── project.cpp
    │       ├── project.dsp
    │       ├── project.dsw
    │       ├── project.h
    │       ├── project.ncb
    │       ├── project.opt
    │       ├── project.plg
    │       ├── project.rc
    │       ├── properties.cpp
    │       ├── properties.h
    │       ├── property.cpp
    │       ├── property.h
    │       ├── renyuanxinxi.cpp
    │       ├── renyuanxinxi.h
    │       ├── res
    │       │   ├── 1.ICO
    │       │   ├── 2.ICO
    │       │   ├── 3.ICO
    │       │   ├── 4.ICO
    │       │   ├── 45.bmp
    │       │   ├── 5.ICO
    │       │   ├── 6.ICO
    │       │   ├── Thumbs.db
    │       │   ├── bitmap2.bmp
    │       │   ├── project.ico
    │       │   ├── project.rc2
    │       │   ├── toolbar1.bmp
    │       │   └── toolbar2.bmp
    │       ├── resource.h
    │       ├── selbookmarks.cpp
    │       ├── selbookmarks.h
    │       ├── shezhi.cpp
    │       ├── shezhi.h
    │       ├── split.cpp
    │       ├── split.h
    │       ├── splits.cpp
    │       ├── splits.h
    │       ├── stddataformatsdisp.cpp
    │       └── stddataformatsdisp.h
    ├── chap17
    │   ├── 17 Access
    │   │   └── FamilialFinaceManage
    │   │       ├── CHAXUN.cpp
    │   │       ├── CHAXUN.h
    │   │       ├── Debug
    │   │       │   ├── FianceData.mdb
    │   │       │   └── SkinPlusPlusDLL.dll
    │   │       ├── FAMILY.cpp
    │   │       ├── FAMILY.h
    │   │       ├── FamilialFinaceManage.aps
    │   │       ├── FamilialFinaceManage.clw
    │   │       ├── FamilialFinaceManage.cpp
    │   │       ├── FamilialFinaceManage.dsp
    │   │       ├── FamilialFinaceManage.dsw
    │   │       ├── FamilialFinaceManage.h
    │   │       ├── FamilialFinaceManage.ncb
    │   │       ├── FamilialFinaceManage.opt
    │   │       ├── FamilialFinaceManage.plg
    │   │       ├── FamilialFinaceManage.rc
    │   │       ├── FamilialFinaceManageDLG.cpp
    │   │       ├── FamilialFinaceManageDLG.h
    │   │       ├── FianceData.mdb
    │   │       ├── PLAIN.cpp
    │   │       ├── PLAIN.h
    │   │       ├── ReadMe.txt
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── icon1.ico
    │   │       ├── msado15.tlh
    │   │       ├── msado15.tli
    │   │       ├── res
    │   │       │   ├── FamilialFinaceManage.ico
    │   │       │   ├── FamilialFinaceManage.rc2
    │   │       │   ├── FamilialFinaceManage2.ico
    │   │       │   └── logo.bmp
    │   │       └── resource.h
    │   ├── 17 SQL Server 2005
    │   │   ├── CHAXUN.cpp
    │   │   ├── CHAXUN.h
    │   │   ├── FAMILY.cpp
    │   │   ├── FAMILY.h
    │   │   ├── FamilialFinaceManage.aps
    │   │   ├── FamilialFinaceManage.clw
    │   │   ├── FamilialFinaceManage.cpp
    │   │   ├── FamilialFinaceManage.dsp
    │   │   ├── FamilialFinaceManage.dsw
    │   │   ├── FamilialFinaceManage.h
    │   │   ├── FamilialFinaceManage.ncb
    │   │   ├── FamilialFinaceManage.opt
    │   │   ├── FamilialFinaceManage.plg
    │   │   ├── FamilialFinaceManage.rc
    │   │   ├── FamilialFinaceManageDLG.cpp
    │   │   ├── FamilialFinaceManageDLG.h
    │   │   ├── PLAIN.cpp
    │   │   ├── PLAIN.h
    │   │   ├── ReadMe.txt
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── database
    │   │   │   ├── FianceData.ldf
    │   │   │   ├── FianceData.mdf
    │   │   │   └── chap17.sql
    │   │   ├── icon1.ico
    │   │   ├── msado15.tlh
    │   │   ├── msado15.tli
    │   │   ├── res
    │   │   │   ├── FamilialFinaceManage.ico
    │   │   │   ├── FamilialFinaceManage.rc2
    │   │   │   ├── FamilialFinaceManage2.ico
    │   │   │   └── logo.bmp
    │   │   └── resource.h
    │   └── 17 SQL Server2000
    │       ├── CHAXUN.cpp
    │       ├── CHAXUN.h
    │       ├── FAMILY.cpp
    │       ├── FAMILY.h
    │       ├── FamilialFinaceManage.aps
    │       ├── FamilialFinaceManage.clw
    │       ├── FamilialFinaceManage.cpp
    │       ├── FamilialFinaceManage.dsp
    │       ├── FamilialFinaceManage.dsw
    │       ├── FamilialFinaceManage.h
    │       ├── FamilialFinaceManage.ncb
    │       ├── FamilialFinaceManage.opt
    │       ├── FamilialFinaceManage.plg
    │       ├── FamilialFinaceManage.rc
    │       ├── FamilialFinaceManageDLG.cpp
    │       ├── FamilialFinaceManageDLG.h
    │       ├── PLAIN.cpp
    │       ├── PLAIN.h
    │       ├── ReadMe.txt
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── database
    │       │   ├── FianceData.ldf
    │       │   ├── FianceData.mdf
    │       │   └── chap17.sql
    │       ├── icon1.ico
    │       ├── msado15.tlh
    │       ├── msado15.tli
    │       ├── res
    │       │   ├── FamilialFinaceManage.ico
    │       │   ├── FamilialFinaceManage.rc2
    │       │   ├── FamilialFinaceManage2.ico
    │       │   └── logo.bmp
    │       └── resource.h
    ├── chap18
    │   ├── 18 Access
    │   │   └── DVDRentSys
    │   │       ├── ADDDVDInfo.cpp
    │   │       ├── ADDDVDInfo.h
    │   │       ├── AddRentInfo.cpp
    │   │       ├── AddRentInfo.h
    │   │       ├── CheckDVDInfo.cpp
    │   │       ├── CheckDVDInfo.h
    │   │       ├── CheckRentInfo.cpp
    │   │       ├── CheckRentInfo.h
    │   │       ├── ConnectionDB.cpp
    │   │       ├── ConnectionDB.h
    │   │       ├── DVDRentInfo.mdb
    │   │       ├── Debug
    │   │       │   ├── DVDRentInfo.mdb
    │   │       │   └── SkinPlusPlusDLL.dll
    │   │       ├── DelDVDInfoDialog.cpp
    │   │       ├── DelDVDInfoDialog.h
    │   │       ├── LogDlg.cpp
    │   │       ├── LogDlg.h
    │   │       ├── ReadMe.txt
    │   │       ├── Rent.aps
    │   │       ├── Rent.clw
    │   │       ├── Rent.cpp
    │   │       ├── Rent.dsp
    │   │       ├── Rent.dsw
    │   │       ├── Rent.h
    │   │       ├── Rent.ncb
    │   │       ├── Rent.opt
    │   │       ├── Rent.plg
    │   │       ├── Rent.rc
    │   │       ├── RentDlg.cpp
    │   │       ├── RentDlg.h
    │   │       ├── RentInfoDlg.cpp
    │   │       ├── RentInfoDlg.h
    │   │       ├── ReturnDlg.cpp
    │   │       ├── ReturnDlg.h
    │   │       ├── RewriteDlg.cpp
    │   │       ├── RewriteDlg.h
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── msado15.tlh
    │   │       ├── msado15.tli
    │   │       ├── res
    │   │       │   ├── Rent.ico
    │   │       │   ├── Rent.rc2
    │   │       │   └── logo.bmp
    │   │       └── resource.h
    │   ├── 18 SQL Server 2005
    │   │   ├── ADDDVDInfo.cpp
    │   │   ├── ADDDVDInfo.h
    │   │   ├── AddRentInfo.cpp
    │   │   ├── AddRentInfo.h
    │   │   ├── CheckDVDInfo.cpp
    │   │   ├── CheckDVDInfo.h
    │   │   ├── CheckRentInfo.cpp
    │   │   ├── CheckRentInfo.h
    │   │   ├── ConnectionDB.cpp
    │   │   ├── ConnectionDB.h
    │   │   ├── DelDVDInfoDialog.cpp
    │   │   ├── DelDVDInfoDialog.h
    │   │   ├── LogDlg.cpp
    │   │   ├── LogDlg.h
    │   │   ├── ReadMe.txt
    │   │   ├── Rent.aps
    │   │   ├── Rent.clw
    │   │   ├── Rent.cpp
    │   │   ├── Rent.dsp
    │   │   ├── Rent.dsw
    │   │   ├── Rent.h
    │   │   ├── Rent.ncb
    │   │   ├── Rent.opt
    │   │   ├── Rent.plg
    │   │   ├── Rent.rc
    │   │   ├── RentDlg.cpp
    │   │   ├── RentDlg.h
    │   │   ├── RentInfoDlg.cpp
    │   │   ├── RentInfoDlg.h
    │   │   ├── ReturnDlg.cpp
    │   │   ├── ReturnDlg.h
    │   │   ├── RewriteDlg.cpp
    │   │   ├── RewriteDlg.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── database
    │   │   │   ├── DVDRentInfo.ldf
    │   │   │   ├── DVDRentInfo.mdf
    │   │   │   └── chap18.sql
    │   │   ├── msado15.tlh
    │   │   ├── msado15.tli
    │   │   ├── res
    │   │   │   ├── Rent.ico
    │   │   │   ├── Rent.rc2
    │   │   │   └── logo.bmp
    │   │   └── resource.h
    │   └── 18 SQL Server2000
    │       ├── ADDDVDInfo.cpp
    │       ├── ADDDVDInfo.h
    │       ├── AddRentInfo.cpp
    │       ├── AddRentInfo.h
    │       ├── CheckDVDInfo.cpp
    │       ├── CheckDVDInfo.h
    │       ├── CheckRentInfo.cpp
    │       ├── CheckRentInfo.h
    │       ├── ConnectionDB.cpp
    │       ├── ConnectionDB.h
    │       ├── DelDVDInfoDialog.cpp
    │       ├── DelDVDInfoDialog.h
    │       ├── LogDlg.cpp
    │       ├── LogDlg.h
    │       ├── ReadMe.txt
    │       ├── Rent.aps
    │       ├── Rent.clw
    │       ├── Rent.cpp
    │       ├── Rent.dsp
    │       ├── Rent.dsw
    │       ├── Rent.h
    │       ├── Rent.ncb
    │       ├── Rent.opt
    │       ├── Rent.plg
    │       ├── Rent.rc
    │       ├── RentDlg.cpp
    │       ├── RentDlg.h
    │       ├── RentInfoDlg.cpp
    │       ├── RentInfoDlg.h
    │       ├── ReturnDlg.cpp
    │       ├── ReturnDlg.h
    │       ├── RewriteDlg.cpp
    │       ├── RewriteDlg.h
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── database
    │       │   ├── DVDRentInfo.ldf
    │       │   ├── DVDRentInfo.mdf
    │       │   └── chap18.sql
    │       ├── msado15.tlh
    │       ├── msado15.tli
    │       ├── res
    │       │   ├── Rent.ico
    │       │   ├── Rent.rc2
    │       │   └── logo.bmp
    │       └── resource.h
    ├── chap19
    │   ├── 19 Access
    │   │   └── ElectiveSystem
    │   │       ├── AddAdmini_dlg.cpp
    │   │       ├── AddAdmini_dlg.h
    │   │       ├── AddCourse_dlg.cpp
    │   │       ├── AddCourse_dlg.h
    │   │       ├── AddStudent_dlg.cpp
    │   │       ├── AddStudent_dlg.h
    │   │       ├── AddTeacher_dlg.cpp
    │   │       ├── AddTeacher_dlg.h
    │   │       ├── Administrator.cpp
    │   │       ├── Administrator.h
    │   │       ├── Administrator_dlg.cpp
    │   │       ├── Administrator_dlg.h
    │   │       ├── CCourse.cpp
    │   │       ├── CCourse.h
    │   │       ├── Connection.cpp
    │   │       ├── Connection.h
    │   │       ├── Course.aps
    │   │       ├── Course.clw
    │   │       ├── Course.cpp
    │   │       ├── Course.dsp
    │   │       ├── Course.dsw
    │   │       ├── Course.h
    │   │       ├── Course.ncb
    │   │       ├── Course.opt
    │   │       ├── Course.plg
    │   │       ├── Course.rc
    │   │       ├── CourseDlg.cpp
    │   │       ├── CourseDlg.h
    │   │       ├── Debug
    │   │       │   ├── AddAdmini_dlg.obj
    │   │       │   ├── AddCourse_dlg.obj
    │   │       │   ├── AddStudent_dlg.obj
    │   │       │   ├── AddTeacher_dlg.obj
    │   │       │   ├── Administrator.obj
    │   │       │   ├── Administrator_dlg.obj
    │   │       │   ├── CCourse.obj
    │   │       │   ├── Connection.obj
    │   │       │   ├── Course.exe
    │   │       │   ├── Course.ilk
    │   │       │   ├── Course.obj
    │   │       │   ├── Course.pch
    │   │       │   ├── Course.pdb
    │   │       │   ├── Course.res
    │   │       │   ├── CourseDlg.obj
    │   │       │   ├── Id_dlg.obj
    │   │       │   ├── Manager.obj
    │   │       │   ├── Modify_dlg.obj
    │   │       │   ├── SC.obj
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   ├── StdAfx.obj
    │   │       │   ├── Student.obj
    │   │       │   ├── StudentCourse_dlg.obj
    │   │       │   ├── Student_dlg.obj
    │   │       │   ├── Teacher.obj
    │   │       │   ├── TeacherView_dlg.obj
    │   │       │   ├── Teacher_dlg.obj
    │   │       │   ├── ViewStu_dlg.obj
    │   │       │   ├── msado15.tlh
    │   │       │   ├── msado15.tli
    │   │       │   ├── vc60.idb
    │   │       │   └── vc60.pdb
    │   │       ├── ElectiveSystem.mdb
    │   │       ├── Id_dlg.cpp
    │   │       ├── Id_dlg.h
    │   │       ├── Manager.cpp
    │   │       ├── Manager.h
    │   │       ├── Modify_dlg.cpp
    │   │       ├── Modify_dlg.h
    │   │       ├── ReadMe.txt
    │   │       ├── SC.cpp
    │   │       ├── SC.h
    │   │       ├── SkinPlusPlusDLL.dll
    │   │       ├── Skins
    │   │       │   ├── SkinPlusPlus.h
    │   │       │   ├── SkinPlusPlusDLL.dll
    │   │       │   └── SkinPlusPlusDLL.lib
    │   │       ├── StdAfx.cpp
    │   │       ├── StdAfx.h
    │   │       ├── Student.cpp
    │   │       ├── Student.h
    │   │       ├── StudentCourse_dlg.cpp
    │   │       ├── StudentCourse_dlg.h
    │   │       ├── Student_dlg.cpp
    │   │       ├── Student_dlg.h
    │   │       ├── Teacher.cpp
    │   │       ├── Teacher.h
    │   │       ├── TeacherView_dlg.cpp
    │   │       ├── TeacherView_dlg.h
    │   │       ├── Teacher_dlg.cpp
    │   │       ├── Teacher_dlg.h
    │   │       ├── ViewStu_dlg.cpp
    │   │       ├── ViewStu_dlg.h
    │   │       ├── msado15.tlh
    │   │       ├── msado15.tli
    │   │       ├── res
    │   │       │   ├── Course.ico
    │   │       │   ├── Course.rc2
    │   │       │   ├── Thumbs.db
    │   │       │   ├── logo1.bmp
    │   │       │   ├── logo2.bmp
    │   │       │   ├── logo3.bmp
    │   │       │   ├── logo4.bmp
    │   │       │   └── 背景0.bmp
    │   │       └── resource.h
    │   ├── 19 SQL Server 2005
    │   │   ├── AddAdmini_dlg.cpp
    │   │   ├── AddAdmini_dlg.h
    │   │   ├── AddCourse_dlg.cpp
    │   │   ├── AddCourse_dlg.h
    │   │   ├── AddStudent_dlg.cpp
    │   │   ├── AddStudent_dlg.h
    │   │   ├── AddTeacher_dlg.cpp
    │   │   ├── AddTeacher_dlg.h
    │   │   ├── Administrator.cpp
    │   │   ├── Administrator.h
    │   │   ├── Administrator_dlg.cpp
    │   │   ├── Administrator_dlg.h
    │   │   ├── CCourse.cpp
    │   │   ├── CCourse.h
    │   │   ├── Connection.cpp
    │   │   ├── Connection.h
    │   │   ├── Course.aps
    │   │   ├── Course.clw
    │   │   ├── Course.cpp
    │   │   ├── Course.dsp
    │   │   ├── Course.dsw
    │   │   ├── Course.h
    │   │   ├── Course.ncb
    │   │   ├── Course.opt
    │   │   ├── Course.plg
    │   │   ├── Course.rc
    │   │   ├── CourseDlg.cpp
    │   │   ├── CourseDlg.h
    │   │   ├── Id_dlg.cpp
    │   │   ├── Id_dlg.h
    │   │   ├── Manager.cpp
    │   │   ├── Manager.h
    │   │   ├── Modify_dlg.cpp
    │   │   ├── Modify_dlg.h
    │   │   ├── ReadMe.txt
    │   │   ├── SC.cpp
    │   │   ├── SC.h
    │   │   ├── SkinPlusPlusDLL.dll
    │   │   ├── Skins
    │   │   │   ├── SkinPlusPlus.h
    │   │   │   ├── SkinPlusPlusDLL.dll
    │   │   │   └── SkinPlusPlusDLL.lib
    │   │   ├── StdAfx.cpp
    │   │   ├── StdAfx.h
    │   │   ├── Student.cpp
    │   │   ├── Student.h
    │   │   ├── StudentCourse_dlg.cpp
    │   │   ├── StudentCourse_dlg.h
    │   │   ├── Student_dlg.cpp
    │   │   ├── Student_dlg.h
    │   │   ├── Teacher.cpp
    │   │   ├── Teacher.h
    │   │   ├── TeacherView_dlg.cpp
    │   │   ├── TeacherView_dlg.h
    │   │   ├── Teacher_dlg.cpp
    │   │   ├── Teacher_dlg.h
    │   │   ├── ViewStu_dlg.cpp
    │   │   ├── ViewStu_dlg.h
    │   │   ├── database
    │   │   │   ├── ElectiveSystem.ldf
    │   │   │   ├── ElectiveSystem.mdf
    │   │   │   └── chap19.sql
    │   │   ├── msado15.tlh
    │   │   ├── msado15.tli
    │   │   ├── res
    │   │   │   ├── Course.ico
    │   │   │   ├── Course.rc2
    │   │   │   ├── Thumbs.db
    │   │   │   ├── logo1.bmp
    │   │   │   ├── logo2.bmp
    │   │   │   ├── logo3.bmp
    │   │   │   ├── logo4.bmp
    │   │   │   └── 背景0.bmp
    │   │   └── resource.h
    │   └── 19 SQL Server2000
    │       ├── AddAdmini_dlg.cpp
    │       ├── AddAdmini_dlg.h
    │       ├── AddCourse_dlg.cpp
    │       ├── AddCourse_dlg.h
    │       ├── AddStudent_dlg.cpp
    │       ├── AddStudent_dlg.h
    │       ├── AddTeacher_dlg.cpp
    │       ├── AddTeacher_dlg.h
    │       ├── Administrator.cpp
    │       ├── Administrator.h
    │       ├── Administrator_dlg.cpp
    │       ├── Administrator_dlg.h
    │       ├── CCourse.cpp
    │       ├── CCourse.h
    │       ├── Connection.cpp
    │       ├── Connection.h
    │       ├── Course.aps
    │       ├── Course.clw
    │       ├── Course.cpp
    │       ├── Course.dsp
    │       ├── Course.dsw
    │       ├── Course.h
    │       ├── Course.ncb
    │       ├── Course.opt
    │       ├── Course.plg
    │       ├── Course.rc
    │       ├── CourseDlg.cpp
    │       ├── CourseDlg.h
    │       ├── Id_dlg.cpp
    │       ├── Id_dlg.h
    │       ├── Manager.cpp
    │       ├── Manager.h
    │       ├── Modify_dlg.cpp
    │       ├── Modify_dlg.h
    │       ├── ReadMe.txt
    │       ├── SC.cpp
    │       ├── SC.h
    │       ├── SkinPlusPlusDLL.dll
    │       ├── Skins
    │       │   ├── SkinPlusPlus.h
    │       │   ├── SkinPlusPlusDLL.dll
    │       │   └── SkinPlusPlusDLL.lib
    │       ├── StdAfx.cpp
    │       ├── StdAfx.h
    │       ├── Student.cpp
    │       ├── Student.h
    │       ├── StudentCourse_dlg.cpp
    │       ├── StudentCourse_dlg.h
    │       ├── Student_dlg.cpp
    │       ├── Student_dlg.h
    │       ├── Teacher.cpp
    │       ├── Teacher.h
    │       ├── TeacherView_dlg.cpp
    │       ├── TeacherView_dlg.h
    │       ├── Teacher_dlg.cpp
    │       ├── Teacher_dlg.h
    │       ├── ViewStu_dlg.cpp
    │       ├── ViewStu_dlg.h
    │       ├── database
    │       │   ├── ElectiveSystem.ldf
    │       │   ├── ElectiveSystem.mdf
    │       │   └── chap19.sql
    │       ├── msado15.tlh
    │       ├── msado15.tli
    │       ├── res
    │       │   ├── Course.ico
    │       │   ├── Course.rc2
    │       │   ├── Thumbs.db
    │       │   ├── logo1.bmp
    │       │   ├── logo2.bmp
    │       │   ├── logo3.bmp
    │       │   ├── logo4.bmp
    │       │   └── 背景0.bmp
    │       └── resource.h
    └── chap20
        ├── 20 Access
        │   └── HotelManage
        │       ├── 3D-MaxTab
        │       │   ├── RollupCtrl.cpp
        │       │   └── RollupCtrl.h
        │       ├── BillInfoLookup.cpp
        │       ├── BillInfoLookup.h
        │       ├── CheckOut.cpp
        │       ├── CheckOut.h
        │       ├── ChooseFood.cpp
        │       ├── ChooseFood.h
        │       ├── ChooseRoom.cpp
        │       ├── ChooseRoom.h
        │       ├── ChooseServer.cpp
        │       ├── ChooseServer.h
        │       ├── CoolControlBar.cpp
        │       ├── CoolControlBar.h
        │       ├── CoolListBox.cpp
        │       ├── CoolListBox.h
        │       ├── CoolProgress
        │       │   ├── MacProgressCtrl.cpp
        │       │   └── MacProgressCtrl.h
        │       ├── CoolSkinLib
        │       │   ├── DETOURS.lib
        │       │   ├── SkinMagicLib.h
        │       │   └── SkinMagicLib.lib
        │       ├── CoolTabBar.cpp
        │       ├── CoolTabBar.h
        │       ├── CoolTabCtrl.cpp
        │       ├── CoolTabCtrl.h
        │       ├── CoolTipCtrl.cpp
        │       ├── CoolTipCtrl.h
        │       ├── Debug
        │       ├── EmployerInfoLookup.cpp
        │       ├── EmployerInfoLookup.h
        │       ├── ExEditCtrl
        │       │   ├── HistoryEdit.cpp
        │       │   └── HistoryEdit.h
        │       ├── FaderWindow
        │       │   ├── FaderWnd.cpp
        │       │   └── FaderWnd.h
        │       ├── FloatControls
        │       │   ├── CoolControlsManager.cpp
        │       │   └── CoolControlsManager.h
        │       ├── GuestInfoLookup.cpp
        │       ├── GuestInfoLookup.h
        │       ├── HotelInfoShow.cpp
        │       ├── HotelInfoShow.h
        │       ├── HotelManage.clw
        │       ├── HotelManage.cpp
        │       ├── HotelManage.dsp
        │       ├── HotelManage.dsw
        │       ├── HotelManage.h
        │       ├── HotelManage.ncb
        │       ├── HotelManage.opt
        │       ├── HotelManage.plg
        │       ├── HotelManage.rc
        │       ├── HotelManageDOC.cpp
        │       ├── HotelManageDOC.h
        │       ├── HotelManageVIEW.cpp
        │       ├── HotelManageVIEW.h
        │       ├── InfoLookDialog.cpp
        │       ├── InfoLookDialog.h
        │       ├── InfoSet.cpp
        │       ├── InfoSet.h
        │       ├── MainFrm.cpp
        │       ├── MainFrm.h
        │       ├── MoneyPay.cpp
        │       ├── MoneyPay.h
        │       ├── Page1.cpp
        │       ├── Page1.h
        │       ├── Page2.cpp
        │       ├── Page2.h
        │       ├── Page3.cpp
        │       ├── Page3.h
        │       ├── QQ.ncb
        │       ├── QQ.opt
        │       ├── ReadMe.txt
        │       ├── Resource.h
        │       ├── RoomDestine.cpp
        │       ├── RoomDestine.h
        │       ├── RoomInfoLookup.cpp
        │       ├── RoomInfoLookup.h
        │       ├── RoomRegister.cpp
        │       ├── RoomRegister.h
        │       ├── SearchMethod.cpp
        │       ├── SearchMethod.h
        │       ├── SplashWnd
        │       │   ├── LjxWnd.cpp
        │       │   └── LjxWnd.h
        │       ├── StdAfx.cpp
        │       ├── StdAfx.h
        │       ├── Tools.cpp
        │       ├── Tools.h
        │       ├── TrayIco
        │       │   ├── SystemIcon.cpp
        │       │   └── SystemIcon.h
        │       ├── autocomplete
        │       │   ├── AutoCompl.cpp
        │       │   ├── AutoCompl.h
        │       │   ├── Subclass.cpp
        │       │   └── Subclass.h
        │       ├── clock
        │       │   ├── EDCLOCK.CPP
        │       │   └── EDCLOCK.H
        │       ├── coolmenu
        │       │   ├── CoolMenu.cpp
        │       │   └── CoolMenu.h
        │       ├── email
        │       │   ├── HyperLink.cpp
        │       │   └── HyperLink.h
        │       ├── memdc.h
        │       ├── res
        │       │   ├── 0.BMP
        │       │   ├── 1.BMP
        │       │   ├── 2.BMP
        │       │   ├── 3.BMP
        │       │   ├── 4.BMP
        │       │   ├── 5.BMP
        │       │   ├── 6.BMP
        │       │   ├── 7.BMP
        │       │   ├── 8.BMP
        │       │   ├── 9.BMP
        │       │   ├── BKbmp.bmp
        │       │   ├── BLACK.BMP
        │       │   ├── HotelManage.rc2
        │       │   ├── HotelManageDOC.ico
        │       │   ├── POINT.BMP
        │       │   ├── System (Linux).ico
        │       │   ├── Thumbs.db
        │       │   ├── Toolbar.bmp
        │       │   ├── TureIcon.bmp
        │       │   ├── ViewBkgrd.bmp
        │       │   ├── Welcome.bmp
        │       │   ├── back2.ico
        │       │   ├── bitmap1.bmp
        │       │   ├── bmp00001.bmp
        │       │   ├── button2.bmp
        │       │   ├── email.ico
        │       │   ├── exit.ico
        │       │   ├── gradient.bmp
        │       │   ├── help.ico
        │       │   ├── images_n.bmp
        │       │   ├── logobar3.bmp
        │       │   ├── pre.ico
        │       │   ├── run.wav
        │       │   ├── welcome2.bmp
        │       │   ├── wzd.ico
        │       │   ├── 飞鹰.bmp
        │       │   ├── 文本背景.bmp
        │       │   ├── 酒店框架图.bmp
        │       │   ├── 酒店管理系统.bmp
        │       │   └── 酒店管理系统.psd
        │       ├── sounds
        │       │   └── click.WAV
        │       └── 酒店管理系统.mdb
        ├── 20 SQL Server 2005
        │   ├── 3D-MaxTab
        │   │   ├── RollupCtrl.cpp
        │   │   └── RollupCtrl.h
        │   ├── BillInfoLookup.cpp
        │   ├── BillInfoLookup.h
        │   ├── CheckOut.cpp
        │   ├── CheckOut.h
        │   ├── ChooseFood.cpp
        │   ├── ChooseFood.h
        │   ├── ChooseRoom.cpp
        │   ├── ChooseRoom.h
        │   ├── ChooseServer.cpp
        │   ├── ChooseServer.h
        │   ├── CoolControlBar.cpp
        │   ├── CoolControlBar.h
        │   ├── CoolListBox.cpp
        │   ├── CoolListBox.h
        │   ├── CoolProgress
        │   │   ├── MacProgressCtrl.cpp
        │   │   └── MacProgressCtrl.h
        │   ├── CoolSkinLib
        │   │   ├── DETOURS.lib
        │   │   ├── SkinMagicLib.h
        │   │   └── SkinMagicLib.lib
        │   ├── CoolTabBar.cpp
        │   ├── CoolTabBar.h
        │   ├── CoolTabCtrl.cpp
        │   ├── CoolTabCtrl.h
        │   ├── CoolTipCtrl.cpp
        │   ├── CoolTipCtrl.h
        │   ├── Debug
        │   ├── EmployerInfoLookup.cpp
        │   ├── EmployerInfoLookup.h
        │   ├── ExEditCtrl
        │   │   ├── HistoryEdit.cpp
        │   │   └── HistoryEdit.h
        │   ├── FaderWindow
        │   │   ├── FaderWnd.cpp
        │   │   └── FaderWnd.h
        │   ├── FloatControls
        │   │   ├── CoolControlsManager.cpp
        │   │   └── CoolControlsManager.h
        │   ├── GuestInfoLookup.cpp
        │   ├── GuestInfoLookup.h
        │   ├── HotelInfoShow.cpp
        │   ├── HotelInfoShow.h
        │   ├── HotelManage.clw
        │   ├── HotelManage.cpp
        │   ├── HotelManage.dsp
        │   ├── HotelManage.dsw
        │   ├── HotelManage.h
        │   ├── HotelManage.ncb
        │   ├── HotelManage.opt
        │   ├── HotelManage.plg
        │   ├── HotelManage.rc
        │   ├── HotelManageDOC.cpp
        │   ├── HotelManageDOC.h
        │   ├── HotelManageVIEW.cpp
        │   ├── HotelManageVIEW.h
        │   ├── InfoLookDialog.cpp
        │   ├── InfoLookDialog.h
        │   ├── InfoSet.cpp
        │   ├── InfoSet.h
        │   ├── MainFrm.cpp
        │   ├── MainFrm.h
        │   ├── MoneyPay.cpp
        │   ├── MoneyPay.h
        │   ├── Page1.cpp
        │   ├── Page1.h
        │   ├── Page2.cpp
        │   ├── Page2.h
        │   ├── Page3.cpp
        │   ├── Page3.h
        │   ├── QQ.ncb
        │   ├── QQ.opt
        │   ├── ReadMe.txt
        │   ├── Resource.h
        │   ├── RoomDestine.cpp
        │   ├── RoomDestine.h
        │   ├── RoomInfoLookup.cpp
        │   ├── RoomInfoLookup.h
        │   ├── RoomRegister.cpp
        │   ├── RoomRegister.h
        │   ├── SearchMethod.cpp
        │   ├── SearchMethod.h
        │   ├── SplashWnd
        │   │   ├── LjxWnd.cpp
        │   │   └── LjxWnd.h
        │   ├── StdAfx.cpp
        │   ├── StdAfx.h
        │   ├── Tools.cpp
        │   ├── Tools.h
        │   ├── TrayIco
        │   │   ├── SystemIcon.cpp
        │   │   └── SystemIcon.h
        │   ├── autocomplete
        │   │   ├── AutoCompl.cpp
        │   │   ├── AutoCompl.h
        │   │   ├── Subclass.cpp
        │   │   └── Subclass.h
        │   ├── clock
        │   │   ├── EDCLOCK.CPP
        │   │   └── EDCLOCK.H
        │   ├── coolmenu
        │   │   ├── CoolMenu.cpp
        │   │   └── CoolMenu.h
        │   ├── database
        │   │   ├── chap20.sql
        │   │   ├── 酒店管理系统.ldf
        │   │   └── 酒店管理系统.mdf
        │   ├── email
        │   │   ├── HyperLink.cpp
        │   │   └── HyperLink.h
        │   ├── memdc.h
        │   ├── res
        │   │   ├── 0.BMP
        │   │   ├── 1.BMP
        │   │   ├── 2.BMP
        │   │   ├── 3.BMP
        │   │   ├── 4.BMP
        │   │   ├── 5.BMP
        │   │   ├── 6.BMP
        │   │   ├── 7.BMP
        │   │   ├── 8.BMP
        │   │   ├── 9.BMP
        │   │   ├── BKbmp.bmp
        │   │   ├── BLACK.BMP
        │   │   ├── HotelManage.rc2
        │   │   ├── HotelManageDOC.ico
        │   │   ├── POINT.BMP
        │   │   ├── System (Linux).ico
        │   │   ├── Thumbs.db
        │   │   ├── Toolbar.bmp
        │   │   ├── TureIcon.bmp
        │   │   ├── ViewBkgrd.bmp
        │   │   ├── Welcome.bmp
        │   │   ├── back2.ico
        │   │   ├── bitmap1.bmp
        │   │   ├── bmp00001.bmp
        │   │   ├── button2.bmp
        │   │   ├── email.ico
        │   │   ├── exit.ico
        │   │   ├── gradient.bmp
        │   │   ├── help.ico
        │   │   ├── images_n.bmp
        │   │   ├── logobar3.bmp
        │   │   ├── pre.ico
        │   │   ├── run.wav
        │   │   ├── welcome2.bmp
        │   │   ├── wzd.ico
        │   │   ├── 飞鹰.bmp
        │   │   ├── 文本背景.bmp
        │   │   ├── 酒店框架图.bmp
        │   │   ├── 酒店管理系统.bmp
        │   │   └── 酒店管理系统.psd
        │   └── sounds
        │       └── click.WAV
        └── 20 SQL Server2000
            ├── 3D-MaxTab
            │   ├── RollupCtrl.cpp
            │   └── RollupCtrl.h
            ├── BillInfoLookup.cpp
            ├── BillInfoLookup.h
            ├── CheckOut.cpp
            ├── CheckOut.h
            ├── ChooseFood.cpp
            ├── ChooseFood.h
            ├── ChooseRoom.cpp
            ├── ChooseRoom.h
            ├── ChooseServer.cpp
            ├── ChooseServer.h
            ├── CoolControlBar.cpp
            ├── CoolControlBar.h
            ├── CoolListBox.cpp
            ├── CoolListBox.h
            ├── CoolProgress
            │   ├── MacProgressCtrl.cpp
            │   └── MacProgressCtrl.h
            ├── CoolSkinLib
            │   ├── DETOURS.lib
            │   ├── SkinMagicLib.h
            │   └── SkinMagicLib.lib
            ├── CoolTabBar.cpp
            ├── CoolTabBar.h
            ├── CoolTabCtrl.cpp
            ├── CoolTabCtrl.h
            ├── CoolTipCtrl.cpp
            ├── CoolTipCtrl.h
            ├── EmployerInfoLookup.cpp
            ├── EmployerInfoLookup.h
            ├── ExEditCtrl
            │   ├── HistoryEdit.cpp
            │   └── HistoryEdit.h
            ├── FaderWindow
            │   ├── FaderWnd.cpp
            │   └── FaderWnd.h
            ├── FloatControls
            │   ├── CoolControlsManager.cpp
            │   └── CoolControlsManager.h
            ├── GuestInfoLookup.cpp
            ├── GuestInfoLookup.h
            ├── HotelInfoShow.cpp
            ├── HotelInfoShow.h
            ├── HotelManage.aps
            ├── HotelManage.clw
            ├── HotelManage.cpp
            ├── HotelManage.dsp
            ├── HotelManage.dsw
            ├── HotelManage.h
            ├── HotelManage.ncb
            ├── HotelManage.opt
            ├── HotelManage.plg
            ├── HotelManage.rc
            ├── HotelManageDOC.cpp
            ├── HotelManageDOC.h
            ├── HotelManageVIEW.cpp
            ├── HotelManageVIEW.h
            ├── InfoLookDialog.cpp
            ├── InfoLookDialog.h
            ├── InfoSet.cpp
            ├── InfoSet.h
            ├── MainFrm.cpp
            ├── MainFrm.h
            ├── MoneyPay.cpp
            ├── MoneyPay.h
            ├── Page1.cpp
            ├── Page1.h
            ├── Page2.cpp
            ├── Page2.h
            ├── Page3.cpp
            ├── Page3.h
            ├── QQ.ncb
            ├── QQ.opt
            ├── ReadMe.txt
            ├── Resource.h
            ├── RoomDestine.cpp
            ├── RoomDestine.h
            ├── RoomInfoLookup.cpp
            ├── RoomInfoLookup.h
            ├── RoomRegister.cpp
            ├── RoomRegister.h
            ├── SearchMethod.cpp
            ├── SearchMethod.h
            ├── SplashWnd
            │   ├── LjxWnd.cpp
            │   └── LjxWnd.h
            ├── StdAfx.cpp
            ├── StdAfx.h
            ├── Tools.cpp
            ├── Tools.h
            ├── TrayIco
            │   ├── SystemIcon.cpp
            │   └── SystemIcon.h
            ├── autocomplete
            │   ├── AutoCompl.cpp
            │   ├── AutoCompl.h
            │   ├── Subclass.cpp
            │   └── Subclass.h
            ├── clock
            │   ├── EDCLOCK.CPP
            │   └── EDCLOCK.H
            ├── coolmenu
            │   ├── CoolMenu.cpp
            │   └── CoolMenu.h
            ├── database
            │   ├── chap20.sql
            │   ├── 酒店管理系统.ldf
            │   └── 酒店管理系统.mdf
            ├── email
            │   ├── HyperLink.cpp
            │   └── HyperLink.h
            ├── memdc.h
            ├── res
            │   ├── 0.BMP
            │   ├── 1.BMP
            │   ├── 2.BMP
            │   ├── 3.BMP
            │   ├── 4.BMP
            │   ├── 5.BMP
            │   ├── 6.BMP
            │   ├── 7.BMP
            │   ├── 8.BMP
            │   ├── 9.BMP
            │   ├── BKbmp.bmp
            │   ├── BLACK.BMP
            │   ├── HotelManage.rc2
            │   ├── HotelManageDOC.ico
            │   ├── POINT.BMP
            │   ├── System (Linux).ico
            │   ├── Thumbs.db
            │   ├── Toolbar.bmp
            │   ├── TureIcon.bmp
            │   ├── ViewBkgrd.bmp
            │   ├── Welcome.bmp
            │   ├── back2.ico
            │   ├── bitmap1.bmp
            │   ├── bmp00001.bmp
            │   ├── button2.bmp
            │   ├── email.ico
            │   ├── exit.ico
            │   ├── gradient.bmp
            │   ├── help.ico
            │   ├── images_n.bmp
            │   ├── logobar3.bmp
            │   ├── pre.ico
            │   ├── run.wav
            │   ├── welcome2.bmp
            │   ├── wzd.ico
            │   ├── 飞鹰.bmp
            │   ├── 文本背景.bmp
            │   ├── 酒店框架图.bmp
            │   ├── 酒店管理系统.bmp
            │   └── 酒店管理系统.psd
            └── sounds
                └── click.WAV

179 directories, 2718 files


实例下载地址

Visual C++项目开发案例精粹-光盘源码(11-20)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警