实例介绍
【实例截图】
【核心代码】
.
├── C#酒店管理系统完整版(vs2003 cs)
│ ├── CabaretDBProject
│ │ ├── CabaretDBProject.dbp
│ │ ├── Change Scripts
│ │ ├── Create Scripts
│ │ │ ├── AddAdminInfo.sql
│ │ │ ├── ConsumeInfo_view.sql
│ │ │ ├── DeleteAdminInfo.sql
│ │ │ ├── Employee_view.sql
│ │ │ ├── RoomInfo_config_view.sql
│ │ │ ├── RoomTotalInfo_view.sql
│ │ │ ├── Roominfo_view.sql
│ │ │ ├── SelectAdmin.sql
│ │ │ ├── SelectAllTypeRoom.sql
│ │ │ ├── SelectConsumeInfoByRoomId.sql
│ │ │ ├── SelectIsJackNewRoom.sql
│ │ │ ├── SelectRoomByType.sql
│ │ │ ├── SelectRoomInfoByRoomID.sql
│ │ │ ├── SelectRoominfo_Config.sql
│ │ │ ├── SelectScratchpad.sql
│ │ │ ├── SelectTotalRoomInfo.sql
│ │ │ ├── UpdateRoomTypeByTid.sql
│ │ │ ├── UpdateScratchpad.sql
│ │ │ └── WareInfo_view.sql
│ │ └── Queries
│ ├── CabaretManage.sln
│ ├── CabaretManage.suo
│ ├── ConnectDBLibrary
│ │ ├── AdminInfoData.cs
│ │ ├── AdminInfoData.xsd
│ │ ├── AdminInfoData.xsx
│ │ ├── AssemblyInfo.cs
│ │ ├── ConList.cs
│ │ ├── ConList.xsd
│ │ ├── ConList.xsx
│ │ ├── ConnectAndAccessingDB.cs
│ │ ├── ConnectDBLibrary.csproj
│ │ ├── ConnectDBLibrary.csproj.user
│ │ ├── ConsumeData.cs
│ │ ├── ConsumeData.xsd
│ │ ├── ConsumeData.xsx
│ │ ├── ConsumeInfoData.cs
│ │ ├── ConsumeInfoData.xsd
│ │ ├── ConsumeInfoData.xsx
│ │ ├── ConsumeTypeData.cs
│ │ ├── ConsumeTypeData.xsd
│ │ ├── ConsumeTypeData.xsx
│ │ ├── EmployeeData.cs
│ │ ├── EmployeeData.xsd
│ │ ├── EmployeeData.xsx
│ │ ├── GuestGidData.xsd
│ │ ├── GuestGidData.xsx
│ │ ├── GuestSortData.cs
│ │ ├── GuestSortData.xsd
│ │ ├── GuestSortData.xsx
│ │ ├── ListNodesData.cs
│ │ ├── ListNodesData.xsd
│ │ ├── ListNodesData.xsx
│ │ ├── ListType.cs
│ │ ├── ListType.xsd
│ │ ├── ListType.xsx
│ │ ├── LoadRoomInfoData.cs
│ │ ├── LoadRoomInfoData.xsd
│ │ ├── LoadRoomInfoData.xsx
│ │ ├── NewRoom_DiscountSettingData.cs
│ │ ├── NewRoom_DiscountSettingData.xsd
│ │ ├── NewRoom_DiscountSettingData.xsx
│ │ ├── NewRoom_GuestGidData.cs
│ │ ├── NewRoom_GuestGidData.xsd
│ │ ├── NewRoom_GuestGidData.xsx
│ │ ├── NewRoom_JugeRoomData.cs
│ │ ├── NewRoom_JugeRoomData.xsd
│ │ ├── NewRoom_JugeRoomData.xsx
│ │ ├── NewRoom_PaperSortData.cs
│ │ ├── NewRoom_PaperSortData.xsd
│ │ ├── NewRoom_PaperSortData.xsx
│ │ ├── NewRoom_getPID.cs
│ │ ├── NewRoom_getPID.xsd
│ │ ├── NewRoom_getPID.xsx
│ │ ├── NewRoom_usableRoomData.cs
│ │ ├── NewRoom_usableRoomData.xsd
│ │ ├── NewRoom_usableRoomData.xsx
│ │ ├── Reckoning_Calrecord.cs
│ │ ├── Reckoning_Calrecord.xsd
│ │ ├── Reckoning_Calrecord.xsx
│ │ ├── Reckoning_isSuperadditionData.cs
│ │ ├── Reckoning_isSuperadditionData.xsd
│ │ ├── Reckoning_isSuperadditionData.xsx
│ │ ├── RoomConsume.cs
│ │ ├── RoomConsume.xsd
│ │ ├── RoomConsume.xsx
│ │ ├── RoomInfoData.cs
│ │ ├── RoomInfoData.xsd
│ │ ├── RoomInfoData.xsx
│ │ ├── RoomInfo_configData.cs
│ │ ├── RoomInfo_configData.xsd
│ │ ├── RoomInfo_configData.xsx
│ │ ├── TotalRoomInfoData.cs
│ │ ├── TotalRoomInfoData.xsd
│ │ ├── TotalRoomInfoData.xsx
│ │ ├── TypeRoomData.cs
│ │ ├── TypeRoomData.xsd
│ │ ├── TypeRoomData.xsx
│ │ ├── WareInfoData.cs
│ │ ├── WareInfoData.xsd
│ │ ├── WareInfoData.xsx
│ │ ├── WareLookupData.cs
│ │ ├── WareLookupData.xsd
│ │ ├── WareLookupData.xsx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ConnectDBLibrary.dll
│ │ │ └── ConnectDBLibrary.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ConnectDBLibrary.dll
│ │ ├── ConnectDBLibrary.pdb
│ │ ├── ConnectDBLibrary.projdata
│ │ ├── ConnectDBLibrary.projdata1
│ │ ├── TempPE
│ │ │ ├── AdminInfoData.cs.dll
│ │ │ ├── ConsumeInfoData.cs.dll
│ │ │ ├── ConsumeTypeData.cs.dll
│ │ │ ├── EmployeeData.cs.dll
│ │ │ ├── RoomInfoData.cs.dll
│ │ │ ├── RoomInfo_configData.cs.dll
│ │ │ ├── RoomtypeData.cs.dll
│ │ │ ├── SelectRoomtype_Config.cs.dll
│ │ │ ├── TotalRoomInfoData.cs.dll
│ │ │ ├── TypeRoomData.cs.dll
│ │ │ └── WareInfoData.cs.dll
│ │ ├── buildinfo.inf
│ │ └── temp
│ ├── SetupOperDBLibrary
│ │ ├── AppendAccess.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── ConListAccess.cs
│ │ ├── ConsumeAccess.cs
│ │ ├── DelConAccess.cs
│ │ ├── GuestSortAccess.cs
│ │ ├── ListAccess.cs
│ │ ├── ListNodesAccess.cs
│ │ ├── LoadRoomInfoAccess.cs
│ │ ├── NewRoom_DiscountSettingAccess.cs
│ │ ├── NewRoom_GuestGidAccess.cs
│ │ ├── NewRoom_JugeRoomAccess.cs
│ │ ├── NewRoom_OpenAccess.cs
│ │ ├── NewRoom_PaperSortAccess.cs
│ │ ├── NewRoom_getPIDAccess.cs
│ │ ├── NewRoom_usableRoomAccess.cs
│ │ ├── Reckoning_CalrecordAccess.cs
│ │ ├── Reckoning_isSuperadditionAccess.cs
│ │ ├── RoomAccess.cs
│ │ ├── SetupAddAdminInfo.cs
│ │ ├── SetupAddRoomtype.cs
│ │ ├── SetupAddSelfMess.cs
│ │ ├── SetupDeleteAdminInfo.cs
│ │ ├── SetupDeleteSelfJackmessByid.cs
│ │ ├── SetupDeleteShopingType.cs
│ │ ├── SetupGetJackInfo.cs
│ │ ├── SetupOperAdminInfo.cs
│ │ ├── SetupOperDBLibrary.csproj
│ │ ├── SetupOperDBLibrary.csproj.user
│ │ ├── SetupSelectAdminInfo.cs
│ │ ├── SetupSelectAllSelfJackMess.cs
│ │ ├── SetupSelectConsumeInfoByRoomId.cs
│ │ ├── SetupSelectEmployee.cs
│ │ ├── SetupSelectGradeInfo.cs
│ │ ├── SetupSelectGuestSort.cs
│ │ ├── SetupSelectOperPopedom.cs
│ │ ├── SetupSelectRoomInfoByRoomId.cs
│ │ ├── SetupSelectRoominfo_Config.cs
│ │ ├── SetupSelectScratchpad.cs
│ │ ├── SetupSelectSelfJackmess.cs
│ │ ├── SetupSelectShopingType.cs
│ │ ├── SetupSelectTypeRoom.cs
│ │ ├── SetupSelectWareInfo.cs
│ │ ├── SetupUpdateAdminInfo.cs
│ │ ├── SetupUpdateOperPopedom.cs
│ │ ├── SetupUpdateRoomTypeByTid.cs
│ │ ├── SetupUpdateScratchpad.cs
│ │ ├── SetupUpdateSelfmess.cs
│ │ ├── SteupSelectRoomByType.cs
│ │ ├── SteupSelectTotalRoomInfo.cs
│ │ ├── WareLookupAccess.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ConnectDBLibrary.dll
│ │ │ ├── ConnectDBLibrary.pdb
│ │ │ ├── SetupOperDBLibrary.dll
│ │ │ └── SetupOperDBLibrary.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── SetupOperDBLibrary.dll
│ │ ├── SetupOperDBLibrary.pdb
│ │ ├── SetupOperDBLibrary.projdata
│ │ ├── SetupOperDBLibrary.projdata1
│ │ ├── TempPE
│ │ ├── buildinfo.inf
│ │ └── temp
│ ├── ShowInfoLibrary
│ │ ├── AdminLogin.cs
│ │ ├── AppendBusiness.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── ConListbusiness.cs
│ │ ├── ConsumeBusiness.cs
│ │ ├── DelConBusiness.cs
│ │ ├── GuestSortBusiness.cs
│ │ ├── ListNodesBusiness.cs
│ │ ├── Listbusiness.cs
│ │ ├── LoadRoomInfoBusiness.cs
│ │ ├── NewRoom_DiscountSettingBusiness.cs
│ │ ├── NewRoom_JugeRoomBusiness.cs
│ │ ├── NewRoom_OpenBusiness.cs
│ │ ├── NewRoom_PaperSortBusiness.cs
│ │ ├── NewRoom_getPIDBusiness.cs
│ │ ├── NewRoom_usableRoomBusiness.cs
│ │ ├── Reckoning_CalrecordBusiness.cs
│ │ ├── Reckoning_isSuperadditionBusiness.cs
│ │ ├── Roombusiness.cs
│ │ ├── SelectTypeRoom.cs
│ │ ├── ShowAddRoomType.cs
│ │ ├── ShowDeleteShopingType.cs
│ │ ├── ShowInfoLibrary.csproj
│ │ ├── ShowInfoLibrary.csproj.user
│ │ ├── ShowIsJackRoomInfo.cs
│ │ ├── ShowSelectConsumeInfoByRoomId.cs
│ │ ├── ShowSelectRoomByType.cs
│ │ ├── ShowSelectRoomInfoByRoomId.cs
│ │ ├── ShowSelectRoominfo_Config.cs
│ │ ├── ShowSelectScratchpad.cs
│ │ ├── ShowSelectShopingType.cs
│ │ ├── ShowSelectTotalRoomInfo.cs
│ │ ├── ShowUpdateRoomTypeByTid.cs
│ │ ├── ShowUpdateScratchpad.cs
│ │ ├── WareLookupBusiness.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ConnectDBLibrary.dll
│ │ │ ├── ConnectDBLibrary.pdb
│ │ │ ├── SetupOperDBLibrary.dll
│ │ │ ├── SetupOperDBLibrary.pdb
│ │ │ ├── ShowInfoLibrary.dll
│ │ │ └── ShowInfoLibrary.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── ShowInfoLibrary.dll
│ │ ├── ShowInfoLibrary.pdb
│ │ ├── ShowInfoLibrary.projdata
│ │ ├── ShowInfoLibrary.projdata1
│ │ ├── TempPE
│ │ ├── buildinfo.inf
│ │ └── temp
│ ├── UI
│ │ ├── AboutUI.cs
│ │ ├── AboutUI.resx
│ │ ├── Add.cs
│ │ ├── Add.resx
│ │ ├── AddAdminInfo.cs
│ │ ├── AddAdminInfo.resx
│ │ ├── AddConsume.cs
│ │ ├── AddConsume.resx
│ │ ├── AddJackMessUI.cs
│ │ ├── AddJackMessUI.resx
│ │ ├── AddRoomInfoUI.cs
│ │ ├── AddRoomInfoUI.resx
│ │ ├── AddRoomTypeUI.cs
│ │ ├── AddRoomTypeUI.resx
│ │ ├── AddTran.resx
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── BackUp_ReplaceUI.cs
│ │ ├── BackUp_ReplaceUI.resx
│ │ ├── ConfigUI.cs
│ │ ├── ConfigUI.resx
│ │ ├── IndexUI.cs
│ │ ├── IndexUI.resx
│ │ ├── JackMessageUI.cs
│ │ ├── JackMessageUI.resx
│ │ ├── LockSystemUI.cs
│ │ ├── LockSystemUI.resx
│ │ ├── LoginUI.cs
│ │ ├── LoginUI.resx
│ │ ├── Program.cs
│ │ ├── RoomInfoUI.cs
│ │ ├── RoomInfoUI.resx
│ │ ├── SelfMakeJackMessUI.cs
│ │ ├── SelfMakeJackMessUI.resx
│ │ ├── ShowJackMessage.cs
│ │ ├── SystemLogUI.cs
│ │ ├── SystemLogUI.resx
│ │ ├── UI.csproj
│ │ ├── UI.csproj.user
│ │ ├── UpdateAdminInfoUI.cs
│ │ ├── UpdateAdminInfoUI.resx
│ │ ├── UpdateRoomtypeUI.cs
│ │ ├── UpdateRoomtypeUI.resx
│ │ ├── UpdateSelfmessUI.cs
│ │ ├── UpdateSelfmessUI.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ConnectDBLibrary.dll
│ │ │ ├── ConnectDBLibrary.pdb
│ │ │ ├── SetupOperDBLibrary.dll
│ │ │ ├── SetupOperDBLibrary.pdb
│ │ │ ├── ShowInfoLibrary.dll
│ │ │ ├── ShowInfoLibrary.pdb
│ │ │ ├── T47LengYue.dll
│ │ │ ├── UI.exe
│ │ │ ├── UI.pdb
│ │ │ ├── appface.dll
│ │ │ └── skin
│ │ │ ├── belv.urf
│ │ │ ├── beryl.urf
│ │ │ ├── clay.urf
│ │ │ ├── dust.urf
│ │ │ ├── leaf.urf
│ │ │ ├── love.urf
│ │ │ ├── luna.urf
│ │ │ ├── onion.urf
│ │ │ ├── opusos.urf
│ │ │ ├── pixos.urf
│ │ │ ├── plex.urf
│ │ │ ├── spring
│ │ │ │ └── image
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── button_springs_.bmp
│ │ │ │ ├── check.bmp
│ │ │ │ ├── close_cherry.bmp
│ │ │ │ ├── combox_spring.gif
│ │ │ │ ├── fb_springs_.bmp
│ │ │ │ ├── fl_spring.gif
│ │ │ │ ├── fr_spring.gif
│ │ │ │ ├── ft_springs_.bmp
│ │ │ │ ├── header_spring.gif
│ │ │ │ ├── help_cherry.bmp
│ │ │ │ ├── max_cherry.bmp
│ │ │ │ ├── menuborder_blueborder.gif
│ │ │ │ ├── min_cherry.bmp
│ │ │ │ ├── radio.bmp
│ │ │ │ ├── roll.jpg
│ │ │ │ ├── scroll_spring_h.bmp
│ │ │ │ ├── scroll_spring_v.bmp
│ │ │ │ ├── sizebox_wmp.bmp
│ │ │ │ ├── spin_spring_h.gif
│ │ │ │ ├── spin_spring_v.gif
│ │ │ │ ├── tab_spring_h.gif
│ │ │ │ ├── tab_spring_v.gif
│ │ │ │ ├── thumb_spring_h.gif
│ │ │ │ └── thumb_spring_v.gif
│ │ │ ├── spring.urf
│ │ │ ├── spring.urp
│ │ │ ├── wine.urf
│ │ │ └── winmp.urf
│ │ ├── fmOpenGuest.cs
│ │ ├── fmOpenGuest.resx
│ │ ├── fmRoomCoding.cs
│ │ ├── fmRoomCoding.resx
│ │ ├── fmreckoning.cs
│ │ ├── fmreckoning.resx
│ │ ├── fmreckoningRid.cs
│ │ ├── fmreckoningRid.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── TempPE
│ │ ├── UI.AboutUI.resources
│ │ ├── UI.Add.resources
│ │ ├── UI.AddAdminInfo.resources
│ │ ├── UI.AddConsume.resources
│ │ ├── UI.AddJackMessUI.resources
│ │ ├── UI.AddRoomInfoUI.resources
│ │ ├── UI.AddRoomTypeUI.resources
│ │ ├── UI.AddTran.resources
│ │ ├── UI.BackUp_ReplaceUI.resources
│ │ ├── UI.ConfigUI.resources
│ │ ├── UI.IndexUI.resources
│ │ ├── UI.JackMessageUI.resources
│ │ ├── UI.LockSystemUI.resources
│ │ ├── UI.LoginUI.resources
│ │ ├── UI.RoomInfoUI.resources
│ │ ├── UI.SelfMakeJackMessUI.resources
│ │ ├── UI.SystemLogUI.resources
│ │ ├── UI.UpdateAdminInfoUI.resources
│ │ ├── UI.UpdateRoomtypeUI.resources
│ │ ├── UI.UpdateSelfmessUI.resources
│ │ ├── UI.exe
│ │ ├── UI.fmOpenGuest.resources
│ │ ├── UI.fmRoomCoding.resources
│ │ ├── UI.fmreckoning.resources
│ │ ├── UI.fmreckoningRid.resources
│ │ ├── UI.pdb
│ │ ├── UI.projdata
│ │ ├── UI.projdata1
│ │ ├── buildinfo.inf
│ │ └── temp
│ ├── db
│ │ ├── T47LengYue.dll
│ │ ├── groggeryDB_Data.MDF
│ │ ├── groggeryDB_Log.LDF
│ │ ├── 自动附加数据库.exe
│ │ └── 自动附加数据库源代码下载.html
│ └── imgs
│ ├── 004.png
│ ├── Clear.bmp
│ ├── Down.bmp
│ ├── Kegong.bmp
│ ├── LongUse.bmp
│ ├── Stop.bmp
│ ├── Thumbs.db
│ ├── Up.bmp
│ ├── Zhanyong.bmp
│ ├── a.bmp
│ ├── add.bmp
│ ├── addtime.bmp
│ ├── audk.exe
│ ├── b.bmp
│ ├── bg.bmp
│ ├── bgs.bmp
│ ├── c.bmp
│ ├── clear2.bmp
│ ├── d.bmp
│ ├── del.bmp
│ ├── down2.bmp
│ ├── e.bmp
│ ├── edit.bmp
│ ├── exit.bmp
│ ├── f.bmp
│ ├── find.bmp
│ ├── flpic_09.jpg
│ ├── flush.bmp
│ ├── g.bmp
│ ├── h.bmp
│ ├── jsqi.bmp
│ ├── left.bmp
│ ├── left2.bmp
│ ├── loading.gif
│ ├── right.bmp
│ ├── right2.bmp
│ ├── saveas.bmp
│ ├── up2.bmp
│ ├── www.jpg
│ └── yuding.bmp
└── 好例子网_C#酒店管理系统完整版(vs2003 cs).rar
38 directories, 405 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论