在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C++项目开发案例精粹

Visual C++项目开发案例精粹

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:37.04M
  • 下载次数:9
  • 浏览次数:138
  • 发布时间:2020-09-12
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Visual C++项目开发案例精粹,包含了20多个企业级别的应用,适合中级开发人员学习参考和快速借鉴开发,经典的数据库案例应用!
【实例截图】
【核心代码】
雷进辉VisualC项目开发案例精粹(1-13章)
└── 雷进辉Visual C++项目开发案例精粹(1-13章)
├── chap01
│   ├── 01 Access
│   │   └── MedicAdmin
│   │   ├── bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── clear.BMP
│   │   │   ├── clear.gif
│   │   │   ├── doctor1.BMP
│   │   │   ├── doctor.BMP
│   │   │   ├── fool1.BMP
│   │   │   ├── fool2.BMP
│   │   │   ├── fool.BMP
│   │   │   ├── foolme.gif
│   │   │   ├── in.BMP
│   │   │   ├── in.gif
│   │   │   ├── manager1.BMP
│   │   │   ├── manager.BMP
│   │   │   ├── man.gif
│   │   │   ├── MA_SMILE 51.BMP
│   │   │   ├── MA_SMILE 5.BMP
│   │   │   ├── PASS.BMP
│   │   │   ├── PASS.GIF
│   │   │   ├── password1.BMP
│   │   │   ├── password.gif
│   │   │   ├── sale.BMP
│   │   │   ├── sale.gif
│   │   │   ├── salesman1.BMP
│   │   │   ├── salesman.BMP
│   │   │   ├── selected1.BMP
│   │   │   ├── selected.BMP
│   │   │   ├── Thumbs.db
│   │   │   ├── tool1.BMP
│   │   │   ├── treeCtrl.bmp
│   │   │   ├── unselected1.BMP
│   │   │   ├── unselected.BMP
│   │   │   └── woman.gif
│   │   ├── ChangePasswordDlg.cpp
│   │   ├── ChangePasswordDlg.h
│   │   ├── CleanUpDlg.cpp
│   │   ├── CleanUpDlg.h
│   │   ├── DeleteUserDlg.cpp
│   │   ├── DeleteUserDlg.h
│   │   ├── LogInDlg.cpp
│   │   ├── LogInDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ManageMedic.cpp
│   │   ├── ManageMedic.h
│   │   ├── MedicAdmin.aps
│   │   ├── MedicAdmin.clw
│   │   ├── MedicAdmin.cpp
│   │   ├── MedicAdminDoc.cpp
│   │   ├── MedicAdminDoc.h
│   │   ├── MedicAdmin.dsp
│   │   ├── MedicAdmin.dsw
│   │   ├── MedicAdmin.h
│   │   ├── MedicAdmin.ncb
│   │   ├── MedicAdmin.opt
│   │   ├── MedicAdmin.plg
│   │   ├── MedicAdmin.rc
│   │   ├── MedicAdminView.cpp
│   │   ├── MedicAdminView.h
│   │   ├── Medic.cpp
│   │   ├── Medic.h
│   │   ├── MedicListView.cpp
│   │   ├── MedicListView.h
│   │   ├── MedicSearch.cpp
│   │   ├── MedicSearch.h
│   │   ├── MedicSet.cpp
│   │   ├── MedicSet.h
│   │   ├── ReadMe.txt
│   │   ├── RegisterUserDlg.cpp
│   │   ├── RegisterUserDlg.h
│   │   ├── res
│   │   │   ├── MedicAdminDoc.ico
│   │   │   ├── MedicAdmin.ico
│   │   │   ├── MedicAdmin.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── Sale.cpp
│   │   ├── SaleDlg.cpp
│   │   ├── SaleDlg.h
│   │   ├── Sale.h
│   │   ├── SaleSet.cpp
│   │   ├── SaleSet.h
│   │   ├── SearchIDDlg.cpp
│   │   ├── SearchIDDlg.h
│   │   ├── SearchNameDlg.cpp
│   │   ├── SearchNameDlg.h
│   │   ├── SearchTypeDlg.cpp
│   │   ├── SearchTypeDlg.h
│   │   ├── SeekUserDlg.cpp
│   │   ├── SeekUserDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StoreDlg.cpp
│   │   ├── StoreDlg.h
│   │   ├── test.cpp
│   │   ├── test.h
│   │   ├── UserChangDlg.cpp
│   │   ├── UserChangDlg.h
│   │   ├── User.cpp
│   │   ├── User.h
│   │   ├── UserSet.cpp
│   │   ├── UserSet.h
│   │   ├── UserTree.cpp
│   │   ├── UserTreeView.cpp
│   │   ├── UserTreeView.h
│   │   └── 数据源
│   │   └── medicine.mdb
│   ├── 01 SQL Server2000
│   │   ├── bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── clear.BMP
│   │   │   ├── clear.gif
│   │   │   ├── doctor1.BMP
│   │   │   ├── doctor.BMP
│   │   │   ├── fool1.BMP
│   │   │   ├── fool2.BMP
│   │   │   ├── fool.BMP
│   │   │   ├── foolme.gif
│   │   │   ├── in.BMP
│   │   │   ├── in.gif
│   │   │   ├── manager1.BMP
│   │   │   ├── manager.BMP
│   │   │   ├── man.gif
│   │   │   ├── MA_SMILE 51.BMP
│   │   │   ├── MA_SMILE 5.BMP
│   │   │   ├── PASS.BMP
│   │   │   ├── PASS.GIF
│   │   │   ├── password1.BMP
│   │   │   ├── password.gif
│   │   │   ├── sale.BMP
│   │   │   ├── sale.gif
│   │   │   ├── salesman1.BMP
│   │   │   ├── salesman.BMP
│   │   │   ├── selected1.BMP
│   │   │   ├── selected.BMP
│   │   │   ├── Thumbs.db
│   │   │   ├── tool1.BMP
│   │   │   ├── treeCtrl.bmp
│   │   │   ├── unselected1.BMP
│   │   │   ├── unselected.BMP
│   │   │   └── woman.gif
│   │   ├── ChangePasswordDlg.cpp
│   │   ├── ChangePasswordDlg.h
│   │   ├── CleanUpDlg.cpp
│   │   ├── CleanUpDlg.h
│   │   ├── database
│   │   │   ├── chap1.sql
│   │   │   ├── MedicAdmin.ldf
│   │   │   └── MedicAdmin.mdf
│   │   ├── DeleteUserDlg.cpp
│   │   ├── DeleteUserDlg.h
│   │   ├── LogInDlg.cpp
│   │   ├── LogInDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── ManageMedic.cpp
│   │   ├── ManageMedic.h
│   │   ├── MedicAdmin.aps
│   │   ├── MedicAdmin.clw
│   │   ├── MedicAdmin.cpp
│   │   ├── MedicAdminDoc.cpp
│   │   ├── MedicAdminDoc.h
│   │   ├── MedicAdmin.dsp
│   │   ├── MedicAdmin.dsw
│   │   ├── MedicAdmin.h
│   │   ├── MedicAdmin.ncb
│   │   ├── MedicAdmin.opt
│   │   ├── MedicAdmin.plg
│   │   ├── MedicAdmin.rc
│   │   ├── MedicAdminView.cpp
│   │   ├── MedicAdminView.h
│   │   ├── Medic.cpp
│   │   ├── Medic.h
│   │   ├── MedicListView.cpp
│   │   ├── MedicListView.h
│   │   ├── MedicSearch.cpp
│   │   ├── MedicSearch.h
│   │   ├── MedicSet.cpp
│   │   ├── MedicSet.h
│   │   ├── ReadMe.txt
│   │   ├── RegisterUserDlg.cpp
│   │   ├── RegisterUserDlg.h
│   │   ├── res
│   │   │   ├── MedicAdminDoc.ico
│   │   │   ├── MedicAdmin.ico
│   │   │   ├── MedicAdmin.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── Sale.cpp
│   │   ├── SaleDlg.cpp
│   │   ├── SaleDlg.h
│   │   ├── Sale.h
│   │   ├── SaleSet.cpp
│   │   ├── SaleSet.h
│   │   ├── SearchIDDlg.cpp
│   │   ├── SearchIDDlg.h
│   │   ├── SearchNameDlg.cpp
│   │   ├── SearchNameDlg.h
│   │   ├── SearchTypeDlg.cpp
│   │   ├── SearchTypeDlg.h
│   │   ├── SeekUserDlg.cpp
│   │   ├── SeekUserDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StoreDlg.cpp
│   │   ├── StoreDlg.h
│   │   ├── test.cpp
│   │   ├── test.h
│   │   ├── UserChangDlg.cpp
│   │   ├── UserChangDlg.h
│   │   ├── User.cpp
│   │   ├── User.h
│   │   ├── UserSet.cpp
│   │   ├── UserSet.h
│   │   ├── UserTree.cpp
│   │   ├── UserTreeView.cpp
│   │   └── UserTreeView.h
│   └── 01 SQL Server 2005
│   ├── bmp
│   │   ├── bitmap5.bmp
│   │   ├── clear.BMP
│   │   ├── clear.gif
│   │   ├── doctor1.BMP
│   │   ├── doctor.BMP
│   │   ├── fool1.BMP
│   │   ├── fool2.BMP
│   │   ├── fool.BMP
│   │   ├── foolme.gif
│   │   ├── in.BMP
│   │   ├── in.gif
│   │   ├── manager1.BMP
│   │   ├── manager.BMP
│   │   ├── man.gif
│   │   ├── MA_SMILE 51.BMP
│   │   ├── MA_SMILE 5.BMP
│   │   ├── PASS.BMP
│   │   ├── PASS.GIF
│   │   ├── password1.BMP
│   │   ├── password.gif
│   │   ├── sale.BMP
│   │   ├── sale.gif
│   │   ├── salesman1.BMP
│   │   ├── salesman.BMP
│   │   ├── selected1.BMP
│   │   ├── selected.BMP
│   │   ├── Thumbs.db
│   │   ├── tool1.BMP
│   │   ├── treeCtrl.bmp
│   │   ├── unselected1.BMP
│   │   ├── unselected.BMP
│   │   └── woman.gif
│   ├── ChangePasswordDlg.cpp
│   ├── ChangePasswordDlg.h
│   ├── CleanUpDlg.cpp
│   ├── CleanUpDlg.h
│   ├── database
│   │   ├── chap1.sql
│   │   ├── MedicAdmin.ldf
│   │   └── MedicAdmin.mdf
│   ├── DeleteUserDlg.cpp
│   ├── DeleteUserDlg.h
│   ├── LogInDlg.cpp
│   ├── LogInDlg.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ManageMedic.cpp
│   ├── ManageMedic.h
│   ├── MedicAdmin.aps
│   ├── MedicAdmin.clw
│   ├── MedicAdmin.cpp
│   ├── MedicAdminDoc.cpp
│   ├── MedicAdminDoc.h
│   ├── MedicAdmin.dsp
│   ├── MedicAdmin.dsw
│   ├── MedicAdmin.h
│   ├── MedicAdmin.ncb
│   ├── MedicAdmin.opt
│   ├── MedicAdmin.plg
│   ├── MedicAdmin.rc
│   ├── MedicAdminView.cpp
│   ├── MedicAdminView.h
│   ├── Medic.cpp
│   ├── Medic.h
│   ├── MedicListView.cpp
│   ├── MedicListView.h
│   ├── MedicSearch.cpp
│   ├── MedicSearch.h
│   ├── MedicSet.cpp
│   ├── MedicSet.h
│   ├── ReadMe.txt
│   ├── RegisterUserDlg.cpp
│   ├── RegisterUserDlg.h
│   ├── res
│   │   ├── MedicAdminDoc.ico
│   │   ├── MedicAdmin.ico
│   │   ├── MedicAdmin.rc2
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── Sale.cpp
│   ├── SaleDlg.cpp
│   ├── SaleDlg.h
│   ├── Sale.h
│   ├── SaleSet.cpp
│   ├── SaleSet.h
│   ├── SearchIDDlg.cpp
│   ├── SearchIDDlg.h
│   ├── SearchNameDlg.cpp
│   ├── SearchNameDlg.h
│   ├── SearchTypeDlg.cpp
│   ├── SearchTypeDlg.h
│   ├── SeekUserDlg.cpp
│   ├── SeekUserDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── StoreDlg.cpp
│   ├── StoreDlg.h
│   ├── test.cpp
│   ├── test.h
│   ├── UserChangDlg.cpp
│   ├── UserChangDlg.h
│   ├── User.cpp
│   ├── User.h
│   ├── UserSet.cpp
│   ├── UserSet.h
│   ├── UserTree.cpp
│   ├── UserTreeView.cpp
│   └── UserTreeView.h
├── chap02
│   ├── 02 Access
│   │   └── StudentInfoManage
│   │   ├── ClassDlg.cpp
│   │   ├── ClassDlg.h
│   │   ├── ClassSet.cpp
│   │   ├── ClassSet.h
│   │   ├── departmentdlg.cpp
│   │   ├── departmentdlg.h
│   │   ├── DepartmentSet.cpp
│   │   ├── DepartmentSet.h
│   │   ├── ExamSubjectDlg.cpp
│   │   ├── ExamSubjectDlg.h
│   │   ├── ExamSubjectSet.cpp
│   │   ├── ExamSubjectSet.h
│   │   ├── ExamtimeDlg.cpp
│   │   ├── ExamtimeDlg.h
│   │   ├── ExamtimeSet.cpp
│   │   ├── ExamtimeSet.h
│   │   ├── ExamtypeDlg.cpp
│   │   ├── ExamtypeDlg.h
│   │   ├── ExamtypeSet.cpp
│   │   ├── ExamtypeSet.h
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MajorDlg.cpp
│   │   ├── MajorDlg.h
│   │   ├── MajorSet.cpp
│   │   ├── MajorSet.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── 003.BMP
│   │   │   ├── bg.bmp
│   │   │   ├── ICON3.ico
│   │   │   ├── StudentInfoManageDOC.ico
│   │   │   ├── StudentInfoManage.ico
│   │   │   ├── StudentInfoManage.rc2
│   │   │   ├── Thumbs.db
│   │   │   ├── Toolbar.bmp
│   │   │   └── Toolbars.bmp
│   │   ├── Resource.h
│   │   ├── ScoreClassStatDlg.cpp
│   │   ├── ScoreClassStatDlg.h
│   │   ├── ScoreDlg.cpp
│   │   ├── ScoreDlg.h
│   │   ├── ScoreInputDlg.cpp
│   │   ├── ScoreInputDlg.h
│   │   ├── ScoreQueryDlg.cpp
│   │   ├── ScoreQueryDlg.h
│   │   ├── ScoreSet1.cpp
│   │   ├── ScoreSet1.h
│   │   ├── ScoreSet.cpp
│   │   ├── ScoreSet.h
│   │   ├── ScoreSingleDlg.cpp
│   │   ├── ScoreSingleDlg.h
│   │   ├── ScoreTotalDlg.cpp
│   │   ├── ScoreTotalDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StudentDlg.cpp
│   │   ├── StudentDlg.h
│   │   ├── StudentInfoDlg.cpp
│   │   ├── StudentInfoDlg.h
│   │   ├── StudentInfoManage.aps
│   │   ├── StudentInfoManage.clw
│   │   ├── StudentInfoManage.cpp
│   │   ├── StudentInfoManageDOC.cpp
│   │   ├── StudentInfoManageDOC.h
│   │   ├── StudentInfoManage.dsp
│   │   ├── StudentInfoManage.dsw
│   │   ├── StudentInfoManage.h
│   │   ├── StudentInfoManage.mdb
│   │   ├── StudentInfoManage.ncb
│   │   ├── StudentInfoManage.opt
│   │   ├── StudentInfoManage.plg
│   │   ├── StudentInfoManage.rc
│   │   ├── StudentInfoManageVIEW.cpp
│   │   ├── StudentInfoManageVIEW.h
│   │   ├── StudentSet1.cpp
│   │   ├── StudentSet1.h
│   │   ├── StudentSet.cpp
│   │   ├── StudentSet.h
│   │   ├── test1.cpp
│   │   ├── test1.h
│   │   ├── test.cpp
│   │   ├── test.h
│   │   ├── UserDlg.cpp
│   │   ├── UserDlg.h
│   │   ├── UserSet.cpp
│   │   └── UserSet.h
│   ├── 02 SQL Server2000
│   │   ├── ClassDlg.cpp
│   │   ├── ClassDlg.h
│   │   ├── ClassSet.cpp
│   │   ├── ClassSet.h
│   │   ├── database
│   │   │   ├── chap2.sql
│   │   │   ├── StudentInfoManage.ldf
│   │   │   └── StudentInfoManage.mdf
│   │   ├── departmentdlg.cpp
│   │   ├── departmentdlg.h
│   │   ├── DepartmentSet.cpp
│   │   ├── DepartmentSet.h
│   │   ├── ExamSubjectDlg.cpp
│   │   ├── ExamSubjectDlg.h
│   │   ├── ExamSubjectSet.cpp
│   │   ├── ExamSubjectSet.h
│   │   ├── ExamtimeDlg.cpp
│   │   ├── ExamtimeDlg.h
│   │   ├── ExamtimeSet.cpp
│   │   ├── ExamtimeSet.h
│   │   ├── ExamtypeDlg.cpp
│   │   ├── ExamtypeDlg.h
│   │   ├── ExamtypeSet.cpp
│   │   ├── ExamtypeSet.h
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MajorDlg.cpp
│   │   ├── MajorDlg.h
│   │   ├── MajorSet.cpp
│   │   ├── MajorSet.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── 003.BMP
│   │   │   ├── bg.bmp
│   │   │   ├── ICON3.ico
│   │   │   ├── StudentInfoManageDOC.ico
│   │   │   ├── StudentInfoManage.ico
│   │   │   ├── StudentInfoManage.rc2
│   │   │   ├── Thumbs.db
│   │   │   ├── Toolbar.bmp
│   │   │   └── Toolbars.bmp
│   │   ├── Resource.h
│   │   ├── ScoreClassStatDlg.cpp
│   │   ├── ScoreClassStatDlg.h
│   │   ├── ScoreDlg.cpp
│   │   ├── ScoreDlg.h
│   │   ├── ScoreInputDlg.cpp
│   │   ├── ScoreInputDlg.h
│   │   ├── ScoreQueryDlg.cpp
│   │   ├── ScoreQueryDlg.h
│   │   ├── ScoreSet1.cpp
│   │   ├── ScoreSet1.h
│   │   ├── ScoreSet.cpp
│   │   ├── ScoreSet.h
│   │   ├── ScoreSingleDlg.cpp
│   │   ├── ScoreSingleDlg.h
│   │   ├── ScoreTotalDlg.cpp
│   │   ├── ScoreTotalDlg.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StudentDlg.cpp
│   │   ├── StudentDlg.h
│   │   ├── StudentInfoDlg.cpp
│   │   ├── StudentInfoDlg.h
│   │   ├── StudentInfoManage.aps
│   │   ├── StudentInfoManage.clw
│   │   ├── StudentInfoManage.cpp
│   │   ├── StudentInfoManageDOC.cpp
│   │   ├── StudentInfoManageDOC.h
│   │   ├── StudentInfoManage.dsp
│   │   ├── StudentInfoManage.dsw
│   │   ├── StudentInfoManage.h
│   │   ├── StudentInfoManage.ncb
│   │   ├── StudentInfoManage.opt
│   │   ├── StudentInfoManage.plg
│   │   ├── StudentInfoManage.rc
│   │   ├── StudentInfoManageVIEW.cpp
│   │   ├── StudentInfoManageVIEW.h
│   │   ├── StudentSet1.cpp
│   │   ├── StudentSet1.h
│   │   ├── StudentSet.cpp
│   │   ├── StudentSet.h
│   │   ├── test1.cpp
│   │   ├── test1.h
│   │   ├── test.cpp
│   │   ├── test.h
│   │   ├── UserDlg.cpp
│   │   ├── UserDlg.h
│   │   ├── UserSet.cpp
│   │   └── UserSet.h
│   └── 02 SQL Server 2005
│   ├── ClassDlg.cpp
│   ├── ClassDlg.h
│   ├── ClassSet.cpp
│   ├── ClassSet.h
│   ├── database
│   │   ├── chap2.sql
│   │   ├── StudentInfoManage.ldf
│   │   └── StudentInfoManage.mdf
│   ├── departmentdlg.cpp
│   ├── departmentdlg.h
│   ├── DepartmentSet.cpp
│   ├── DepartmentSet.h
│   ├── ExamSubjectDlg.cpp
│   ├── ExamSubjectDlg.h
│   ├── ExamSubjectSet.cpp
│   ├── ExamSubjectSet.h
│   ├── ExamtimeDlg.cpp
│   ├── ExamtimeDlg.h
│   ├── ExamtimeSet.cpp
│   ├── ExamtimeSet.h
│   ├── ExamtypeDlg.cpp
│   ├── ExamtypeDlg.h
│   ├── ExamtypeSet.cpp
│   ├── ExamtypeSet.h
│   ├── LoginDlg.cpp
│   ├── LoginDlg.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MajorDlg.cpp
│   ├── MajorDlg.h
│   ├── MajorSet.cpp
│   ├── MajorSet.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 0003.BMP
│   │   ├── 003.BMP
│   │   ├── bg.bmp
│   │   ├── ICON3.ico
│   │   ├── StudentInfoManageDOC.ico
│   │   ├── StudentInfoManage.ico
│   │   ├── StudentInfoManage.rc2
│   │   ├── Thumbs.db
│   │   ├── Toolbar.bmp
│   │   └── Toolbars.bmp
│   ├── Resource.h
│   ├── ScoreClassStatDlg.cpp
│   ├── ScoreClassStatDlg.h
│   ├── ScoreDlg.cpp
│   ├── ScoreDlg.h
│   ├── ScoreInputDlg.cpp
│   ├── ScoreInputDlg.h
│   ├── ScoreQueryDlg.cpp
│   ├── ScoreQueryDlg.h
│   ├── ScoreSet1.cpp
│   ├── ScoreSet1.h
│   ├── ScoreSet.cpp
│   ├── ScoreSet.h
│   ├── ScoreSingleDlg.cpp
│   ├── ScoreSingleDlg.h
│   ├── ScoreTotalDlg.cpp
│   ├── ScoreTotalDlg.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── StudentDlg.cpp
│   ├── StudentDlg.h
│   ├── StudentInfoDlg.cpp
│   ├── StudentInfoDlg.h
│   ├── StudentInfoManage.aps
│   ├── StudentInfoManage.clw
│   ├── StudentInfoManage.cpp
│   ├── StudentInfoManageDOC.cpp
│   ├── StudentInfoManageDOC.h
│   ├── StudentInfoManage.dsp
│   ├── StudentInfoManage.dsw
│   ├── StudentInfoManage.h
│   ├── StudentInfoManage.ncb
│   ├── StudentInfoManage.opt
│   ├── StudentInfoManage.plg
│   ├── StudentInfoManage.rc
│   ├── StudentInfoManageVIEW.cpp
│   ├── StudentInfoManageVIEW.h
│   ├── StudentSet1.cpp
│   ├── StudentSet1.h
│   ├── StudentSet.cpp
│   ├── StudentSet.h
│   ├── test1.cpp
│   ├── test1.h
│   ├── test.cpp
│   ├── test.h
│   ├── UserDlg.cpp
│   ├── UserDlg.h
│   ├── UserSet.cpp
│   └── UserSet.h
├── chap03
│   ├── 03 Access
│   │   └── InstrumentManage
│   │   ├── DataBinding.cpp
│   │   ├── dataBinding.h
│   │   ├── DlgDevAlert.cpp
│   │   ├── DlgDevAlert.h
│   │   ├── DlgDevcode.cpp
│   │   ├── DlgDevcode.h
│   │   ├── DlgDev.cpp
│   │   ├── DlgDev.h
│   │   ├── DlgDevIn.cpp
│   │   ├── DlgDevIn.h
│   │   ├── DlgDevNeed.cpp
│   │   ├── DlgDevNeed.h
│   │   ├── DlgDevOut.cpp
│   │   ├── DlgDevOut.h
│   │   ├── DlgDevRet.cpp
│   │   ├── DlgDevRet.h
│   │   ├── DlgLogIn.cpp
│   │   ├── DlgLogIn.h
│   │   ├── DlgProxy.cpp
│   │   ├── DlgProxy.h
│   │   ├── DlgReport.cpp
│   │   ├── DlgReport.h
│   │   ├── DlgViewDevIn.cpp
│   │   ├── DlgViewDevIn.h
│   │   ├── DlgViewLog.cpp
│   │   ├── DlgViewLog.h
│   │   ├── DlgViewNeed.cpp
│   │   ├── DlgViewNeed.h
│   │   ├── DlgViewOut.cpp
│   │   ├── DlgViewOut.h
│   │   ├── DlgViewReport.cpp
│   │   ├── DlgViewReport.h
│   │   ├── DlgViewRet.cpp
│   │   ├── DlgViewRet.h
│   │   ├── InstrumentManage.aps
│   │   ├── InstrumentManage.clw
│   │   ├── InstrumentManage.cpp
│   │   ├── InstrumentManageDlg.cpp
│   │   ├── InstrumentManageDlg.h
│   │   ├── InstrumentManage.dsp
│   │   ├── InstrumentManage.dsw
│   │   ├── InstrumentManage.h
│   │   ├── InstrumentManage_i.c
│   │   ├── InstrumentManage_i.h
│   │   ├── InstrumentManage.ncb
│   │   ├── InstrumentManage.odl
│   │   ├── InstrumentManage.opt
│   │   ├── InstrumentManage.plg
│   │   ├── InstrumentManage.rc
│   │   ├── InstrumentManage.rgs
│   │   ├── Instrument.mdb
│   │   ├── LogMngr.cpp
│   │   ├── LogMngr.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── MyButton.cpp
│   │   ├── MyButton.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── baobiao .bmp
│   │   │   ├── Caigou.bmp
│   │   │   ├── CangKu.bmp
│   │   │   ├── GuiHuan.bmp
│   │   │   ├── icon1.ico
│   │   │   ├── InstrumentManage.ico
│   │   │   ├── InstrumentManage.rc2
│   │   │   ├── JianTou1.bmp
│   │   │   ├── JianTou2.bmp
│   │   │   ├── JianTou3.bmp
│   │   │   ├── JianTou4.bmp
│   │   │   ├── JianTou.bmp
│   │   │   ├── Jieyong.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── xuqiu.bmp
│   │   │   └── 复件 JianTou.bmp
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   ├── 03 SQL Server2000
│   │   ├── database
│   │   │   ├── chap3.sql
│   │   │   ├── Instrument.ldf
│   │   │   └── Instrument.mdf
│   │   ├── DataBinding.cpp
│   │   ├── dataBinding.h
│   │   ├── DlgDevAlert.cpp
│   │   ├── DlgDevAlert.h
│   │   ├── DlgDevcode.cpp
│   │   ├── DlgDevcode.h
│   │   ├── DlgDev.cpp
│   │   ├── DlgDev.h
│   │   ├── DlgDevIn.cpp
│   │   ├── DlgDevIn.h
│   │   ├── DlgDevNeed.cpp
│   │   ├── DlgDevNeed.h
│   │   ├── DlgDevOut.cpp
│   │   ├── DlgDevOut.h
│   │   ├── DlgDevRet.cpp
│   │   ├── DlgDevRet.h
│   │   ├── DlgLogIn.cpp
│   │   ├── DlgLogIn.h
│   │   ├── DlgProxy.cpp
│   │   ├── DlgProxy.h
│   │   ├── DlgReport.cpp
│   │   ├── DlgReport.h
│   │   ├── DlgViewDevIn.cpp
│   │   ├── DlgViewDevIn.h
│   │   ├── DlgViewLog.cpp
│   │   ├── DlgViewLog.h
│   │   ├── DlgViewNeed.cpp
│   │   ├── DlgViewNeed.h
│   │   ├── DlgViewOut.cpp
│   │   ├── DlgViewOut.h
│   │   ├── DlgViewReport.cpp
│   │   ├── DlgViewReport.h
│   │   ├── DlgViewRet.cpp
│   │   ├── DlgViewRet.h
│   │   ├── InstrumentManage.aps
│   │   ├── InstrumentManage.clw
│   │   ├── InstrumentManage.cpp
│   │   ├── InstrumentManageDlg.cpp
│   │   ├── InstrumentManageDlg.h
│   │   ├── InstrumentManage.dsp
│   │   ├── InstrumentManage.dsw
│   │   ├── InstrumentManage.h
│   │   ├── InstrumentManage_i.c
│   │   ├── InstrumentManage_i.h
│   │   ├── InstrumentManage.ncb
│   │   ├── InstrumentManage.odl
│   │   ├── InstrumentManage.opt
│   │   ├── InstrumentManage.plg
│   │   ├── InstrumentManage.rc
│   │   ├── InstrumentManage.rgs
│   │   ├── LogMngr.cpp
│   │   ├── LogMngr.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── MyButton.cpp
│   │   ├── MyButton.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── baobiao .bmp
│   │   │   ├── Caigou.bmp
│   │   │   ├── CangKu.bmp
│   │   │   ├── GuiHuan.bmp
│   │   │   ├── icon1.ico
│   │   │   ├── InstrumentManage.ico
│   │   │   ├── InstrumentManage.rc2
│   │   │   ├── JianTou1.bmp
│   │   │   ├── JianTou2.bmp
│   │   │   ├── JianTou3.bmp
│   │   │   ├── JianTou4.bmp
│   │   │   ├── JianTou.bmp
│   │   │   ├── Jieyong.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── xuqiu.bmp
│   │   │   └── 复件 JianTou.bmp
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── 03 SQL Server 2005
│   ├── database
│   │   ├── chap3.sql
│   │   ├── Instrument.ldf
│   │   └── Instrument.mdf
│   ├── DataBinding.cpp
│   ├── dataBinding.h
│   ├── DlgDevAlert.cpp
│   ├── DlgDevAlert.h
│   ├── DlgDevcode.cpp
│   ├── DlgDevcode.h
│   ├── DlgDev.cpp
│   ├── DlgDev.h
│   ├── DlgDevIn.cpp
│   ├── DlgDevIn.h
│   ├── DlgDevNeed.cpp
│   ├── DlgDevNeed.h
│   ├── DlgDevOut.cpp
│   ├── DlgDevOut.h
│   ├── DlgDevRet.cpp
│   ├── DlgDevRet.h
│   ├── DlgLogIn.cpp
│   ├── DlgLogIn.h
│   ├── DlgProxy.cpp
│   ├── DlgProxy.h
│   ├── DlgReport.cpp
│   ├── DlgReport.h
│   ├── DlgViewDevIn.cpp
│   ├── DlgViewDevIn.h
│   ├── DlgViewLog.cpp
│   ├── DlgViewLog.h
│   ├── DlgViewNeed.cpp
│   ├── DlgViewNeed.h
│   ├── DlgViewOut.cpp
│   ├── DlgViewOut.h
│   ├── DlgViewReport.cpp
│   ├── DlgViewReport.h
│   ├── DlgViewRet.cpp
│   ├── DlgViewRet.h
│   ├── InstrumentManage.aps
│   ├── InstrumentManage.clw
│   ├── InstrumentManage.cpp
│   ├── InstrumentManageDlg.cpp
│   ├── InstrumentManageDlg.h
│   ├── InstrumentManage.dsp
│   ├── InstrumentManage.dsw
│   ├── InstrumentManage.h
│   ├── InstrumentManage_i.c
│   ├── InstrumentManage_i.h
│   ├── InstrumentManage.ncb
│   ├── InstrumentManage.odl
│   ├── InstrumentManage.opt
│   ├── InstrumentManage.plg
│   ├── InstrumentManage.rc
│   ├── InstrumentManage.rgs
│   ├── LogMngr.cpp
│   ├── LogMngr.h
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── MyButton.cpp
│   ├── MyButton.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── baobiao .bmp
│   │   ├── Caigou.bmp
│   │   ├── CangKu.bmp
│   │   ├── GuiHuan.bmp
│   │   ├── icon1.ico
│   │   ├── InstrumentManage.ico
│   │   ├── InstrumentManage.rc2
│   │   ├── JianTou1.bmp
│   │   ├── JianTou2.bmp
│   │   ├── JianTou3.bmp
│   │   ├── JianTou4.bmp
│   │   ├── JianTou.bmp
│   │   ├── Jieyong.bmp
│   │   ├── Thumbs.db
│   │   ├── xuqiu.bmp
│   │   └── 复件 JianTou.bmp
│   ├── resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── chap04
│   ├── 04 Access
│   │   └── ExamSystem
│   │   ├── AddSubject.cpp
│   │   ├── AddSubject.h
│   │   ├── AddTest.cpp
│   │   ├── AddTest.h
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── Back.cpp
│   │   ├── Back.h
│   │   ├── Copy.cpp
│   │   ├── Copy.h
│   │   ├── ExamInfo.cpp
│   │   ├── ExamInfo.h
│   │   ├── ExamSystem.aps
│   │   ├── ExamSystem.clw
│   │   ├── ExamSystem.cpp
│   │   ├── ExamSystemDLG.cpp
│   │   ├── ExamSystemDlg.h
│   │   ├── ExamSystem.dsp
│   │   ├── ExamSystem.dsw
│   │   ├── ExamSystem.h
│   │   ├── ExamSystem.mdb
│   │   ├── ExamSystem.ncb
│   │   ├── ExamSystem.opt
│   │   ├── ExamSystem.plg
│   │   ├── ExamSystem.rc
│   │   ├── Find.cpp
│   │   ├── Find.h
│   │   ├── LOGIN.cpp
│   │   ├── LOGIN.h
│   │   ├── msado15.dll
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── ReadMe.txt
│   │   ├── Register.cpp
│   │   ├── Register.h
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── ExamSystem.ico
│   │   │   ├── ExamSystem.rc2
│   │   │   ├── logo.bmp
│   │   │   ├── Thumbs.db
│   │   │   └── 背景0.bmp
│   │   ├── resource.h
│   │   ├── resource.hm
│   │   ├── ResultSelect.cpp
│   │   ├── ResultSelect.h
│   │   ├── Return.cpp
│   │   ├── Return.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── SQLManage.cpp
│   │   ├── SQLManage.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TestChange.cpp
│   │   ├── TestChange.h
│   │   ├── TestResult.cpp
│   │   ├── TestResult.h
│   │   ├── TextManage.cpp
│   │   └── TextManage.h
│   ├── 04 SQL Server2000
│   │   ├── AddSubject.cpp
│   │   ├── AddSubject.h
│   │   ├── AddTest.cpp
│   │   ├── AddTest.h
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── Back.cpp
│   │   ├── Back.h
│   │   ├── Copy.cpp
│   │   ├── Copy.h
│   │   ├── database
│   │   │   ├── chap4.sql
│   │   │   ├── ExamSystem.ldf
│   │   │   └── ExamSystem.mdf
│   │   ├── ExamInfo.cpp
│   │   ├── ExamInfo.h
│   │   ├── ExamSystem.aps
│   │   ├── ExamSystem.clw
│   │   ├── ExamSystem.cpp
│   │   ├── ExamSystemDLG.cpp
│   │   ├── ExamSystemDlg.h
│   │   ├── ExamSystem.dsp
│   │   ├── ExamSystem.dsw
│   │   ├── ExamSystem.h
│   │   ├── ExamSystem.ncb
│   │   ├── ExamSystem.opt
│   │   ├── ExamSystem.plg
│   │   ├── ExamSystem.rc
│   │   ├── Find.cpp
│   │   ├── Find.h
│   │   ├── LOGIN.cpp
│   │   ├── LOGIN.h
│   │   ├── msado15.dll
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── ReadMe.txt
│   │   ├── Register.cpp
│   │   ├── Register.h
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── ExamSystem.ico
│   │   │   ├── ExamSystem.rc2
│   │   │   ├── logo.bmp
│   │   │   ├── Thumbs.db
│   │   │   └── 背景0.bmp
│   │   ├── resource.h
│   │   ├── resource.hm
│   │   ├── ResultSelect.cpp
│   │   ├── ResultSelect.h
│   │   ├── Return.cpp
│   │   ├── Return.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── SQLManage.cpp
│   │   ├── SQLManage.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TestChange.cpp
│   │   ├── TestChange.h
│   │   ├── TestResult.cpp
│   │   ├── TestResult.h
│   │   ├── TextManage.cpp
│   │   └── TextManage.h
│   └── 04 SQL Server 2005
│   ├── AddSubject.cpp
│   ├── AddSubject.h
│   ├── AddTest.cpp
│   ├── AddTest.h
│   ├── ADOConn.cpp
│   ├── ADOConn.h
│   ├── Back.cpp
│   ├── Back.h
│   ├── Copy.cpp
│   ├── Copy.h
│   ├── database
│   │   ├── chap4.sql
│   │   ├── ExamSystem.ldf
│   │   └── ExamSystem.mdf
│   ├── ExamInfo.cpp
│   ├── ExamInfo.h
│   ├── ExamSystem.aps
│   ├── ExamSystem.clw
│   ├── ExamSystem.cpp
│   ├── ExamSystemDLG.cpp
│   ├── ExamSystemDlg.h
│   ├── ExamSystem.dsp
│   ├── ExamSystem.dsw
│   ├── ExamSystem.h
│   ├── ExamSystem.ncb
│   ├── ExamSystem.opt
│   ├── ExamSystem.plg
│   ├── ExamSystem.rc
│   ├── Find.cpp
│   ├── Find.h
│   ├── LOGIN.cpp
│   ├── LOGIN.h
│   ├── msado15.dll
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── ReadMe.txt
│   ├── Register.cpp
│   ├── Register.h
│   ├── res
│   │   ├── 0003.BMP
│   │   ├── ExamSystem.ico
│   │   ├── ExamSystem.rc2
│   │   ├── logo.bmp
│   │   ├── Thumbs.db
│   │   └── 背景0.bmp
│   ├── resource.h
│   ├── resource.hm
│   ├── ResultSelect.cpp
│   ├── ResultSelect.h
│   ├── Return.cpp
│   ├── Return.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── SQLManage.cpp
│   ├── SQLManage.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── TestChange.cpp
│   ├── TestChange.h
│   ├── TestResult.cpp
│   ├── TestResult.h
│   ├── TextManage.cpp
│   └── TextManage.h
├── chap05
│   ├── 05 Access
│   │   ├── ADDDLG.cpp
│   │   ├── ADDDLG.h
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── BOBADLG.cpp
│   │   ├── BOBADLG.h
│   │   ├── BOOKDLG.cpp
│   │   ├── BOOKDLG.h
│   │   ├── FINDDLG.cpp
│   │   ├── FINDDLG.h
│   │   ├── Hutext.cpp
│   │   ├── Hutext.h
│   │   ├── IMAGE
│   │   │   ├── bmp_back.bmp
│   │   │   ├── logo.bmp
│   │   │   ├── preview.ico
│   │   │   └── toolbar1.bmp
│   │   ├── LibraryDb.mdb
│   │   ├── LibraryManager.aps
│   │   ├── LibraryManager.clw
│   │   ├── LibraryManager.cpp
│   │   ├── LibraryManagerDLG.cpp
│   │   ├── LibraryManagerDLG.h
│   │   ├── LibraryManager.dsp
│   │   ├── LibraryManager.dsw
│   │   ├── LibraryManager.h
│   │   ├── LibraryManager.ncb
│   │   ├── LibraryManager.opt
│   │   ├── LibraryManager.plg
│   │   ├── LibraryManager.rc
│   │   ├── MANAGERDLG.cpp
│   │   ├── MANAGERDLG.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── PASSDLG.cpp
│   │   ├── PASSDLG.h
│   │   ├── PreGoto.cpp
│   │   ├── PreGoto.h
│   │   ├── PreParent.cpp
│   │   ├── PreParent.h
│   │   ├── PreView.cpp
│   │   ├── PreView.h
│   │   ├── READERDLG.cpp
│   │   ├── READERDLG.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── 15.bmp
│   │   │   ├── 16.bmp
│   │   │   ├── 17.bmp
│   │   │   ├── 18.bmp
│   │   │   ├── 19.bmp
│   │   │   ├── bitmap3.bmp
│   │   │   ├── findjoin1.bmp
│   │   │   ├── findjoin.ico
│   │   │   ├── LibraryManager.ico
│   │   │   ├── LibraryManager.rc2
│   │   │   ├── logo.bmp
│   │   │   ├── POINT02.bmp
│   │   │   ├── POINT02.ICO
│   │   │   └── POINT04.ICO
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TONGJIDLG.cpp
│   │   └── TONGJIDLG.h
│   ├── 05 SQL Server2000
│   │   ├── database
│   │   │   ├── pubs_log.ldf
│   │   │   └── pubs.mdf
│   │   └── LibraryManager
│   │   ├── ADDDLG.cpp
│   │   ├── ADDDLG.h
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── BOBADLG.cpp
│   │   ├── BOBADLG.h
│   │   ├── BOOKDLG.cpp
│   │   ├── BOOKDLG.h
│   │   ├── FINDDLG.cpp
│   │   ├── FINDDLG.h
│   │   ├── Hutext.cpp
│   │   ├── Hutext.h
│   │   ├── IMAGE
│   │   │   ├── bmp_back.bmp
│   │   │   ├── logo.bmp
│   │   │   ├── preview.ico
│   │   │   └── toolbar1.bmp
│   │   ├── LibraryManager.aps
│   │   ├── LibraryManager.clw
│   │   ├── LibraryManager.cpp
│   │   ├── LibraryManagerDLG.cpp
│   │   ├── LibraryManagerDLG.h
│   │   ├── LibraryManager.dsp
│   │   ├── LibraryManager.dsw
│   │   ├── LibraryManager.h
│   │   ├── LibraryManager.ncb
│   │   ├── LibraryManager.opt
│   │   ├── LibraryManager.plg
│   │   ├── LibraryManager.rc
│   │   ├── MANAGERDLG.cpp
│   │   ├── MANAGERDLG.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── PASSDLG.cpp
│   │   ├── PASSDLG.h
│   │   ├── PreGoto.cpp
│   │   ├── PreGoto.h
│   │   ├── PreParent.cpp
│   │   ├── PreParent.h
│   │   ├── PreView.cpp
│   │   ├── PreView.h
│   │   ├── READERDLG.cpp
│   │   ├── READERDLG.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── 15.bmp
│   │   │   ├── 16.bmp
│   │   │   ├── 17.bmp
│   │   │   ├── 18.bmp
│   │   │   ├── 19.bmp
│   │   │   ├── bitmap3.bmp
│   │   │   ├── findjoin1.bmp
│   │   │   ├── findjoin.ico
│   │   │   ├── LibraryManager.ico
│   │   │   ├── LibraryManager.rc2
│   │   │   ├── logo.bmp
│   │   │   ├── POINT02.bmp
│   │   │   ├── POINT02.ICO
│   │   │   └── POINT04.ICO
│   │   ├── resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TONGJIDLG.cpp
│   │   └── TONGJIDLG.h
│   └── 05 SQL Server 2005
│   ├── ADDDLG.cpp
│   ├── ADDDLG.h
│   ├── ADOConn.cpp
│   ├── ADOConn.h
│   ├── BOBADLG.cpp
│   ├── BOBADLG.h
│   ├── BOOKDLG.cpp
│   ├── BOOKDLG.h
│   ├── database
│   │   ├── pubs_log.ldf
│   │   └── pubs.mdf
│   ├── FINDDLG.cpp
│   ├── FINDDLG.h
│   ├── Hutext.cpp
│   ├── Hutext.h
│   ├── IMAGE
│   │   ├── bmp_back.bmp
│   │   ├── logo.bmp
│   │   ├── preview.ico
│   │   └── toolbar1.bmp
│   ├── LibraryManager.aps
│   ├── LibraryManager.clw
│   ├── LibraryManager.cpp
│   ├── LibraryManagerDLG.cpp
│   ├── LibraryManagerDLG.h
│   ├── LibraryManager.dsp
│   ├── LibraryManager.dsw
│   ├── LibraryManager.h
│   ├── LibraryManager.ncb
│   ├── LibraryManager.opt
│   ├── LibraryManager.plg
│   ├── LibraryManager.rc
│   ├── MANAGERDLG.cpp
│   ├── MANAGERDLG.h
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── PASSDLG.cpp
│   ├── PASSDLG.h
│   ├── PreGoto.cpp
│   ├── PreGoto.h
│   ├── PreParent.cpp
│   ├── PreParent.h
│   ├── PreView.cpp
│   ├── PreView.h
│   ├── READERDLG.cpp
│   ├── READERDLG.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 0003.BMP
│   │   ├── 15.bmp
│   │   ├── 16.bmp
│   │   ├── 17.bmp
│   │   ├── 18.bmp
│   │   ├── 19.bmp
│   │   ├── bitmap3.bmp
│   │   ├── findjoin1.bmp
│   │   ├── findjoin.ico
│   │   ├── LibraryManager.ico
│   │   ├── LibraryManager.rc2
│   │   ├── logo.bmp
│   │   ├── POINT02.bmp
│   │   ├── POINT02.ICO
│   │   └── POINT04.ICO
│   ├── resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── TONGJIDLG.cpp
│   └── TONGJIDLG.h
├── chap06
│   ├── ChatClient
│   │   ├── bmp128.bmp
│   │   ├── ChatClient.aps
│   │   ├── ChatClient.clw
│   │   ├── ChatClient.cpp
│   │   ├── ChatClientDoc.cpp
│   │   ├── ChatClientDoc.h
│   │   ├── ChatClient.dsp
│   │   ├── ChatClient.dsw
│   │   ├── ChatClient.h
│   │   ├── ChatClient.ncb
│   │   ├── ChatClient.opt
│   │   ├── ChatClient.plg
│   │   ├── ChatClient.rc
│   │   ├── ChatClientView.cpp
│   │   ├── ChatClientView.h
│   │   ├── ChatSocket.cpp
│   │   ├── ChatSocket.h
│   │   ├── CntrItem.cpp
│   │   ├── CntrItem.h
│   │   ├── Debug
│   │   │   └── SkinPlusPlusDLL.dll
│   │   ├── Login.cpp
│   │   ├── Login.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Message.cpp
│   │   ├── Message.h
│   │   ├── OnlineBar.cpp
│   │   ├── OnlineBar.h
│   │   ├── OnlineList.cpp
│   │   ├── OnlineList.h
│   │   ├── ReadMe.txt
│   │   ├── RES
│   │   │   ├── bitmap5.bmp
│   │   │   ├── ChatClient1.ico
│   │   │   ├── ChatClientDoc.ico
│   │   │   ├── ChatClient.ico
│   │   │   ├── ChatClient.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── StdAfx.cpp
│   │   └── StdAfx.h
│   └── chatserver
│   ├── CHATSRVR.001
│   ├── CHATSRVR.002
│   ├── ChatSrvr.aps
│   ├── CHATSRVR.CLW
│   ├── Chatsrvr.cpp
│   ├── chatsrvr.dsp
│   ├── CHATSRVR.DSW
│   ├── CHATSRVR.H
│   ├── CHATSRVR.MAK
│   ├── CHATSRVR.NCB
│   ├── CHATSRVR.OPT
│   ├── CHATSRVR.PLG
│   ├── ChatSrvr.rc
│   ├── CHATSRVR.RC2
│   ├── CleanDlg.cpp
│   ├── CleanDlg.h
│   ├── Clntsock.cpp
│   ├── Clntsock.h
│   ├── Debug
│   │   └── SkinPlusPlusDLL.dll
│   ├── LSTNSOCK.CPP
│   ├── LSTNSOCK.H
│   ├── Mainfrm.cpp
│   ├── MAINFRM.H
│   ├── MAKEFILE
│   ├── Message.cpp
│   ├── Message.h
│   ├── Release
│   │   └── SkinPlusPlusDLL.dll
│   ├── RES
│   │   ├── Chat.ico
│   │   ├── Thumbs.db
│   │   └── TOOLBAR.BMP
│   ├── resource.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── Srvrdoc.cpp
│   ├── Srvrdoc.h
│   ├── SRVRVW.CPP
│   ├── SRVRVW.H
│   ├── STDAFX.CPP
│   ├── Stdafx.h
│   └── TOOLBAR.BMP
├── chap07
│   └── VideoVoiceTrans
│   ├── 14.ico
│   ├── AppFace.h
│   ├── ConnectDlg.cpp
│   ├── ConnectDlg.h
│   ├── Debug
│   │   └── appface.dll
│   ├── decoder
│   │   ├── convert.cpp
│   │   ├── convert.h
│   │   ├── decdef.h
│   │   ├── decstruct.h
│   │   ├── DGlobal.cpp
│   │   ├── DGlobal.h
│   │   ├── GetBits.cpp
│   │   ├── GetBits.h
│   │   ├── GetBlk.cpp
│   │   ├── GetBlk.h
│   │   ├── GetHdr.cpp
│   │   ├── GetHdr.h
│   │   ├── GetPic.cpp
│   │   ├── GetPic.h
│   │   ├── GetVlc.cpp
│   │   ├── GetVlc.h
│   │   ├── Idct.cpp
│   │   ├── Idct.h
│   │   ├── Idctref.cpp
│   │   ├── Idctref.h
│   │   ├── Indices.cpp
│   │   ├── Indices.h
│   │   ├── main.cpp
│   │   ├── Recon.cpp
│   │   ├── Recon.h
│   │   ├── Sac.cpp
│   │   ├── Sac.h
│   │   ├── Sactbls.cpp
│   │   ├── Sactbls.h
│   │   ├── Tmndec.cpp
│   │   ├── Tmndec.h
│   │   └── YuvToRgb.cpp
│   ├── decoder.log
│   ├── DSocket.cpp
│   ├── DSocket.h
│   ├── encoder
│   │   ├── coder.cpp
│   │   ├── coder.h
│   │   ├── config.h
│   │   ├── countbit.cpp
│   │   ├── countbit.h
│   │   ├── ctables.h
│   │   ├── dct.cpp
│   │   ├── dct.h
│   │   ├── def.h
│   │   ├── Global.cpp
│   │   ├── Global.h
│   │   ├── huffman.cpp
│   │   ├── huffman.h
│   │   ├── libr263.cpp
│   │   ├── libr263.h
│   │   ├── mot_est.cpp
│   │   ├── mot_est.h
│   │   ├── owntypes.h
│   │   ├── pred.cpp
│   │   ├── pred.h
│   │   ├── quant.cpp
│   │   ├── quant.h
│   │   ├── rlib.cpp
│   │   ├── rlib.h
│   │   ├── stream.cpp
│   │   ├── stream.h
│   │   └── struct.h
│   ├── Help File HLP.ico
│   ├── main.log
│   ├── Mixer.cpp
│   ├── Mixer.h
│   ├── PlaySound.cpp
│   ├── PlaySound.h
│   ├── playsound.log
│   ├── QuestConnect.cpp
│   ├── QuestConnect.h
│   ├── reatReport.cpp
│   ├── reatReport.h
│   ├── recording.log
│   ├── RecordSound.cpp
│   ├── RecordSound.h
│   ├── REQUESTCON.cpp
│   ├── REQUESTCON.h
│   ├── RequestDlg.cpp
│   ├── RequestDlg.h
│   ├── res
│   │   ├── Thumbs.db
│   │   ├── VideoVoiceTrans.ico
│   │   └── VideoVoiceTrans.rc2
│   ├── resource.h
│   ├── shoot03.ico
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── toolbar1.bmp
│   ├── VideoCapture.cpp
│   ├── VideoCapture.h
│   ├── videocapture.log
│   ├── VideoNet.ncb
│   ├── VideoNet.opt
│   ├── VideoVoiceTrans.aps
│   ├── VideoVoiceTrans.clw
│   ├── VideoVoiceTrans.cpp
│   ├── VideoVoiceTransDLG.cpp
│   ├── VideoVoiceTransDLG.h
│   ├── VideoVoiceTrans.dsp
│   ├── VideoVoiceTrans.dsw
│   ├── VideoVoiceTrans.h
│   ├── VideoVoiceTrans.ico
│   ├── VideoVoiceTrans.ncb
│   ├── VideoVoiceTrans.opt
│   ├── VideoVoiceTrans.plg
│   ├── VideoVoiceTrans.rc
│   ├── Volume.cpp
│   ├── Volume.h
│   └── 修改说明.txt
├── chap08
│   ├── 08 Access
│   │   └── FoodBevManage
│   │   ├── Copydlg.cpp
│   │   ├── Copydlg.h
│   │   ├── CPdlg.cpp
│   │   ├── CPdlg.h
│   │   ├── Debug
│   │   │   └── SkinPlusPlusDLL.dll
│   │   ├── Diancaidlg.cpp
│   │   ├── Diancaidlg.h
│   │   ├── FoodBevMag.mdb
│   │   ├── FoodBevManage.aps
│   │   ├── FoodBevManage.clw
│   │   ├── FoodBevManage.cpp
│   │   ├── FoodBevManageDLG.cpp
│   │   ├── FoodBevManageDLG.h
│   │   ├── FoodBevManage.dsp
│   │   ├── FoodBevManage.dsw
│   │   ├── FoodBevManage.h
│   │   ├── FoodBevManage.ncb
│   │   ├── FoodBevManage.opt
│   │   ├── FoodBevManage.plg
│   │   ├── FoodBevManage.rc
│   │   ├── JHselect.cpp
│   │   ├── JHselect.h
│   │   ├── Jiacaidlg1.cpp
│   │   ├── Jiacaidlg1.h
│   │   ├── Jiezhangdlg.cpp
│   │   ├── Jiezhangdlg.h
│   │   ├── Jinhuodlg.cpp
│   │   ├── Jinhuodlg.h
│   │   ├── Jinhuoselect.cpp
│   │   ├── Jinhuoselect.h
│   │   ├── Kaitaidlg.cpp
│   │   ├── Kaitaidlg.h
│   │   ├── Login1.cpp
│   │   ├── Login1.h
│   │   ├── Logindlg.cpp
│   │   ├── Logindlg.h
│   │   ├── msado15.dll
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── Quanxiandlg.cpp
│   │   ├── Quanxiandlg.h
│   │   ├── Rcxdlg.cpp
│   │   ├── Rcxdlg.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 142.ico
│   │   │   ├── 147.ico
│   │   │   ├── 167.ico
│   │   │   ├── 171.ico
│   │   │   ├── 17.ico
│   │   │   ├── 2.ico
│   │   │   ├── 61.ico
│   │   │   ├── 661.ico
│   │   │   ├── 66.ico
│   │   │   ├── 82.ico
│   │   │   ├── 91.ico
│   │   │   ├── FoodBevManage.rc2
│   │   │   ├── icon2.ico
│   │   │   ├── pay.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── 买单.ico
│   │   │   ├── 加减菜.ico
│   │   │   ├── 加菜.ico
│   │   │   ├── 员工注册.ico
│   │   │   ├── 开单.ICO
│   │   │   ├── 开台1.ico
│   │   │   ├── 开台.ico
│   │   │   ├── 收入.ico
│   │   │   ├── 添加.ico
│   │   │   ├── 登录.bmp
│   │   │   ├── 系统登录1.ico
│   │   │   ├── 系统登录.ico
│   │   │   ├── 背景.bmp
│   │   │   └── 退出.ico
│   │   ├── resource.h
│   │   ├── Returndlg.cpp
│   │   ├── Returndlg.h
│   │   ├── Shuliangdlg.cpp
│   │   ├── Shuliangdlg.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── SLdlg.cpp
│   │   ├── SLdlg.h
│   │   ├── SpInfo.cpp
│   │   ├── SpInfo.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Ycxdlg.cpp
│   │   ├── Ycxdlg.h
│   │   ├── Zhucedlg.cpp
│   │   └── Zhucedlg.h
│   ├── 08 SQL Server2000
│   │   ├── Copydlg.cpp
│   │   ├── Copydlg.h
│   │   ├── CPdlg.cpp
│   │   ├── CPdlg.h
│   │   ├── database
│   │   │   ├── chap8.sql
│   │   │   ├── FoodBevMag.ldf
│   │   │   └── FoodBevMag.mdf
│   │   ├── Diancaidlg.cpp
│   │   ├── Diancaidlg.h
│   │   ├── FoodBevManage.aps
│   │   ├── FoodBevManage.clw
│   │   ├── FoodBevManage.cpp
│   │   ├── FoodBevManageDLG.cpp
│   │   ├── FoodBevManageDLG.h
│   │   ├── FoodBevManage.dsp
│   │   ├── FoodBevManage.dsw
│   │   ├── FoodBevManage.h
│   │   ├── FoodBevManage.ncb
│   │   ├── FoodBevManage.opt
│   │   ├── FoodBevManage.plg
│   │   ├── FoodBevManage.rc
│   │   ├── JHselect.cpp
│   │   ├── JHselect.h
│   │   ├── Jiacaidlg1.cpp
│   │   ├── Jiacaidlg1.h
│   │   ├── Jiezhangdlg.cpp
│   │   ├── Jiezhangdlg.h
│   │   ├── Jinhuodlg.cpp
│   │   ├── Jinhuodlg.h
│   │   ├── Jinhuoselect.cpp
│   │   ├── Jinhuoselect.h
│   │   ├── Kaitaidlg.cpp
│   │   ├── Kaitaidlg.h
│   │   ├── Login1.cpp
│   │   ├── Login1.h
│   │   ├── Logindlg.cpp
│   │   ├── Logindlg.h
│   │   ├── msado15.dll
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── Quanxiandlg.cpp
│   │   ├── Quanxiandlg.h
│   │   ├── Rcxdlg.cpp
│   │   ├── Rcxdlg.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 142.ico
│   │   │   ├── 147.ico
│   │   │   ├── 167.ico
│   │   │   ├── 171.ico
│   │   │   ├── 17.ico
│   │   │   ├── 2.ico
│   │   │   ├── 61.ico
│   │   │   ├── 661.ico
│   │   │   ├── 66.ico
│   │   │   ├── 82.ico
│   │   │   ├── 91.ico
│   │   │   ├── FoodBevManage.rc2
│   │   │   ├── icon2.ico
│   │   │   ├── pay.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── 买单.ico
│   │   │   ├── 加减菜.ico
│   │   │   ├── 加菜.ico
│   │   │   ├── 员工注册.ico
│   │   │   ├── 开单.ICO
│   │   │   ├── 开台1.ico
│   │   │   ├── 开台.ico
│   │   │   ├── 收入.ico
│   │   │   ├── 添加.ico
│   │   │   ├── 登录.bmp
│   │   │   ├── 系统登录1.ico
│   │   │   ├── 系统登录.ico
│   │   │   ├── 背景.bmp
│   │   │   └── 退出.ico
│   │   ├── resource.h
│   │   ├── Returndlg.cpp
│   │   ├── Returndlg.h
│   │   ├── Shuliangdlg.cpp
│   │   ├── Shuliangdlg.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── SLdlg.cpp
│   │   ├── SLdlg.h
│   │   ├── SpInfo.cpp
│   │   ├── SpInfo.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Ycxdlg.cpp
│   │   ├── Ycxdlg.h
│   │   ├── Zhucedlg.cpp
│   │   └── Zhucedlg.h
│   └── 08 SQL Server 2005
│   ├── Copydlg.cpp
│   ├── Copydlg.h
│   ├── CPdlg.cpp
│   ├── CPdlg.h
│   ├── database
│   │   ├── chap8.sql
│   │   ├── FoodBevMag.ldf
│   │   └── FoodBevMag.mdf
│   ├── Diancaidlg.cpp
│   ├── Diancaidlg.h
│   ├── FoodBevManage.aps
│   ├── FoodBevManage.clw
│   ├── FoodBevManage.cpp
│   ├── FoodBevManageDLG.cpp
│   ├── FoodBevManageDLG.h
│   ├── FoodBevManage.dsp
│   ├── FoodBevManage.dsw
│   ├── FoodBevManage.h
│   ├── FoodBevManage.ncb
│   ├── FoodBevManage.opt
│   ├── FoodBevManage.plg
│   ├── FoodBevManage.rc
│   ├── JHselect.cpp
│   ├── JHselect.h
│   ├── Jiacaidlg1.cpp
│   ├── Jiacaidlg1.h
│   ├── Jiezhangdlg.cpp
│   ├── Jiezhangdlg.h
│   ├── Jinhuodlg.cpp
│   ├── Jinhuodlg.h
│   ├── Jinhuoselect.cpp
│   ├── Jinhuoselect.h
│   ├── Kaitaidlg.cpp
│   ├── Kaitaidlg.h
│   ├── Login1.cpp
│   ├── Login1.h
│   ├── Logindlg.cpp
│   ├── Logindlg.h
│   ├── msado15.dll
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── Quanxiandlg.cpp
│   ├── Quanxiandlg.h
│   ├── Rcxdlg.cpp
│   ├── Rcxdlg.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 142.ico
│   │   ├── 147.ico
│   │   ├── 167.ico
│   │   ├── 171.ico
│   │   ├── 17.ico
│   │   ├── 2.ico
│   │   ├── 61.ico
│   │   ├── 661.ico
│   │   ├── 66.ico
│   │   ├── 82.ico
│   │   ├── 91.ico
│   │   ├── FoodBevManage.rc2
│   │   ├── icon2.ico
│   │   ├── pay.ico
│   │   ├── Thumbs.db
│   │   ├── 买单.ico
│   │   ├── 加减菜.ico
│   │   ├── 加菜.ico
│   │   ├── 员工注册.ico
│   │   ├── 开单.ICO
│   │   ├── 开台1.ico
│   │   ├── 开台.ico
│   │   ├── 收入.ico
│   │   ├── 添加.ico
│   │   ├── 登录.bmp
│   │   ├── 系统登录1.ico
│   │   ├── 系统登录.ico
│   │   ├── 背景.bmp
│   │   └── 退出.ico
│   ├── resource.h
│   ├── Returndlg.cpp
│   ├── Returndlg.h
│   ├── Shuliangdlg.cpp
│   ├── Shuliangdlg.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── SLdlg.cpp
│   ├── SLdlg.h
│   ├── SpInfo.cpp
│   ├── SpInfo.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Ycxdlg.cpp
│   ├── Ycxdlg.h
│   ├── Zhucedlg.cpp
│   └── Zhucedlg.h
├── chap09
│   ├── 09 Access
│   │   └── ShopManage
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── CellRange.h
│   │   ├── Debug
│   │   │   └── data
│   │   │   ├── LOG
│   │   │   │   ├── 20100203151327.txt
│   │   │   │   ├── 20100203153755.txt
│   │   │   │   ├── 20100203155404.txt
│   │   │   │   └── 20100203155422.txt
│   │   │   └── ShopData.mdb
│   │   ├── DlgAll.cpp
│   │   ├── DlgAll.h
│   │   ├── DlgDanganBase.cpp
│   │   ├── DlgDanganBase.h
│   │   ├── DlgFenJiBase.cpp
│   │   ├── DlgFenJiBase.h
│   │   ├── DlgFenLeiBase.cpp
│   │   ├── DlgFenLeiBase.h
│   │   ├── DlgGongYingShangBase.cpp
│   │   ├── DlgGongYingShangBase.h
│   │   ├── DlgJiaGePiLiang.cpp
│   │   ├── DlgJiaGePiLiang.h
│   │   ├── DlgJiaGeSheZhi.cpp
│   │   ├── DlgJiaGeSheZhi.h
│   │   ├── DlgJinHuoKanDan.cpp
│   │   ├── DlgJinHuoKanDan.h
│   │   ├── DlgJinHuoTuiDan.cpp
│   │   ├── DlgJinHuoTuiDan.h
│   │   ├── DlgLogo.cpp
│   │   ├── DlgLogo.h
│   │   ├── DlgPrint.cpp
│   │   ├── DlgPrint.h
│   │   ├── DlgPwd.cpp
│   │   ├── DlgPwd.h
│   │   ├── DlgQuit.cpp
│   │   ├── DlgQuit.h
│   │   ├── DLgReport.cpp
│   │   ├── DLgReport.h
│   │   ├── DlgXiaoShouKanDan.cpp
│   │   ├── DlgXiaoShouKanDan.h
│   │   ├── DlgXiaoShouTuiDan.cpp
│   │   ├── DlgXiaoShouTuiDan.h
│   │   ├── DlgYongHuGuanLi.cpp
│   │   ├── DlgYongHuGuanLi.h
│   │   ├── excel9.cpp
│   │   ├── excel9.h
│   │   ├── FileOperate.cpp
│   │   ├── FileOperate.h
│   │   ├── Gload.cpp
│   │   ├── Gload.h
│   │   ├── GridCellBase.cpp
│   │   ├── GridCellBase.h
│   │   ├── GridCell.cpp
│   │   ├── GridCell.h
│   │   ├── GridCtrl.cpp
│   │   ├── GridCtrl.h
│   │   ├── GridDropTarget.cpp
│   │   ├── GridDropTarget.h
│   │   ├── HyperLink.cpp
│   │   ├── HyperLink.h
│   │   ├── InPlaceEdit.cpp
│   │   ├── InPlaceEdit.h
│   │   ├── MemDC.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── MyButton.cpp
│   │   ├── MyButton.h
│   │   ├── MyChiToLetter.cpp
│   │   ├── MyChiToLetter.h
│   │   ├── MyDateEdit.cpp
│   │   ├── MyDateEdit.h
│   │   ├── MyExcel.cpp
│   │   ├── MyExcel.h
│   │   ├── MyMenu.cpp
│   │   ├── MyMenu.h
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.h
│   │   ├── MyTime.cpp
│   │   ├── MyTime.h
│   │   ├── MyToolBar.cpp
│   │   ├── MyToolBar.h
│   │   ├── Picture
│   │   │   ├── cursor1.cur
│   │   │   ├── DHDJ.BMP
│   │   │   ├── Excel.ico
│   │   │   ├── ico00001.ico
│   │   │   ├── ico00002.ico
│   │   │   ├── ico00003.ico
│   │   │   ├── icon2.ico
│   │   │   ├── JianTou2.bmp
│   │   │   ├── JianTou.bmp
│   │   │   ├── KCPD.BMP
│   │   │   ├── logo.bmp
│   │   │   ├── modify.ico
│   │   │   ├── Printers11.ico
│   │   │   ├── RKDJ.BMP
│   │   │   ├── RKJZ.BMP
│   │   │   ├── RKTH.BMP
│   │   │   ├── Thumbs.db
│   │   │   ├── 一级.ico
│   │   │   ├── 二级.ico
│   │   │   ├── 产品完工入库.ICO
│   │   │   ├── 修改.ico
│   │   │   ├── 基础信息.ICO
│   │   │   ├── 增加.ico
│   │   │   ├── 工作证.ico
│   │   │   ├── 批量修改.ico
│   │   │   ├── 添加.ico
│   │   │   ├── 添加下级.ico
│   │   │   ├── 添加同级.ICO
│   │   │   ├── 物料入库.ICO
│   │   │   ├── 生产领料.ICO
│   │   │   └── 统计.ico
│   │   ├── PrintFrame.cpp
│   │   ├── PrintFrame.h
│   │   ├── PrintView.cpp
│   │   ├── PrintView.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── Button.ico
│   │   │   ├── Main.ico
│   │   │   ├── ShopManage.ico
│   │   │   ├── ShopManage.rc2
│   │   │   ├── sms_search.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── ShopData.mdb
│   │   ├── ShopManage.aps
│   │   ├── ShopManage.clw
│   │   ├── ShopManage.cpp
│   │   ├── ShopManageDlg.cpp
│   │   ├── ShopManageDlg.h
│   │   ├── ShopManage.dsp
│   │   ├── ShopManage.dsw
│   │   ├── ShopManage.h
│   │   ├── ShopManage.ncb
│   │   ├── ShopManage.opt
│   │   ├── ShopManage.plg
│   │   ├── ShopManage.rc
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Thumbs.db
│   │   ├── TitleTip.cpp
│   │   └── TitleTip.h
│   ├── 09 SQL Server2000
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── CellRange.h
│   │   ├── database
│   │   │   ├── chap9.sql
│   │   │   ├── ShopData.ldf
│   │   │   └── ShopData.mdf
│   │   ├── DlgAll.cpp
│   │   ├── DlgAll.h
│   │   ├── DlgDanganBase.cpp
│   │   ├── DlgDanganBase.h
│   │   ├── DlgFenJiBase.cpp
│   │   ├── DlgFenJiBase.h
│   │   ├── DlgFenLeiBase.cpp
│   │   ├── DlgFenLeiBase.h
│   │   ├── DlgGongYingShangBase.cpp
│   │   ├── DlgGongYingShangBase.h
│   │   ├── DlgJiaGePiLiang.cpp
│   │   ├── DlgJiaGePiLiang.h
│   │   ├── DlgJiaGeSheZhi.cpp
│   │   ├── DlgJiaGeSheZhi.h
│   │   ├── DlgJinHuoKanDan.cpp
│   │   ├── DlgJinHuoKanDan.h
│   │   ├── DlgJinHuoTuiDan.cpp
│   │   ├── DlgJinHuoTuiDan.h
│   │   ├── DlgLogo.cpp
│   │   ├── DlgLogo.h
│   │   ├── DlgPrint.cpp
│   │   ├── DlgPrint.h
│   │   ├── DlgPwd.cpp
│   │   ├── DlgPwd.h
│   │   ├── DlgQuit.cpp
│   │   ├── DlgQuit.h
│   │   ├── DLgReport.cpp
│   │   ├── DLgReport.h
│   │   ├── DlgXiaoShouKanDan.cpp
│   │   ├── DlgXiaoShouKanDan.h
│   │   ├── DlgXiaoShouTuiDan.cpp
│   │   ├── DlgXiaoShouTuiDan.h
│   │   ├── DlgYongHuGuanLi.cpp
│   │   ├── DlgYongHuGuanLi.h
│   │   ├── excel9.cpp
│   │   ├── excel9.h
│   │   ├── FileOperate.cpp
│   │   ├── FileOperate.h
│   │   ├── Gload.cpp
│   │   ├── Gload.h
│   │   ├── GridCellBase.cpp
│   │   ├── GridCellBase.h
│   │   ├── GridCell.cpp
│   │   ├── GridCell.h
│   │   ├── GridCtrl.cpp
│   │   ├── GridCtrl.h
│   │   ├── GridDropTarget.cpp
│   │   ├── GridDropTarget.h
│   │   ├── HyperLink.cpp
│   │   ├── HyperLink.h
│   │   ├── InPlaceEdit.cpp
│   │   ├── InPlaceEdit.h
│   │   ├── MemDC.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── MyButton.cpp
│   │   ├── MyButton.h
│   │   ├── MyChiToLetter.cpp
│   │   ├── MyChiToLetter.h
│   │   ├── MyDateEdit.cpp
│   │   ├── MyDateEdit.h
│   │   ├── MyExcel.cpp
│   │   ├── MyExcel.h
│   │   ├── MyMenu.cpp
│   │   ├── MyMenu.h
│   │   ├── MyPrint.cpp
│   │   ├── MyPrint.h
│   │   ├── MyTime.cpp
│   │   ├── MyTime.h
│   │   ├── MyToolBar.cpp
│   │   ├── MyToolBar.h
│   │   ├── Picture
│   │   │   ├── cursor1.cur
│   │   │   ├── DHDJ.BMP
│   │   │   ├── Excel.ico
│   │   │   ├── ico00001.ico
│   │   │   ├── ico00002.ico
│   │   │   ├── ico00003.ico
│   │   │   ├── icon2.ico
│   │   │   ├── JianTou2.bmp
│   │   │   ├── JianTou.bmp
│   │   │   ├── KCPD.BMP
│   │   │   ├── logo.bmp
│   │   │   ├── modify.ico
│   │   │   ├── Printers11.ico
│   │   │   ├── RKDJ.BMP
│   │   │   ├── RKJZ.BMP
│   │   │   ├── RKTH.BMP
│   │   │   ├── Thumbs.db
│   │   │   ├── 一级.ico
│   │   │   ├── 二级.ico
│   │   │   ├── 产品完工入库.ICO
│   │   │   ├── 修改.ico
│   │   │   ├── 基础信息.ICO
│   │   │   ├── 增加.ico
│   │   │   ├── 工作证.ico
│   │   │   ├── 批量修改.ico
│   │   │   ├── 添加.ico
│   │   │   ├── 添加下级.ico
│   │   │   ├── 添加同级.ICO
│   │   │   ├── 物料入库.ICO
│   │   │   ├── 生产领料.ICO
│   │   │   └── 统计.ico
│   │   ├── PrintFrame.cpp
│   │   ├── PrintFrame.h
│   │   ├── PrintView.cpp
│   │   ├── PrintView.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── Button.ico
│   │   │   ├── Main.ico
│   │   │   ├── ShopManage.ico
│   │   │   ├── ShopManage.rc2
│   │   │   ├── sms_search.ico
│   │   │   └── Thumbs.db
│   │   ├── resource.h
│   │   ├── ShopManage.aps
│   │   ├── ShopManage.clw
│   │   ├── ShopManage.cpp
│   │   ├── ShopManageDlg.cpp
│   │   ├── ShopManageDlg.h
│   │   ├── ShopManage.dsp
│   │   ├── ShopManage.dsw
│   │   ├── ShopManage.h
│   │   ├── ShopManage.ncb
│   │   ├── ShopManage.opt
│   │   ├── ShopManage.plg
│   │   ├── ShopManage.rc
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── TitleTip.cpp
│   │   └── TitleTip.h
│   └── 09 SQL Server 2005
│   ├── ADOConn.cpp
│   ├── ADOConn.h
│   ├── CellRange.h
│   ├── database
│   │   ├── chap9.sql
│   │   ├── ShopData.ldf
│   │   └── ShopData.mdf
│   ├── DlgAll.cpp
│   ├── DlgAll.h
│   ├── DlgDanganBase.cpp
│   ├── DlgDanganBase.h
│   ├── DlgFenJiBase.cpp
│   ├── DlgFenJiBase.h
│   ├── DlgFenLeiBase.cpp
│   ├── DlgFenLeiBase.h
│   ├── DlgGongYingShangBase.cpp
│   ├── DlgGongYingShangBase.h
│   ├── DlgJiaGePiLiang.cpp
│   ├── DlgJiaGePiLiang.h
│   ├── DlgJiaGeSheZhi.cpp
│   ├── DlgJiaGeSheZhi.h
│   ├── DlgJinHuoKanDan.cpp
│   ├── DlgJinHuoKanDan.h
│   ├── DlgJinHuoTuiDan.cpp
│   ├── DlgJinHuoTuiDan.h
│   ├── DlgLogo.cpp
│   ├── DlgLogo.h
│   ├── DlgPrint.cpp
│   ├── DlgPrint.h
│   ├── DlgPwd.cpp
│   ├── DlgPwd.h
│   ├── DlgQuit.cpp
│   ├── DlgQuit.h
│   ├── DLgReport.cpp
│   ├── DLgReport.h
│   ├── DlgXiaoShouKanDan.cpp
│   ├── DlgXiaoShouKanDan.h
│   ├── DlgXiaoShouTuiDan.cpp
│   ├── DlgXiaoShouTuiDan.h
│   ├── DlgYongHuGuanLi.cpp
│   ├── DlgYongHuGuanLi.h
│   ├── excel9.cpp
│   ├── excel9.h
│   ├── FileOperate.cpp
│   ├── FileOperate.h
│   ├── Gload.cpp
│   ├── Gload.h
│   ├── GridCellBase.cpp
│   ├── GridCellBase.h
│   ├── GridCell.cpp
│   ├── GridCell.h
│   ├── GridCtrl.cpp
│   ├── GridCtrl.h
│   ├── GridDropTarget.cpp
│   ├── GridDropTarget.h
│   ├── HyperLink.cpp
│   ├── HyperLink.h
│   ├── InPlaceEdit.cpp
│   ├── InPlaceEdit.h
│   ├── MemDC.h
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── MyButton.cpp
│   ├── MyButton.h
│   ├── MyChiToLetter.cpp
│   ├── MyChiToLetter.h
│   ├── MyDateEdit.cpp
│   ├── MyDateEdit.h
│   ├── MyExcel.cpp
│   ├── MyExcel.h
│   ├── MyMenu.cpp
│   ├── MyMenu.h
│   ├── MyPrint.cpp
│   ├── MyPrint.h
│   ├── MyTime.cpp
│   ├── MyTime.h
│   ├── MyToolBar.cpp
│   ├── MyToolBar.h
│   ├── Picture
│   │   ├── cursor1.cur
│   │   ├── DHDJ.BMP
│   │   ├── Excel.ico
│   │   ├── ico00001.ico
│   │   ├── ico00002.ico
│   │   ├── ico00003.ico
│   │   ├── icon2.ico
│   │   ├── JianTou2.bmp
│   │   ├── JianTou.bmp
│   │   ├── KCPD.BMP
│   │   ├── logo.bmp
│   │   ├── modify.ico
│   │   ├── Printers11.ico
│   │   ├── RKDJ.BMP
│   │   ├── RKJZ.BMP
│   │   ├── RKTH.BMP
│   │   ├── Thumbs.db
│   │   ├── 一级.ico
│   │   ├── 二级.ico
│   │   ├── 产品完工入库.ICO
│   │   ├── 修改.ico
│   │   ├── 基础信息.ICO
│   │   ├── 增加.ico
│   │   ├── 工作证.ico
│   │   ├── 批量修改.ico
│   │   ├── 添加.ico
│   │   ├── 添加下级.ico
│   │   ├── 添加同级.ICO
│   │   ├── 物料入库.ICO
│   │   ├── 生产领料.ICO
│   │   └── 统计.ico
│   ├── PrintFrame.cpp
│   ├── PrintFrame.h
│   ├── PrintView.cpp
│   ├── PrintView.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── Button.ico
│   │   ├── Main.ico
│   │   ├── ShopManage.ico
│   │   ├── ShopManage.rc2
│   │   ├── sms_search.ico
│   │   └── Thumbs.db
│   ├── resource.h
│   ├── ShopManage.aps
│   ├── ShopManage.clw
│   ├── ShopManage.cpp
│   ├── ShopManageDlg.cpp
│   ├── ShopManageDlg.h
│   ├── ShopManage.dsp
│   ├── ShopManage.dsw
│   ├── ShopManage.h
│   ├── ShopManage.ncb
│   ├── ShopManage.opt
│   ├── ShopManage.plg
│   ├── ShopManage.rc
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── TitleTip.cpp
│   └── TitleTip.h
├── chap10
│   ├── 10 Access
│   │   └── StorageManage
│   │   ├── AFXIMPL.H
│   │   ├── BaseList.cpp
│   │   ├── BaseList.h
│   │   ├── BasePop.cpp
│   │   ├── BasePop.h
│   │   ├── BaseTabCtrl1.cpp
│   │   ├── BaseTabCtrl1.h
│   │   ├── Crypt.cpp
│   │   ├── Crypt.h
│   │   ├── DataDH.cpp
│   │   ├── DataDH.h
│   │   ├── DataHW.cpp
│   │   ├── DataHW.h
│   │   ├── DataKC.cpp
│   │   ├── DataKC.h
│   │   ├── DataKH.cpp
│   │   ├── DataKH.h
│   │   ├── DataTable.cpp
│   │   ├── DataTable.h
│   │   ├── DataXS.cpp
│   │   ├── DataXS.h
│   │   ├── DataYG.cpp
│   │   ├── DataYG.h
│   │   ├── Debug
│   │   │   └── StorageManageDB.mdb
│   │   ├── DialogUsers.cpp
│   │   ├── DialogUsers.h
│   │   ├── DlgBF.cpp
│   │   ├── DlgBF.h
│   │   ├── DlgChangePassWord.cpp
│   │   ├── DlgChangePassWord.h
│   │   ├── DlgCK.cpp
│   │   ├── DlgCK.h
│   │   ├── DlgDHDJ.cpp
│   │   ├── DlgDHDJ.h
│   │   ├── DlgDHINFO.cpp
│   │   ├── DlgDHINFO.h
│   │   ├── DlgGYS.cpp
│   │   ├── DlgGYS.h
│   │   ├── DlgHF.cpp
│   │   ├── DlgHF.h
│   │   ├── dlghwinfo.h
│   │   ├── DlgHWNFO.cpp
│   │   ├── DlgKCINFO.cpp
│   │   ├── DlgKCINFO.h
│   │   ├── DlgKCPD.cpp
│   │   ├── DlgKCPD.h
│   │   ├── DlgKH.cpp
│   │   ├── DlgKH.h
│   │   ├── DlgLogin.cpp
│   │   ├── DlgLogin.h
│   │   ├── DlgPurview.cpp
│   │   ├── DlgPurview.h
│   │   ├── DlgRj.cpp
│   │   ├── DlgRj.h
│   │   ├── DlgRkQuery.cpp
│   │   ├── DlgRkQuery.h
│   │   ├── DlgTheCK.cpp
│   │   ├── DlgTheCK.h
│   │   ├── DlgUserPurview.cpp
│   │   ├── DlgUserPurview.h
│   │   ├── DlgWLZ.cpp
│   │   ├── DlgWLZ.h
│   │   ├── DlgXSDJ.cpp
│   │   ├── DlgXSDJ.h
│   │   ├── DlgXSINFO.cpp
│   │   ├── DlgXSINFO.h
│   │   ├── DlgXSJZ.cpp
│   │   ├── DlgXSJZ.h
│   │   ├── DlgXSTH.cpp
│   │   ├── DlgXSTH.h
│   │   ├── DlgXSTHINFO.cpp
│   │   ├── DlgXSTHINFO.h
│   │   ├── DlgYG.cpp
│   │   ├── DlgYG.h
│   │   ├── DrawDlg.cpp
│   │   ├── DrawDlg.h
│   │   ├── DrawTH.cpp
│   │   ├── DrawTH.h
│   │   ├── DrawXSDJ.cpp
│   │   ├── DrawXSDJ.h
│   │   ├── GeneralEdit.cpp
│   │   ├── GeneralEdit.h
│   │   ├── LineEdit.cpp
│   │   ├── LineEdit.h
│   │   ├── ListCtrlPop.cpp
│   │   ├── ListCtrlPop.h
│   │   ├── ListDHDJ.cpp
│   │   ├── ListDHDJ.h
│   │   ├── ListKCPD1.cpp
│   │   ├── ListKCPD1.h
│   │   ├── ListRKDJ.cpp
│   │   ├── ListRKDJ.h
│   │   ├── ListXSDJ.cpp
│   │   ├── ListXSDJ.h
│   │   ├── ListXSTH.cpp
│   │   ├── ListXSTH.h
│   │   ├── LSingleDocTemplate.cpp
│   │   ├── LSingleDocTemplate.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── MyFrame.cpp
│   │   ├── MyFrame.h
│   │   ├── myfunction.cpp
│   │   ├── myfunction.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── MyView.cpp
│   │   ├── MyView.h
│   │   ├── PreView.cpp
│   │   ├── PreView.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── bitmap3.bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── CRDFLE13.ICO
│   │   │   ├── icon1.ico
│   │   │   ├── icon_pri.ico
│   │   │   ├── mainback.bmp
│   │   │   ├── standard.bmp
│   │   │   ├── StorageManage.ico
│   │   │   ├── StorageManage.rc2
│   │   │   ├── toolbar1.bmp
│   │   │   ├── TOOLBAR2.BMP
│   │   │   └── TOOLBAR.BMP
│   │   ├── resource.h
│   │   ├── ScrollPrintDoc.cpp
│   │   ├── ScrollPrintDoc.h
│   │   ├── ScrollPrintView.cpp
│   │   ├── ScrollPrintView.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── StandardBar.cpp
│   │   ├── StandardBar.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StorageManage.aps
│   │   ├── StorageManage.clw
│   │   ├── StorageManage.cpp
│   │   ├── StorageManageDB.mdb
│   │   ├── StorageManageDLG.cpp
│   │   ├── StorageManageDLG.h
│   │   ├── StorageManage.dsp
│   │   ├── StorageManage.dsw
│   │   ├── StorageManage.h
│   │   ├── StorageManage.ncb
│   │   ├── StorageManage.opt
│   │   ├── StorageManage.plg
│   │   ├── StorageManage.rc
│   │   ├── TabDH.cpp
│   │   ├── TabDH.h
│   │   ├── TabHW.cpp
│   │   ├── TabHW.h
│   │   ├── TabKC.cpp
│   │   ├── TabKC.h
│   │   ├── TabKH.cpp
│   │   ├── TabKH.h
│   │   ├── TabXS.cpp
│   │   ├── TabXS.h
│   │   ├── TabXSTH.cpp
│   │   ├── TabXSTH.h
│   │   ├── TabYG.cpp
│   │   ├── TabYG.h
│   │   ├── TOOLBAR1.CPP
│   │   ├── TOOLBAR1.H
│   │   ├── TRACEWIN.H
│   │   ├── WhiteFrame.cpp
│   │   ├── WhiteFrame.h
│   │   ├── WhiteRect.cpp
│   │   └── WhiteRect.h
│   ├── 10 SQL Server2000
│   │   ├── AFXIMPL.H
│   │   ├── BaseList.cpp
│   │   ├── BaseList.h
│   │   ├── BasePop.cpp
│   │   ├── BasePop.h
│   │   ├── BaseTabCtrl1.cpp
│   │   ├── BaseTabCtrl1.h
│   │   ├── Crypt.cpp
│   │   ├── Crypt.h
│   │   ├── DataDH.cpp
│   │   ├── DataDH.h
│   │   ├── DataHW.cpp
│   │   ├── DataHW.h
│   │   ├── DataKC.cpp
│   │   ├── DataKC.h
│   │   ├── DataKH.cpp
│   │   ├── DataKH.h
│   │   ├── DataTable.cpp
│   │   ├── DataTable.h
│   │   ├── DataXS.cpp
│   │   ├── DataXS.h
│   │   ├── DataYG.cpp
│   │   ├── DataYG.h
│   │   ├── DialogUsers.cpp
│   │   ├── DialogUsers.h
│   │   ├── DlgBF.cpp
│   │   ├── DlgBF.h
│   │   ├── DlgChangePassWord.cpp
│   │   ├── DlgChangePassWord.h
│   │   ├── DlgCK.cpp
│   │   ├── DlgCK.h
│   │   ├── DlgDHDJ.cpp
│   │   ├── DlgDHDJ.h
│   │   ├── DlgDHINFO.cpp
│   │   ├── DlgDHINFO.h
│   │   ├── DlgGYS.cpp
│   │   ├── DlgGYS.h
│   │   ├── DlgHF.cpp
│   │   ├── DlgHF.h
│   │   ├── dlghwinfo.h
│   │   ├── DlgHWNFO.cpp
│   │   ├── DlgKCINFO.cpp
│   │   ├── DlgKCINFO.h
│   │   ├── DlgKCPD.cpp
│   │   ├── DlgKCPD.h
│   │   ├── DlgKH.cpp
│   │   ├── DlgKH.h
│   │   ├── DlgLogin.cpp
│   │   ├── DlgLogin.h
│   │   ├── DlgPurview.cpp
│   │   ├── DlgPurview.h
│   │   ├── DlgRj.cpp
│   │   ├── DlgRj.h
│   │   ├── DlgRkQuery.cpp
│   │   ├── DlgRkQuery.h
│   │   ├── DlgTheCK.cpp
│   │   ├── DlgTheCK.h
│   │   ├── DlgUserPurview.cpp
│   │   ├── DlgUserPurview.h
│   │   ├── DlgWLZ.cpp
│   │   ├── DlgWLZ.h
│   │   ├── DlgXSDJ.cpp
│   │   ├── DlgXSDJ.h
│   │   ├── DlgXSINFO.cpp
│   │   ├── DlgXSINFO.h
│   │   ├── DlgXSJZ.cpp
│   │   ├── DlgXSJZ.h
│   │   ├── DlgXSTH.cpp
│   │   ├── DlgXSTH.h
│   │   ├── DlgXSTHINFO.cpp
│   │   ├── DlgXSTHINFO.h
│   │   ├── DlgYG.cpp
│   │   ├── DlgYG.h
│   │   ├── DrawDlg.cpp
│   │   ├── DrawDlg.h
│   │   ├── DrawTH.cpp
│   │   ├── DrawTH.h
│   │   ├── DrawXSDJ.cpp
│   │   ├── DrawXSDJ.h
│   │   ├── GeneralEdit.cpp
│   │   ├── GeneralEdit.h
│   │   ├── LineEdit.cpp
│   │   ├── LineEdit.h
│   │   ├── ListCtrlPop.cpp
│   │   ├── ListCtrlPop.h
│   │   ├── ListDHDJ.cpp
│   │   ├── ListDHDJ.h
│   │   ├── ListKCPD1.cpp
│   │   ├── ListKCPD1.h
│   │   ├── ListRKDJ.cpp
│   │   ├── ListRKDJ.h
│   │   ├── ListXSDJ.cpp
│   │   ├── ListXSDJ.h
│   │   ├── ListXSTH.cpp
│   │   ├── ListXSTH.h
│   │   ├── LSingleDocTemplate.cpp
│   │   ├── LSingleDocTemplate.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── MyFrame.cpp
│   │   ├── MyFrame.h
│   │   ├── myfunction.cpp
│   │   ├── myfunction.h
│   │   ├── MyPrintView.cpp
│   │   ├── MyPrintView.h
│   │   ├── MyView.cpp
│   │   ├── MyView.h
│   │   ├── PreView.cpp
│   │   ├── PreView.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 0003.BMP
│   │   │   ├── bitmap3.bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── CRDFLE13.ICO
│   │   │   ├── icon1.ico
│   │   │   ├── icon_pri.ico
│   │   │   ├── mainback.bmp
│   │   │   ├── standard.bmp
│   │   │   ├── StorageManage.ico
│   │   │   ├── StorageManage.rc2
│   │   │   ├── toolbar1.bmp
│   │   │   ├── TOOLBAR2.BMP
│   │   │   └── TOOLBAR.BMP
│   │   ├── resource.h
│   │   ├── ScrollPrintDoc.cpp
│   │   ├── ScrollPrintDoc.h
│   │   ├── ScrollPrintView.cpp
│   │   ├── ScrollPrintView.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── StandardBar.cpp
│   │   ├── StandardBar.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── StorageManage.aps
│   │   ├── StorageManage.clw
│   │   ├── StorageManage.cpp
│   │   ├── StorageManageDLG.cpp
│   │   ├── StorageManageDLG.h
│   │   ├── StorageManage.dsp
│   │   ├── StorageManage.dsw
│   │   ├── StorageManage.h
│   │   ├── StorageManage.ncb
│   │   ├── StorageManage.opt
│   │   ├── StorageManage.plg
│   │   ├── StorageManage.rc
│   │   ├── TabDH.cpp
│   │   ├── TabDH.h
│   │   ├── TabHW.cpp
│   │   ├── TabHW.h
│   │   ├── TabKC.cpp
│   │   ├── TabKC.h
│   │   ├── TabKH.cpp
│   │   ├── TabKH.h
│   │   ├── TabXS.cpp
│   │   ├── TabXS.h
│   │   ├── TabXSTH.cpp
│   │   ├── TabXSTH.h
│   │   ├── TabYG.cpp
│   │   ├── TabYG.h
│   │   ├── TOOLBAR1.CPP
│   │   ├── TOOLBAR1.H
│   │   ├── TRACEWIN.H
│   │   ├── WhiteFrame.cpp
│   │   ├── WhiteFrame.h
│   │   ├── WhiteRect.cpp
│   │   └── WhiteRect.h
│   └── 10 SQL Server 2005
│   ├── AFXIMPL.H
│   ├── BaseList.cpp
│   ├── BaseList.h
│   ├── BasePop.cpp
│   ├── BasePop.h
│   ├── BaseTabCtrl1.cpp
│   ├── BaseTabCtrl1.h
│   ├── Crypt.cpp
│   ├── Crypt.h
│   ├── database
│   │   ├── chap10.sql
│   │   ├── StorageManageDB.ldf
│   │   └── StorageManageDB.mdf
│   ├── DataDH.cpp
│   ├── DataDH.h
│   ├── DataHW.cpp
│   ├── DataHW.h
│   ├── DataKC.cpp
│   ├── DataKC.h
│   ├── DataKH.cpp
│   ├── DataKH.h
│   ├── DataTable.cpp
│   ├── DataTable.h
│   ├── DataXS.cpp
│   ├── DataXS.h
│   ├── DataYG.cpp
│   ├── DataYG.h
│   ├── DialogUsers.cpp
│   ├── DialogUsers.h
│   ├── DlgBF.cpp
│   ├── DlgBF.h
│   ├── DlgChangePassWord.cpp
│   ├── DlgChangePassWord.h
│   ├── DlgCK.cpp
│   ├── DlgCK.h
│   ├── DlgDHDJ.cpp
│   ├── DlgDHDJ.h
│   ├── DlgDHINFO.cpp
│   ├── DlgDHINFO.h
│   ├── DlgGYS.cpp
│   ├── DlgGYS.h
│   ├── DlgHF.cpp
│   ├── DlgHF.h
│   ├── dlghwinfo.h
│   ├── DlgHWNFO.cpp
│   ├── DlgKCINFO.cpp
│   ├── DlgKCINFO.h
│   ├── DlgKCPD.cpp
│   ├── DlgKCPD.h
│   ├── DlgKH.cpp
│   ├── DlgKH.h
│   ├── DlgLogin.cpp
│   ├── DlgLogin.h
│   ├── DlgPurview.cpp
│   ├── DlgPurview.h
│   ├── DlgRj.cpp
│   ├── DlgRj.h
│   ├── DlgRkQuery.cpp
│   ├── DlgRkQuery.h
│   ├── DlgTheCK.cpp
│   ├── DlgTheCK.h
│   ├── DlgUserPurview.cpp
│   ├── DlgUserPurview.h
│   ├── DlgWLZ.cpp
│   ├── DlgWLZ.h
│   ├── DlgXSDJ.cpp
│   ├── DlgXSDJ.h
│   ├── DlgXSINFO.cpp
│   ├── DlgXSINFO.h
│   ├── DlgXSJZ.cpp
│   ├── DlgXSJZ.h
│   ├── DlgXSTH.cpp
│   ├── DlgXSTH.h
│   ├── DlgXSTHINFO.cpp
│   ├── DlgXSTHINFO.h
│   ├── DlgYG.cpp
│   ├── DlgYG.h
│   ├── DrawDlg.cpp
│   ├── DrawDlg.h
│   ├── DrawTH.cpp
│   ├── DrawTH.h
│   ├── DrawXSDJ.cpp
│   ├── DrawXSDJ.h
│   ├── GeneralEdit.cpp
│   ├── GeneralEdit.h
│   ├── LineEdit.cpp
│   ├── LineEdit.h
│   ├── ListCtrlPop.cpp
│   ├── ListCtrlPop.h
│   ├── ListDHDJ.cpp
│   ├── ListDHDJ.h
│   ├── ListKCPD1.cpp
│   ├── ListKCPD1.h
│   ├── ListRKDJ.cpp
│   ├── ListRKDJ.h
│   ├── ListXSDJ.cpp
│   ├── ListXSDJ.h
│   ├── ListXSTH.cpp
│   ├── ListXSTH.h
│   ├── LSingleDocTemplate.cpp
│   ├── LSingleDocTemplate.h
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── MyFrame.cpp
│   ├── MyFrame.h
│   ├── myfunction.cpp
│   ├── myfunction.h
│   ├── MyPrintView.cpp
│   ├── MyPrintView.h
│   ├── MyView.cpp
│   ├── MyView.h
│   ├── PreView.cpp
│   ├── PreView.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 0003.BMP
│   │   ├── bitmap3.bmp
│   │   ├── bitmap5.bmp
│   │   ├── CRDFLE13.ICO
│   │   ├── icon1.ico
│   │   ├── icon_pri.ico
│   │   ├── mainback.bmp
│   │   ├── standard.bmp
│   │   ├── StorageManage.ico
│   │   ├── StorageManage.rc2
│   │   ├── toolbar1.bmp
│   │   ├── TOOLBAR2.BMP
│   │   └── TOOLBAR.BMP
│   ├── resource.h
│   ├── ScrollPrintDoc.cpp
│   ├── ScrollPrintDoc.h
│   ├── ScrollPrintView.cpp
│   ├── ScrollPrintView.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── StandardBar.cpp
│   ├── StandardBar.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── StorageManage.aps
│   ├── StorageManage.clw
│   ├── StorageManage.cpp
│   ├── StorageManageDLG.cpp
│   ├── StorageManageDLG.h
│   ├── StorageManage.dsp
│   ├── StorageManage.dsw
│   ├── StorageManage.h
│   ├── StorageManage.ncb
│   ├── StorageManage.opt
│   ├── StorageManage.plg
│   ├── StorageManage.rc
│   ├── TabDH.cpp
│   ├── TabDH.h
│   ├── TabHW.cpp
│   ├── TabHW.h
│   ├── TabKC.cpp
│   ├── TabKC.h
│   ├── TabKH.cpp
│   ├── TabKH.h
│   ├── TabXS.cpp
│   ├── TabXS.h
│   ├── TabXSTH.cpp
│   ├── TabXSTH.h
│   ├── TabYG.cpp
│   ├── TabYG.h
│   ├── TOOLBAR1.CPP
│   ├── TOOLBAR1.H
│   ├── TRACEWIN.H
│   ├── WhiteFrame.cpp
│   ├── WhiteFrame.h
│   ├── WhiteRect.cpp
│   └── WhiteRect.h
├── 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
│   │   ├── DriverManageDOC.cpp
│   │   ├── DriverManageDOC.h
│   │   ├── DriverManage.dsp
│   │   ├── DriverManage.dsw
│   │   ├── DriverManage.h
│   │   ├── DriverManage.ncb
│   │   ├── DriverManage.opt
│   │   ├── DriverManage.plg
│   │   ├── DriverManage.rc
│   │   ├── DriverManageVIEW.cpp
│   │   ├── DriverManageVIEW.h
│   │   ├── Item.cpp
│   │   ├── Item.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── RClass.cpp
│   │   ├── RClass.h
│   │   ├── RClassList.cpp
│   │   ├── RClassList.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 103219.ico
│   │   │   ├── 146.ico
│   │   │   ├── Activitl.ico
│   │   │   ├── Docl.ico
│   │   │   ├── DriverManageDOC.ico
│   │   │   ├── DriverManage.ico
│   │   │   ├── DriverManage.rc2
│   │   │   ├── Face01.ico
│   │   │   ├── Files10.ico
│   │   │   ├── Icon177.ico
│   │   │   ├── Toolbar.bmp
│   │   │   ├── Tools.ico
│   │   │   └── 删除.ico
│   │   ├── resource.h
│   │   ├── RExamType.cpp
│   │   ├── RExamType.h
│   │   ├── RKeyID.cpp
│   │   ├── RKeyID.h
│   │   ├── RstKeyID.cpp
│   │   ├── RstKeyID.h
│   │   ├── RStudent.cpp
│   │   ├── RStudent.h
│   │   ├── RStudentType.cpp
│   │   ├── RStudentType.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Student2.cpp
│   │   ├── Student2.h
│   │   ├── Student.cpp
│   │   ├── Student.h
│   │   ├── test.cpp
│   │   └── test.h
│   ├── 11 SQL Server2000
│   │   ├── Class.cpp
│   │   ├── Class.h
│   │   ├── database
│   │   │   ├── AutoInfo.ldf
│   │   │   ├── AutoInfo.mdf
│   │   │   └── chap11.sql
│   │   ├── 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
│   │   ├── DriverManageDOC.cpp
│   │   ├── DriverManageDOC.h
│   │   ├── DriverManage.dsp
│   │   ├── DriverManage.dsw
│   │   ├── DriverManage.h
│   │   ├── DriverManage.ncb
│   │   ├── DriverManage.opt
│   │   ├── DriverManage.plg
│   │   ├── DriverManage.rc
│   │   ├── DriverManageVIEW.cpp
│   │   ├── DriverManageVIEW.h
│   │   ├── Item.cpp
│   │   ├── Item.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── RClass.cpp
│   │   ├── RClass.h
│   │   ├── RClassList.cpp
│   │   ├── RClassList.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── 103219.ico
│   │   │   ├── 146.ico
│   │   │   ├── Activitl.ico
│   │   │   ├── Docl.ico
│   │   │   ├── DriverManageDOC.ico
│   │   │   ├── DriverManage.ico
│   │   │   ├── DriverManage.rc2
│   │   │   ├── Face01.ico
│   │   │   ├── Files10.ico
│   │   │   ├── Icon177.ico
│   │   │   ├── Toolbar.bmp
│   │   │   ├── Tools.ico
│   │   │   └── 删除.ico
│   │   ├── resource.h
│   │   ├── RExamType.cpp
│   │   ├── RExamType.h
│   │   ├── RKeyID.cpp
│   │   ├── RKeyID.h
│   │   ├── RstKeyID.cpp
│   │   ├── RstKeyID.h
│   │   ├── RStudent.cpp
│   │   ├── RStudent.h
│   │   ├── RStudentType.cpp
│   │   ├── RStudentType.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Student2.cpp
│   │   ├── Student2.h
│   │   ├── Student.cpp
│   │   ├── Student.h
│   │   ├── test.cpp
│   │   └── test.h
│   └── 11 SQL Server 2005
│   ├── Class.cpp
│   ├── Class.h
│   ├── database
│   │   ├── AutoInfo.ldf
│   │   ├── AutoInfo.mdf
│   │   └── chap11.sql
│   ├── 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
│   ├── DriverManageDOC.cpp
│   ├── DriverManageDOC.h
│   ├── DriverManage.dsp
│   ├── DriverManage.dsw
│   ├── DriverManage.h
│   ├── DriverManage.ncb
│   ├── DriverManage.opt
│   ├── DriverManage.plg
│   ├── DriverManage.rc
│   ├── DriverManageVIEW.cpp
│   ├── DriverManageVIEW.h
│   ├── Item.cpp
│   ├── Item.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── RClass.cpp
│   ├── RClass.h
│   ├── RClassList.cpp
│   ├── RClassList.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── 103219.ico
│   │   ├── 146.ico
│   │   ├── Activitl.ico
│   │   ├── Docl.ico
│   │   ├── DriverManageDOC.ico
│   │   ├── DriverManage.ico
│   │   ├── DriverManage.rc2
│   │   ├── Face01.ico
│   │   ├── Files10.ico
│   │   ├── Icon177.ico
│   │   ├── Toolbar.bmp
│   │   ├── Tools.ico
│   │   └── 删除.ico
│   ├── resource.h
│   ├── RExamType.cpp
│   ├── RExamType.h
│   ├── RKeyID.cpp
│   ├── RKeyID.h
│   ├── RstKeyID.cpp
│   ├── RstKeyID.h
│   ├── RStudent.cpp
│   ├── RStudent.h
│   ├── RStudentType.cpp
│   ├── RStudentType.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Student2.cpp
│   ├── Student2.h
│   ├── Student.cpp
│   ├── Student.h
│   ├── test.cpp
│   └── test.h
├── chap12
│   ├── 12 Access
│   │   └── HumanResourceSys
│   │   ├── AboutPayDlg.cpp
│   │   ├── AboutPayDlg.h
│   │   ├── AboutPaySet.cpp
│   │   ├── AboutPaySet.h
│   │   ├── AddrBookDlg.cpp
│   │   ├── AddrBookDlg.h
│   │   ├── AddrbookSet.cpp
│   │   ├── AddrbookSet.h
│   │   ├── AddSysInfoDlg.cpp
│   │   ├── AddSysInfoDlg.h
│   │   ├── AttDlg.cpp
│   │   ├── AttDlg.h
│   │   ├── AttendanceSet.cpp
│   │   ├── AttendanceSet.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
│   │   ├── 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
│   │   ├── HumanResourceSysDOC.cpp
│   │   ├── HumanResourceSysDOC.h
│   │   ├── HumanResourceSys.dsp
│   │   ├── HumanResourceSys.dsw
│   │   ├── HumanResourceSys.h
│   │   ├── HumanResourceSys.mdb
│   │   ├── HumanResourceSys.ncb
│   │   ├── HumanResourceSys.opt
│   │   ├── HumanResourceSys.rc
│   │   ├── HumanResourceSysVIEW.cpp
│   │   ├── HumanResourceSysVIEW.h
│   │   ├── LeaveSet.cpp
│   │   ├── LeaveSet.h
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── manager.opt
│   │   ├── 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
│   │   ├── res
│   │   │   ├── 0003.bmp
│   │   │   ├── 20080404105403355.jpg
│   │   │   ├── bg.bmp
│   │   │   ├── HumanResourceSysDOC.ico
│   │   │   ├── HumanResourceSys.ico
│   │   │   ├── HumanResourceSys.rc2
│   │   │   ├── ICON3.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── Toolbar1.bmp
│   │   │   ├── Toolbar2.bmp
│   │   │   ├── Toolbar.bmp
│   │   │   ├── Toolbars.bmp
│   │   │   └── Tool.bmp
│   │   ├── Resource.h
│   │   ├── SearchDlg.cpp
│   │   ├── SearchDlg.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── 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
│   │   └── workplan.ini
│   ├── 12 SQL Server2000
│   │   ├── AboutPayDlg.cpp
│   │   ├── AboutPayDlg.h
│   │   ├── AboutPaySet.cpp
│   │   ├── AboutPaySet.h
│   │   ├── AddrBookDlg.cpp
│   │   ├── AddrBookDlg.h
│   │   ├── AddrbookSet.cpp
│   │   ├── AddrbookSet.h
│   │   ├── AddSysInfoDlg.cpp
│   │   ├── AddSysInfoDlg.h
│   │   ├── AttDlg.cpp
│   │   ├── AttDlg.h
│   │   ├── AttendanceSet.cpp
│   │   ├── AttendanceSet.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
│   │   ├── BaseInfoDlg.cpp
│   │   ├── BaseInfoDlg.h
│   │   ├── BookInfoDlg.cpp
│   │   ├── BookInfoDlg.h
│   │   ├── BrowseDlg.cpp
│   │   ├── BrowseDlg.h
│   │   ├── database
│   │   │   ├── chap12.sql
│   │   │   ├── HumanResourceSys.ldf
│   │   │   └── HumanResourceSys.mdf
│   │   ├── 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
│   │   ├── HumanResourceSysDOC.cpp
│   │   ├── HumanResourceSysDOC.h
│   │   ├── HumanResourceSys.dsp
│   │   ├── HumanResourceSys.dsw
│   │   ├── HumanResourceSys.h
│   │   ├── HumanResourceSys.ncb
│   │   ├── HumanResourceSys.opt
│   │   ├── HumanResourceSys.rc
│   │   ├── HumanResourceSysVIEW.cpp
│   │   ├── HumanResourceSysVIEW.h
│   │   ├── LeaveSet.cpp
│   │   ├── LeaveSet.h
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── manager.opt
│   │   ├── 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
│   │   ├── res
│   │   │   ├── 0003.bmp
│   │   │   ├── 20080404105403355.jpg
│   │   │   ├── bg.bmp
│   │   │   ├── HumanResourceSysDOC.ico
│   │   │   ├── HumanResourceSys.ico
│   │   │   ├── HumanResourceSys.rc2
│   │   │   ├── ICON3.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── Toolbar1.bmp
│   │   │   ├── Toolbar2.bmp
│   │   │   ├── Toolbar.bmp
│   │   │   ├── Toolbars.bmp
│   │   │   └── Tool.bmp
│   │   ├── Resource.h
│   │   ├── SearchDlg.cpp
│   │   ├── SearchDlg.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── 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
│   │   └── workplan.ini
│   └── 12 SQL Server 2005
│   ├── AboutPayDlg.cpp
│   ├── AboutPayDlg.h
│   ├── AboutPaySet.cpp
│   ├── AboutPaySet.h
│   ├── AddrBookDlg.cpp
│   ├── AddrBookDlg.h
│   ├── AddrbookSet.cpp
│   ├── AddrbookSet.h
│   ├── AddSysInfoDlg.cpp
│   ├── AddSysInfoDlg.h
│   ├── AttDlg.cpp
│   ├── AttDlg.h
│   ├── AttendanceSet.cpp
│   ├── AttendanceSet.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
│   ├── BaseInfoDlg.cpp
│   ├── BaseInfoDlg.h
│   ├── BookInfoDlg.cpp
│   ├── BookInfoDlg.h
│   ├── BrowseDlg.cpp
│   ├── BrowseDlg.h
│   ├── database
│   │   ├── chap12.sql
│   │   ├── HumanResourceSys.ldf
│   │   └── HumanResourceSys.mdf
│   ├── 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
│   ├── HumanResourceSysDOC.cpp
│   ├── HumanResourceSysDOC.h
│   ├── HumanResourceSys.dsp
│   ├── HumanResourceSys.dsw
│   ├── HumanResourceSys.h
│   ├── HumanResourceSys.ncb
│   ├── HumanResourceSys.opt
│   ├── HumanResourceSys.rc
│   ├── HumanResourceSysVIEW.cpp
│   ├── HumanResourceSysVIEW.h
│   ├── LeaveSet.cpp
│   ├── LeaveSet.h
│   ├── LoginDlg.cpp
│   ├── LoginDlg.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── manager.opt
│   ├── 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
│   ├── res
│   │   ├── 0003.bmp
│   │   ├── 20080404105403355.jpg
│   │   ├── bg.bmp
│   │   ├── HumanResourceSysDOC.ico
│   │   ├── HumanResourceSys.ico
│   │   ├── HumanResourceSys.rc2
│   │   ├── ICON3.ico
│   │   ├── Thumbs.db
│   │   ├── Toolbar1.bmp
│   │   ├── Toolbar2.bmp
│   │   ├── Toolbar.bmp
│   │   ├── Toolbars.bmp
│   │   └── Tool.bmp
│   ├── Resource.h
│   ├── SearchDlg.cpp
│   ├── SearchDlg.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── 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
│   └── workplan.ini
└── chap13
├── 13 Access
│   ├── ADOConn.cpp
│   ├── ADOConn.h
│   ├── adodc.cpp
│   ├── adodc.h
│   ├── BaseType.cpp
│   ├── BaseType.h
│   ├── ChangePwdDlg.cpp
│   ├── ChangePwdDlg.h
│   ├── ClinicManage.aps
│   ├── ClinicManage.clw
│   ├── ClinicManage.cpp
│   ├── ClinicManageDLG.cpp
│   ├── ClinicManageDLG.h
│   ├── ClinicManage.dsp
│   ├── ClinicManage.dsw
│   ├── ClinicManage.h
│   ├── ClinicManage.ncb
│   ├── ClinicManage.opt
│   ├── ClinicManage.plg
│   ├── ClinicManage.rc
│   ├── column.cpp
│   ├── column.h
│   ├── columns.cpp
│   ├── columns.h
│   ├── datacombo.cpp
│   ├── datacombo.h
│   ├── dataformatdisp.cpp
│   ├── dataformatdisp.h
│   ├── datagrid.cpp
│   ├── datagrid.h
│   ├── datalist.cpp
│   ├── datalist.h
│   ├── DeptDlg.cpp
│   ├── DeptDlg.h
│   ├── DocEditDlg.cpp
│   ├── DocEditDlg.h
│   ├── DocManDlg.cpp
│   ├── DocManDlg.h
│   ├── Doctor.cpp
│   ├── Doctor.h
│   ├── field.cpp
│   ├── field.h
│   ├── fields.cpp
│   ├── fields.h
│   ├── font.cpp
│   ├── font.h
│   ├── Global.cpp
│   ├── Global.h
│   ├── Hospital.mdb
│   ├── HosptialMan.ncb
│   ├── HosptialMan.opt
│   ├── Items.cpp
│   ├── ItemsEditDlg.cpp
│   ├── ItemsEditDlg.h
│   ├── ItemSelectionDlg.cpp
│   ├── ItemSelectionDlg.h
│   ├── Items.h
│   ├── ItemsManDlg.cpp
│   ├── ItemsManDlg.h
│   ├── LoginDlg.cpp
│   ├── LoginDlg.h
│   ├── MedEditDlg.cpp
│   ├── MedEditDlg.h
│   ├── Medicine.cpp
│   ├── Medicine.h
│   ├── MedManDlg.cpp
│   ├── MedManDlg.h
│   ├── MedSelectionDlg.cpp
│   ├── MedSelectionDlg.h
│   ├── msado15.tlh
│   ├── msado15.tli
│   ├── PatEditDlg.cpp
│   ├── PatEditDlg.h
│   ├── Patient.cpp
│   ├── Patient.h
│   ├── PatientSelectionDlg.cpp
│   ├── PatientSelectionDlg.h
│   ├── PatManDlg.cpp
│   ├── PatManDlg.h
│   ├── PayItems.cpp
│   ├── PayItemsDlg.cpp
│   ├── PayItemsDlg.h
│   ├── PayItems.h
│   ├── picture.cpp
│   ├── picture.h
│   ├── properties.cpp
│   ├── properties.h
│   ├── property.cpp
│   ├── property.h
│   ├── _recordset.cpp
│   ├── _recordset.h
│   ├── RegEditDlg.cpp
│   ├── RegEditDlg.h
│   ├── Registration.cpp
│   ├── Registration.h
│   ├── RegManDlg.cpp
│   ├── RegManDlg.h
│   ├── Report1Dlg.cpp
│   ├── Report1Dlg.h
│   ├── Report2Dlg.cpp
│   ├── Report2Dlg.h
│   ├── res
│   │   ├── ClinicManage.ico
│   │   ├── ClinicManage.rc2
│   │   └── hospital.bmp
│   ├── resource.h
│   ├── selbookmarks.cpp
│   ├── selbookmarks.h
│   ├── SkinPlusPlusDLL.dll
│   ├── Skins
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── SkinPlusPlusDLL.lib
│   │   └── SkinPlusPlus.h
│   ├── split.cpp
│   ├── split.h
│   ├── splits.cpp
│   ├── splits.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── stddataformatsdisp.cpp
│   ├── stddataformatsdisp.h
│   ├── TypeDlg.cpp
│   ├── TypeDlg.h
│   ├── UnitDlg.cpp
│   ├── UnitDlg.h
│   ├── UserEditDlg.cpp
│   ├── UserEditDlg.h
│   ├── UserManDlg.cpp
│   ├── UserManDlg.h
│   ├── Users.cpp
│   └── Users.h
├── 13 SQL Server2000
│   ├── ClinicManage
│   │   ├── ADOConn.cpp
│   │   ├── ADOConn.h
│   │   ├── adodc.cpp
│   │   ├── adodc.h
│   │   ├── BaseType.cpp
│   │   ├── BaseType.h
│   │   ├── ChangePwdDlg.cpp
│   │   ├── ChangePwdDlg.h
│   │   ├── ClinicManage.aps
│   │   ├── ClinicManage.clw
│   │   ├── ClinicManage.cpp
│   │   ├── ClinicManageDLG.cpp
│   │   ├── ClinicManageDLG.h
│   │   ├── ClinicManage.dsp
│   │   ├── ClinicManage.dsw
│   │   ├── ClinicManage.h
│   │   ├── ClinicManage.ncb
│   │   ├── ClinicManage.opt
│   │   ├── ClinicManage.plg
│   │   ├── ClinicManage.rc
│   │   ├── column.cpp
│   │   ├── column.h
│   │   ├── columns.cpp
│   │   ├── columns.h
│   │   ├── datacombo.cpp
│   │   ├── datacombo.h
│   │   ├── dataformatdisp.cpp
│   │   ├── dataformatdisp.h
│   │   ├── datagrid.cpp
│   │   ├── datagrid.h
│   │   ├── datalist.cpp
│   │   ├── datalist.h
│   │   ├── DeptDlg.cpp
│   │   ├── DeptDlg.h
│   │   ├── DocEditDlg.cpp
│   │   ├── DocEditDlg.h
│   │   ├── DocManDlg.cpp
│   │   ├── DocManDlg.h
│   │   ├── Doctor.cpp
│   │   ├── Doctor.h
│   │   ├── field.cpp
│   │   ├── field.h
│   │   ├── fields.cpp
│   │   ├── fields.h
│   │   ├── font.cpp
│   │   ├── font.h
│   │   ├── Global.cpp
│   │   ├── Global.h
│   │   ├── HosptialMan.ncb
│   │   ├── HosptialMan.opt
│   │   ├── Items.cpp
│   │   ├── ItemsEditDlg.cpp
│   │   ├── ItemsEditDlg.h
│   │   ├── ItemSelectionDlg.cpp
│   │   ├── ItemSelectionDlg.h
│   │   ├── Items.h
│   │   ├── ItemsManDlg.cpp
│   │   ├── ItemsManDlg.h
│   │   ├── LoginDlg.cpp
│   │   ├── LoginDlg.h
│   │   ├── MedEditDlg.cpp
│   │   ├── MedEditDlg.h
│   │   ├── Medicine.cpp
│   │   ├── Medicine.h
│   │   ├── MedManDlg.cpp
│   │   ├── MedManDlg.h
│   │   ├── MedSelectionDlg.cpp
│   │   ├── MedSelectionDlg.h
│   │   ├── msado15.tlh
│   │   ├── msado15.tli
│   │   ├── PatEditDlg.cpp
│   │   ├── PatEditDlg.h
│   │   ├── Patient.cpp
│   │   ├── Patient.h
│   │   ├── PatientSelectionDlg.cpp
│   │   ├── PatientSelectionDlg.h
│   │   ├── PatManDlg.cpp
│   │   ├── PatManDlg.h
│   │   ├── PayItems.cpp
│   │   ├── PayItemsDlg.cpp
│   │   ├── PayItemsDlg.h
│   │   ├── PayItems.h
│   │   ├── picture.cpp
│   │   ├── picture.h
│   │   ├── properties.cpp
│   │   ├── properties.h
│   │   ├── property.cpp
│   │   ├── property.h
│   │   ├── _recordset.cpp
│   │   ├── _recordset.h
│   │   ├── RegEditDlg.cpp
│   │   ├── RegEditDlg.h
│   │   ├── Registration.cpp
│   │   ├── Registration.h
│   │   ├── RegManDlg.cpp
│   │   ├── RegManDlg.h
│   │   ├── Report1Dlg.cpp
│   │   ├── Report1Dlg.h
│   │   ├── Report2Dlg.cpp
│   │   ├── Report2Dlg.h
│   │   ├── res
│   │   │   ├── ClinicManage.ico
│   │   │   ├── ClinicManage.rc2
│   │   │   └── hospital.bmp
│   │   ├── resource.h
│   │   ├── selbookmarks.cpp
│   │   ├── selbookmarks.h
│   │   ├── SkinPlusPlusDLL.dll
│   │   ├── Skins
│   │   │   ├── SkinPlusPlusDLL.dll
│   │   │   ├── SkinPlusPlusDLL.lib
│   │   │   └── SkinPlusPlus.h
│   │   ├── split.cpp
│   │   ├── split.h
│   │   ├── splits.cpp
│   │   ├── splits.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── stddataformatsdisp.cpp
│   │   ├── stddataformatsdisp.h
│   │   ├── TypeDlg.cpp
│   │   ├── TypeDlg.h
│   │   ├── UnitDlg.cpp
│   │   ├── UnitDlg.h
│   │   ├── UserEditDlg.cpp
│   │   ├── UserEditDlg.h
│   │   ├── UserManDlg.cpp
│   │   ├── UserManDlg.h
│   │   ├── Users.cpp
│   │   └── Users.h
│   └── database
│   ├── Hospital_log.LDF
│   ├── Hospital.mdf
│   └── SQL.txt
└── 13 SQL Server 2005
├── ADOConn.cpp
├── ADOConn.h
├── adodc.cpp
├── adodc.h
├── BaseType.cpp
├── BaseType.h
├── ChangePwdDlg.cpp
├── ChangePwdDlg.h
├── ClinicManage.aps
├── ClinicManage.clw
├── ClinicManage.cpp
├── ClinicManageDLG.cpp
├── ClinicManageDLG.h
├── ClinicManage.dsp
├── ClinicManage.dsw
├── ClinicManage.h
├── ClinicManage.ncb
├── ClinicManage.opt
├── ClinicManage.plg
├── ClinicManage.rc
├── column.cpp
├── column.h
├── columns.cpp
├── columns.h
├── database
│   ├── Hospital_log.LDF
│   ├── Hospital.mdf
│   └── SQL.txt
├── datacombo.cpp
├── datacombo.h
├── dataformatdisp.cpp
├── dataformatdisp.h
├── datagrid.cpp
├── datagrid.h
├── datalist.cpp
├── datalist.h
├── DeptDlg.cpp
├── DeptDlg.h
├── DocEditDlg.cpp
├── DocEditDlg.h
├── DocManDlg.cpp
├── DocManDlg.h
├── Doctor.cpp
├── Doctor.h
├── field.cpp
├── field.h
├── fields.cpp
├── fields.h
├── font.cpp
├── font.h
├── Global.cpp
├── Global.h
├── HosptialMan.ncb
├── HosptialMan.opt
├── Items.cpp
├── ItemsEditDlg.cpp
├── ItemsEditDlg.h
├── ItemSelectionDlg.cpp
├── ItemSelectionDlg.h
├── Items.h
├── ItemsManDlg.cpp
├── ItemsManDlg.h
├── LoginDlg.cpp
├── LoginDlg.h
├── MedEditDlg.cpp
├── MedEditDlg.h
├── Medicine.cpp
├── Medicine.h
├── MedManDlg.cpp
├── MedManDlg.h
├── MedSelectionDlg.cpp
├── MedSelectionDlg.h
├── msado15.tlh
├── msado15.tli
├── PatEditDlg.cpp
├── PatEditDlg.h
├── Patient.cpp
├── Patient.h
├── PatientSelectionDlg.cpp
├── PatientSelectionDlg.h
├── PatManDlg.cpp
├── PatManDlg.h
├── PayItems.cpp
├── PayItemsDlg.cpp
├── PayItemsDlg.h
├── PayItems.h
├── picture.cpp
├── picture.h
├── properties.cpp
├── properties.h
├── property.cpp
├── property.h
├── _recordset.cpp
├── _recordset.h
├── RegEditDlg.cpp
├── RegEditDlg.h
├── Registration.cpp
├── Registration.h
├── RegManDlg.cpp
├── RegManDlg.h
├── Report1Dlg.cpp
├── Report1Dlg.h
├── Report2Dlg.cpp
├── Report2Dlg.h
├── res
│   ├── ClinicManage.ico
│   ├── ClinicManage.rc2
│   └── hospital.bmp
├── resource.h
├── selbookmarks.cpp
├── selbookmarks.h
├── SkinPlusPlusDLL.dll
├── Skins
│   ├── SkinPlusPlusDLL.dll
│   ├── SkinPlusPlusDLL.lib
│   └── SkinPlusPlus.h
├── split.cpp
├── split.h
├── splits.cpp
├── splits.h
├── StdAfx.cpp
├── StdAfx.h
├── stddataformatsdisp.cpp
├── stddataformatsdisp.h
├── TypeDlg.cpp
├── TypeDlg.h
├── UnitDlg.cpp
├── UnitDlg.h
├── UserEditDlg.cpp
├── UserEditDlg.h
├── UserManDlg.cpp
├── UserManDlg.h
├── Users.cpp
└── Users.h

161 directories, 3669 files

标签:

实例下载地址

Visual C++项目开发案例精粹

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警