FrmGeQu.Designer.cs
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:14k
源码类别:

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin.GeQuGuanLi
  2. {
  3.     partial class FrmGeQu
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  29.             this.txtCiShu = new System.Windows.Forms.TextBox();
  30.             this.label8 = new System.Windows.Forms.Label();
  31.             this.label7 = new System.Windows.Forms.Label();
  32.             this.btnExit = new System.Windows.Forms.Button();
  33.             this.btnOk = new System.Windows.Forms.Button();
  34.             this.btnLiuLan = new System.Windows.Forms.Button();
  35.             this.txtWiZhi = new System.Windows.Forms.TextBox();
  36.             this.label6 = new System.Windows.Forms.Label();
  37.             this.cmbZiMu = new System.Windows.Forms.ComboBox();
  38.             this.label5 = new System.Windows.Forms.Label();
  39.             this.cmbRName = new System.Windows.Forms.ComboBox();
  40.             this.cmbYuYan = new System.Windows.Forms.ComboBox();
  41.             this.cmbClass = new System.Windows.Forms.ComboBox();
  42.             this.label4 = new System.Windows.Forms.Label();
  43.             this.label3 = new System.Windows.Forms.Label();
  44.             this.label2 = new System.Windows.Forms.Label();
  45.             this.txtSName = new System.Windows.Forms.TextBox();
  46.             this.label1 = new System.Windows.Forms.Label();
  47.             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  48.             this.groupBox1.SuspendLayout();
  49.             this.SuspendLayout();
  50.             // 
  51.             // groupBox1
  52.             // 
  53.             this.groupBox1.Controls.Add(this.txtCiShu);
  54.             this.groupBox1.Controls.Add(this.label8);
  55.             this.groupBox1.Controls.Add(this.label7);
  56.             this.groupBox1.Controls.Add(this.btnExit);
  57.             this.groupBox1.Controls.Add(this.btnOk);
  58.             this.groupBox1.Controls.Add(this.btnLiuLan);
  59.             this.groupBox1.Controls.Add(this.txtWiZhi);
  60.             this.groupBox1.Controls.Add(this.label6);
  61.             this.groupBox1.Controls.Add(this.cmbZiMu);
  62.             this.groupBox1.Controls.Add(this.label5);
  63.             this.groupBox1.Controls.Add(this.cmbRName);
  64.             this.groupBox1.Controls.Add(this.cmbYuYan);
  65.             this.groupBox1.Controls.Add(this.cmbClass);
  66.             this.groupBox1.Controls.Add(this.label4);
  67.             this.groupBox1.Controls.Add(this.label3);
  68.             this.groupBox1.Controls.Add(this.label2);
  69.             this.groupBox1.Controls.Add(this.txtSName);
  70.             this.groupBox1.Controls.Add(this.label1);
  71.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  72.             this.groupBox1.Location = new System.Drawing.Point(0, 0);
  73.             this.groupBox1.Name = "groupBox1";
  74.             this.groupBox1.Size = new System.Drawing.Size(402, 327);
  75.             this.groupBox1.TabIndex = 0;
  76.             this.groupBox1.TabStop = false;
  77.             // 
  78.             // txtCiShu
  79.             // 
  80.             this.txtCiShu.Enabled = false;
  81.             this.txtCiShu.Location = new System.Drawing.Point(258, 188);
  82.             this.txtCiShu.Name = "txtCiShu";
  83.             this.txtCiShu.Size = new System.Drawing.Size(100, 21);
  84.             this.txtCiShu.TabIndex = 20;
  85.             this.txtCiShu.Text = "0";
  86.             this.txtCiShu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  87.             // 
  88.             // label8
  89.             // 
  90.             this.label8.AutoSize = true;
  91.             this.label8.Location = new System.Drawing.Point(199, 192);
  92.             this.label8.Name = "label8";
  93.             this.label8.Size = new System.Drawing.Size(59, 12);
  94.             this.label8.TabIndex = 19;
  95.             this.label8.Text = "点播次数:";
  96.             // 
  97.             // label7
  98.             // 
  99.             this.label7.AutoSize = true;
  100.             this.label7.Font = new System.Drawing.Font("华文新魏", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101.             this.label7.Location = new System.Drawing.Point(137, 33);
  102.             this.label7.Name = "label7";
  103.             this.label7.Size = new System.Drawing.Size(159, 35);
  104.             this.label7.TabIndex = 18;
  105.             this.label7.Text = "新歌添加";
  106.             // 
  107.             // btnExit
  108.             // 
  109.             this.btnExit.Location = new System.Drawing.Point(201, 281);
  110.             this.btnExit.Name = "btnExit";
  111.             this.btnExit.Size = new System.Drawing.Size(75, 23);
  112.             this.btnExit.TabIndex = 17;
  113.             this.btnExit.Text = "退出";
  114.             this.btnExit.UseVisualStyleBackColor = true;
  115.             this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  116.             // 
  117.             // btnOk
  118.             // 
  119.             this.btnOk.Location = new System.Drawing.Point(72, 281);
  120.             this.btnOk.Name = "btnOk";
  121.             this.btnOk.Size = new System.Drawing.Size(75, 23);
  122.             this.btnOk.TabIndex = 16;
  123.             this.btnOk.Text = "确定";
  124.             this.btnOk.UseVisualStyleBackColor = true;
  125.             this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  126.             // 
  127.             // btnLiuLan
  128.             // 
  129.             this.btnLiuLan.Location = new System.Drawing.Point(320, 235);
  130.             this.btnLiuLan.Name = "btnLiuLan";
  131.             this.btnLiuLan.Size = new System.Drawing.Size(44, 23);
  132.             this.btnLiuLan.TabIndex = 15;
  133.             this.btnLiuLan.Text = "浏览";
  134.             this.btnLiuLan.UseVisualStyleBackColor = true;
  135.             this.btnLiuLan.Click += new System.EventHandler(this.btnLiuLan_Click);
  136.             // 
  137.             // txtWiZhi
  138.             // 
  139.             this.txtWiZhi.Enabled = false;
  140.             this.txtWiZhi.Location = new System.Drawing.Point(84, 237);
  141.             this.txtWiZhi.Name = "txtWiZhi";
  142.             this.txtWiZhi.Size = new System.Drawing.Size(230, 21);
  143.             this.txtWiZhi.TabIndex = 14;
  144.             // 
  145.             // label6
  146.             // 
  147.             this.label6.AutoSize = true;
  148.             this.label6.Location = new System.Drawing.Point(25, 240);
  149.             this.label6.Name = "label6";
  150.             this.label6.Size = new System.Drawing.Size(59, 12);
  151.             this.label6.TabIndex = 13;
  152.             this.label6.Text = "播放路径:";
  153.             // 
  154.             // cmbZiMu
  155.             // 
  156.             this.cmbZiMu.FormattingEnabled = true;
  157.             this.cmbZiMu.Items.AddRange(new object[] {
  158.             "A",
  159.             "B",
  160.             "C",
  161.             "D",
  162.             "E",
  163.             "F",
  164.             "G",
  165.             "H",
  166.             "I",
  167.             "J",
  168.             "K",
  169.             "L",
  170.             "M",
  171.             "N",
  172.             "O",
  173.             "P",
  174.             "Q",
  175.             "R",
  176.             "S",
  177.             "T",
  178.             "U",
  179.             "V",
  180.             "W",
  181.             "X",
  182.             "Y",
  183.             "Z"});
  184.             this.cmbZiMu.Location = new System.Drawing.Point(95, 189);
  185.             this.cmbZiMu.Name = "cmbZiMu";
  186.             this.cmbZiMu.Size = new System.Drawing.Size(89, 20);
  187.             this.cmbZiMu.TabIndex = 12;
  188.             this.cmbZiMu.Text = "--请选择--";
  189.             // 
  190.             // label5
  191.             // 
  192.             this.label5.AutoSize = true;
  193.             this.label5.Location = new System.Drawing.Point(25, 192);
  194.             this.label5.Name = "label5";
  195.             this.label5.Size = new System.Drawing.Size(71, 12);
  196.             this.label5.TabIndex = 11;
  197.             this.label5.Text = "歌名首字母:";
  198.             // 
  199.             // cmbRName
  200.             // 
  201.             this.cmbRName.FormattingEnabled = true;
  202.             this.cmbRName.Location = new System.Drawing.Point(258, 108);
  203.             this.cmbRName.Name = "cmbRName";
  204.             this.cmbRName.Size = new System.Drawing.Size(100, 20);
  205.             this.cmbRName.TabIndex = 10;
  206.             this.cmbRName.SelectedIndexChanged += new System.EventHandler(this.cmbRName_SelectedIndexChanged);
  207.             // 
  208.             // cmbYuYan
  209.             // 
  210.             this.cmbYuYan.FormattingEnabled = true;
  211.             this.cmbYuYan.Items.AddRange(new object[] {
  212.             "国语",
  213.             "英语",
  214.             "日语",
  215.             "韩语",
  216.             "粤语",
  217.             "朝鲜语",
  218.             "闽南语",
  219.             "其他"});
  220.             this.cmbYuYan.Location = new System.Drawing.Point(258, 151);
  221.             this.cmbYuYan.Name = "cmbYuYan";
  222.             this.cmbYuYan.Size = new System.Drawing.Size(100, 20);
  223.             this.cmbYuYan.TabIndex = 9;
  224.             this.cmbYuYan.Text = "--请选择--";
  225.             // 
  226.             // cmbClass
  227.             // 
  228.             this.cmbClass.FormattingEnabled = true;
  229.             this.cmbClass.Items.AddRange(new object[] {
  230.             "流行歌曲",
  231.             "经典老歌",
  232.             "影视金曲",
  233.             "古典音乐",
  234.             "生日歌曲",
  235.             "儿童歌曲",
  236.             "世界名曲",
  237.             "其他歌曲"});
  238.             this.cmbClass.Location = new System.Drawing.Point(84, 151);
  239.             this.cmbClass.Name = "cmbClass";
  240.             this.cmbClass.Size = new System.Drawing.Size(100, 20);
  241.             this.cmbClass.TabIndex = 8;
  242.             this.cmbClass.Text = "--请选择--";
  243.             // 
  244.             // label4
  245.             // 
  246.             this.label4.AutoSize = true;
  247.             this.label4.Location = new System.Drawing.Point(199, 111);
  248.             this.label4.Name = "label4";
  249.             this.label4.Size = new System.Drawing.Size(59, 12);
  250.             this.label4.TabIndex = 6;
  251.             this.label4.Text = "歌  手:";
  252.             // 
  253.             // label3
  254.             // 
  255.             this.label3.AutoSize = true;
  256.             this.label3.Location = new System.Drawing.Point(25, 154);
  257.             this.label3.Name = "label3";
  258.             this.label3.Size = new System.Drawing.Size(59, 12);
  259.             this.label3.TabIndex = 4;
  260.             this.label3.Text = "类  别:";
  261.             // 
  262.             // label2
  263.             // 
  264.             this.label2.AutoSize = true;
  265.             this.label2.Location = new System.Drawing.Point(199, 154);
  266.             this.label2.Name = "label2";
  267.             this.label2.Size = new System.Drawing.Size(59, 12);
  268.             this.label2.TabIndex = 2;
  269.             this.label2.Text = "语  言:";
  270.             // 
  271.             // txtSName
  272.             // 
  273.             this.txtSName.Location = new System.Drawing.Point(84, 108);
  274.             this.txtSName.Name = "txtSName";
  275.             this.txtSName.Size = new System.Drawing.Size(100, 21);
  276.             this.txtSName.TabIndex = 1;
  277.             // 
  278.             // label1
  279.             // 
  280.             this.label1.AutoSize = true;
  281.             this.label1.Location = new System.Drawing.Point(25, 111);
  282.             this.label1.Name = "label1";
  283.             this.label1.Size = new System.Drawing.Size(59, 12);
  284.             this.label1.TabIndex = 0;
  285.             this.label1.Text = "歌曲名称:";
  286.             // 
  287.             // openFileDialog1
  288.             // 
  289.             this.openFileDialog1.FileName = "openFileDialog1";
  290.             // 
  291.             // FrmGeQu
  292.             // 
  293.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295.             this.ClientSize = new System.Drawing.Size(402, 327);
  296.             this.Controls.Add(this.groupBox1);
  297.             this.Name = "FrmGeQu";
  298.             this.Text = "新歌添加";
  299.             this.Load += new System.EventHandler(this.FrmGeQu_Load);
  300.             this.groupBox1.ResumeLayout(false);
  301.             this.groupBox1.PerformLayout();
  302.             this.ResumeLayout(false);
  303.         }
  304.         #endregion
  305.         private System.Windows.Forms.GroupBox groupBox1;
  306.         private System.Windows.Forms.Label label3;
  307.         private System.Windows.Forms.Label label2;
  308.         private System.Windows.Forms.TextBox txtSName;
  309.         private System.Windows.Forms.Label label1;
  310.         private System.Windows.Forms.Label label7;
  311.         private System.Windows.Forms.Button btnExit;
  312.         private System.Windows.Forms.Button btnOk;
  313.         private System.Windows.Forms.Button btnLiuLan;
  314.         private System.Windows.Forms.TextBox txtWiZhi;
  315.         private System.Windows.Forms.Label label6;
  316.         private System.Windows.Forms.ComboBox cmbZiMu;
  317.         private System.Windows.Forms.Label label5;
  318.         private System.Windows.Forms.ComboBox cmbRName;
  319.         private System.Windows.Forms.ComboBox cmbYuYan;
  320.         private System.Windows.Forms.ComboBox cmbClass;
  321.         private System.Windows.Forms.Label label4;
  322.         private System.Windows.Forms.OpenFileDialog openFileDialog1;
  323.         private System.Windows.Forms.TextBox txtCiShu;
  324.         private System.Windows.Forms.Label label8;
  325.     }
  326. }