FrmGeQu.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:14k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin.GeQuGuanLi
- {
- partial class FrmGeQu
- {
- /// <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.txtCiShu = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.btnExit = new System.Windows.Forms.Button();
- this.btnOk = new System.Windows.Forms.Button();
- this.btnLiuLan = new System.Windows.Forms.Button();
- this.txtWiZhi = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.cmbZiMu = new System.Windows.Forms.ComboBox();
- this.label5 = new System.Windows.Forms.Label();
- this.cmbRName = new System.Windows.Forms.ComboBox();
- this.cmbYuYan = new System.Windows.Forms.ComboBox();
- this.cmbClass = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtSName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.txtCiShu);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.btnExit);
- this.groupBox1.Controls.Add(this.btnOk);
- this.groupBox1.Controls.Add(this.btnLiuLan);
- this.groupBox1.Controls.Add(this.txtWiZhi);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.cmbZiMu);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.cmbRName);
- this.groupBox1.Controls.Add(this.cmbYuYan);
- this.groupBox1.Controls.Add(this.cmbClass);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label3);
- 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.Fill;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(402, 327);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- //
- // txtCiShu
- //
- this.txtCiShu.Enabled = false;
- this.txtCiShu.Location = new System.Drawing.Point(258, 188);
- this.txtCiShu.Name = "txtCiShu";
- this.txtCiShu.Size = new System.Drawing.Size(100, 21);
- this.txtCiShu.TabIndex = 20;
- this.txtCiShu.Text = "0";
- this.txtCiShu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(199, 192);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(59, 12);
- this.label8.TabIndex = 19;
- this.label8.Text = "点播次数:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("华文新魏", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(137, 33);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(159, 35);
- this.label7.TabIndex = 18;
- this.label7.Text = "新歌添加";
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(201, 281);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(75, 23);
- this.btnExit.TabIndex = 17;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(72, 281);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 23);
- this.btnOk.TabIndex = 16;
- this.btnOk.Text = "确定";
- this.btnOk.UseVisualStyleBackColor = true;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // btnLiuLan
- //
- this.btnLiuLan.Location = new System.Drawing.Point(320, 235);
- this.btnLiuLan.Name = "btnLiuLan";
- this.btnLiuLan.Size = new System.Drawing.Size(44, 23);
- this.btnLiuLan.TabIndex = 15;
- this.btnLiuLan.Text = "浏览";
- this.btnLiuLan.UseVisualStyleBackColor = true;
- this.btnLiuLan.Click += new System.EventHandler(this.btnLiuLan_Click);
- //
- // txtWiZhi
- //
- this.txtWiZhi.Enabled = false;
- this.txtWiZhi.Location = new System.Drawing.Point(84, 237);
- this.txtWiZhi.Name = "txtWiZhi";
- this.txtWiZhi.Size = new System.Drawing.Size(230, 21);
- this.txtWiZhi.TabIndex = 14;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(25, 240);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(59, 12);
- this.label6.TabIndex = 13;
- this.label6.Text = "播放路径:";
- //
- // cmbZiMu
- //
- this.cmbZiMu.FormattingEnabled = true;
- this.cmbZiMu.Items.AddRange(new object[] {
- "A",
- "B",
- "C",
- "D",
- "E",
- "F",
- "G",
- "H",
- "I",
- "J",
- "K",
- "L",
- "M",
- "N",
- "O",
- "P",
- "Q",
- "R",
- "S",
- "T",
- "U",
- "V",
- "W",
- "X",
- "Y",
- "Z"});
- this.cmbZiMu.Location = new System.Drawing.Point(95, 189);
- this.cmbZiMu.Name = "cmbZiMu";
- this.cmbZiMu.Size = new System.Drawing.Size(89, 20);
- this.cmbZiMu.TabIndex = 12;
- this.cmbZiMu.Text = "--请选择--";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(25, 192);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(71, 12);
- this.label5.TabIndex = 11;
- this.label5.Text = "歌名首字母:";
- //
- // cmbRName
- //
- this.cmbRName.FormattingEnabled = true;
- this.cmbRName.Location = new System.Drawing.Point(258, 108);
- this.cmbRName.Name = "cmbRName";
- this.cmbRName.Size = new System.Drawing.Size(100, 20);
- this.cmbRName.TabIndex = 10;
- this.cmbRName.SelectedIndexChanged += new System.EventHandler(this.cmbRName_SelectedIndexChanged);
- //
- // cmbYuYan
- //
- this.cmbYuYan.FormattingEnabled = true;
- this.cmbYuYan.Items.AddRange(new object[] {
- "国语",
- "英语",
- "日语",
- "韩语",
- "粤语",
- "朝鲜语",
- "闽南语",
- "其他"});
- this.cmbYuYan.Location = new System.Drawing.Point(258, 151);
- this.cmbYuYan.Name = "cmbYuYan";
- this.cmbYuYan.Size = new System.Drawing.Size(100, 20);
- this.cmbYuYan.TabIndex = 9;
- this.cmbYuYan.Text = "--请选择--";
- //
- // cmbClass
- //
- this.cmbClass.FormattingEnabled = true;
- this.cmbClass.Items.AddRange(new object[] {
- "流行歌曲",
- "经典老歌",
- "影视金曲",
- "古典音乐",
- "生日歌曲",
- "儿童歌曲",
- "世界名曲",
- "其他歌曲"});
- this.cmbClass.Location = new System.Drawing.Point(84, 151);
- this.cmbClass.Name = "cmbClass";
- this.cmbClass.Size = new System.Drawing.Size(100, 20);
- this.cmbClass.TabIndex = 8;
- this.cmbClass.Text = "--请选择--";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(199, 111);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 6;
- this.label4.Text = "歌 手:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(25, 154);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "类 别:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(199, 154);
- 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, 108);
- 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(25, 111);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "歌曲名称:";
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // FrmGeQu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(402, 327);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmGeQu";
- this.Text = "新歌添加";
- this.Load += new System.EventHandler(this.FrmGeQu_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtSName;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button btnExit;
- private System.Windows.Forms.Button btnOk;
- private System.Windows.Forms.Button btnLiuLan;
- private System.Windows.Forms.TextBox txtWiZhi;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox cmbZiMu;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox cmbRName;
- private System.Windows.Forms.ComboBox cmbYuYan;
- private System.Windows.Forms.ComboBox cmbClass;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.TextBox txtCiShu;
- private System.Windows.Forms.Label label8;
- }
- }