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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmGeShouList
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  29.             this.歌手编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30.             this.歌手姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31.             this.性别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32.             this.地区 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  34.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  35.             this.listBox1 = new System.Windows.Forms.ListBox();
  36.             this.btnAdd = new System.Windows.Forms.Button();
  37.             this.btnDel = new System.Windows.Forms.Button();
  38.             this.btnOk = new System.Windows.Forms.Button();
  39.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40.             this.button1 = new System.Windows.Forms.Button();
  41.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42.             this.groupBox1.SuspendLayout();
  43.             this.groupBox2.SuspendLayout();
  44.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  45.             this.SuspendLayout();
  46.             // 
  47.             // dataGridView1
  48.             // 
  49.             this.dataGridView1.AllowUserToAddRows = false;
  50.             this.dataGridView1.AllowUserToDeleteRows = false;
  51.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  52.             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  53.             this.歌手编号,
  54.             this.歌手姓名,
  55.             this.性别,
  56.             this.地区});
  57.             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  58.             this.dataGridView1.Location = new System.Drawing.Point(3, 17);
  59.             this.dataGridView1.Name = "dataGridView1";
  60.             this.dataGridView1.ReadOnly = true;
  61.             this.dataGridView1.RowTemplate.Height = 23;
  62.             this.dataGridView1.Size = new System.Drawing.Size(352, 284);
  63.             this.dataGridView1.TabIndex = 0;
  64.             // 
  65.             // 歌手编号
  66.             // 
  67.             this.歌手编号.DataPropertyName = "歌手编号";
  68.             this.歌手编号.HeaderText = "歌手编号";
  69.             this.歌手编号.Name = "歌手编号";
  70.             this.歌手编号.ReadOnly = true;
  71.             this.歌手编号.Visible = false;
  72.             // 
  73.             // 歌手姓名
  74.             // 
  75.             this.歌手姓名.DataPropertyName = "歌手姓名";
  76.             this.歌手姓名.HeaderText = "歌手姓名";
  77.             this.歌手姓名.Name = "歌手姓名";
  78.             this.歌手姓名.ReadOnly = true;
  79.             // 
  80.             // 性别
  81.             // 
  82.             this.性别.DataPropertyName = "性别";
  83.             this.性别.HeaderText = "性别";
  84.             this.性别.Name = "性别";
  85.             this.性别.ReadOnly = true;
  86.             // 
  87.             // 地区
  88.             // 
  89.             this.地区.DataPropertyName = "地区";
  90.             this.地区.HeaderText = "地区";
  91.             this.地区.Name = "地区";
  92.             this.地区.ReadOnly = true;
  93.             // 
  94.             // groupBox1
  95.             // 
  96.             this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  97.             this.groupBox1.Controls.Add(this.dataGridView1);
  98.             this.groupBox1.Location = new System.Drawing.Point(59, 190);
  99.             this.groupBox1.Name = "groupBox1";
  100.             this.groupBox1.Size = new System.Drawing.Size(358, 304);
  101.             this.groupBox1.TabIndex = 1;
  102.             this.groupBox1.TabStop = false;
  103.             this.groupBox1.Text = "歌手选择";
  104.             // 
  105.             // groupBox2
  106.             // 
  107.             this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  108.             this.groupBox2.Controls.Add(this.listBox1);
  109.             this.groupBox2.Location = new System.Drawing.Point(516, 190);
  110.             this.groupBox2.Name = "groupBox2";
  111.             this.groupBox2.Size = new System.Drawing.Size(184, 304);
  112.             this.groupBox2.TabIndex = 2;
  113.             this.groupBox2.TabStop = false;
  114.             this.groupBox2.Text = "已选歌手";
  115.             // 
  116.             // listBox1
  117.             // 
  118.             this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  119.             this.listBox1.FormattingEnabled = true;
  120.             this.listBox1.ItemHeight = 12;
  121.             this.listBox1.Location = new System.Drawing.Point(3, 17);
  122.             this.listBox1.Name = "listBox1";
  123.             this.listBox1.Size = new System.Drawing.Size(178, 280);
  124.             this.listBox1.TabIndex = 0;
  125.             // 
  126.             // btnAdd
  127.             // 
  128.             this.btnAdd.Location = new System.Drawing.Point(435, 244);
  129.             this.btnAdd.Name = "btnAdd";
  130.             this.btnAdd.Size = new System.Drawing.Size(75, 23);
  131.             this.btnAdd.TabIndex = 3;
  132.             this.btnAdd.Text = "添加";
  133.             this.btnAdd.UseVisualStyleBackColor = true;
  134.             this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  135.             // 
  136.             // btnDel
  137.             // 
  138.             this.btnDel.Location = new System.Drawing.Point(435, 296);
  139.             this.btnDel.Name = "btnDel";
  140.             this.btnDel.Size = new System.Drawing.Size(75, 23);
  141.             this.btnDel.TabIndex = 4;
  142.             this.btnDel.Text = "删除";
  143.             this.btnDel.UseVisualStyleBackColor = true;
  144.             this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  145.             // 
  146.             // btnOk
  147.             // 
  148.             this.btnOk.Location = new System.Drawing.Point(435, 348);
  149.             this.btnOk.Name = "btnOk";
  150.             this.btnOk.Size = new System.Drawing.Size(75, 23);
  151.             this.btnOk.TabIndex = 5;
  152.             this.btnOk.Text = "确定";
  153.             this.btnOk.UseVisualStyleBackColor = true;
  154.             this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  155.             // 
  156.             // pictureBox1
  157.             // 
  158.             this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  159.             this.pictureBox1.Location = new System.Drawing.Point(569, 510);
  160.             this.pictureBox1.Name = "pictureBox1";
  161.             this.pictureBox1.Size = new System.Drawing.Size(123, 43);
  162.             this.pictureBox1.TabIndex = 20;
  163.             this.pictureBox1.TabStop = false;
  164.             this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  165.             // 
  166.             // button1
  167.             // 
  168.             this.button1.Location = new System.Drawing.Point(435, 396);
  169.             this.button1.Name = "button1";
  170.             this.button1.Size = new System.Drawing.Size(75, 23);
  171.             this.button1.TabIndex = 21;
  172.             this.button1.Text = "退出";
  173.             this.button1.UseVisualStyleBackColor = true;
  174.             this.button1.Click += new System.EventHandler(this.button1_Click);
  175.             // 
  176.             // FrmGeShouList
  177.             // 
  178.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  179.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  180.             this.BackgroundImage = global::KTV.Properties.Resources.播放;
  181.             this.ClientSize = new System.Drawing.Size(800, 600);
  182.             this.Controls.Add(this.button1);
  183.             this.Controls.Add(this.pictureBox1);
  184.             this.Controls.Add(this.btnOk);
  185.             this.Controls.Add(this.btnDel);
  186.             this.Controls.Add(this.btnAdd);
  187.             this.Controls.Add(this.groupBox2);
  188.             this.Controls.Add(this.groupBox1);
  189.             this.Name = "FrmGeShouList";
  190.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  191.             this.Text = "歌手选择";
  192.             this.Load += new System.EventHandler(this.FrmGeShouList_Load);
  193.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  194.             this.groupBox1.ResumeLayout(false);
  195.             this.groupBox2.ResumeLayout(false);
  196.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  197.             this.ResumeLayout(false);
  198.         }
  199.         #endregion
  200.         private System.Windows.Forms.DataGridView dataGridView1;
  201.         private System.Windows.Forms.GroupBox groupBox1;
  202.         private System.Windows.Forms.GroupBox groupBox2;
  203.         private System.Windows.Forms.ListBox listBox1;
  204.         private System.Windows.Forms.Button btnAdd;
  205.         private System.Windows.Forms.Button btnDel;
  206.         private System.Windows.Forms.Button btnOk;
  207.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌手编号;
  208.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌手姓名;
  209.         private System.Windows.Forms.DataGridViewTextBoxColumn 性别;
  210.         private System.Windows.Forms.DataGridViewTextBoxColumn 地区;
  211.         private System.Windows.Forms.PictureBox pictureBox1;
  212.         private System.Windows.Forms.Button button1;
  213.     }
  214. }