資源簡介
卡拉OK點歌系統(tǒng)使用說明書使用說明系統(tǒng)介紹本系統(tǒng)主要實現以下目標:? 系統(tǒng)采用人機交互的方式,界面美觀友好,信息查詢靈活、方便,數據存儲安全可靠。? 歌星點歌,根據演唱歌星的名字來查詢選擇歌曲。? 數字點歌,按照歌曲名稱編號進行查詢選擇歌曲。? 拼音點歌,根據歌曲名稱的每一個漢字拼音打頭的字母來選歌。? 歌名點歌,根據歌曲名稱來檢索歌曲。? 系統(tǒng)最大限度地實現了易維護性和易操作性。操作注意事項(1)本系統(tǒng)后臺數據維護和系統(tǒng)點歌的登錄名稱:Tsoft,密碼為:111。(2)實例執(zhí)行文件位置:TM\\04\\KTV\\KTV\\bin\\Debug\\KTV.exe操作流程使用本程序,請按照以下步驟操作:(1)輸入登錄名、密碼并在登錄界面下拉列表中選擇“系統(tǒng)點歌”選項,進入系統(tǒng)點歌界面如圖1.1所示。 圖1.1 系統(tǒng)點歌(2)用戶可通過數字點歌、拼音點歌、明星點歌或歌名點歌按鈕執(zhí)行點歌操作,單擊按鈕打開查詢窗口,在該窗口中查詢所需的歌曲。將查詢到的歌曲添加到播放列表中,然后,選擇要播放的歌曲,單擊“選擇”按鈕,將此歌曲進行選擇,最后,單擊“播放”按鈕,進行歌曲播放。注意:在使用拼音點歌時,只需要輸入歌曲名字中的每個字的頭一個字母即可,例如:“小豬”輸入“XZ”。(3)輸入登錄名、密碼并在登錄界面下拉列表中選擇“后臺數據維護”選項,進入后臺數據維護界面如圖1.2所示。 圖1.2 后臺數據維護(4)通過“明星信息”選項卡,對明星信息進行添加、修改、刪除及查詢操作。(5)通過“歌曲信息”選項卡,對歌曲信息進行添加、修改、刪除及查詢操作。(6)通過“歌典類型信息”選項卡,對歌曲類型信息進行添加、修改、刪除及查詢操作。(7)通過“用戶管理”選項卡,對用戶信息進行添加、修改、刪除及查詢操作。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?KTV.KTVclass;
using?System.Data.OleDb;
namespace?KTV
{
????public?partial?class?frmAuton?:?Form
????{
????????public?frmAuton()
????????{
????????????InitializeComponent();
????????}
????????public?frmAuton(int?intcuntstring?strId)
????????{
????????????InitializeComponent();
????????????intFalg?=?intcunt;
????????????strgetId?=?strId;
????????}
????????public?int?intFalg?=?0;
????????public?string?strgetId?=?null;
????????frmdictionaryMenthod?frmDictiyon?=?new?frmdictionaryMenthod();
????????tb_authorinfo?tbAu?=?new?tb_authorinfo();
????????tb_authorinfoMenthod?tbAuMenthod?=?new?tb_authorinfoMenthod();
????????private?void?frmAuton_Load(object?sender?EventArgs?e)
????????{
????????????frmDictiyon.dictionaryFind(“1“cmbauthorcompany);
?????????
????????????if?(intFalg?==?1)
????????????{
????????????????txtauthorId.Text?=?tbAuMenthod.gettb_authorinfoID();
????????????}
????????????if?(intFalg?==?2)
????????????{
????????????????getFill();
????????????}
?????????}
????????public?void?getFill()
????????{
????????????OleDbDataReader?dr?=?tbAuMenthod.AuthFind(strgetId);
????????????dr.Read();
????????????if?(dr.HasRows)
????????????{
????????????????txtauthorId.Text?=?dr[0].ToString();
????????????????txtauthorName.Text=dr[1].ToString();
????????????????cmbauthorSex.Text=dr[2].ToString();
????????????????daAuthorbirthday.Value=Convert.ToDateTime(dr[3].ToString());
????????????????comboBox2.Text=dr[4].ToString();
???????????????cmbauthorcompany.Text=dr[5].ToString();
????????????????txtauthorRecma.Text=dr[6].ToString();
??????????????????txtauthorzjm.Text=dr[7].ToString();
???????????
????????????}
????????????dr.Close();
????????}
????????private?void?bntSure_Click(object?sender?EventArgs?e)
????????{
????????????if?(txtauthorName.Text?==?““)
????????????{
????????????????MessageBox.Show(“姓名不能為空“);
????????????????return;
????????????}
????????????tbAu.intauthorId?=?txtauthorId.Text;
????????????tbAu.strauthorName?=?txtauthorName.Text;
????????????tbAu.strauthorSex?=?cmbauthorSex.Text;
????????????tbAu.daauthorbirthday?=?daAuthorbirthday.Value;
????????????tbAu.strauthorGenre?=?comboBox2.Text;
????????????tbAu.strauthorcompany?=?cmbauthorcompany.Text;
????????????tbAu.strauthorRecma?=?txtauthorRecma.Text;
????????????tbAu.strauthorzjm?=?txtauthorzjm.Text;
????????????tbAu.daRdateTime?=?DateTime.Now;
????????????if?(intFalg?==?1)
????????????{
????????????????if?(tbAuMenthod.AuthAdd(tbAu)?==?1)
????????????????{
????????????????????MessageBox.Show(“添加成功!“);
????????????????????frmMain?frm?=?(frmMain)this.Owner;
????????????????????tbAuMenthod.tb_authorinfoFill(“2“frm.lvAuton);
????????????????????intFalg?=?0;
????????????????????this.Close();
????????????????}
????????????????else
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????798??2007-12-02?16:03??04\KTV\KTV\app.config
?????文件??????61440??2008-07-13?19:27??04\KTV\KTV\bin\Debug\AxInterop.WMPLib.dll
?????文件?????929792??2008-07-13?19:32??04\KTV\KTV\bin\Debug\Databa
?????文件?????331776??2008-07-13?19:27??04\KTV\KTV\bin\Debug\Interop.WMPLib.dll
?????文件?????974848??2008-07-13?19:27??04\KTV\KTV\bin\Debug\KTV.exe
?????文件????????798??2007-12-02?16:03??04\KTV\KTV\bin\Debug\KTV.exe.config
?????文件?????151040??2008-07-13?19:27??04\KTV\KTV\bin\Debug\KTV.pdb
?????文件???????5632??2005-11-11?22:25??04\KTV\KTV\bin\Debug\KTV.vshost.exe
?????文件????????798??2007-12-02?16:03??04\KTV\KTV\bin\Debug\KTV.vshost.exe.config
?????文件?????929792??2008-07-13?19:32??04\KTV\KTV\Databa
?????文件???????9430??2007-12-28?14:29??04\KTV\KTV\frmAuton.cs
?????文件??????11824??2007-12-28?14:29??04\KTV\KTV\frmAuton.Designer.cs
?????文件???????5814??2007-12-28?14:29??04\KTV\KTV\frmAuton.resx
?????文件???????3136??2007-12-10?15:21??04\KTV\KTV\frmDaiGe.cs
?????文件???????8583??2007-12-10?14:09??04\KTV\KTV\frmDaiGe.Designer.cs
?????文件???????5814??2007-12-10?14:09??04\KTV\KTV\frmDaiGe.resx
?????文件???????2886??2007-12-04?14:28??04\KTV\KTV\frmdictionary.cs
?????文件???????5836??2007-12-04?14:28??04\KTV\KTV\frmdictionary.Designer.cs
?????文件???????5814??2007-12-04?14:28??04\KTV\KTV\frmdictionary.resx
?????文件???????2253??2008-07-13?19:27??04\KTV\KTV\frmLogin.cs
?????文件???????6670??2008-07-13?19:27??04\KTV\KTV\frmLogin.Designer.cs
?????文件???????5814??2008-07-13?19:27??04\KTV\KTV\frmLogin.resx
?????文件??????12361??2007-12-28?14:49??04\KTV\KTV\frmMain.cs
?????文件??????27913??2007-12-28?14:49??04\KTV\KTV\frmMain.Designer.cs
?????文件???????5814??2007-12-28?14:49??04\KTV\KTV\frmMain.resx
?????文件??????10339??2007-12-28?14:29??04\KTV\KTV\frmMusicinfo.cs
?????文件??????11479??2007-12-28?14:29??04\KTV\KTV\frmMusicinfo.Designer.cs
?????文件???????6010??2007-12-28?14:29??04\KTV\KTV\frmMusicinfo.resx
?????文件???????4676??2007-12-10?15:21??04\KTV\KTV\frmNumber.cs
?????文件???????3907??2007-12-04?15:41??04\KTV\KTV\frmNumber.Designer.cs
............此處省略70個文件信息
評論
共有 條評論