FrmGeQuAdmin.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:14k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin.GeQuGuanLi
- {
- partial class FrmGeQuAdmin
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnExit = new System.Windows.Forms.Button();
- this.btnDel = new System.Windows.Forms.Button();
- this.btnUpdate = new System.Windows.Forms.Button();
- this.btnSel = new System.Windows.Forms.Button();
- this.cmbClass = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.txtRName = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbYuYan = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtSName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.歌曲编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.歌曲名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.语言 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.歌手 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.点击次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.存放位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.btnExit);
- this.groupBox1.Controls.Add(this.btnDel);
- this.groupBox1.Controls.Add(this.btnUpdate);
- this.groupBox1.Controls.Add(this.btnSel);
- this.groupBox1.Controls.Add(this.cmbClass);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.txtRName);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.cmbYuYan);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.txtSName);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(672, 131);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "歌曲查找";
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(585, 79);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(75, 23);
- this.btnExit.TabIndex = 11;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnDel
- //
- this.btnDel.Location = new System.Drawing.Point(473, 80);
- this.btnDel.Name = "btnDel";
- this.btnDel.Size = new System.Drawing.Size(75, 23);
- this.btnDel.TabIndex = 10;
- this.btnDel.Text = "删除";
- this.btnDel.UseVisualStyleBackColor = true;
- this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
- //
- // btnUpdate
- //
- this.btnUpdate.Location = new System.Drawing.Point(585, 42);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(75, 23);
- this.btnUpdate.TabIndex = 9;
- this.btnUpdate.Text = "修改";
- this.btnUpdate.UseVisualStyleBackColor = true;
- this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
- //
- // btnSel
- //
- this.btnSel.Location = new System.Drawing.Point(473, 42);
- this.btnSel.Name = "btnSel";
- this.btnSel.Size = new System.Drawing.Size(75, 23);
- this.btnSel.TabIndex = 8;
- this.btnSel.Text = "查找";
- this.btnSel.UseVisualStyleBackColor = true;
- this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
- //
- // cmbClass
- //
- this.cmbClass.FormattingEnabled = true;
- this.cmbClass.Items.AddRange(new object[] {
- "流行歌曲",
- "经典老歌",
- "古典音乐",
- "影视金曲",
- "儿童歌曲",
- "世界名曲",
- "生日歌曲",
- "其他歌曲"});
- this.cmbClass.Location = new System.Drawing.Point(300, 82);
- this.cmbClass.Name = "cmbClass";
- this.cmbClass.Size = new System.Drawing.Size(100, 20);
- this.cmbClass.TabIndex = 7;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(240, 85);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 6;
- this.label4.Text = "歌曲类型:";
- //
- // txtRName
- //
- this.txtRName.Location = new System.Drawing.Point(300, 42);
- this.txtRName.Name = "txtRName";
- this.txtRName.Size = new System.Drawing.Size(100, 21);
- this.txtRName.TabIndex = 5;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(240, 45);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "歌手姓名:";
- //
- // cmbYuYan
- //
- this.cmbYuYan.FormattingEnabled = true;
- this.cmbYuYan.Items.AddRange(new object[] {
- "国语",
- "英语",
- "日语",
- "韩语",
- "粤语",
- "闽南语",
- "朝鲜语",
- "其他"});
- this.cmbYuYan.Location = new System.Drawing.Point(84, 82);
- this.cmbYuYan.Name = "cmbYuYan";
- this.cmbYuYan.Size = new System.Drawing.Size(100, 20);
- this.cmbYuYan.TabIndex = 3;
- this.cmbYuYan.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(24, 85);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "语 言:";
- //
- // txtSName
- //
- this.txtSName.Location = new System.Drawing.Point(84, 42);
- this.txtSName.Name = "txtSName";
- this.txtSName.Size = new System.Drawing.Size(100, 21);
- this.txtSName.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(24, 45);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "歌曲名称:";
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.歌曲编号,
- this.歌曲名称,
- this.语言,
- this.类型,
- this.歌手,
- this.点击次数,
- this.存放位置});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 131);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(672, 362);
- this.dataGridView1.TabIndex = 1;
- this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // 歌曲编号
- //
- this.歌曲编号.DataPropertyName = "歌曲编号";
- this.歌曲编号.HeaderText = "歌曲编号";
- this.歌曲编号.Name = "歌曲编号";
- this.歌曲编号.ReadOnly = true;
- this.歌曲编号.Visible = false;
- //
- // 歌曲名称
- //
- this.歌曲名称.DataPropertyName = "歌曲名称";
- this.歌曲名称.HeaderText = "歌曲名称";
- this.歌曲名称.Name = "歌曲名称";
- this.歌曲名称.ReadOnly = true;
- //
- // 语言
- //
- this.语言.DataPropertyName = "语言";
- this.语言.HeaderText = "语言";
- this.语言.Name = "语言";
- this.语言.ReadOnly = true;
- this.语言.Width = 70;
- //
- // 类型
- //
- this.类型.DataPropertyName = "类型";
- this.类型.HeaderText = "类型";
- this.类型.Name = "类型";
- this.类型.ReadOnly = true;
- this.类型.Width = 70;
- //
- // 歌手
- //
- this.歌手.DataPropertyName = "歌手";
- this.歌手.HeaderText = "歌手";
- this.歌手.Name = "歌手";
- this.歌手.ReadOnly = true;
- //
- // 点击次数
- //
- this.点击次数.DataPropertyName = "点击次数";
- this.点击次数.HeaderText = "点击次数";
- this.点击次数.Name = "点击次数";
- this.点击次数.ReadOnly = true;
- this.点击次数.Width = 80;
- //
- // 存放位置
- //
- this.存放位置.DataPropertyName = "存放位置";
- this.存放位置.HeaderText = "存放位置";
- this.存放位置.Name = "存放位置";
- this.存放位置.ReadOnly = true;
- this.存放位置.Width = 250;
- //
- // FrmGeQuAdmin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(672, 493);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmGeQuAdmin";
- this.Text = "歌曲管理";
- this.Load += new System.EventHandler(this.FrmGeQuAdmin_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.TextBox txtSName;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲编号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲名称;
- private System.Windows.Forms.DataGridViewTextBoxColumn 语言;
- private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌手;
- private System.Windows.Forms.DataGridViewTextBoxColumn 点击次数;
- private System.Windows.Forms.DataGridViewTextBoxColumn 存放位置;
- private System.Windows.Forms.Button btnExit;
- private System.Windows.Forms.Button btnDel;
- private System.Windows.Forms.Button btnUpdate;
- private System.Windows.Forms.Button btnSel;
- private System.Windows.Forms.ComboBox cmbClass;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtRName;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cmbYuYan;
- private System.Windows.Forms.Label label2;
- }
- }