基本信息
源码名称:[源代码] C# WinForms 项目实战 - 卡拉OK点歌系统
源码大小:0.34M
文件格式:.7z
开发语言:C#
更新时间:2023-07-07
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
[源代码] C# WinForms 项目实战 - 卡拉OK点歌系统
☆☆ 资源说明:☆☆ ☆ 系统特色:☆ 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠; 歌星点歌,根据演唱歌星的名字来查询选择歌曲;...系统最大限度地实现了易维护性和易操作性;


文件清单
└── 卡拉OK点歌系统
    ├── KTV
    │   ├── KTV
    │   │   ├── app.config
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── Database
    │   │   │   │   ├── KTV.vshost.exe
    │   │   │   │   ├── KTV.vshost.exe.config
    │   │   │   │   └── KTV.vshost.exe.manifest
    │   │   │   └── Release
    │   │   ├── Database
    │   │   │   └── db_KTV.mdb
    │   │   ├── frmAuton.cs
    │   │   ├── frmAuton.Designer.cs
    │   │   ├── frmAuton.resx
    │   │   ├── frmDaiGe.cs
    │   │   ├── frmDaiGe.Designer.cs
    │   │   ├── frmDaiGe.resx
    │   │   ├── frmdictionary.cs
    │   │   ├── frmdictionary.Designer.cs
    │   │   ├── frmdictionary.resx
    │   │   ├── frmLogin.cs
    │   │   ├── frmLogin.Designer.cs
    │   │   ├── frmLogin.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.Designer.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmMusicinfo.cs
    │   │   ├── frmMusicinfo.Designer.cs
    │   │   ├── frmMusicinfo.resx
    │   │   ├── frmNumber.cs
    │   │   ├── frmNumber.Designer.cs
    │   │   ├── frmNumber.resx
    │   │   ├── frmPlay.cs
    │   │   ├── frmPlay.Designer.cs
    │   │   ├── frmPlay.resx
    │   │   ├── KTVclass
    │   │   │   ├── frmdictionaryMenthod.cs
    │   │   │   ├── getConnection.cs
    │   │   │   ├── tb_authorinfo.cs
    │   │   │   ├── tb_authorinfoMenthod.cs
    │   │   │   ├── tb_computer.cs
    │   │   │   ├── tb_dictionary.cs
    │   │   │   ├── tb_musicinfo.cs
    │   │   │   └── tbMusicnfoMenthod.cs
    │   │   ├── KTV.csproj
    │   │   ├── KTV.csproj.user
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │   │   ├── KTV.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Refactor
    │   │   │   │   └── TempPE
    │   │   │   │       ├── Database.db_KTVDataSet.Designer.cs.dll
    │   │   │   │       └── Properties.Resources.Designer.cs.dll
    │   │   │   └── KTV.csproj.FileList.txt
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   └── Resources
    │   │       ├── 0.png
    │   │       ├── 取消按钮.bmp
    │   │       ├── 拼音点歌.png
    │   │       ├── 播放.png
    │   │       ├── 数字点歌.png
    │   │       ├── 明星点歌.png
    │   │       ├── 歌名点歌.png
    │   │       ├── 确定按钮.bmp
    │   │       ├── 背景.bmp
    │   │       ├── 背景图.bmp
    │   │       ├── 退出.png
    │   │       └── 选择.png
    │   ├── KTV.sln
    │   └── KTV.suo
    └── 程序使用说明.docx

15 directories, 65 files