实例介绍
【实例简介】C# WinForm项目KTV点歌系统,带数据库文件
【实例截图】
【核心代码】
.
├── C# WinForm项目KTV点歌系统,带数据库文件.zip
└── KTV点歌
├── Backup
│ ├── SuperKTV
│ │ ├── Admin
│ │ │ ├── AddSingerForm.Designer.cs
│ │ │ ├── AddSingerForm.cs
│ │ │ ├── AddSingerForm.resx
│ │ │ ├── AddSongForm.Designer.cs
│ │ │ ├── AddSongForm.cs
│ │ │ ├── AddSongForm.resx
│ │ │ ├── AddTypeForm.Designer.cs
│ │ │ ├── AddTypeForm.cs
│ │ │ ├── AddTypeForm.resx
│ │ │ ├── LoginForm.cs
│ │ │ ├── LoginForm.designer.cs
│ │ │ ├── LoginForm.resx
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.designer.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── RegisterForm.cs
│ │ │ ├── RegisterForm.designer.cs
│ │ │ ├── RegisterForm.resx
│ │ │ ├── SingerForm.Designer.cs
│ │ │ ├── SingerForm.cs
│ │ │ ├── SingerForm.resx
│ │ │ ├── SongForm.cs
│ │ │ ├── SongForm.designer.cs
│ │ │ ├── SongForm.resx
│ │ │ ├── SongTypeForm.Designer.cs
│ │ │ ├── SongTypeForm.cs
│ │ │ └── SongTypeForm.resx
│ │ ├── Class
│ │ │ ├── PlayList.cs
│ │ │ ├── Singer.cs
│ │ │ ├── SingerList.cs
│ │ │ ├── Song.cs
│ │ │ ├── SongList.cs
│ │ │ ├── SongType.cs
│ │ │ ├── SongTypeList.cs
│ │ │ ├── User.cs
│ │ │ └── UserManage.cs
│ │ ├── Client
│ │ │ ├── LoadingForm.cs
│ │ │ ├── LoadingForm.designer.cs
│ │ │ ├── LoadingForm.resx
│ │ │ ├── MainClientForm.cs
│ │ │ ├── MainClientForm.designer.cs
│ │ │ ├── MainClientForm.resx
│ │ │ ├── OrderByHitForm.Designer.cs
│ │ │ ├── OrderByHitForm.cs
│ │ │ ├── OrderByHitForm.resx
│ │ │ ├── OrderByPinYinForm.Designer.cs
│ │ │ ├── OrderByPinYinForm.cs
│ │ │ ├── OrderByPinYinForm.resx
│ │ │ ├── OrderBySingerForm.Designer.cs
│ │ │ ├── OrderBySingerForm.cs
│ │ │ ├── OrderBySingerForm.resx
│ │ │ ├── OrderByTypeForm.Designer.cs
│ │ │ ├── OrderByTypeForm.cs
│ │ │ ├── OrderByTypeForm.resx
│ │ │ ├── OrderByWordForm.Designer.cs
│ │ │ ├── OrderByWordForm.cs
│ │ │ ├── OrderByWordForm.resx
│ │ │ ├── PlayForm.Designer.cs
│ │ │ ├── PlayForm.cs
│ │ │ ├── PlayForm.resx
│ │ │ ├── PlayListForm.Designer.cs
│ │ │ ├── PlayListForm.cs
│ │ │ ├── PlayListForm.resx
│ │ │ ├── SongListForm.Designer.cs
│ │ │ ├── SongListForm.cs
│ │ │ └── SongListForm.resx
│ │ ├── Common.cs
│ │ ├── DBHelper.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── Add1.png
│ │ │ ├── Del11.png
│ │ │ ├── Favs1.png
│ │ │ ├── Ktv-bg.jpg
│ │ │ ├── Ktv-效果图.jpg
│ │ │ ├── MB_0015_reload.png
│ │ │ ├── a-1.png
│ │ │ ├── b-1.png
│ │ │ ├── bg.jpg
│ │ │ ├── bg1.jpg
│ │ │ ├── btn1.png
│ │ │ ├── btn10.png
│ │ │ ├── btn2.png
│ │ │ ├── btn3.png
│ │ │ ├── btn4.png
│ │ │ ├── btn5.png
│ │ │ ├── btn6.png
│ │ │ ├── btn7.png
│ │ │ ├── btn8.png
│ │ │ ├── btn9.png
│ │ │ ├── c-1.png
│ │ │ ├── d-1.png
│ │ │ ├── del.png
│ │ │ ├── e-1.png
│ │ │ ├── edit1.png
│ │ │ ├── f-1.png
│ │ │ ├── fy-1.jpg
│ │ │ ├── fy-2.jpg
│ │ │ ├── fy-21.jpg
│ │ │ ├── fy-22.jpg
│ │ │ ├── fy_2.jpg
│ │ │ ├── fy_21.jpg
│ │ │ ├── g-1.png
│ │ │ ├── h-1.png
│ │ │ ├── nav.png
│ │ │ ├── nav1.png
│ │ │ ├── re.png
│ │ │ └── 闪屏图片.jpg
│ │ └── SuperKTV.csproj
│ └── SuperKTV.sln
├── KTVPro_DB.sql
├── SuperKTV
│ ├── Admin
│ │ ├── AddSingerForm.Designer.cs
│ │ ├── AddSingerForm.cs
│ │ ├── AddSingerForm.resx
│ │ ├── AddSongForm.Designer.cs
│ │ ├── AddSongForm.cs
│ │ ├── AddSongForm.resx
│ │ ├── AddTypeForm.Designer.cs
│ │ ├── AddTypeForm.cs
│ │ ├── AddTypeForm.resx
│ │ ├── LoginForm.cs
│ │ ├── LoginForm.designer.cs
│ │ ├── LoginForm.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.designer.cs
│ │ ├── MainForm.resx
│ │ ├── RegisterForm.cs
│ │ ├── RegisterForm.designer.cs
│ │ ├── RegisterForm.resx
│ │ ├── SingerForm.Designer.cs
│ │ ├── SingerForm.cs
│ │ ├── SingerForm.resx
│ │ ├── SongForm.cs
│ │ ├── SongForm.designer.cs
│ │ ├── SongForm.resx
│ │ ├── SongTypeForm.Designer.cs
│ │ ├── SongTypeForm.cs
│ │ └── SongTypeForm.resx
│ ├── Class
│ │ ├── PlayList.cs
│ │ ├── Singer.cs
│ │ ├── SingerList.cs
│ │ ├── Song.cs
│ │ ├── SongList.cs
│ │ ├── SongType.cs
│ │ ├── SongTypeList.cs
│ │ ├── User.cs
│ │ └── UserManage.cs
│ ├── Client
│ │ ├── LoadingForm.cs
│ │ ├── LoadingForm.designer.cs
│ │ ├── LoadingForm.resx
│ │ ├── MainClientForm.cs
│ │ ├── MainClientForm.designer.cs
│ │ ├── MainClientForm.resx
│ │ ├── OrderByHitForm.Designer.cs
│ │ ├── OrderByHitForm.cs
│ │ ├── OrderByHitForm.resx
│ │ ├── OrderByPinYinForm.Designer.cs
│ │ ├── OrderByPinYinForm.cs
│ │ ├── OrderByPinYinForm.resx
│ │ ├── OrderBySingerForm.Designer.cs
│ │ ├── OrderBySingerForm.cs
│ │ ├── OrderBySingerForm.resx
│ │ ├── OrderByTypeForm.Designer.cs
│ │ ├── OrderByTypeForm.cs
│ │ ├── OrderByTypeForm.resx
│ │ ├── OrderByWordForm.Designer.cs
│ │ ├── OrderByWordForm.cs
│ │ ├── OrderByWordForm.resx
│ │ ├── PlayForm.Designer.cs
│ │ ├── PlayForm.cs
│ │ ├── PlayForm.resx
│ │ ├── PlayListForm.Designer.cs
│ │ ├── PlayListForm.cs
│ │ ├── PlayListForm.resx
│ │ ├── SongListForm.Designer.cs
│ │ ├── SongListForm.cs
│ │ └── SongListForm.resx
│ ├── Common.cs
│ ├── DBHelper.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Add1.png
│ │ ├── Del11.png
│ │ ├── Favs1.png
│ │ ├── Ktv-bg.jpg
│ │ ├── Ktv-效果图.jpg
│ │ ├── MB_0015_reload.png
│ │ ├── a-1.png
│ │ ├── b-1.png
│ │ ├── bg.jpg
│ │ ├── bg1.jpg
│ │ ├── btn1.png
│ │ ├── btn10.png
│ │ ├── btn2.png
│ │ ├── btn3.png
│ │ ├── btn4.png
│ │ ├── btn5.png
│ │ ├── btn6.png
│ │ ├── btn7.png
│ │ ├── btn8.png
│ │ ├── btn9.png
│ │ ├── c-1.png
│ │ ├── d-1.png
│ │ ├── del.png
│ │ ├── e-1.png
│ │ ├── edit1.png
│ │ ├── f-1.png
│ │ ├── fy-1.jpg
│ │ ├── fy-2.jpg
│ │ ├── fy-21.jpg
│ │ ├── fy-22.jpg
│ │ ├── fy_2.jpg
│ │ ├── fy_21.jpg
│ │ ├── g-1.png
│ │ ├── h-1.png
│ │ ├── nav.png
│ │ ├── nav1.png
│ │ ├── re.png
│ │ └── 闪屏图片.jpg
│ ├── SuperKTV.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── AxInterop.WMPLib.dll
│ │ ├── Interop.WMPLib.dll
│ │ ├── SuperKTV.exe
│ │ ├── SuperKTV.pdb
│ │ ├── SuperKTV.vshost.exe
│ │ ├── SuperKTV.vshost.exe.manifest
│ │ ├── singerPhoto
│ │ │ ├── Avril Ramona Lavigne .jpg
│ │ │ ├── Michael Jackson.jpg
│ │ │ ├── bobo.jpg
│ │ │ ├── super junior.jpg
│ │ │ ├── 侧田.jpg
│ │ │ ├── 后弦.jpg
│ │ │ ├── 那英.jpg
│ │ │ ├── 何韵诗.jpg
│ │ │ ├── 张国荣.jpg
│ │ │ ├── 张学友.jpg
│ │ │ ├── 方大同.jpg
│ │ │ ├── 李孝利.jpg
│ │ │ ├── 李宇春.jpg
│ │ │ ├── 李谷一.jpg
│ │ │ ├── 王若琳.jpg
│ │ │ ├── 苏打绿.jpg
│ │ │ ├── 薛之谦.jpg
│ │ │ ├── 东方神起.jpg
│ │ │ ├── 后街男孩.jpg
│ │ │ ├── 暂无图片.jpg
│ │ │ ├── 林肯公园.jpg
│ │ │ └── 安室奈美惠.jpg
│ │ └── song
│ │ ├── 稻香.mp3
│ │ ├── 中国话.mp3
│ │ ├── 小情歌.mp3
│ │ ├── 日不落.mp3
│ │ ├── 花蝴蝶.mp3
│ │ ├── 菊花台.wma
│ │ ├── 不想长大.mp3
│ │ ├── 十面埋伏.mp3
│ │ └── 单车恋人.mp3
│ └── obj
│ └── Debug
│ ├── AxInterop.WMPLib.dll
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Interop.WMPLib.dll
│ ├── Refactor
│ ├── SuperKTV.AddSingerForm.resources
│ ├── SuperKTV.AddSongForm.resources
│ ├── SuperKTV.AddTypeForm.resources
│ ├── SuperKTV.LoadingForm.resources
│ ├── SuperKTV.LoginForm.resources
│ ├── SuperKTV.MainClientForm.resources
│ ├── SuperKTV.MainForm.resources
│ ├── SuperKTV.OrderByHitForm.resources
│ ├── SuperKTV.OrderByPinYinForm.resources
│ ├── SuperKTV.OrderBySingerForm.resources
│ ├── SuperKTV.OrderByTypeForm.resources
│ ├── SuperKTV.OrderByWordForm.resources
│ ├── SuperKTV.PlayForm.resources
│ ├── SuperKTV.PlayListForm.resources
│ ├── SuperKTV.Properties.Resources.resources
│ ├── SuperKTV.RegisterForm.resources
│ ├── SuperKTV.SingerForm.resources
│ ├── SuperKTV.SongForm.resources
│ ├── SuperKTV.SongListForm.resources
│ ├── SuperKTV.SongTypeForm.resources
│ ├── SuperKTV.csproj.FileListAbsolute.txt
│ ├── SuperKTV.csproj.GenerateResource.Cache
│ ├── SuperKTV.csproj.ResolveComReference.cache
│ ├── SuperKTV.csprojAssemblyReference.cache
│ ├── SuperKTV.exe
│ ├── SuperKTV.pdb
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── SuperKTV.sln
├── SuperKTV.suo
└── UpgradeLog.htm
22 directories, 299 files
标签: c# winform winform 数据库文件 带数据库 FORM
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论