在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 酒店管理系统(C#WINFORM+sql2000)

酒店管理系统(C#WINFORM+sql2000)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:7.61M
  • 下载次数:16
  • 浏览次数:145
  • 发布时间:2023-05-28
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】C#中winform做的酒店管理系统 数据库采用sql server2000(附带数据库脚本和数据库文件)

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】
文件清单
└── 第三小组酒店管理系统_cabaret
    ├── Cabaret
    │   ├── BLL
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── BLL.dll
    │   │   │       ├── BLL.pdb
    │   │   │       ├── DAL.dll
    │   │   │       ├── DAL.pdb
    │   │   │       ├── Model.dll
    │   │   │       └── Model.pdb
    │   │   ├── BLL.csproj
    │   │   ├── Consume_bll.cs
    │   │   ├── customerinfo_bll.cs
    │   │   ├── engages_bll.cs
    │   │   ├── Lend_bll.cs
    │   │   ├── livein_bll.cs
    │   │   ├── Mainformdv_bll.cs
    │   │   ├── MainRstate_bll.cs
    │   │   ├── Memberinfo_bll.cs
    │   │   ├── obj
    │   │   │   ├── BLL.csproj.FileList.txt
    │   │   │   └── Debug
    │   │   │       ├── BLL.dll
    │   │   │       ├── BLL.pdb
    │   │   │       ├── Refactor
    │   │   │       │   └── BLL.dll
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       └── TempPE
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── Roombll.cs
    │   │   ├── Server_bll.cs
    │   │   └── Systemset
    │   │       └── Userinfo_bll.cs
    │   ├── Cabaret
    │   │   ├── Account
    │   │   │   ├── CheckBill_info.cs
    │   │   │   ├── CheckBill_info.Designer.cs
    │   │   │   ├── CheckBill_info.resx
    │   │   │   ├── Consume.cs
    │   │   │   ├── Consume.Designer.cs
    │   │   │   ├── Consume.resx
    │   │   │   ├── CrystalForm.cs
    │   │   │   ├── CrystalForm.Designer.cs
    │   │   │   ├── CrystalForm.resx
    │   │   │   ├── CrystalReportBill.cs
    │   │   │   ├── CrystalReportBill.rpt
    │   │   │   ├── LeaveAccount.cs
    │   │   │   ├── LeaveAccount.Designer.cs
    │   │   │   └── LeaveAccount.resx
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── AxInterop.WMPLib.dll
    │   │   │   │   ├── BLL.dll
    │   │   │   │   ├── BLL.pdb
    │   │   │   │   ├── Cabaret.exe
    │   │   │   │   ├── Cabaret.pdb
    │   │   │   │   ├── Cabaret.vshost.exe
    │   │   │   │   ├── DAL.dll
    │   │   │   │   ├── DAL.pdb
    │   │   │   │   ├── Interop.Excel.dll
    │   │   │   │   ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   ├── Interop.VBIDE.dll
    │   │   │   │   ├── Interop.WMPLib.dll
    │   │   │   │   ├── IrisSkin2.dll
    │   │   │   │   ├── Model.dll
    │   │   │   │   ├── Model.pdb
    │   │   │   │   └── RealOne.ssk
    │   │   │   ├── destiny 试听 歌曲 魔女.wma
    │   │   │   ├── Interop.Excel.dll
    │   │   │   ├── Interop.Microsoft.Office.Core.dll
    │   │   │   └── Interop.VBIDE.dll
    │   │   ├── CabaretForm.cs
    │   │   ├── CabaretForm.csproj
    │   │   ├── CabaretForm.csproj.user
    │   │   ├── CabaretForm.Designer.cs
    │   │   ├── CabaretForm.resx
    │   │   ├── customerinfo
    │   │   │   ├── customerinfo.cs
    │   │   │   ├── customerinfo.designer.cs
    │   │   │   ├── customerinfo.resx
    │   │   │   ├── customertype.cs
    │   │   │   ├── customertype.designer.cs
    │   │   │   ├── customertype.resx
    │   │   │   ├── customerwork.cs
    │   │   │   ├── customerwork.designer.cs
    │   │   │   └── customerwork.resx
    │   │   ├── DengManage
    │   │   │   ├── engages.cs
    │   │   │   ├── engages.designer.cs
    │   │   │   ├── engages.resx
    │   │   │   ├── enginfo.cs
    │   │   │   ├── enginfo.designer.cs
    │   │   │   ├── enginfo.resx
    │   │   │   ├── engztmod.cs
    │   │   │   ├── engztmod.designer.cs
    │   │   │   ├── engztmod.resx
    │   │   │   ├── livein.cs
    │   │   │   ├── livein.designer.cs
    │   │   │   ├── liveinmod.cs
    │   │   │   ├── liveinmod.Designer.cs
    │   │   │   ├── liveinmod.resx
    │   │   │   └── livein.resx
    │   │   ├── Formlogin
    │   │   │   ├── land.cs
    │   │   │   ├── land.Designer.cs
    │   │   │   ├── land.resx
    │   │   │   ├── Login.cs
    │   │   │   ├── Login.Designer.cs
    │   │   │   └── Login.resx
    │   │   ├── Memberinfo
    │   │   │   ├── memberadd.cs
    │   │   │   ├── memberadd.designer.cs
    │   │   │   ├── memberadd.resx
    │   │   │   ├── memberinfo.cs
    │   │   │   ├── memberinfo.designer.cs
    │   │   │   ├── memberinfo.resx
    │   │   │   ├── membinfomod.cs
    │   │   │   ├── membinfomod.designer.cs
    │   │   │   └── membinfomod.resx
    │   │   ├── Music
    │   │   │   ├── Musicplayerlist.cs
    │   │   │   ├── Musicplayerlist.Designer.cs
    │   │   │   └── Musicplayerlist.resx
    │   │   ├── obj
    │   │   │   ├── Cabaret.csproj.FileList.txt
    │   │   │   ├── CabaretForm.csproj.FileList.txt
    │   │   │   └── Debug
    │   │   │       ├── Cabaret.Account.CheckBill_info.resources
    │   │   │       ├── Cabaret.Account.Consume.resources
    │   │   │       ├── Cabaret.Account.CrystalForm.resources
    │   │   │       ├── Cabaret.Account.CrystalReportBill.rpt
    │   │   │       ├── Cabaret.Account.LeaveAccount.resources
    │   │   │       ├── Cabaret.CabaretForm.resources
    │   │   │       ├── Cabaret.csproj.GenerateResource.Cache
    │   │   │       ├── Cabaret.customerinfo.customerinfo.resources
    │   │   │       ├── Cabaret.customerinfo.customertype.resources
    │   │   │       ├── Cabaret.customerinfo.customerwork.resources
    │   │   │       ├── Cabaret.DengManage.liveinmod.resources
    │   │   │       ├── Cabaret.engages.resources
    │   │   │       ├── Cabaret.enginfo.resources
    │   │   │       ├── Cabaret.engztmod.resources
    │   │   │       ├── Cabaret.exe
    │   │   │       ├── CabaretForm.csproj.GenerateResource.Cache
    │   │   │       ├── Cabaret.Housestate.resources
    │   │   │       ├── Cabaret.land.resources
    │   │   │       ├── Cabaret.livein.resources
    │   │   │       ├── Cabaret.Login.resources
    │   │   │       ├── Cabaret.Memberinfo.memberadd.resources
    │   │   │       ├── Cabaret.Memberinfo.memberinfo.resources
    │   │   │       ├── Cabaret.Memberinfo.membinfomod.resources
    │   │   │       ├── Cabaret.Music.Musicplayerlist.resources
    │   │   │       ├── Cabaret.pdb
    │   │   │       ├── Cabaret.Properties.Resources.resources
    │   │   │       ├── Cabaret.Roominfo.resources
    │   │   │       ├── Cabaret.Roomtype.resources
    │   │   │       ├── Cabaret.server.Mealinfo.resources
    │   │   │       ├── Cabaret.server.MealinfoWork.resources
    │   │   │       ├── Cabaret.server.Otherserverinfo.resources
    │   │   │       ├── Cabaret.server.OtherserverinfoWork.resources
    │   │   │       ├── Cabaret.Systemset.uinfo_prove.resources
    │   │   │       ├── Cabaret.Systemset.Userinfo.resources
    │   │   │       ├── Refactor
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       └── TempPE
    │   │   │           ├── Account.CrystalReportBill.cs.dll
    │   │   │           └── Properties.Resources.Designer.cs.dll
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Resources
    │   │   │   ├── 2009-06-18_180701.png
    │   │   │   ├── account.jpg
    │   │   │   ├── application.jpg
    │   │   │   ├── close.jpg
    │   │   │   ├── consum.jpg
    │   │   │   ├── customer.jpg
    │   │   │   ├── document.jpg
    │   │   │   ├── enginfo.jpg
    │   │   │   ├── eng.jpg
    │   │   │   ├── find.jpg
    │   │   │   ├── happy.jpg
    │   │   │   ├── landpic.jpg
    │   │   │   ├── landpt.jpg
    │   │   │   ├── light.jpg
    │   │   │   ├── lock.jpg
    │   │   │   ├── manage.jpg
    │   │   │   ├── member.jpg
    │   │   │   ├── membsmall.jpg
    │   │   │   ├── pao.jpg
    │   │   │   ├── setup2.jpg
    │   │   │   ├── Thumbs.db
    │   │   │   ├── tuan.jpg
    │   │   │   └── 球.jpg
    │   │   ├── Roominfo
    │   │   │   ├── Housestate.cs
    │   │   │   ├── Housestate.designer.cs
    │   │   │   ├── Housestate.resx
    │   │   │   ├── Roominfo.cs
    │   │   │   ├── Roominfo.designer.cs
    │   │   │   ├── Roominfo.resx
    │   │   │   ├── Roomtype.cs
    │   │   │   ├── Roomtype.designer.cs
    │   │   │   └── Roomtype.resx
    │   │   ├── server
    │   │   │   ├── Mealinfo.cs
    │   │   │   ├── Mealinfo.designer.cs
    │   │   │   ├── Mealinfo.resx
    │   │   │   ├── MealinfoWork.cs
    │   │   │   ├── MealinfoWork.designer.cs
    │   │   │   ├── MealinfoWork.resx
    │   │   │   ├── Otherserverinfo.cs
    │   │   │   ├── Otherserverinfo.designer.cs
    │   │   │   ├── Otherserverinfo.resx
    │   │   │   ├── OtherserverinfoWork.cs
    │   │   │   ├── OtherserverinfoWork.designer.cs
    │   │   │   └── OtherserverinfoWork.resx
    │   │   └── Systemset
    │   │       ├── uinfo_prove.cs
    │   │       ├── uinfo_prove.Designer.cs
    │   │       ├── uinfo_prove.resx
    │   │       ├── Userinfo.cs
    │   │       ├── Userinfo.Designer.cs
    │   │       └── Userinfo.resx
    │   ├── Cabaret.sln
    │   ├── Cabaret.suo
    │   ├── DAL
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── DAL.dll
    │   │   │       ├── DAL.pdb
    │   │   │       ├── Model.dll
    │   │   │       └── Model.pdb
    │   │   ├── Consume_dal.cs
    │   │   ├── customerinfo_dal.cs
    │   │   ├── DAL.csproj
    │   │   ├── engages_dal.cs
    │   │   ├── Lend_dal.cs
    │   │   ├── livein_dal.cs
    │   │   ├── Mainformdv_dal.cs
    │   │   ├── MainRState_dal.cs
    │   │   ├── Memberinfo_dal.cs
    │   │   ├── obj
    │   │   │   ├── DAL.csproj.FileList.txt
    │   │   │   └── Debug
    │   │   │       ├── DAL.dll
    │   │   │       ├── DAL.pdb
    │   │   │       ├── Refactor
    │   │   │       │   └── DAL.dll
    │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │       └── TempPE
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── Room.cs
    │   │   ├── Server_dal.cs
    │   │   ├── SQLHelper.cs
    │   │   └── Systemset
    │   │       └── Userinfo_dal.cs
    │   └── Model
    │       ├── bin
    │       │   └── Debug
    │       │       ├── Model.dll
    │       │       └── Model.pdb
    │       ├── Checkout.cs
    │       ├── Customerinfo.cs
    │       ├── Engages.cs
    │       ├── Livein.cs
    │       ├── Member.cs
    │       ├── Model.csproj
    │       ├── obj
    │       │   ├── Debug
    │       │   │   ├── Model.dll
    │       │   │   ├── Model.pdb
    │       │   │   ├── Refactor
    │       │   │   │   └── Model.dll
    │       │   │   └── TempPE
    │       │   └── Model.csproj.FileList.txt
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       ├── Roominfo.cs
    │       ├── server.cs
    │       └── userinfo.cs
    ├── DATA
    │   ├── (7.4)cabaret.bak
    │   ├── cabaret.bak
    │   ├── cabaret_log.LDF
    │   ├── cabaret.mdf
    │   ├── tab.txt
    │   ├── 历史清单表.sql
    │   ├── 备份还原.sql
    │   └── 添加数据.sql
    └── Document
        ├── cabaret_DB_sql.sql
        ├── Customer.jpg
        ├── C#程序编码规范.doc
        ├── help
        │   ├── Cabaret_Help.chm
        │   ├── Cabaret_Help.hhc
        │   ├── Cabaret_Help.hhk
        │   ├── Cabaret_Help.hhp
        │   ├── wangye.jpg
        │   ├── 业务管理.html
        │   ├── 主界面.html
        │   ├── 主界面工具栏.jpg
        │   ├── 主界面菜单栏.jpg
        │   ├── 会员修改.jpg
        │   ├── 会员查询.jpg
        │   ├── 会员添加.jpg
        │   ├── 会员管理.html
        │   ├── 入住登记.jpg
        │   ├── 备份还原.jpg
        │   ├── 客户信息.jpg
        │   ├── 客户管理.html
        │   ├── 客户类型.jpg
        │   ├── 帮助.html
        │   ├── 帮助.jpg
        │   ├── 房态.jpg
        │   ├── 房间信息.jpg
        │   ├── 房间类型.jpg
        │   ├── 提示.jpg
        │   ├── 服务.jpg
        │   ├── 权限.jpg
        │   ├── 汇总信息.jpg
        │   ├── 消费信息.jpg
        │   ├── 登陆.html
        │   ├── 登陆.jpg
        │   ├── 管理员验证.jpg
        │   ├── 系统管理必读.html
        │   ├── 系统设置.html
        │   ├── 结账.jpg
        │   ├── 职员添加.jpg
        │   ├── 职员管理.jpg
        │   ├── 账目管理.html
        │   ├── 退出提示.jpg
        │   ├── 配套业务.html
        │   ├── 锁机.jpg
        │   ├── 音乐欣赏.html
        │   ├── 音乐欣赏.jpg
        │   ├── 预定登记.jpg
        │   ├── 预定转入住.jpg
        │   └── 餐饮信息.jpg
        ├── Thumbs.db
        ├── 数据库ER图.jpg
        ├── 数据库设计说明书.doc
        ├── 系统管理必读.doc
        ├── 系统管理必读.html
        ├── 酒店管理系统概要设计.doc
        ├── 酒店管理系统需求分析.doc
        └── 项目演示.ppt

49 directories, 305 files

实例下载地址

酒店管理系统(C#WINFORM+sql2000)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警