资源简介
卡拉OK点歌系统使用说明书
使用说明
系统介绍
本系统主要实现以下目标:
系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。
歌星点歌,根据演唱歌星的名字来查询选择歌曲。
数字点歌,按照歌曲名称编号进行查询选择歌曲。
拼音点歌,根据歌曲名称的每一个汉字拼音打头的字母来选歌。
歌名点歌,根据歌曲名称来检索歌曲。
系统最大限度地实现了易维护性和易操作性。

代码片段和文件信息
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 Auton : Form
{
public Auton()
{
InitializeComponent();
}
public Auton(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(“添加成功!“);
Main frm = (Main)this.Owner;
tbAuMenthod.tb_authorinfoFill(“2“frm.lvAuton);
intFalg = 0;
this.Close();
}
else
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-08-13 11:54 KTV\
目录 0 2020-08-13 11:54 KTV\_UpgradeReport_Files\
文件 3348 2010-09-13 21:48 KTV\_UpgradeReport_Files\UpgradeReport.css
文件 12505 2010-05-04 01:19 KTV\_UpgradeReport_Files\UpgradeReport.xslt
文件 69 2010-09-13 21:48 KTV\_UpgradeReport_Files\UpgradeReport_Minus.gif
文件 71 2010-09-13 21:48 KTV\_UpgradeReport_Files\UpgradeReport_Plus.gif
文件 899 2010-09-13 21:48 KTV\KTV.sln
文件 68096 2010-09-15 19:12 KTV\KTV.suo
目录 0 2020-08-13 11:54 KTV\KTV\
文件 852 2010-09-13 21:48 KTV\KTV\app.config
文件 9409 2010-09-13 21:51 KTV\KTV\Auton.cs
文件 11797 2010-09-13 21:51 KTV\KTV\Auton.Designer.cs
文件 5814 2010-09-13 21:51 KTV\KTV\Auton.resx
目录 0 2020-08-13 11:54 KTV\KTV\bin\
目录 0 2020-08-13 11:54 KTV\KTV\bin\Debug\
文件 53248 2007-12-10 14:02 KTV\KTV\bin\Debug\AxInterop.WMPLib.dll
目录 0 2020-08-13 11:54 KTV\KTV\bin\Debug\Databa
文件 929792 2010-09-15 18:51 KTV\KTV\bin\Debug\Databa
文件 281600 2010-09-13 21:48 KTV\KTV\bin\Debug\Interop.WMPLib.dll
文件 955904 2010-09-15 15:10 KTV\KTV\bin\Debug\KTV.exe
文件 852 2010-09-13 21:48 KTV\KTV\bin\Debug\KTV.exe.config
文件 206336 2010-09-15 15:10 KTV\KTV\bin\Debug\KTV.pdb
文件 11592 2010-09-15 19:08 KTV\KTV\bin\Debug\KTV.vshost.exe
文件 852 2010-09-13 21:48 KTV\KTV\bin\Debug\KTV.vshost.exe.config
文件 490 2010-03-17 22:39 KTV\KTV\bin\Debug\KTV.vshost.exe.manifest
文件 3100 2010-09-13 21:50 KTV\KTV\DaiGe.cs
文件 8580 2010-09-13 21:49 KTV\KTV\DaiGe.Designer.cs
文件 5814 2007-12-10 14:09 KTV\KTV\DaiGe.resx
目录 0 2020-08-13 11:54 KTV\KTV\Databa
文件 64 2010-09-15 19:08 KTV\KTV\Databa
文件 929792 2010-09-15 18:51 KTV\KTV\Databa
............此处省略78个文件信息
相关资源
- Scratch源码
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- UNIX/LINUX编程实践教程的源码
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 周易排盘源码
- RSA算法源码
- 一个人脸识别程序源码
- 编译原理课程设计:词法语法编译器
评论
共有 条评论