基本信息
源码名称:C#制作KTV点歌系统
源码大小:1.68M
文件格式:.rar
开发语言:C#
更新时间:2023-11-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#制作KTV点歌系统
一款很好的KTV点歌系统 欢迎大家学习 一次借鉴 谢谢

.
├── C#制作KTV点歌系统.rar
└── KTV
    └── KTV
        ├── Backup
        │   ├── KTV
        │   │   ├── Database
        │   │   │   └── db_KTV.mdb
        │   │   ├── KTV.csproj
        │   │   ├── KTV.csproj.user
        │   │   ├── KTVclass
        │   │   │   ├── frmdictionaryMenthod.cs
        │   │   │   ├── getConnection.cs
        │   │   │   ├── tbMusicnfoMenthod.cs
        │   │   │   ├── tb_authorinfo.cs
        │   │   │   ├── tb_authorinfoMenthod.cs
        │   │   │   ├── tb_computer.cs
        │   │   │   ├── tb_dictionary.cs
        │   │   │   └── tb_musicinfo.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Resources
        │   │   │   ├── 0.png
        │   │   │   ├── 背景.bmp
        │   │   │   ├── 播放.png
        │   │   │   ├── 退出.png
        │   │   │   ├── 选择.png
        │   │   │   ├── 背景图.bmp
        │   │   │   ├── 取消按钮.bmp
        │   │   │   ├── 确定按钮.bmp
        │   │   │   ├── 拼音点歌.png
        │   │   │   ├── 数字点歌.png
        │   │   │   ├── 明星点歌.png
        │   │   │   └── 歌名点歌.png
        │   │   ├── app.config
        │   │   ├── frmAuton.Designer.cs
        │   │   ├── frmAuton.cs
        │   │   ├── frmAuton.resx
        │   │   ├── frmDaiGe.Designer.cs
        │   │   ├── frmDaiGe.cs
        │   │   ├── frmDaiGe.resx
        │   │   ├── frmLogin.Designer.cs
        │   │   ├── frmLogin.cs
        │   │   ├── frmLogin.resx
        │   │   ├── frmMain.Designer.cs
        │   │   ├── frmMain.cs
        │   │   ├── frmMain.resx
        │   │   ├── frmMusicinfo.Designer.cs
        │   │   ├── frmMusicinfo.cs
        │   │   ├── frmMusicinfo.resx
        │   │   ├── frmNumber.Designer.cs
        │   │   ├── frmNumber.cs
        │   │   ├── frmNumber.resx
        │   │   ├── frmPlay.Designer.cs
        │   │   ├── frmPlay.cs
        │   │   ├── frmPlay.resx
        │   │   ├── frmdictionary.Designer.cs
        │   │   ├── frmdictionary.cs
        │   │   └── frmdictionary.resx
        │   ├── KTV.sln
        │   └── KTV.suo
        ├── Backup1
        │   ├── KTV
        │   │   ├── Database
        │   │   │   └── db_KTV.mdb
        │   │   ├── KTV.csproj
        │   │   ├── KTV.csproj.user
        │   │   ├── KTVclass
        │   │   │   ├── frmdictionaryMenthod.cs
        │   │   │   ├── getConnection.cs
        │   │   │   ├── tbMusicnfoMenthod.cs
        │   │   │   ├── tb_authorinfo.cs
        │   │   │   ├── tb_authorinfoMenthod.cs
        │   │   │   ├── tb_computer.cs
        │   │   │   ├── tb_dictionary.cs
        │   │   │   └── tb_musicinfo.cs
        │   │   ├── Program.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── Resources
        │   │   │   ├── 0.png
        │   │   │   ├── 背景.bmp
        │   │   │   ├── 播放.png
        │   │   │   ├── 退出.png
        │   │   │   ├── 选择.png
        │   │   │   ├── 背景图.bmp
        │   │   │   ├── 取消按钮.bmp
        │   │   │   ├── 确定按钮.bmp
        │   │   │   ├── 拼音点歌.png
        │   │   │   ├── 数字点歌.png
        │   │   │   ├── 明星点歌.png
        │   │   │   └── 歌名点歌.png
        │   │   ├── app.config
        │   │   ├── frmAuton.Designer.cs
        │   │   ├── frmAuton.cs
        │   │   ├── frmAuton.resx
        │   │   ├── frmDaiGe.Designer.cs
        │   │   ├── frmDaiGe.cs
        │   │   ├── frmDaiGe.resx
        │   │   ├── frmLogin.Designer.cs
        │   │   ├── frmLogin.cs
        │   │   ├── frmLogin.resx
        │   │   ├── frmMain.Designer.cs
        │   │   ├── frmMain.cs
        │   │   ├── frmMain.resx
        │   │   ├── frmMusicinfo.Designer.cs
        │   │   ├── frmMusicinfo.cs
        │   │   ├── frmMusicinfo.resx
        │   │   ├── frmNumber.Designer.cs
        │   │   ├── frmNumber.cs
        │   │   ├── frmNumber.resx
        │   │   ├── frmPlay.Designer.cs
        │   │   ├── frmPlay.cs
        │   │   ├── frmPlay.resx
        │   │   ├── frmdictionary.Designer.cs
        │   │   ├── frmdictionary.cs
        │   │   └── frmdictionary.resx
        │   ├── KTV.sln
        │   └── KTV.suo
        ├── KTV
        │   ├── Database
        │   │   └── db_KTV.mdb
        │   ├── KTV.csproj
        │   ├── KTV.csproj.user
        │   ├── KTVclass
        │   │   ├── frmdictionaryMenthod.cs
        │   │   ├── getConnection.cs
        │   │   ├── tbMusicnfoMenthod.cs
        │   │   ├── tb_authorinfo.cs
        │   │   ├── tb_authorinfoMenthod.cs
        │   │   ├── tb_computer.cs
        │   │   ├── tb_dictionary.cs
        │   │   └── tb_musicinfo.cs
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Resources
        │   │   ├── 0.png
        │   │   ├── 背景.bmp
        │   │   ├── 播放.png
        │   │   ├── 退出.png
        │   │   ├── 选择.png
        │   │   ├── 背景图.bmp
        │   │   ├── 取消按钮.bmp
        │   │   ├── 确定按钮.bmp
        │   │   ├── 拼音点歌.png
        │   │   ├── 数字点歌.png
        │   │   ├── 明星点歌.png
        │   │   └── 歌名点歌.png
        │   ├── app.config
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── AxInterop.WMPLib.dll
        │   │   │   ├── Database
        │   │   │   │   └── db_KTV.mdb
        │   │   │   ├── Interop.WMPLib.dll
        │   │   │   ├── KTV.exe
        │   │   │   ├── KTV.exe.config
        │   │   │   ├── KTV.pdb
        │   │   │   ├── KTV.vshost.exe
        │   │   │   └── KTV.vshost.exe.config
        │   │   └── Release
        │   ├── frmAuton.Designer.cs
        │   ├── frmAuton.cs
        │   ├── frmAuton.resx
        │   ├── frmDaiGe.Designer.cs
        │   ├── frmDaiGe.cs
        │   ├── frmDaiGe.resx
        │   ├── frmLogin.Designer.cs
        │   ├── frmLogin.cs
        │   ├── frmLogin.resx
        │   ├── frmMain.Designer.cs
        │   ├── frmMain.cs
        │   ├── frmMain.resx
        │   ├── frmMusicinfo.Designer.cs
        │   ├── frmMusicinfo.cs
        │   ├── frmMusicinfo.resx
        │   ├── frmNumber.Designer.cs
        │   ├── frmNumber.cs
        │   ├── frmNumber.resx
        │   ├── frmPlay.Designer.cs
        │   ├── frmPlay.cs
        │   ├── frmPlay.resx
        │   ├── frmdictionary.Designer.cs
        │   ├── frmdictionary.cs
        │   ├── frmdictionary.resx
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── AxInterop.WMPLib.dll
        │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
        │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │   │   ├── GenerateResource-ResGen.read.1.tlog
        │   │   │   ├── GenerateResource-ResGen.read.4.tlog
        │   │   │   ├── GenerateResource-ResGen.write.1.tlog
        │   │   │   ├── GenerateResource-ResGen.write.4.tlog
        │   │   │   ├── Interop.WMPLib.dll
        │   │   │   ├── KTV.Properties.Resources.resources
        │   │   │   ├── KTV.csproj.FileListAbsolute.txt
        │   │   │   ├── KTV.csproj.GenerateResource.Cache
        │   │   │   ├── KTV.csproj.ResolveComReference.cache
        │   │   │   ├── KTV.exe
        │   │   │   ├── KTV.frmAuton.resources
        │   │   │   ├── KTV.frmDaiGe.resources
        │   │   │   ├── KTV.frmLogin.resources
        │   │   │   ├── KTV.frmMain.resources
        │   │   │   ├── KTV.frmMusicinfo.resources
        │   │   │   ├── KTV.frmNumber.resources
        │   │   │   ├── KTV.frmPlay.resources
        │   │   │   ├── KTV.frmdictionary.resources
        │   │   │   ├── KTV.pdb
        │   │   │   ├── Refactor
        │   │   │   └── TempPE
        │   │   │       ├── Database.db_KTVDataSet.Designer.cs.dll
        │   │   │       └── Properties.Resources.Designer.cs.dll
        │   │   └── KTV.csproj.FileList.txt
        │   └── readme.txt
        ├── KTV.sln
        ├── KTV.suo
        ├── UpgradeLog.XML
        ├── UpgradeLog2.XML
        └── _UpgradeReport_Files
            ├── UpgradeReport.css
            ├── UpgradeReport.xslt
            ├── UpgradeReport_Minus.gif
            └── UpgradeReport_Plus.gif

28 directories, 209 files