嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#开发的宾馆客房管理系统
用C#和SQL开发。实现了基本的功能。为了赚点积分。只好把自己的东西上传了。
.
├── C#开发的宾馆客房管理系统_宾馆客房管理系统.rar
├── HMS
│ ├── HMS
│ │ ├── BussinessLevel
│ │ │ ├── Class1.cs
│ │ │ ├── ClientBookInManage.cs
│ │ │ ├── ClientCheckManage.cs
│ │ │ ├── RoomManage.cs
│ │ │ └── RoomTypeManage.cs
│ │ ├── DataLevel
│ │ │ └── Connection.cs
│ │ ├── HMS.csproj
│ │ ├── HMS.csproj.user
│ │ ├── HMS.mdf
│ │ ├── HMS.sln
│ │ ├── HMS.suo
│ │ ├── HMSDataSet.Designer.cs
│ │ ├── HMSDataSet.xsc
│ │ ├── HMSDataSet.xsd
│ │ ├── HMSDataSet.xss
│ │ ├── HMS_log.ldf
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Setup
│ │ │ ├── Debug
│ │ │ │ ├── Setup.msi
│ │ │ │ └── setup.exe
│ │ │ ├── Release
│ │ │ └── Setup.vdproj
│ │ ├── UILevel
│ │ │ ├── ClientBookIn.Designer.cs
│ │ │ ├── ClientBookIn.cs
│ │ │ ├── ClientBookIn.resx
│ │ │ ├── ClientCheck.Designer.cs
│ │ │ ├── ClientCheck.cs
│ │ │ ├── ClientCheck.resx
│ │ │ ├── ClientSearch.Designer.cs
│ │ │ ├── ClientSearch.cs
│ │ │ ├── ClientSearch.resx
│ │ │ ├── InitialForm.Designer.cs
│ │ │ ├── InitialForm.cs
│ │ │ ├── InitialForm.resx
│ │ │ ├── MainForm.Designer.cs
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── Room.Designer.cs
│ │ │ ├── Room.cs
│ │ │ ├── Room.resx
│ │ │ ├── RoomSearch.Designer.cs
│ │ │ ├── RoomSearch.cs
│ │ │ ├── RoomSearch.resx
│ │ │ ├── RoomType.Designer.cs
│ │ │ ├── RoomType.cs
│ │ │ ├── RoomType.resx
│ │ │ ├── User.Designer.cs
│ │ │ ├── User.cs
│ │ │ └── User.resx
│ │ ├── UpgradeLog.XML
│ │ ├── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport.xslt
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ └── UpgradeReport_Plus.gif
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── HMS.exe
│ │ │ │ ├── HMS.exe.config
│ │ │ │ ├── HMS.mdf
│ │ │ │ ├── HMS.pdb
│ │ │ │ ├── HMS.vshost.exe
│ │ │ │ ├── HMS.vshost.exe.config
│ │ │ │ └── HMS_log.ldf
│ │ │ └── Release
│ │ │ ├── HMS.exe
│ │ │ └── HMS.pdb
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── HMS.Properties.Resources.resources
│ │ │ ├── HMS.UILevel.ClientBookIn.resources
│ │ │ ├── HMS.UILevel.ClientCheck.resources
│ │ │ ├── HMS.UILevel.ClientSearch.resources
│ │ │ ├── HMS.UILevel.InitialForm.resources
│ │ │ ├── HMS.UILevel.MainForm.resources
│ │ │ ├── HMS.UILevel.Room.resources
│ │ │ ├── HMS.UILevel.RoomSearch.resources
│ │ │ ├── HMS.UILevel.RoomType.resources
│ │ │ ├── HMS.UILevel.User.resources
│ │ │ ├── HMS.csproj.FileListAbsolute.txt
│ │ │ ├── HMS.csproj.GenerateResource.Cache
│ │ │ ├── HMS.exe
│ │ │ ├── HMS.pdb
│ │ │ └── TempPE
│ │ │ ├── HMSDataSet.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── HMS.csproj.FileList.txt
│ │ ├── HMS.csproj.FileListAbsolute.txt
│ │ └── Release
│ │ ├── HMS.Properties.Resources.resources
│ │ ├── HMS.UILevel.ClientBookIn.resources
│ │ ├── HMS.UILevel.ClientCheck.resources
│ │ ├── HMS.UILevel.ClientSearch.resources
│ │ ├── HMS.UILevel.InitialForm.resources
│ │ ├── HMS.UILevel.MainForm.resources
│ │ ├── HMS.UILevel.Room.resources
│ │ ├── HMS.UILevel.RoomSearch.resources
│ │ ├── HMS.UILevel.RoomType.resources
│ │ ├── HMS.UILevel.User.resources
│ │ ├── HMS.csproj.GenerateResource.Cache
│ │ ├── HMS.pdb
│ │ └── TempPE
│ ├── 安装说明.txt
│ └── 宾馆客房管理系统
│ ├── Debug
│ │ ├── setup.exe
│ │ └── 宾馆客房管理系统.msi
│ ├── Release
│ └── 宾馆客房管理系统.vdproj
└── date
├── HMS.LDF
├── HMS.mdf
└── HMS_log.ldf
22 directories, 104 files