在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C#2005 +Access 数据库开发经典案例 光盘.rar

Visual C#2005 +Access 数据库开发经典案例 光盘.rar

一般编程问题

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

实例介绍

【实例简介】
C#+Access的好资料,该书出版很久了,光盘很难找到,珍贵资料! 现在数据库用Access的不多,C#+Access书籍也不多,但小型数据库 还是需要用Access,这是我能找到的学习C#+Access最合适资料。
【实例截图】
【核心代码】
Visual_C#2005_Access_数据库开发经典案例_光盘
└── Visual C#2005 +Access 数据库开发经典案例 光盘
├── 第1章 小区物业管理系统
│   ├── MyCommunity
│   │   ├── MyCommunity
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   └── MyCommunity.vshost.exe
│   │   │   │   └── Release
│   │   │   │   ├── Data
│   │   │   │   │   ├── DBCommunity.mdb
│   │   │   │   │   ├── GodLakeHome.JPG
│   │   │   │   │   ├── GodLakeLogo.ico
│   │   │   │   │   ├── HuaMeiHome.jpg
│   │   │   │   │   ├── HuaMeiLogo.ico
│   │   │   │   │   ├── ShowGodLakeHome.JPG
│   │   │   │   │   └── ShowHuaMeiHome.jpg
│   │   │   │   ├── Interop.IasHelperLib.dll
│   │   │   │   ├── MyCommunity.exe
│   │   │   │   ├── MyCommunity.exe.config
│   │   │   │   ├── MyCommunity.pdb
│   │   │   │   ├── MyCommunity.vshost.exe
│   │   │   │   └── MyCommunity.vshost.exe.config
│   │   │   ├── BuildingForm.cs
│   │   │   ├── BuildingForm.Designer.cs
│   │   │   ├── BuildingForm.resx
│   │   │   ├── ChangeUserPasswordForm.cs
│   │   │   ├── ChangeUserPasswordForm.Designer.cs
│   │   │   ├── ChangeUserPasswordForm.resx
│   │   │   ├── CommonPropertyForm.cs
│   │   │   ├── CommonPropertyForm.Designer.cs
│   │   │   ├── CommonPropertyForm.resx
│   │   │   ├── CommonRepairForm.cs
│   │   │   ├── CommonRepairForm.Designer.cs
│   │   │   ├── CommonRepairForm.resx
│   │   │   ├── CommunityForm.cs
│   │   │   ├── CommunityForm.Designer.cs
│   │   │   ├── CommunityForm.resx
│   │   │   ├── ComplainForm.cs
│   │   │   ├── ComplainForm.Designer.cs
│   │   │   ├── ComplainForm.resx
│   │   │   ├── Data
│   │   │   │   ├── DBCommunityDataSet.Designer.cs
│   │   │   │   ├── DBCommunityDataSet.xsc
│   │   │   │   ├── DBCommunityDataSet.xsd
│   │   │   │   ├── DBCommunityDataSet.xss
│   │   │   │   └── DBCommunity.mdb
│   │   │   ├── EventForm.cs
│   │   │   ├── EventForm.Designer.cs
│   │   │   ├── EventForm.resx
│   │   │   ├── GasPaymentForm.cs
│   │   │   ├── GasPaymentForm.Designer.cs
│   │   │   ├── GasPaymentForm.resx
│   │   │   ├── GasQueryForm.cs
│   │   │   ├── GasQueryForm.Designer.cs
│   │   │   ├── GasQueryForm.resx
│   │   │   ├── GasRegisterForm.cs
│   │   │   ├── GasRegisterForm.Designer.cs
│   │   │   ├── GasRegisterForm.resx
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── ManagePaymentForm.cs
│   │   │   ├── ManagePaymentForm.Designer.cs
│   │   │   ├── ManagePaymentForm.resx
│   │   │   ├── ManageQueryForm.cs
│   │   │   ├── ManageQueryForm.Designer.cs
│   │   │   ├── ManageQueryForm.resx
│   │   │   ├── ManageRegisterForm.cs
│   │   │   ├── ManageRegisterForm.Designer.cs
│   │   │   ├── ManageRegisterForm.resx
│   │   │   ├── MoveForm.cs
│   │   │   ├── MoveForm.Designer.cs
│   │   │   ├── MoveForm.resx
│   │   │   ├── MyCommunity.csproj
│   │   │   ├── MyXSD
│   │   │   │   ├── 业主信息.xsd
│   │   │   │   ├── 业主维修.xsd
│   │   │   │   ├── 公共维修.xsd
│   │   │   │   ├── 公共财产.xsd
│   │   │   │   ├── 小区信息.xsd
│   │   │   │   ├── 操作用户.xsd
│   │   │   │   ├── 服务投诉.xsd
│   │   │   │   ├── 楼栋信息.xsd
│   │   │   │   ├── 水电气费.xsd
│   │   │   │   ├── 物管费用.xsd
│   │   │   │   ├── 突发事件.xsd
│   │   │   │   ├── 费用收据.xsd
│   │   │   │   ├── 车位使用.xsd
│   │   │   │   └── 迁出信息.xsd
│   │   │   ├── obj
│   │   │   │   ├── MyCommunity.csproj.FileList.txt
│   │   │   │   └── Release
│   │   │   │   ├── Interop.IasHelperLib.dll
│   │   │   │   ├── MyCommunity.BuildingForm.resources
│   │   │   │   ├── MyCommunity.ChangeUserPasswordForm.resources
│   │   │   │   ├── MyCommunity.CommonPropertyForm.resources
│   │   │   │   ├── MyCommunity.CommonRepairForm.resources
│   │   │   │   ├── MyCommunity.CommunityForm.resources
│   │   │   │   ├── MyCommunity.ComplainForm.resources
│   │   │   │   ├── MyCommunity.csproj.GenerateResource.Cache
│   │   │   │   ├── MyCommunity.csproj.ResolveComReference.cache
│   │   │   │   ├── MyCommunity.EventForm.resources
│   │   │   │   ├── MyCommunity.exe
│   │   │   │   ├── MyCommunity.GasPaymentForm.resources
│   │   │   │   ├── MyCommunity.GasQueryForm.resources
│   │   │   │   ├── MyCommunity.GasRegisterForm.resources
│   │   │   │   ├── MyCommunity.LoginForm.resources
│   │   │   │   ├── MyCommunity.MainForm.resources
│   │   │   │   ├── MyCommunity.ManagePaymentForm.resources
│   │   │   │   ├── MyCommunity.ManageQueryForm.resources
│   │   │   │   ├── MyCommunity.ManageRegisterForm.resources
│   │   │   │   ├── MyCommunity.MoveForm.resources
│   │   │   │   ├── MyCommunity.OperatorForm.resources
│   │   │   │   ├── MyCommunity.OtherPaymentForm.resources
│   │   │   │   ├── MyCommunity.OwnerForm.resources
│   │   │   │   ├── MyCommunity.OwnerRepairForm.resources
│   │   │   │   ├── MyCommunity.pdb
│   │   │   │   ├── MyCommunity.Properties.Resources.resources
│   │   │   │   ├── MyCommunity.ReportChargeForm.resources
│   │   │   │   ├── MyCommunity.ReportCommonRepairForm.resources
│   │   │   │   ├── MyCommunity.ReportComplainForm.resources
│   │   │   │   ├── MyCommunity.ReportOwnerForm.resources
│   │   │   │   ├── MyCommunity.ReportOwnerRepairForm.resources
│   │   │   │   ├── MyCommunity.StationForm.resources
│   │   │   │   ├── MyCommunity.VersionForm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Data.DBCommunityDataSet.Designer.cs.dll
│   │   │   ├── OperatorForm.cs
│   │   │   ├── OperatorForm.Designer.cs
│   │   │   ├── OperatorForm.resx
│   │   │   ├── OtherPaymentForm.cs
│   │   │   ├── OtherPaymentForm.Designer.cs
│   │   │   ├── OtherPaymentForm.resx
│   │   │   ├── OwnerForm.cs
│   │   │   ├── OwnerForm.Designer.cs
│   │   │   ├── OwnerForm.resx
│   │   │   ├── OwnerRepairForm.cs
│   │   │   ├── OwnerRepairForm.Designer.cs
│   │   │   ├── OwnerRepairForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── ReportChargeForm.cs
│   │   │   ├── ReportChargeForm.Designer.cs
│   │   │   ├── ReportChargeForm.resx
│   │   │   ├── ReportCommonRepairForm.cs
│   │   │   ├── ReportCommonRepairForm.Designer.cs
│   │   │   ├── ReportCommonRepairForm.resx
│   │   │   ├── ReportComplainForm.cs
│   │   │   ├── ReportComplainForm.Designer.cs
│   │   │   ├── ReportComplainForm.resx
│   │   │   ├── ReportOwnerForm.cs
│   │   │   ├── ReportOwnerForm.Designer.cs
│   │   │   ├── ReportOwnerForm.resx
│   │   │   ├── ReportOwnerRepairForm.cs
│   │   │   ├── ReportOwnerRepairForm.Designer.cs
│   │   │   ├── ReportOwnerRepairForm.resx
│   │   │   ├── StationForm.cs
│   │   │   ├── StationForm.Designer.cs
│   │   │   ├── StationForm.resx
│   │   │   ├── VersionForm.cs
│   │   │   ├── VersionForm.Designer.cs
│   │   │   └── VersionForm.resx
│   │   ├── MyCommunity.sln
│   │   └── MyCommunity.suo
│   └── 使用说明.doc
├── 第2章 学校教务管理系统
│   ├── MySchool
│   │   ├── MySchool
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   └── MySchool.vshost.exe
│   │   │   │   └── Release
│   │   │   │   ├── Data
│   │   │   │   │   ├── 0B6F4459-0DFF-413A-A815-5B46181D06A6.BMP
│   │   │   │   │   ├── 0F1DF912-5A66-4D26-9EA0-CBD366C47C04.bmp
│   │   │   │   │   ├── 11CFF47B-4A37-4EFC-A29C-04D6C2E71245.BMP
│   │   │   │   │   ├── 18CBF176-D30B-4B15-86E8-15565D10BB86.BMP
│   │   │   │   │   ├── 192B98E2-6046-4E9D-8637-0EF7B19732CD.BMP
│   │   │   │   │   ├── 1B2F3327-8307-4EA7-B9EC-C511630BC910.BMP
│   │   │   │   │   ├── 1EA87CA5-A47D-4FA9-BD30-13AA9CDFDCDF.BMP
│   │   │   │   │   ├── 27881C6E-3E85-444D-AF00-3A16B71E5195.BMP
│   │   │   │   │   ├── 2C82CD48-0EB4-41FF-9FD4-3EC563D9A6CA.bmp
│   │   │   │   │   ├── 46D49808-1774-41FA-BF18-9A42EE899BA9.BMP
│   │   │   │   │   ├── 47CF7BEB-CBDA-40DA-B26F-D4CCD5C43697.BMP
│   │   │   │   │   ├── 4D547ED3-6895-4376-B0B2-677EB1486CB8.BMP
│   │   │   │   │   ├── 502906C9-54A8-4A47-AE3A-C4A97E342CAB.BMP
│   │   │   │   │   ├── 569270E4-0960-42B2-99FC-D9F1229F2898.JPG
│   │   │   │   │   ├── 5ED3192B-857C-4C89-A518-2AE6205F5321.JPG
│   │   │   │   │   ├── 65AB28D6-A2C9-487F-AB52-B19E4534843F.BMP
│   │   │   │   │   ├── 6BF24861-5AC4-435F-AE07-54040B8F8283.JPG
│   │   │   │   │   ├── 6D1BC547-9ED2-4E1E-9D69-F289C3144A1A.JPG
│   │   │   │   │   ├── 73F0D634-2A10-4A18-BAEE-FAE52B67BFEF.BMP
│   │   │   │   │   ├── 8ABBEE86-7F55-4C5D-8993-03F1DE388AC5.JPG
│   │   │   │   │   ├── 932A7970-4A48-4BA7-8312-DD4AC41F221D.BMP
│   │   │   │   │   ├── A5FBFDB5-3A6D-4436-964C-D7216E38C8CA.JPG
│   │   │   │   │   ├── B9D806CF-DECE-4E03-9D9F-355D98B3AAE3.BMP
│   │   │   │   │   ├── BC760330-E65D-472B-B39C-5BA49A343AC4.JPG
│   │   │   │   │   ├── BE0C58A8-2FB1-4293-ADA2-9638488FA7C8.JPG
│   │   │   │   │   ├── ChuanYuHome.JPG
│   │   │   │   │   ├── ChuanYuLogo.ico
│   │   │   │   │   ├── D4015851-ADA5-4CBC-9E82-E9C0A3F4C644.JPG
│   │   │   │   │   ├── DB8CA764-149A-4759-A5AA-326D93DBB35A.BMP
│   │   │   │   │   ├── DBSchool.mdb
│   │   │   │   │   ├── DC05554E-53A8-4123-B84D-F14F50DD1C87.JPG
│   │   │   │   │   ├── E750860E-975C-4ECC-A5B6-318E35CB412F.JPG
│   │   │   │   │   ├── MeiYuanHome.JPG
│   │   │   │   │   ├── MeiYuanLogo.ico
│   │   │   │   │   ├── ShowChuanYuHome.jpg
│   │   │   │   │   └── ShowMeiYuanHome.JPG
│   │   │   │   ├── MySchool.exe
│   │   │   │   ├── MySchool.exe.config
│   │   │   │   ├── MySchool.pdb
│   │   │   │   ├── MySchool.vshost.exe
│   │   │   │   └── MySchool.vshost.exe.config
│   │   │   ├── ChangeUserPasswordForm.cs
│   │   │   ├── ChangeUserPasswordForm.Designer.cs
│   │   │   ├── ChangeUserPasswordForm.resx
│   │   │   ├── ChargeForm.cs
│   │   │   ├── ChargeForm.Designer.cs
│   │   │   ├── ChargeForm.resx
│   │   │   ├── CheckForm.cs
│   │   │   ├── CheckForm.Designer.cs
│   │   │   ├── CheckForm.resx
│   │   │   ├── ClassForm.cs
│   │   │   ├── ClassForm.Designer.cs
│   │   │   ├── ClassForm.resx
│   │   │   ├── ClassroomForm.cs
│   │   │   ├── ClassroomForm.Designer.cs
│   │   │   ├── ClassroomForm.resx
│   │   │   ├── CurseForm.cs
│   │   │   ├── CurseForm.Designer.cs
│   │   │   ├── CurseForm.resx
│   │   │   ├── Data
│   │   │   │   ├── DBSchoolDataSet.cs
│   │   │   │   ├── DBSchoolDataSet.Designer.cs
│   │   │   │   ├── DBSchoolDataSet.xsc
│   │   │   │   ├── DBSchoolDataSet.xsd
│   │   │   │   ├── DBSchoolDataSet.xss
│   │   │   │   └── DBSchool.mdb
│   │   │   ├── DormForm.cs
│   │   │   ├── DormForm.Designer.cs
│   │   │   ├── DormForm.resx
│   │   │   ├── LeaveForm.cs
│   │   │   ├── LeaveForm.Designer.cs
│   │   │   ├── LeaveForm.resx
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── MySchool.csproj
│   │   │   ├── MyXSD
│   │   │   │   ├── 奖惩记录.xsd
│   │   │   │   ├── 学校信息.xsd
│   │   │   │   ├── 学生成绩.xsd
│   │   │   │   ├── 学生档案.xsd
│   │   │   │   ├── 学生离校.xsd
│   │   │   │   ├── 学生考勤.xsd
│   │   │   │   ├── 学费交纳.xsd
│   │   │   │   ├── 宿舍设置.xsd
│   │   │   │   ├── 操作用户.xsd
│   │   │   │   ├── 教室设置.xsd
│   │   │   │   ├── 教师档案.xsd
│   │   │   │   ├── 班级设置.xsd
│   │   │   │   ├── 课程安排.xsd
│   │   │   │   └── 课程设置.xsd
│   │   │   ├── obj
│   │   │   │   ├── MySchool.csproj.FileList.txt
│   │   │   │   └── Release
│   │   │   │   ├── MySchool.ChangeUserPasswordForm.resources
│   │   │   │   ├── MySchool.ChargeForm.resources
│   │   │   │   ├── MySchool.CheckForm.resources
│   │   │   │   ├── MySchool.ClassForm.resources
│   │   │   │   ├── MySchool.ClassroomForm.resources
│   │   │   │   ├── MySchool.csproj.GenerateResource.Cache
│   │   │   │   ├── MySchool.csproj.ResolveComReference.cache
│   │   │   │   ├── MySchool.CurseForm.resources
│   │   │   │   ├── MySchool.DormForm.resources
│   │   │   │   ├── MySchool.exe
│   │   │   │   ├── MySchool.LeaveForm.resources
│   │   │   │   ├── MySchool.LoginForm.resources
│   │   │   │   ├── MySchool.MainForm.resources
│   │   │   │   ├── MySchool.OperatorForm.resources
│   │   │   │   ├── MySchool.pdb
│   │   │   │   ├── MySchool.Properties.Resources.resources
│   │   │   │   ├── MySchool.QueryChargeForm.resources
│   │   │   │   ├── MySchool.QueryCheckForm.resources
│   │   │   │   ├── MySchool.QueryCurseForm.resources
│   │   │   │   ├── MySchool.QueryRewardForm.resources
│   │   │   │   ├── MySchool.QueryScoreForm.resources
│   │   │   │   ├── MySchool.QueryStudentForm.resources
│   │   │   │   ├── MySchool.QueryTeacherForm.resources
│   │   │   │   ├── MySchool.RewardForm.resources
│   │   │   │   ├── MySchool.SchoolForm.resources
│   │   │   │   ├── MySchool.ScoreForm.resources
│   │   │   │   ├── MySchool.SortForm.resources
│   │   │   │   ├── MySchool.StudentForm.resources
│   │   │   │   ├── MySchool.TeacherForm.resources
│   │   │   │   ├── MySchool.VersionForm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Data.DBSchoolDataSet.Designer.cs.dll
│   │   │   ├── OperatorForm.cs
│   │   │   ├── OperatorForm.Designer.cs
│   │   │   ├── OperatorForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── QueryChargeForm.cs
│   │   │   ├── QueryChargeForm.Designer.cs
│   │   │   ├── QueryChargeForm.resx
│   │   │   ├── QueryCheckForm.cs
│   │   │   ├── QueryCheckForm.Designer.cs
│   │   │   ├── QueryCheckForm.resx
│   │   │   ├── QueryCurseForm.cs
│   │   │   ├── QueryCurseForm.Designer.cs
│   │   │   ├── QueryCurseForm.resx
│   │   │   ├── QueryRewardForm.cs
│   │   │   ├── QueryRewardForm.Designer.cs
│   │   │   ├── QueryRewardForm.resx
│   │   │   ├── QueryScoreForm.cs
│   │   │   ├── QueryScoreForm.Designer.cs
│   │   │   ├── QueryScoreForm.resx
│   │   │   ├── QueryStudentForm.cs
│   │   │   ├── QueryStudentForm.Designer.cs
│   │   │   ├── QueryStudentForm.resx
│   │   │   ├── QueryTeacherForm.cs
│   │   │   ├── QueryTeacherForm.Designer.cs
│   │   │   ├── QueryTeacherForm.resx
│   │   │   ├── RewardForm.cs
│   │   │   ├── RewardForm.Designer.cs
│   │   │   ├── RewardForm.resx
│   │   │   ├── SchoolForm.cs
│   │   │   ├── SchoolForm.Designer.cs
│   │   │   ├── SchoolForm.resx
│   │   │   ├── ScoreForm.cs
│   │   │   ├── ScoreForm.Designer.cs
│   │   │   ├── ScoreForm.resx
│   │   │   ├── SortForm.cs
│   │   │   ├── SortForm.Designer.cs
│   │   │   ├── SortForm.resx
│   │   │   ├── StudentForm.cs
│   │   │   ├── StudentForm.Designer.cs
│   │   │   ├── StudentForm.resx
│   │   │   ├── TeacherForm.cs
│   │   │   ├── TeacherForm.Designer.cs
│   │   │   ├── TeacherForm.resx
│   │   │   ├── VersionForm.cs
│   │   │   ├── VersionForm.Designer.cs
│   │   │   └── VersionForm.resx
│   │   ├── MySchool.sln
│   │   └── MySchool.suo
│   └── 使用说明.doc
├── 第3章 会员消费管理系统
│   ├── MyClub
│   │   ├── MyClub
│   │   │   ├── AddMoneyForm.cs
│   │   │   ├── AddMoneyForm.Designer.cs
│   │   │   ├── AddMoneyForm.resx
│   │   │   ├── AddTimesForm.cs
│   │   │   ├── AddTimesForm.Designer.cs
│   │   │   ├── AddTimesForm.resx
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Data
│   │   │   │   │   ├── AngelHome.JPG
│   │   │   │   │   ├── AngelLogo.ico
│   │   │   │   │   ├── DBClub.mdb
│   │   │   │   │   ├── JiaZhouHome.JPG
│   │   │   │   │   ├── JiaZhouLogo.ico
│   │   │   │   │   ├── ShowAngelHome.JPG
│   │   │   │   │   └── ShowJiaZhouHome.JPG
│   │   │   │   ├── MyClub.exe
│   │   │   │   ├── MyClub.exe.config
│   │   │   │   ├── MyClub.pdb
│   │   │   │   ├── MyClub.vshost.exe
│   │   │   │   └── MyClub.vshost.exe.config
│   │   │   ├── ChangeUserPasswordForm.cs
│   │   │   ├── ChangeUserPasswordForm.Designer.cs
│   │   │   ├── ChangeUserPasswordForm.resx
│   │   │   ├── ClubForm.cs
│   │   │   ├── ClubForm.Designer.cs
│   │   │   ├── ClubForm.resx
│   │   │   ├── ConsumeForm.cs
│   │   │   ├── ConsumeForm.Designer.cs
│   │   │   ├── ConsumeForm.resx
│   │   │   ├── Data
│   │   │   │   ├── DBClubDataSet.cs
│   │   │   │   ├── DBClubDataSet.Designer.cs
│   │   │   │   ├── DBClubDataSet.xsc
│   │   │   │   ├── DBClubDataSet.xsd
│   │   │   │   ├── DBClubDataSet.xss
│   │   │   │   └── DBClub.mdb
│   │   │   ├── DeviceForm.cs
│   │   │   ├── DeviceForm.Designer.cs
│   │   │   ├── DeviceForm.resx
│   │   │   ├── EmployeeForm.cs
│   │   │   ├── EmployeeForm.Designer.cs
│   │   │   ├── EmployeeForm.resx
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── MemberBaseForm.cs
│   │   │   ├── MemberBaseForm.Designer.cs
│   │   │   ├── MemberBaseForm.resx
│   │   │   ├── MemberClassForm.cs
│   │   │   ├── MemberClassForm.Designer.cs
│   │   │   ├── MemberClassForm.resx
│   │   │   ├── MemberLogOutForm.cs
│   │   │   ├── MemberLogOutForm.Designer.cs
│   │   │   ├── MemberLogOutForm.resx
│   │   │   ├── MemberLostForm.cs
│   │   │   ├── MemberLostForm.Designer.cs
│   │   │   ├── MemberLostForm.resx
│   │   │   ├── MyClub.csproj
│   │   │   ├── MyXSD
│   │   │   │   ├── 会员充值.xsd
│   │   │   │   ├── 会员充次.xsd
│   │   │   │   ├── 会员挂失.xsd
│   │   │   │   ├── 会员档案.xsd
│   │   │   │   ├── 会员注销.xsd
│   │   │   │   ├── 会员积分.xsd
│   │   │   │   ├── 会员级别.xsd
│   │   │   │   ├── 会所信息.xsd
│   │   │   │   ├── 员工信息.xsd
│   │   │   │   ├── 操作用户.xsd
│   │   │   │   ├── 消费单据.xsd
│   │   │   │   ├── 消费明细.xsd
│   │   │   │   └── 设施信息.xsd
│   │   │   ├── obj
│   │   │   │   ├── MyClub.csproj.FileList.txt
│   │   │   │   └── Release
│   │   │   │   ├── MyClub.AddMoneyForm.resources
│   │   │   │   ├── MyClub.AddTimesForm.resources
│   │   │   │   ├── MyClub.ChangeUserPasswordForm.resources
│   │   │   │   ├── MyClub.ClubForm.resources
│   │   │   │   ├── MyClub.ConsumeForm.resources
│   │   │   │   ├── MyClub.csproj.GenerateResource.Cache
│   │   │   │   ├── MyClub.csproj.ResolveComReference.cache
│   │   │   │   ├── MyClub.DeviceForm.resources
│   │   │   │   ├── MyClub.EmployeeForm.resources
│   │   │   │   ├── MyClub.exe
│   │   │   │   ├── MyClub.LoginForm.resources
│   │   │   │   ├── MyClub.MainForm.resources
│   │   │   │   ├── MyClub.MemberBaseForm.resources
│   │   │   │   ├── MyClub.MemberClassForm.resources
│   │   │   │   ├── MyClub.MemberLogOutForm.resources
│   │   │   │   ├── MyClub.MemberLostForm.resources
│   │   │   │   ├── MyClub.OperatorForm.resources
│   │   │   │   ├── MyClub.pdb
│   │   │   │   ├── MyClub.PileForm.resources
│   │   │   │   ├── MyClub.Properties.Resources.resources
│   │   │   │   ├── MyClub.QueryAddMoneyForm.resources
│   │   │   │   ├── MyClub.QueryAddTimesForm.resources
│   │   │   │   ├── MyClub.QueryConsumeForm.resources
│   │   │   │   ├── MyClub.QueryDeviceForm.resources
│   │   │   │   ├── MyClub.QueryMemberForm.resources
│   │   │   │   ├── MyClub.QueryPileForm.resources
│   │   │   │   ├── MyClub.VersionForm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Data.DBClubDataSet.Designer.cs.dll
│   │   │   ├── OperatorForm.cs
│   │   │   ├── OperatorForm.Designer.cs
│   │   │   ├── OperatorForm.resx
│   │   │   ├── PileForm.cs
│   │   │   ├── PileForm.Designer.cs
│   │   │   ├── PileForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── QueryAddMoneyForm.cs
│   │   │   ├── QueryAddMoneyForm.Designer.cs
│   │   │   ├── QueryAddMoneyForm.resx
│   │   │   ├── QueryAddTimesForm.cs
│   │   │   ├── QueryAddTimesForm.Designer.cs
│   │   │   ├── QueryAddTimesForm.resx
│   │   │   ├── QueryConsumeForm.cs
│   │   │   ├── QueryConsumeForm.Designer.cs
│   │   │   ├── QueryConsumeForm.resx
│   │   │   ├── QueryDeviceForm.cs
│   │   │   ├── QueryDeviceForm.Designer.cs
│   │   │   ├── QueryDeviceForm.resx
│   │   │   ├── QueryMemberForm.cs
│   │   │   ├── QueryMemberForm.Designer.cs
│   │   │   ├── QueryMemberForm.resx
│   │   │   ├── QueryPileForm.cs
│   │   │   ├── QueryPileForm.Designer.cs
│   │   │   ├── QueryPileForm.resx
│   │   │   ├── VersionForm.cs
│   │   │   ├── VersionForm.Designer.cs
│   │   │   └── VersionForm.resx
│   │   ├── MyClub.sln
│   │   └── MyClub.suo
│   └── 使用说明.doc
├── 第4章 家电维修管理系统
│   ├── MyService
│   │   ├── MyService
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── MyService.exe
│   │   │   │   │   ├── MyService.pdb
│   │   │   │   │   └── MyService.vshost.exe
│   │   │   │   └── Release
│   │   │   │   ├── Data
│   │   │   │   │   ├── DBService.mdb
│   │   │   │   │   ├── ShowXinYuHome.JPG
│   │   │   │   │   ├── ShowZhongYiHome.JPG
│   │   │   │   │   ├── XinYuHome.JPG
│   │   │   │   │   ├── XinYuLogo.ico
│   │   │   │   │   ├── ZhongYiHome.JPG
│   │   │   │   │   └── ZhongYiLogo.ico
│   │   │   │   ├── MyService.exe
│   │   │   │   ├── MyService.exe.config
│   │   │   │   ├── MyService.pdb
│   │   │   │   ├── MyService.vshost.exe
│   │   │   │   └── MyService.vshost.exe.config
│   │   │   ├── ChangeUserPasswordForm.cs
│   │   │   ├── ChangeUserPasswordForm.Designer.cs
│   │   │   ├── ChangeUserPasswordForm.resx
│   │   │   ├── ClientForm.cs
│   │   │   ├── ClientForm.Designer.cs
│   │   │   ├── ClientForm.resx
│   │   │   ├── CompanyForm.cs
│   │   │   ├── CompanyForm.Designer.cs
│   │   │   ├── CompanyForm.resx
│   │   │   ├── Data
│   │   │   │   ├── DBServiceDataSet.Designer.cs
│   │   │   │   ├── DBServiceDataSet.xsc
│   │   │   │   ├── DBServiceDataSet.xsd
│   │   │   │   ├── DBServiceDataSet.xss
│   │   │   │   └── DBService.mdb
│   │   │   ├── DepartmentForm.cs
│   │   │   ├── DepartmentForm.Designer.cs
│   │   │   ├── DepartmentForm.resx
│   │   │   ├── EmployeeForm.cs
│   │   │   ├── EmployeeForm.Designer.cs
│   │   │   ├── EmployeeForm.resx
│   │   │   ├── IntegrationForm.cs
│   │   │   ├── IntegrationForm.Designer.cs
│   │   │   ├── IntegrationForm.resx
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── MyService.csproj
│   │   │   ├── MyXSD
│   │   │   │   ├── 公司信息.xsd
│   │   │   │   ├── 员工信息.xsd
│   │   │   │   ├── 商家信息.xsd
│   │   │   │   ├── 完修登记.xsd
│   │   │   │   ├── 客户信息.xsd
│   │   │   │   ├── 工具借用.xsd
│   │   │   │   ├── 操作用户.xsd
│   │   │   │   ├── 晶体管手册.xsd
│   │   │   │   ├── 派修登记.xsd
│   │   │   │   ├── 签收登记.xsd
│   │   │   │   ├── 维修报价.xsd
│   │   │   │   ├── 维修登记.xsd
│   │   │   │   ├── 部门信息.xsd
│   │   │   │   ├── 配件信息.xsd
│   │   │   │   ├── 配件入库.xsd
│   │   │   │   ├── 配件领用.xsd
│   │   │   │   ├── 集成块手册.xsd
│   │   │   │   └── 高压包手册.xsd
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── MyService.csproj.GenerateResource.Cache
│   │   │   │   │   ├── MyService.exe
│   │   │   │   │   ├── MyService.pdb
│   │   │   │   │   └── MyService.Properties.Resources.resources
│   │   │   │   ├── MyService.csproj.FileList.txt
│   │   │   │   └── Release
│   │   │   │   ├── MyService.ChangeUserPasswordForm.resources
│   │   │   │   ├── MyService.ClientForm.resources
│   │   │   │   ├── MyService.CompanyForm.resources
│   │   │   │   ├── MyService.csproj.GenerateResource.Cache
│   │   │   │   ├── MyService.csproj.ResolveComReference.cache
│   │   │   │   ├── MyService.DepartmentForm.resources
│   │   │   │   ├── MyService.EmployeeForm.resources
│   │   │   │   ├── MyService.exe
│   │   │   │   ├── MyService.IntegrationForm.resources
│   │   │   │   ├── MyService.LoginForm.resources
│   │   │   │   ├── MyService.MainForm.resources
│   │   │   │   ├── MyService.OperatorForm.resources
│   │   │   │   ├── MyService.PartAddForm.resources
│   │   │   │   ├── MyService.PartBaseForm.resources
│   │   │   │   ├── MyService.PartSubtractForm.resources
│   │   │   │   ├── MyService.pdb
│   │   │   │   ├── MyService.PressureForm.resources
│   │   │   │   ├── MyService.PriceForm.resources
│   │   │   │   ├── MyService.Properties.Resources.resources
│   │   │   │   ├── MyService.QueryPartAddForm.resources
│   │   │   │   ├── MyService.QueryPartSubtractForm.resources
│   │   │   │   ├── MyService.QueryRepairForm.resources
│   │   │   │   ├── MyService.RepairAssignForm.resources
│   │   │   │   ├── MyService.RepairDrawForm.resources
│   │   │   │   ├── MyService.RepairFinishForm.resources
│   │   │   │   ├── MyService.RepairRegisterForm.resources
│   │   │   │   ├── MyService.ToolForm.resources
│   │   │   │   ├── MyService.TransistorForm.resources
│   │   │   │   ├── MyService.VendorForm.resources
│   │   │   │   ├── MyService.VersionForm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Data.DBServiceDataSet.Designer.cs.dll
│   │   │   ├── OperatorForm.cs
│   │   │   ├── OperatorForm.Designer.cs
│   │   │   ├── OperatorForm.resx
│   │   │   ├── PartAddForm.cs
│   │   │   ├── PartAddForm.Designer.cs
│   │   │   ├── PartAddForm.resx
│   │   │   ├── PartBaseForm.cs
│   │   │   ├── PartBaseForm.Designer.cs
│   │   │   ├── PartBaseForm.resx
│   │   │   ├── PartSubtractForm.cs
│   │   │   ├── PartSubtractForm.Designer.cs
│   │   │   ├── PartSubtractForm.resx
│   │   │   ├── PressureForm.cs
│   │   │   ├── PressureForm.Designer.cs
│   │   │   ├── PressureForm.resx
│   │   │   ├── PriceForm.cs
│   │   │   ├── PriceForm.Designer.cs
│   │   │   ├── PriceForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── QueryPartAddForm.cs
│   │   │   ├── QueryPartAddForm.Designer.cs
│   │   │   ├── QueryPartAddForm.resx
│   │   │   ├── QueryPartSubtractForm.cs
│   │   │   ├── QueryPartSubtractForm.Designer.cs
│   │   │   ├── QueryPartSubtractForm.resx
│   │   │   ├── QueryRepairForm.cs
│   │   │   ├── QueryRepairForm.Designer.cs
│   │   │   ├── QueryRepairForm.resx
│   │   │   ├── RepairAssignForm.cs
│   │   │   ├── RepairAssignForm.Designer.cs
│   │   │   ├── RepairAssignForm.resx
│   │   │   ├── RepairDrawForm.cs
│   │   │   ├── RepairDrawForm.Designer.cs
│   │   │   ├── RepairDrawForm.resx
│   │   │   ├── RepairFinishForm.cs
│   │   │   ├── RepairFinishForm.Designer.cs
│   │   │   ├── RepairFinishForm.resx
│   │   │   ├── RepairRegisterForm.cs
│   │   │   ├── RepairRegisterForm.Designer.cs
│   │   │   ├── RepairRegisterForm.resx
│   │   │   ├── ToolForm.cs
│   │   │   ├── ToolForm.Designer.cs
│   │   │   ├── ToolForm.resx
│   │   │   ├── TransistorForm.cs
│   │   │   ├── TransistorForm.Designer.cs
│   │   │   ├── TransistorForm.resx
│   │   │   ├── VendorForm.cs
│   │   │   ├── VendorForm.Designer.cs
│   │   │   ├── VendorForm.resx
│   │   │   ├── VersionForm.cs
│   │   │   ├── VersionForm.Designer.cs
│   │   │   └── VersionForm.resx
│   │   ├── MyService.sln
│   │   └── MyService.suo
│   └── 使用说明.doc
├── 第5章 汽车货运管理系统
│   ├── MyTruck
│   │   ├── MyTruck
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   └── MyTruck.vshost.exe
│   │   │   │   └── Release
│   │   │   │   ├── Data
│   │   │   │   │   ├── ChangAnHome.JPG
│   │   │   │   │   ├── ChangAnLogo.ico
│   │   │   │   │   ├── DBTruck.mdb
│   │   │   │   │   ├── NewSkyHome.JPG
│   │   │   │   │   ├── NewSkyLogo.ico
│   │   │   │   │   ├── ShowChangAnHome.jpg
│   │   │   │   │   └── ShowNewSkyHome.JPG
│   │   │   │   ├── MyTruck.exe
│   │   │   │   ├── MyTruck.exe.config
│   │   │   │   ├── MyTruck.pdb
│   │   │   │   ├── MyTruck.vshost.exe
│   │   │   │   └── MyTruck.vshost.exe.config
│   │   │   ├── ChangeUserPasswordForm.cs
│   │   │   ├── ChangeUserPasswordForm.Designer.cs
│   │   │   ├── ChangeUserPasswordForm.resx
│   │   │   ├── ClientForm.cs
│   │   │   ├── ClientForm.Designer.cs
│   │   │   ├── ClientForm.resx
│   │   │   ├── CompanyForm.cs
│   │   │   ├── CompanyForm.Designer.cs
│   │   │   ├── CompanyForm.resx
│   │   │   ├── Data
│   │   │   │   ├── DBTruckDataSet.cs
│   │   │   │   ├── DBTruckDataSet.Designer.cs
│   │   │   │   ├── DBTruckDataSet.xsc
│   │   │   │   ├── DBTruckDataSet.xsd
│   │   │   │   ├── DBTruckDataSet.xss
│   │   │   │   └── DBTruck.mdb
│   │   │   ├── EmployeeForm.cs
│   │   │   ├── EmployeeForm.Designer.cs
│   │   │   ├── EmployeeForm.resx
│   │   │   ├── FirmForm.cs
│   │   │   ├── FirmForm.Designer.cs
│   │   │   ├── FirmForm.resx
│   │   │   ├── FreightChargeForm.cs
│   │   │   ├── FreightChargeForm.Designer.cs
│   │   │   ├── FreightChargeForm.resx
│   │   │   ├── FreightLoadingForm.cs
│   │   │   ├── FreightLoadingForm.Designer.cs
│   │   │   ├── FreightLoadingForm.resx
│   │   │   ├── FreightOrderForm.cs
│   │   │   ├── FreightOrderForm.Designer.cs
│   │   │   ├── FreightOrderForm.resx
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── MyTruck.csproj
│   │   │   ├── MyXSD
│   │   │   │   ├── 公司信息.xsd
│   │   │   │   ├── 出车费用.xsd
│   │   │   │   ├── 员工信息.xsd
│   │   │   │   ├── 外挂单位.xsd
│   │   │   │   ├── 外挂车辆.xsd
│   │   │   │   ├── 客户信息.xsd
│   │   │   │   ├── 操作用户.xsd
│   │   │   │   ├── 订单信息.xsd
│   │   │   │   ├── 车辆事故.xsd
│   │   │   │   ├── 车辆信息.xsd
│   │   │   │   ├── 车辆油耗.xsd
│   │   │   │   ├── 车辆维修.xsd
│   │   │   │   ├── 车辆费用.xsd
│   │   │   │   └── 运单信息.xsd
│   │   │   ├── obj
│   │   │   │   ├── MyTruck.csproj.FileList.txt
│   │   │   │   └── Release
│   │   │   │   ├── MyTruck.ChangeUserPasswordForm.resources
│   │   │   │   ├── MyTruck.ClientForm.resources
│   │   │   │   ├── MyTruck.CompanyForm.resources
│   │   │   │   ├── MyTruck.csproj.GenerateResource.Cache
│   │   │   │   ├── MyTruck.csproj.ResolveComReference.cache
│   │   │   │   ├── MyTruck.EmployeeForm.resources
│   │   │   │   ├── MyTruck.exe
│   │   │   │   ├── MyTruck.FirmForm.resources
│   │   │   │   ├── MyTruck.FreightChargeForm.resources
│   │   │   │   ├── MyTruck.FreightLoadingForm.resources
│   │   │   │   ├── MyTruck.FreightOrderForm.resources
│   │   │   │   ├── MyTruck.LoginForm.resources
│   │   │   │   ├── MyTruck.MainForm.resources
│   │   │   │   ├── MyTruck.OperatorForm.resources
│   │   │   │   ├── MyTruck.pdb
│   │   │   │   ├── MyTruck.Properties.Resources.resources
│   │   │   │   ├── MyTruck.QueryAccidentForm.resources
│   │   │   │   ├── MyTruck.QueryChargeForm.resources
│   │   │   │   ├── MyTruck.QueryCostForm.resources
│   │   │   │   ├── MyTruck.QueryLoadingForm.resources
│   │   │   │   ├── MyTruck.QueryOrderForm.resources
│   │   │   │   ├── MyTruck.QueryRepairForm.resources
│   │   │   │   ├── MyTruck.TruckAccidentForm.resources
│   │   │   │   ├── MyTruck.TruckBaseForm.resources
│   │   │   │   ├── MyTruck.TruckChargeForm.resources
│   │   │   │   ├── MyTruck.TruckFirmForm.resources
│   │   │   │   ├── MyTruck.TruckGasForm.resources
│   │   │   │   ├── MyTruck.TruckRepairForm.resources
│   │   │   │   ├── MyTruck.VersionForm.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Data.DBTruckDataSet.Designer.cs.dll
│   │   │   ├── OperatorForm.cs
│   │   │   ├── OperatorForm.Designer.cs
│   │   │   ├── OperatorForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── QueryAccidentForm.cs
│   │   │   ├── QueryAccidentForm.Designer.cs
│   │   │   ├── QueryAccidentForm.resx
│   │   │   ├── QueryChargeForm.cs
│   │   │   ├── QueryChargeForm.Designer.cs
│   │   │   ├── QueryChargeForm.resx
│   │   │   ├── QueryCostForm.cs
│   │   │   ├── QueryCostForm.Designer.cs
│   │   │   ├── QueryCostForm.resx
│   │   │   ├── QueryLoadingForm.cs
│   │   │   ├── QueryLoadingForm.Designer.cs
│   │   │   ├── QueryLoadingForm.resx
│   │   │   ├── QueryOrderForm.cs
│   │   │   ├── QueryOrderForm.Designer.cs
│   │   │   ├── QueryOrderForm.resx
│   │   │   ├── QueryRepairForm.cs
│   │   │   ├── QueryRepairForm.Designer.cs
│   │   │   ├── QueryRepairForm.resx
│   │   │   ├── TruckAccidentForm.cs
│   │   │   ├── TruckAccidentForm.Designer.cs
│   │   │   ├── TruckAccidentForm.resx
│   │   │   ├── TruckBaseForm.cs
│   │   │   ├── TruckBaseForm.Designer.cs
│   │   │   ├── TruckBaseForm.resx
│   │   │   ├── TruckChargeForm.cs
│   │   │   ├── TruckChargeForm.Designer.cs
│   │   │   ├── TruckChargeForm.resx
│   │   │   ├── TruckFirmForm.cs
│   │   │   ├── TruckFirmForm.Designer.cs
│   │   │   ├── TruckFirmForm.resx
│   │   │   ├── TruckGasForm.cs
│   │   │   ├── TruckGasForm.Designer.cs
│   │   │   ├── TruckGasForm.resx
│   │   │   ├── TruckRepairForm.cs
│   │   │   ├── TruckRepairForm.Designer.cs
│   │   │   ├── TruckRepairForm.resx
│   │   │   ├── VersionForm.cs
│   │   │   ├── VersionForm.Designer.cs
│   │   │   └── VersionForm.resx
│   │   ├── MyTruck.sln
│   │   └── MyTruck.suo
│   └── 使用说明.doc
└── 第6章 餐饮消费管理系统
├── MyEatery
│   ├── MyEatery
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   └── MyEatery.vshost.exe
│   │   │   └── Release
│   │   │   ├── Data
│   │   │   │   ├── DBEatery.mdb
│   │   │   │   ├── EBayHome.JPG
│   │   │   │   ├── EBayLogo.ico
│   │   │   │   ├── EverydayHome.JPG
│   │   │   │   ├── EverydayLogo.ico
│   │   │   │   ├── ShowEBayHome.JPG
│   │   │   │   └── ShowEverydayHome.JPG
│   │   │   ├── MyEatery.exe
│   │   │   ├── MyEatery.exe.config
│   │   │   ├── MyEatery.pdb
│   │   │   ├── MyEatery.vshost.exe
│   │   │   └── MyEatery.vshost.exe.config
│   │   ├── BookingCheckForm.cs
│   │   ├── BookingCheckForm.Designer.cs
│   │   ├── BookingCheckForm.resx
│   │   ├── BookingEatForm.cs
│   │   ├── BookingEatForm.Designer.cs
│   │   ├── BookingEatForm.resx
│   │   ├── BookingRegForm.cs
│   │   ├── BookingRegForm.Designer.cs
│   │   ├── BookingRegForm.resx
│   │   ├── ChangeForm.cs
│   │   ├── ChangeForm.Designer.cs
│   │   ├── ChangeForm.resx
│   │   ├── ChangeUserPasswordForm.cs
│   │   ├── ChangeUserPasswordForm.Designer.cs
│   │   ├── ChangeUserPasswordForm.resx
│   │   ├── CheckForm.cs
│   │   ├── CheckForm.Designer.cs
│   │   ├── CheckForm.resx
│   │   ├── CompanyForm.cs
│   │   ├── CompanyForm.Designer.cs
│   │   ├── CompanyForm.resx
│   │   ├── Data
│   │   │   ├── DBEateryDataSet.Designer.cs
│   │   │   ├── DBEateryDataSet.xsc
│   │   │   ├── DBEateryDataSet.xsd
│   │   │   ├── DBEateryDataSet.xss
│   │   │   └── DBEatery.mdb
│   │   ├── EmployeeForm.cs
│   │   ├── EmployeeForm.Designer.cs
│   │   ├── EmployeeForm.resx
│   │   ├── GoodsForm.cs
│   │   ├── GoodsForm.Designer.cs
│   │   ├── GoodsForm.resx
│   │   ├── ItemForm.cs
│   │   ├── ItemForm.Designer.cs
│   │   ├── ItemForm.resx
│   │   ├── LoginForm.cs
│   │   ├── LoginForm.Designer.cs
│   │   ├── LoginForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── MyEatery.csproj
│   │   ├── MyXSD
│   │   │   ├── 公司信息.xsd
│   │   │   ├── 台位信息.xsd
│   │   │   ├── 员工信息.xsd
│   │   │   ├── 操作用户.xsd
│   │   │   ├── 用餐信息.xsd
│   │   │   ├── 用餐明细.xsd
│   │   │   ├── 菜品信息.xsd
│   │   │   └── 预订信息.xsd
│   │   ├── obj
│   │   │   ├── MyEatery.csproj.FileList.txt
│   │   │   └── Release
│   │   │   ├── MyEatery.BookingCheckForm.resources
│   │   │   ├── MyEatery.BookingEatForm.resources
│   │   │   ├── MyEatery.BookingRegForm.resources
│   │   │   ├── MyEatery.ChangeForm.resources
│   │   │   ├── MyEatery.ChangeUserPasswordForm.resources
│   │   │   ├── MyEatery.CheckForm.resources
│   │   │   ├── MyEatery.CompanyForm.resources
│   │   │   ├── MyEatery.csproj.GenerateResource.Cache
│   │   │   ├── MyEatery.csproj.ResolveComReference.cache
│   │   │   ├── MyEatery.EmployeeForm.resources
│   │   │   ├── MyEatery.exe
│   │   │   ├── MyEatery.GoodsForm.resources
│   │   │   ├── MyEatery.ItemForm.resources
│   │   │   ├── MyEatery.LoginForm.resources
│   │   │   ├── MyEatery.MainForm.resources
│   │   │   ├── MyEatery.OperatorForm.resources
│   │   │   ├── MyEatery.pdb
│   │   │   ├── MyEatery.Properties.Resources.resources
│   │   │   ├── MyEatery.QueryBookingForm.resources
│   │   │   ├── MyEatery.QueryEatingForm.resources
│   │   │   ├── MyEatery.QueryGoodsForm.resources
│   │   │   ├── MyEatery.QueryUsedForm.resources
│   │   │   ├── MyEatery.RegisterForm.resources
│   │   │   ├── MyEatery.TableForm.resources
│   │   │   ├── MyEatery.VersionForm.resources
│   │   │   └── TempPE
│   │   │   ├── Data.DBEateryDataSet.Designer.cs.dll
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── OperatorForm.cs
│   │   ├── OperatorForm.Designer.cs
│   │   ├── OperatorForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── QueryBookingForm.cs
│   │   ├── QueryBookingForm.Designer.cs
│   │   ├── QueryBookingForm.resx
│   │   ├── QueryEatingForm.cs
│   │   ├── QueryEatingForm.Designer.cs
│   │   ├── QueryEatingForm.resx
│   │   ├── QueryGoodsForm.cs
│   │   ├── QueryGoodsForm.Designer.cs
│   │   ├── QueryGoodsForm.resx
│   │   ├── QueryUsedForm.cs
│   │   ├── QueryUsedForm.Designer.cs
│   │   ├── QueryUsedForm.resx
│   │   ├── RegisterForm.cs
│   │   ├── RegisterForm.Designer.cs
│   │   ├── RegisterForm.resx
│   │   ├── TableForm.cs
│   │   ├── TableForm.Designer.cs
│   │   ├── TableForm.resx
│   │   ├── VersionForm.cs
│   │   ├── VersionForm.Designer.cs
│   │   └── VersionForm.resx
│   ├── MyEatery.sln
│   └── MyEatery.suo
└── 使用说明.doc

79 directories, 909 files

标签:

实例下载地址

Visual C#2005 +Access 数据库开发经典案例 光盘.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警