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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmXuanGe
  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.listBox1 = new System.Windows.Forms.ListBox();
  29.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  30.             this.歌曲编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31.             this.歌曲名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32.             this.语言 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33.             this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34.             this.歌手 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35.             this.点击次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36.             this.存放位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37.             this.button1 = new System.Windows.Forms.Button();
  38.             this.button2 = new System.Windows.Forms.Button();
  39.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  40.             this.button3 = new System.Windows.Forms.Button();
  41.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  43.             this.groupBox1.SuspendLayout();
  44.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  45.             this.SuspendLayout();
  46.             // 
  47.             // listBox1
  48.             // 
  49.             this.listBox1.FormattingEnabled = true;
  50.             this.listBox1.ItemHeight = 12;
  51.             this.listBox1.Location = new System.Drawing.Point(533, 174);
  52.             this.listBox1.Name = "listBox1";
  53.             this.listBox1.Size = new System.Drawing.Size(234, 328);
  54.             this.listBox1.TabIndex = 1;
  55.             // 
  56.             // dataGridView1
  57.             // 
  58.             this.dataGridView1.AllowUserToAddRows = false;
  59.             this.dataGridView1.AllowUserToDeleteRows = false;
  60.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  61.             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  62.             this.歌曲编号,
  63.             this.歌曲名称,
  64.             this.语言,
  65.             this.类型,
  66.             this.歌手,
  67.             this.点击次数,
  68.             this.存放位置});
  69.             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  70.             this.dataGridView1.Location = new System.Drawing.Point(3, 19);
  71.             this.dataGridView1.Name = "dataGridView1";
  72.             this.dataGridView1.ReadOnly = true;
  73.             this.dataGridView1.RowTemplate.Height = 23;
  74.             this.dataGridView1.Size = new System.Drawing.Size(443, 319);
  75.             this.dataGridView1.TabIndex = 2;
  76.             this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  77.             // 
  78.             // 歌曲编号
  79.             // 
  80.             this.歌曲编号.DataPropertyName = "歌曲编号";
  81.             this.歌曲编号.HeaderText = "歌曲编号";
  82.             this.歌曲编号.Name = "歌曲编号";
  83.             this.歌曲编号.ReadOnly = true;
  84.             this.歌曲编号.Visible = false;
  85.             // 
  86.             // 歌曲名称
  87.             // 
  88.             this.歌曲名称.DataPropertyName = "歌曲名称";
  89.             this.歌曲名称.HeaderText = "歌曲名称";
  90.             this.歌曲名称.Name = "歌曲名称";
  91.             this.歌曲名称.ReadOnly = true;
  92.             this.歌曲名称.Width = 150;
  93.             // 
  94.             // 语言
  95.             // 
  96.             this.语言.DataPropertyName = "语言";
  97.             this.语言.HeaderText = "语言";
  98.             this.语言.Name = "语言";
  99.             this.语言.ReadOnly = true;
  100.             this.语言.Width = 60;
  101.             // 
  102.             // 类型
  103.             // 
  104.             this.类型.DataPropertyName = "类型";
  105.             this.类型.HeaderText = "类型";
  106.             this.类型.Name = "类型";
  107.             this.类型.ReadOnly = true;
  108.             this.类型.Width = 90;
  109.             // 
  110.             // 歌手
  111.             // 
  112.             this.歌手.DataPropertyName = "歌手";
  113.             this.歌手.HeaderText = "歌手";
  114.             this.歌手.Name = "歌手";
  115.             this.歌手.ReadOnly = true;
  116.             // 
  117.             // 点击次数
  118.             // 
  119.             this.点击次数.DataPropertyName = "点击次数";
  120.             this.点击次数.HeaderText = "点击次数";
  121.             this.点击次数.Name = "点击次数";
  122.             this.点击次数.ReadOnly = true;
  123.             this.点击次数.Visible = false;
  124.             // 
  125.             // 存放位置
  126.             // 
  127.             this.存放位置.DataPropertyName = "存放位置";
  128.             this.存放位置.HeaderText = "存放位置";
  129.             this.存放位置.Name = "存放位置";
  130.             this.存放位置.ReadOnly = true;
  131.             this.存放位置.Visible = false;
  132.             // 
  133.             // button1
  134.             // 
  135.             this.button1.Font = new System.Drawing.Font("黑体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136.             this.button1.Location = new System.Drawing.Point(473, 221);
  137.             this.button1.Name = "button1";
  138.             this.button1.Size = new System.Drawing.Size(54, 29);
  139.             this.button1.TabIndex = 3;
  140.             this.button1.Text = "→";
  141.             this.button1.UseVisualStyleBackColor = true;
  142.             this.button1.Click += new System.EventHandler(this.button1_Click);
  143.             // 
  144.             // button2
  145.             // 
  146.             this.button2.Font = new System.Drawing.Font("黑体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147.             this.button2.Location = new System.Drawing.Point(473, 296);
  148.             this.button2.Name = "button2";
  149.             this.button2.Size = new System.Drawing.Size(54, 29);
  150.             this.button2.TabIndex = 4;
  151.             this.button2.Text = "←";
  152.             this.button2.UseVisualStyleBackColor = true;
  153.             this.button2.Click += new System.EventHandler(this.button2_Click);
  154.             // 
  155.             // groupBox1
  156.             // 
  157.             this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  158.             this.groupBox1.Controls.Add(this.dataGridView1);
  159.             this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160.             this.groupBox1.ForeColor = System.Drawing.Color.Black;
  161.             this.groupBox1.Location = new System.Drawing.Point(23, 161);
  162.             this.groupBox1.Name = "groupBox1";
  163.             this.groupBox1.Size = new System.Drawing.Size(449, 341);
  164.             this.groupBox1.TabIndex = 5;
  165.             this.groupBox1.TabStop = false;
  166.             this.groupBox1.Text = "点播歌曲选择";
  167.             // 
  168.             // button3
  169.             // 
  170.             this.button3.Location = new System.Drawing.Point(473, 389);
  171.             this.button3.Name = "button3";
  172.             this.button3.Size = new System.Drawing.Size(54, 25);
  173.             this.button3.TabIndex = 6;
  174.             this.button3.Text = "确定";
  175.             this.button3.UseVisualStyleBackColor = true;
  176.             this.button3.Click += new System.EventHandler(this.button3_Click);
  177.             // 
  178.             // pictureBox1
  179.             // 
  180.             this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  181.             this.pictureBox1.Location = new System.Drawing.Point(569, 508);
  182.             this.pictureBox1.Name = "pictureBox1";
  183.             this.pictureBox1.Size = new System.Drawing.Size(123, 43);
  184.             this.pictureBox1.TabIndex = 20;
  185.             this.pictureBox1.TabStop = false;
  186.             this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  187.             // 
  188.             // FrmXuanGe
  189.             // 
  190.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  191.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192.             this.BackgroundImage = global::KTV.Properties.Resources.播放;
  193.             this.ClientSize = new System.Drawing.Size(800, 600);
  194.             this.Controls.Add(this.pictureBox1);
  195.             this.Controls.Add(this.button3);
  196.             this.Controls.Add(this.groupBox1);
  197.             this.Controls.Add(this.button2);
  198.             this.Controls.Add(this.button1);
  199.             this.Controls.Add(this.listBox1);
  200.             this.Name = "FrmXuanGe";
  201.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  202.             this.Text = "歌曲选择";
  203.             this.Load += new System.EventHandler(this.FrmXuanGe_Load);
  204.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  205.             this.groupBox1.ResumeLayout(false);
  206.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  207.             this.ResumeLayout(false);
  208.         }
  209.         #endregion
  210.         private System.Windows.Forms.ListBox listBox1;
  211.         private System.Windows.Forms.DataGridView dataGridView1;
  212.         private System.Windows.Forms.Button button1;
  213.         private System.Windows.Forms.Button button2;
  214.         private System.Windows.Forms.GroupBox groupBox1;
  215.         private System.Windows.Forms.Button button3;
  216.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲编号;
  217.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲名称;
  218.         private System.Windows.Forms.DataGridViewTextBoxColumn 语言;
  219.         private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
  220.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌手;
  221.         private System.Windows.Forms.DataGridViewTextBoxColumn 点击次数;
  222.         private System.Windows.Forms.DataGridViewTextBoxColumn 存放位置;
  223.         private System.Windows.Forms.PictureBox pictureBox1;
  224.     }
  225. }