在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于winform的酒店管理系统

基于winform的酒店管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:7.75M
  • 下载次数:3
  • 浏览次数:83
  • 发布时间:2021-01-25
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
酒店管理系统源码立即下载酒店管理系统源码酒店管理系统(vs2008+c#+sqlserver2008)实现完成的系统将在相关酒店的技术支持、产品管理等部门使用,网络系统暂未涉及。本系统将是独立的系统,对财物只提供简单的支持,目前不与其他资料系统提供接口
【实例截图】
【核心代码】
cc5edd1b-341d-4f9f-a5c4-f76d602281d6
├── 51aspx源码必读.txt
├── BinBal
│   ├── bin
│   │   └── Debug
│   │   ├── BinBal.dll
│   │   ├── BinBal.pdb
│   │   ├── BinModel.dll
│   │   └── BinModel.pdb
│   ├── BinDal.csproj
│   ├── CustomBookServices.cs
│   ├── CustomersServices.cs
│   ├── Dals.cs
│   ├── DeleteEmloyeeSalary.cs
│   ├── EmployeeSalaryBinDal.cs
│   ├── EmployeeSalaryServer.cs
│   ├── EmployeeServices.cs
│   ├── EmpStateServices.cs
│   ├── Everyserver.cs
│   ├── GoodsServices.cs
│   ├── GroupRegisServices.cs
│   ├── JobServices.cs
│   ├── obj
│   │   ├── BinBal.csproj.FileList.txt
│   │   ├── BinDal.csproj.FileList.txt
│   │   └── Debug
│   │   ├── BinBal.dll
│   │   ├── BinBal.pdb
│   │   ├── BinDal.csproj.FileListAbsolute.txt
│   │   ├── Refactor
│   │   │   └── BinBal.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── PopedomsServices.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ProvincesServices.cs
│   ├── RolesServices.cs
│   ├── RoomLevelServices.cs
│   ├── RoomServices.cs
│   ├── RP_compareServices.cs
│   ├── SearchIdServer.cs
│   ├── UR_compareServices.cs
│   └── UsersServices.cs
├── BinBll
│   ├── bin
│   │   └── Debug
│   │   ├── BinBal.dll
│   │   ├── BinBal.pdb
│   │   ├── BinBll.dll
│   │   ├── BinBll.pdb
│   │   ├── BinModel.dll
│   │   └── BinModel.pdb
│   ├── BinBll.csproj
│   ├── Blls.cs
│   ├── CustomerManager.cs
│   ├── DeleteManager.cs
│   ├── EmployeeManager.cs
│   ├── EmployeeSalaryBinBllBll.cs
│   ├── EmployeeSalaryManage.cs
│   ├── EmpStateManager.cs
│   ├── Everymanager.cs
│   ├── GoodsManager.cs
│   ├── GroupManager.cs
│   ├── JobManager.cs
│   ├── obj
│   │   ├── BinBll.csproj.FileList.txt
│   │   └── Debug
│   │   ├── BinBll.csproj.FileListAbsolute.txt
│   │   ├── BinBll.dll
│   │   ├── BinBll.pdb
│   │   ├── Refactor
│   │   │   └── BinBll.dll
│   │   └── ResolveAssemblyReference.cache
│   ├── PopedomsManager.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ProvinceManager.cs
│   ├── RoleManager.cs
│   ├── RoomLevelManager.cs
│   ├── RoomsManager.cs
│   ├── RP_compareManager.cs
│   ├── SearchIdManager.cs
│   ├── UR_compareManager.cs
│   └── UsersManager.cs
├── BinModel
│   ├── bin
│   │   └── Debug
│   │   ├── BinModel.dll
│   │   └── BinModel.pdb
│   ├── BinModel.csproj
│   ├── CustomBooks.cs
│   ├── Customers.cs
│   ├── Employee.cs
│   ├── EmployeeSalaryBinModel.cs
│   ├── EmpState.cs
│   ├── Goods.cs
│   ├── GroupBook.cs
│   ├── GroupRegis.cs
│   ├── JobPosition.cs
│   ├── obj
│   │   ├── BinModel.csproj.FileList.txt
│   │   └── Debug
│   │   ├── BinModel.csproj.FileListAbsolute.txt
│   │   ├── BinModel.dll
│   │   ├── BinModel.pdb
│   │   └── Refactor
│   │   └── BinModel.dll
│   ├── Popedoms.cs
│   ├── ProductPerDay.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Provinces.cs
│   ├── Roles.cs
│   ├── RoomLevel.cs
│   ├── Rooms.cs
│   ├── RP_compare.cs
│   ├── UR_compare.cs
│   └── Users.cs
├── BinTools
│   ├── bin
│   │   └── Debug
│   │   ├── BinTools.dll
│   │   └── BinTools.pdb
│   ├── BinTools.csproj
│   ├── Log.cs
│   ├── obj
│   │   ├── BinTools.csproj.FileList.txt
│   │   └── Debug
│   │   ├── BinTools.csproj.FileListAbsolute.txt
│   │   ├── BinTools.dll
│   │   ├── BinTools.pdb
│   │   └── Refactor
│   │   └── BinTools.dll
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── Tools.cs
├── DB_51aspx
│   ├── GinShop_log.LDF
│   └── GinShop.mdf
├── FiveStarGinShopManager
│   ├── App.config
│   ├── bin
│   │   └── Debug
│   │   ├── BinBal.dll
│   │   ├── BinBal.pdb
│   │   ├── BinBll.dll
│   │   ├── BinBll.pdb
│   │   ├── BinModel.dll
│   │   ├── BinModel.pdb
│   │   ├── BinTools.dll
│   │   ├── BinTools.pdb
│   │   ├── FiveStarGinShopManager.exe
│   │   ├── FiveStarGinShopManager.exe.config
│   │   ├── FiveStarGinShopManager.pdb
│   │   ├── FiveStarGinShopManager.vshost.exe
│   │   ├── FiveStarGinShopManager.vshost.exe.config
│   │   ├── FiveStarGinShopManager.vshost.exe.manifest
│   │   └── image
│   │   ├── BackImage
│   │   │   └── back.jpg
│   │   ├── butterfly
│   │   │   ├── png-0361.ico
│   │   │   ├── png-0362.ico
│   │   │   ├── png-0363.ico
│   │   │   ├── png-0364.ico
│   │   │   ├── png-0365.ico
│   │   │   ├── png-0366.ico
│   │   │   ├── png-0367.ico
│   │   │   ├── png-0368.ico
│   │   │   ├── png-0369.ico
│   │   │   ├── png-0370.ico
│   │   │   ├── png-0371.ico
│   │   │   ├── png-0372.ico
│   │   │   ├── png-0373.ico
│   │   │   ├── png-0374.ico
│   │   │   ├── png-0375.ico
│   │   │   ├── png-0376.ico
│   │   │   ├── png-0377.ico
│   │   │   ├── png-0378.ico
│   │   │   ├── png-0379.ico
│   │   │   ├── png-0380.ico
│   │   │   ├── png-0381.ico
│   │   │   ├── png-0382.ico
│   │   │   ├── png-0383.ico
│   │   │   ├── png-0384.ico
│   │   │   ├── png-0385.ico
│   │   │   ├── png-0386.ico
│   │   │   ├── png-0387.ico
│   │   │   ├── png-0388.ico
│   │   │   ├── png-0389.ico
│   │   │   ├── png-0390.ico
│   │   │   ├── png-0391.ico
│   │   │   ├── png-0392.ico
│   │   │   ├── png-0393.ico
│   │   │   ├── png-0394.ico
│   │   │   ├── png-0395.ico
│   │   │   ├── png-0396.ico
│   │   │   ├── png-0397.ico
│   │   │   ├── png-0398.ico
│   │   │   ├── png-0399.ico
│   │   │   ├── png-0400.ico
│   │   │   └── Thumbs.db
│   │   ├── Login.bmp
│   │   └── start.jpg
│   ├── FiveStarGinShopManager.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── FiveStarGinShopManager.csproj.FileListAbsolute.txt
│   │   │   ├── FiveStarGinShopManager.csproj.GenerateResource.Cache
│   │   │   ├── FiveStarGinShopManager.EmpLoginRegis.resources
│   │   │   ├── FiveStarGinShopManager.exe
│   │   │   ├── FiveStarGinShopManager.pdb
│   │   │   ├── FiveStarGinShopManager.Properties.Resources.resources
│   │   │   ├── FiveStarGinShopManager.UI.Advices.resources
│   │   │   ├── FiveStarGinShopManager.UI.BackGroundImage.resources
│   │   │   ├── FiveStarGinShopManager.UI.CustomerBook.resources
│   │   │   ├── FiveStarGinShopManager.UI.CustomerBooks.resources
│   │   │   ├── FiveStarGinShopManager.UI.CustomerRegister.resources
│   │   │   ├── FiveStarGinShopManager.UI.DataShow.CustomerList.resources
│   │   │   ├── FiveStarGinShopManager.UI.DataShow.Customertest.resources
│   │   │   ├── FiveStarGinShopManager.UI.DataShow.GoodsList.resources
│   │   │   ├── FiveStarGinShopManager.UI.DataShow.GroupList.resources
│   │   │   ├── FiveStarGinShopManager.UI.DataShow.RoomList.resources
│   │   │   ├── FiveStarGinShopManager.UI.Dictionary.DictionaryForm.resources
│   │   │   ├── FiveStarGinShopManager.UI.Dictionary.TableCity.resources
│   │   │   ├── FiveStarGinShopManager.UI.Dictionary.TableJobPosition.resources
│   │   │   ├── FiveStarGinShopManager.UI.Dictionary.TableProvince.resources
│   │   │   ├── FiveStarGinShopManager.UI.EmployeeDel.resources
│   │   │   ├── FiveStarGinShopManager.UI.EmployeeManage.resources
│   │   │   ├── FiveStarGinShopManager.UI.EmployeeRegis.resources
│   │   │   ├── FiveStarGinShopManager.UI.EmployeeTrainManage.resources
│   │   │   ├── FiveStarGinShopManager.UI.EveryDay.AddEmployeeSalary.resources
│   │   │   ├── FiveStarGinShopManager.UI.EveryDay.bianji.resources
│   │   │   ├── FiveStarGinShopManager.UI.EveryDay.EmployeeSalary.resources
│   │   │   ├── FiveStarGinShopManager.UI.EveryDay.Every.resources
│   │   │   ├── FiveStarGinShopManager.UI.EveryDay.UpdateEmployeeSalary.resources
│   │   │   ├── FiveStarGinShopManager.UI.GinPlan.resources
│   │   │   ├── FiveStarGinShopManager.UI.GoodsServer.resources
│   │   │   ├── FiveStarGinShopManager.UI.JobConfig.resources
│   │   │   ├── FiveStarGinShopManager.UI.lblRoomList.resources
│   │   │   ├── FiveStarGinShopManager.UI.LeaveMenu.resources
│   │   │   ├── FiveStarGinShopManager.UI.Leave.resources
│   │   │   ├── FiveStarGinShopManager.UI.Login.resources
│   │   │   ├── FiveStarGinShopManager.UI.OpacityManager.resources
│   │   │   ├── FiveStarGinShopManager.UI.PlanterInfo.resources
│   │   │   ├── FiveStarGinShopManager.UI.Popedom.resources
│   │   │   ├── FiveStarGinShopManager.UI.PopedomsRoles.CurrentRoles.resources
│   │   │   ├── FiveStarGinShopManager.UI.PwdModify.resources
│   │   │   ├── FiveStarGinShopManager.UI.RolePopedom.resources
│   │   │   ├── FiveStarGinShopManager.UI.RolesForm.resources
│   │   │   ├── FiveStarGinShopManager.UI.StartImage.resources
│   │   │   ├── FiveStarGinShopManager.UI.SysDictionary.resources
│   │   │   ├── FiveStarGinShopManager.UI.SysMain.resources
│   │   │   ├── FiveStarGinShopManager.UI.TrainProject.resources
│   │   │   ├── FiveStarGinShopManager.UI.UsersForm.resources
│   │   │   ├── FiveStarGinShopManager.UI.UsersRegis.resources
│   │   │   ├── FiveStarGinShopManager.UI.UserSwitch.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   └── UI.CustomerBook.Designer.cs.dll
│   │   └── FiveStarGinShopManager.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   ├── add.bmp
│   │   ├── del.bmp
│   │   ├── edit.bmp
│   │   ├── exit1.bmp
│   │   ├── exit.bmp
│   │   ├── find.bmp
│   │   └── flush.bmp
│   └── UI
│   ├── Advices.cs
│   ├── Advices.designer.cs
│   ├── Advices.resx
│   ├── BackGroundImage.cs
│   ├── BackGroundImage.Designer.cs
│   ├── BackGroundImage.resx
│   ├── CustomerBook.Designer.cs
│   ├── CustomerBook.resx
│   ├── CustomerBooks.cs
│   ├── CustomerBooks.designer.cs
│   ├── CustomerBooks.resx
│   ├── CustomerRegister.cs
│   ├── CustomerRegister.Designer.cs
│   ├── CustomerRegister.resx
│   ├── DataShow
│   │   ├── CustomerList.cs
│   │   ├── CustomerList.Designer.cs
│   │   ├── CustomerList.resx
│   │   ├── Customertest.cs
│   │   ├── Customertest.Designer.cs
│   │   ├── Customertest.resx
│   │   ├── GoodsList.cs
│   │   ├── GoodsList.Designer.cs
│   │   ├── GoodsList.resx
│   │   ├── GroupList.cs
│   │   ├── GroupList.Designer.cs
│   │   ├── GroupList.resx
│   │   ├── RoomList.cs
│   │   ├── RoomList.Designer.cs
│   │   └── RoomList.resx
│   ├── Dictionary
│   │   ├── DictionaryForm.cs
│   │   ├── DictionaryForm.Designer.cs
│   │   ├── DictionaryForm.resx
│   │   ├── TableCity.cs
│   │   ├── TableCity.Designer.cs
│   │   ├── TableCity.resx
│   │   ├── TableJobPosition.cs
│   │   ├── TableJobPosition.Designer.cs
│   │   ├── TableJobPosition.resx
│   │   ├── TableProvince.cs
│   │   ├── TableProvince.Designer.cs
│   │   └── TableProvince.resx
│   ├── EmpLoginRegis.cs
│   ├── EmpLoginRegis.Designer.cs
│   ├── EmpLoginRegis.resx
│   ├── EmployeeDel.cs
│   ├── EmployeeDel.Designer.cs
│   ├── EmployeeDel.resx
│   ├── EmployeeManage.cs
│   ├── EmployeeManage.Designer.cs
│   ├── EmployeeManage.resx
│   ├── EmployeeRegis.cs
│   ├── EmployeeRegis.Designer.cs
│   ├── EmployeeRegis.resx
│   ├── EmployeeTrainManage.cs
│   ├── EmployeeTrainManage.designer.cs
│   ├── EmployeeTrainManage.resx
│   ├── EveryDay
│   │   ├── AddEmployeeSalary.cs
│   │   ├── AddEmployeeSalary.designer.cs
│   │   ├── AddEmployeeSalary.resx
│   │   ├── bianji.cs
│   │   ├── bianji.designer.cs
│   │   ├── bianji.resx
│   │   ├── EmployeeSalary.cs
│   │   ├── EmployeeSalary.designer.cs
│   │   ├── EmployeeSalary.resx
│   │   ├── Every.cs
│   │   ├── Every.designer.cs
│   │   ├── EveryMoney.cs
│   │   ├── EveryMoney.designer.cs
│   │   ├── Every.resx
│   │   ├── UpdateEmployeeSalary.cs
│   │   ├── UpdateEmployeeSalary.designer.cs
│   │   └── UpdateEmployeeSalary.resx
│   ├── GinPlan.cs
│   ├── GinPlan.Designer.cs
│   ├── GinPlan.resx
│   ├── GoodsServer.cs
│   ├── GoodsServer.Designer.cs
│   ├── GoodsServer.resx
│   ├── JobConfig.cs
│   ├── JobConfig.Designer.cs
│   ├── JobConfig.resx
│   ├── Leave.cs
│   ├── Leave.Designer.cs
│   ├── LeaveMenu.cs
│   ├── LeaveMenu.Designer.cs
│   ├── LeaveMenu.resx
│   ├── Leave.resx
│   ├── Login.cs
│   ├── Login.Designer.cs
│   ├── Login.resx
│   ├── OpacityManager.cs
│   ├── OpacityManager.Designer.cs
│   ├── OpacityManager.resx
│   ├── PlanterInfo.cs
│   ├── PlanterInfo.designer.cs
│   ├── PlanterInfo.resx
│   ├── PopedomsRoles
│   │   ├── CurrentRoles.cs
│   │   ├── CurrentRoles.Designer.cs
│   │   ├── CurrentRoles.resx
│   │   ├── Popedom.cs
│   │   ├── Popedom.Designer.cs
│   │   └── Popedom.resx
│   ├── PwdModify.cs
│   ├── PwdModify.Designer.cs
│   ├── PwdModify.resx
│   ├── RolePopedom.cs
│   ├── RolePopedom.Designer.cs
│   ├── RolePopedom.resx
│   ├── RolesForm.cs
│   ├── RolesForm.Designer.cs
│   ├── RolesForm.resx
│   ├── RoomManage.cs
│   ├── RoomManage.Designer.cs
│   ├── RoomManage.resx
│   ├── StartImage.cs
│   ├── StartImage.Designer.cs
│   ├── StartImage.resx
│   ├── SysDictionary.cs
│   ├── SysDictionary.Designer.cs
│   ├── SysDictionary.resx
│   ├── SysMain.cs
│   ├── SysMain.Designer.cs
│   ├── SysMain.resx
│   ├── TrainProject.cs
│   ├── TrainProject.Designer.cs
│   ├── TrainProject.resx
│   ├── UsersForm.cs
│   ├── UsersForm.Designer.cs
│   ├── UsersForm.resx
│   ├── UsersRegis.cs
│   ├── UsersRegis.Designer.cs
│   ├── UsersRegis.resx
│   ├── UserSwitch.cs
│   ├── UserSwitch.Designer.cs
│   └── UserSwitch.resx
├── FiveStarGinShopManager.sln
├── FiveStarGinShopManager.suo
├── from.gif
├── GinShopModels
│   ├── bin
│   │   └── Debug
│   │   ├── GinShopModels.exe
│   │   ├── GinShopModels.pdb
│   │   └── GinShopModels.vshost.exe
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── GinShopModels.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── GinShopModels.csproj.GenerateResource.Cache
│   │   │   ├── GinShopModels.exe
│   │   │   ├── GinShopModels.pdb
│   │   │   └── GinShopModels.Properties.Resources.resources
│   │   └── GinShopModels.csproj.FileList.txt
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── GinShopSetUp
│   ├── GinShopSetUp
│   │   ├── Debug
│   │   │   ├── GinShopSetUp.msi
│   │   │   └── setup.exe
│   │   └── GinShopSetUp.vdproj
│   ├── GinShopSetUp.sln
│   └── GinShopSetUp.suo
└── 最新Asp.Net源码下载.url

54 directories, 398 files

标签:

实例下载地址

基于winform的酒店管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警