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

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin.GeShouGuanLi
  2. {
  3.     partial class FrmGeShouAdd
  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.btnExit = new System.Windows.Forms.Button();
  30.             this.btnAdd = new System.Windows.Forms.Button();
  31.             this.cmbDiQu = new System.Windows.Forms.ComboBox();
  32.             this.label4 = new System.Windows.Forms.Label();
  33.             this.cmbSex = new System.Windows.Forms.ComboBox();
  34.             this.label3 = new System.Windows.Forms.Label();
  35.             this.txtName = new System.Windows.Forms.TextBox();
  36.             this.label2 = new System.Windows.Forms.Label();
  37.             this.label1 = new System.Windows.Forms.Label();
  38.             this.groupBox1.SuspendLayout();
  39.             this.SuspendLayout();
  40.             // 
  41.             // groupBox1
  42.             // 
  43.             this.groupBox1.Controls.Add(this.btnExit);
  44.             this.groupBox1.Controls.Add(this.btnAdd);
  45.             this.groupBox1.Controls.Add(this.cmbDiQu);
  46.             this.groupBox1.Controls.Add(this.label4);
  47.             this.groupBox1.Controls.Add(this.cmbSex);
  48.             this.groupBox1.Controls.Add(this.label3);
  49.             this.groupBox1.Controls.Add(this.txtName);
  50.             this.groupBox1.Controls.Add(this.label2);
  51.             this.groupBox1.Controls.Add(this.label1);
  52.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
  53.             this.groupBox1.Location = new System.Drawing.Point(125, 0);
  54.             this.groupBox1.Name = "groupBox1";
  55.             this.groupBox1.Size = new System.Drawing.Size(207, 268);
  56.             this.groupBox1.TabIndex = 0;
  57.             this.groupBox1.TabStop = false;
  58.             // 
  59.             // btnExit
  60.             // 
  61.             this.btnExit.Location = new System.Drawing.Point(120, 233);
  62.             this.btnExit.Name = "btnExit";
  63.             this.btnExit.Size = new System.Drawing.Size(75, 23);
  64.             this.btnExit.TabIndex = 8;
  65.             this.btnExit.Text = "退出";
  66.             this.btnExit.UseVisualStyleBackColor = true;
  67.             this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  68.             // 
  69.             // btnAdd
  70.             // 
  71.             this.btnAdd.Location = new System.Drawing.Point(21, 233);
  72.             this.btnAdd.Name = "btnAdd";
  73.             this.btnAdd.Size = new System.Drawing.Size(75, 23);
  74.             this.btnAdd.TabIndex = 7;
  75.             this.btnAdd.Text = "添加";
  76.             this.btnAdd.UseVisualStyleBackColor = true;
  77.             this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  78.             // 
  79.             // cmbDiQu
  80.             // 
  81.             this.cmbDiQu.FormattingEnabled = true;
  82.             this.cmbDiQu.Items.AddRange(new object[] {
  83.             "内地",
  84.             "港台",
  85.             "日韩",
  86.             "欧美"});
  87.             this.cmbDiQu.Location = new System.Drawing.Point(81, 189);
  88.             this.cmbDiQu.Name = "cmbDiQu";
  89.             this.cmbDiQu.Size = new System.Drawing.Size(101, 20);
  90.             this.cmbDiQu.TabIndex = 6;
  91.             this.cmbDiQu.Text = "内地";
  92.             // 
  93.             // label4
  94.             // 
  95.             this.label4.AutoSize = true;
  96.             this.label4.Location = new System.Drawing.Point(19, 192);
  97.             this.label4.Name = "label4";
  98.             this.label4.Size = new System.Drawing.Size(59, 12);
  99.             this.label4.TabIndex = 5;
  100.             this.label4.Text = "地  区:";
  101.             // 
  102.             // cmbSex
  103.             // 
  104.             this.cmbSex.FormattingEnabled = true;
  105.             this.cmbSex.Items.AddRange(new object[] {
  106.             "男",
  107.             "女",
  108.             "乐队"});
  109.             this.cmbSex.Location = new System.Drawing.Point(81, 149);
  110.             this.cmbSex.Name = "cmbSex";
  111.             this.cmbSex.Size = new System.Drawing.Size(101, 20);
  112.             this.cmbSex.TabIndex = 4;
  113.             this.cmbSex.Text = "男";
  114.             // 
  115.             // label3
  116.             // 
  117.             this.label3.AutoSize = true;
  118.             this.label3.Location = new System.Drawing.Point(19, 152);
  119.             this.label3.Name = "label3";
  120.             this.label3.Size = new System.Drawing.Size(59, 12);
  121.             this.label3.TabIndex = 3;
  122.             this.label3.Text = "歌手性别:";
  123.             // 
  124.             // txtName
  125.             // 
  126.             this.txtName.Location = new System.Drawing.Point(82, 103);
  127.             this.txtName.Name = "txtName";
  128.             this.txtName.Size = new System.Drawing.Size(100, 21);
  129.             this.txtName.TabIndex = 2;
  130.             // 
  131.             // label2
  132.             // 
  133.             this.label2.AutoSize = true;
  134.             this.label2.Location = new System.Drawing.Point(19, 106);
  135.             this.label2.Name = "label2";
  136.             this.label2.Size = new System.Drawing.Size(59, 12);
  137.             this.label2.TabIndex = 1;
  138.             this.label2.Text = "歌手姓名:";
  139.             // 
  140.             // label1
  141.             // 
  142.             this.label1.AutoSize = true;
  143.             this.label1.Font = new System.Drawing.Font("华文楷体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144.             this.label1.Location = new System.Drawing.Point(6, 33);
  145.             this.label1.Name = "label1";
  146.             this.label1.Size = new System.Drawing.Size(195, 33);
  147.             this.label1.TabIndex = 0;
  148.             this.label1.Text = "歌手信息添加";
  149.             // 
  150.             // FrmGeShouAdd
  151.             // 
  152.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154.             this.ClientSize = new System.Drawing.Size(332, 268);
  155.             this.Controls.Add(this.groupBox1);
  156.             this.Name = "FrmGeShouAdd";
  157.             this.Text = "歌手信息添加";
  158.             this.Load += new System.EventHandler(this.FrmGeShouAdd_Load);
  159.             this.groupBox1.ResumeLayout(false);
  160.             this.groupBox1.PerformLayout();
  161.             this.ResumeLayout(false);
  162.         }
  163.         #endregion
  164.         private System.Windows.Forms.GroupBox groupBox1;
  165.         private System.Windows.Forms.Label label1;
  166.         private System.Windows.Forms.ComboBox cmbDiQu;
  167.         private System.Windows.Forms.Label label4;
  168.         private System.Windows.Forms.ComboBox cmbSex;
  169.         private System.Windows.Forms.Label label3;
  170.         private System.Windows.Forms.TextBox txtName;
  171.         private System.Windows.Forms.Label label2;
  172.         private System.Windows.Forms.Button btnExit;
  173.         private System.Windows.Forms.Button btnAdd;
  174.     }
  175. }