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

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin.GeShouGuanLi
  2. {
  3.     partial class FrmGeShouAdmin
  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.btnDel = new System.Windows.Forms.Button();
  31.             this.btnUpdate = new System.Windows.Forms.Button();
  32.             this.btnSelect = new System.Windows.Forms.Button();
  33.             this.cmbDiQu = new System.Windows.Forms.ComboBox();
  34.             this.label3 = new System.Windows.Forms.Label();
  35.             this.cmbSex = new System.Windows.Forms.ComboBox();
  36.             this.label2 = new System.Windows.Forms.Label();
  37.             this.txtName = new System.Windows.Forms.TextBox();
  38.             this.label1 = new System.Windows.Forms.Label();
  39.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  40.             this.歌手编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41.             this.歌手姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42.             this.性别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43.             this.地区 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44.             this.groupBox1.SuspendLayout();
  45.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  46.             this.SuspendLayout();
  47.             // 
  48.             // groupBox1
  49.             // 
  50.             this.groupBox1.Controls.Add(this.btnExit);
  51.             this.groupBox1.Controls.Add(this.btnDel);
  52.             this.groupBox1.Controls.Add(this.btnUpdate);
  53.             this.groupBox1.Controls.Add(this.btnSelect);
  54.             this.groupBox1.Controls.Add(this.cmbDiQu);
  55.             this.groupBox1.Controls.Add(this.label3);
  56.             this.groupBox1.Controls.Add(this.cmbSex);
  57.             this.groupBox1.Controls.Add(this.label2);
  58.             this.groupBox1.Controls.Add(this.txtName);
  59.             this.groupBox1.Controls.Add(this.label1);
  60.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  61.             this.groupBox1.Location = new System.Drawing.Point(0, 0);
  62.             this.groupBox1.Name = "groupBox1";
  63.             this.groupBox1.Size = new System.Drawing.Size(542, 110);
  64.             this.groupBox1.TabIndex = 0;
  65.             this.groupBox1.TabStop = false;
  66.             this.groupBox1.Text = "歌手查找";
  67.             // 
  68.             // btnExit
  69.             // 
  70.             this.btnExit.Location = new System.Drawing.Point(443, 66);
  71.             this.btnExit.Name = "btnExit";
  72.             this.btnExit.Size = new System.Drawing.Size(75, 23);
  73.             this.btnExit.TabIndex = 9;
  74.             this.btnExit.Text = "退出";
  75.             this.btnExit.UseVisualStyleBackColor = true;
  76.             this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  77.             // 
  78.             // btnDel
  79.             // 
  80.             this.btnDel.Location = new System.Drawing.Point(343, 66);
  81.             this.btnDel.Name = "btnDel";
  82.             this.btnDel.Size = new System.Drawing.Size(75, 23);
  83.             this.btnDel.TabIndex = 8;
  84.             this.btnDel.Text = "删除";
  85.             this.btnDel.UseVisualStyleBackColor = true;
  86.             this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  87.             // 
  88.             // btnUpdate
  89.             // 
  90.             this.btnUpdate.Location = new System.Drawing.Point(443, 29);
  91.             this.btnUpdate.Name = "btnUpdate";
  92.             this.btnUpdate.Size = new System.Drawing.Size(75, 23);
  93.             this.btnUpdate.TabIndex = 7;
  94.             this.btnUpdate.Text = "修改";
  95.             this.btnUpdate.UseVisualStyleBackColor = true;
  96.             this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  97.             // 
  98.             // btnSelect
  99.             // 
  100.             this.btnSelect.Location = new System.Drawing.Point(343, 29);
  101.             this.btnSelect.Name = "btnSelect";
  102.             this.btnSelect.Size = new System.Drawing.Size(75, 23);
  103.             this.btnSelect.TabIndex = 6;
  104.             this.btnSelect.Text = "查找";
  105.             this.btnSelect.UseVisualStyleBackColor = true;
  106.             this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  107.             // 
  108.             // cmbDiQu
  109.             // 
  110.             this.cmbDiQu.FormattingEnabled = true;
  111.             this.cmbDiQu.Items.AddRange(new object[] {
  112.             "内地",
  113.             "港台",
  114.             "日韩",
  115.             "欧美"});
  116.             this.cmbDiQu.Location = new System.Drawing.Point(207, 70);
  117.             this.cmbDiQu.Name = "cmbDiQu";
  118.             this.cmbDiQu.Size = new System.Drawing.Size(73, 20);
  119.             this.cmbDiQu.TabIndex = 5;
  120.             // 
  121.             // label3
  122.             // 
  123.             this.label3.AutoSize = true;
  124.             this.label3.Location = new System.Drawing.Point(172, 73);
  125.             this.label3.Name = "label3";
  126.             this.label3.Size = new System.Drawing.Size(35, 12);
  127.             this.label3.TabIndex = 4;
  128.             this.label3.Text = "地区:";
  129.             // 
  130.             // cmbSex
  131.             // 
  132.             this.cmbSex.FormattingEnabled = true;
  133.             this.cmbSex.Items.AddRange(new object[] {
  134.             "男",
  135.             "女",
  136.             "乐队"});
  137.             this.cmbSex.Location = new System.Drawing.Point(76, 69);
  138.             this.cmbSex.Name = "cmbSex";
  139.             this.cmbSex.Size = new System.Drawing.Size(73, 20);
  140.             this.cmbSex.TabIndex = 3;
  141.             // 
  142.             // label2
  143.             // 
  144.             this.label2.AutoSize = true;
  145.             this.label2.Location = new System.Drawing.Point(38, 72);
  146.             this.label2.Name = "label2";
  147.             this.label2.Size = new System.Drawing.Size(35, 12);
  148.             this.label2.TabIndex = 2;
  149.             this.label2.Text = "类型:";
  150.             // 
  151.             // txtName
  152.             // 
  153.             this.txtName.Location = new System.Drawing.Point(91, 31);
  154.             this.txtName.Name = "txtName";
  155.             this.txtName.Size = new System.Drawing.Size(100, 21);
  156.             this.txtName.TabIndex = 1;
  157.             // 
  158.             // label1
  159.             // 
  160.             this.label1.AutoSize = true;
  161.             this.label1.Location = new System.Drawing.Point(35, 34);
  162.             this.label1.Name = "label1";
  163.             this.label1.Size = new System.Drawing.Size(59, 12);
  164.             this.label1.TabIndex = 0;
  165.             this.label1.Text = "歌手姓名:";
  166.             // 
  167.             // dataGridView1
  168.             // 
  169.             this.dataGridView1.AllowUserToAddRows = false;
  170.             this.dataGridView1.AllowUserToDeleteRows = false;
  171.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  172.             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  173.             this.歌手编号,
  174.             this.歌手姓名,
  175.             this.性别,
  176.             this.地区});
  177.             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  178.             this.dataGridView1.Location = new System.Drawing.Point(0, 110);
  179.             this.dataGridView1.Name = "dataGridView1";
  180.             this.dataGridView1.ReadOnly = true;
  181.             this.dataGridView1.RowTemplate.Height = 23;
  182.             this.dataGridView1.Size = new System.Drawing.Size(542, 248);
  183.             this.dataGridView1.TabIndex = 1;
  184.             this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  185.             // 
  186.             // 歌手编号
  187.             // 
  188.             this.歌手编号.DataPropertyName = "歌手编号";
  189.             this.歌手编号.HeaderText = "歌手编号";
  190.             this.歌手编号.Name = "歌手编号";
  191.             this.歌手编号.ReadOnly = true;
  192.             this.歌手编号.Visible = false;
  193.             // 
  194.             // 歌手姓名
  195.             // 
  196.             this.歌手姓名.DataPropertyName = "歌手姓名";
  197.             this.歌手姓名.HeaderText = "歌手姓名";
  198.             this.歌手姓名.Name = "歌手姓名";
  199.             this.歌手姓名.ReadOnly = true;
  200.             // 
  201.             // 性别
  202.             // 
  203.             this.性别.DataPropertyName = "性别";
  204.             this.性别.HeaderText = "类型";
  205.             this.性别.Name = "性别";
  206.             this.性别.ReadOnly = true;
  207.             // 
  208.             // 地区
  209.             // 
  210.             this.地区.DataPropertyName = "地区";
  211.             this.地区.HeaderText = "地区";
  212.             this.地区.Name = "地区";
  213.             this.地区.ReadOnly = true;
  214.             // 
  215.             // FrmGeShouAdmin
  216.             // 
  217.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  218.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219.             this.ClientSize = new System.Drawing.Size(542, 358);
  220.             this.Controls.Add(this.dataGridView1);
  221.             this.Controls.Add(this.groupBox1);
  222.             this.Name = "FrmGeShouAdmin";
  223.             this.Text = "歌手管理";
  224.             this.Load += new System.EventHandler(this.FrmGeShouAdmin_Load);
  225.             this.groupBox1.ResumeLayout(false);
  226.             this.groupBox1.PerformLayout();
  227.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  228.             this.ResumeLayout(false);
  229.         }
  230.         #endregion
  231.         private System.Windows.Forms.GroupBox groupBox1;
  232.         private System.Windows.Forms.DataGridView dataGridView1;
  233.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌手编号;
  234.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌手姓名;
  235.         private System.Windows.Forms.DataGridViewTextBoxColumn 性别;
  236.         private System.Windows.Forms.DataGridViewTextBoxColumn 地区;
  237.         private System.Windows.Forms.Button btnExit;
  238.         private System.Windows.Forms.Button btnDel;
  239.         private System.Windows.Forms.Button btnUpdate;
  240.         private System.Windows.Forms.Button btnSelect;
  241.         private System.Windows.Forms.ComboBox cmbDiQu;
  242.         private System.Windows.Forms.Label label3;
  243.         private System.Windows.Forms.ComboBox cmbSex;
  244.         private System.Windows.Forms.Label label2;
  245.         private System.Windows.Forms.TextBox txtName;
  246.         private System.Windows.Forms.Label label1;
  247.     }
  248. }