FrmXuanGe.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:11k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTV
- {
- partial class FrmXuanGe
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.歌曲编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.歌曲名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.语言 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.歌手 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.点击次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.存放位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 12;
- this.listBox1.Location = new System.Drawing.Point(533, 174);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(234, 328);
- this.listBox1.TabIndex = 1;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.歌曲编号,
- this.歌曲名称,
- this.语言,
- this.类型,
- this.歌手,
- this.点击次数,
- this.存放位置});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(3, 19);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(443, 319);
- this.dataGridView1.TabIndex = 2;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // 歌曲编号
- //
- this.歌曲编号.DataPropertyName = "歌曲编号";
- this.歌曲编号.HeaderText = "歌曲编号";
- this.歌曲编号.Name = "歌曲编号";
- this.歌曲编号.ReadOnly = true;
- this.歌曲编号.Visible = false;
- //
- // 歌曲名称
- //
- this.歌曲名称.DataPropertyName = "歌曲名称";
- this.歌曲名称.HeaderText = "歌曲名称";
- this.歌曲名称.Name = "歌曲名称";
- this.歌曲名称.ReadOnly = true;
- this.歌曲名称.Width = 150;
- //
- // 语言
- //
- this.语言.DataPropertyName = "语言";
- this.语言.HeaderText = "语言";
- this.语言.Name = "语言";
- this.语言.ReadOnly = true;
- this.语言.Width = 60;
- //
- // 类型
- //
- this.类型.DataPropertyName = "类型";
- this.类型.HeaderText = "类型";
- this.类型.Name = "类型";
- this.类型.ReadOnly = true;
- this.类型.Width = 90;
- //
- // 歌手
- //
- this.歌手.DataPropertyName = "歌手";
- this.歌手.HeaderText = "歌手";
- this.歌手.Name = "歌手";
- this.歌手.ReadOnly = true;
- //
- // 点击次数
- //
- this.点击次数.DataPropertyName = "点击次数";
- this.点击次数.HeaderText = "点击次数";
- this.点击次数.Name = "点击次数";
- this.点击次数.ReadOnly = true;
- this.点击次数.Visible = false;
- //
- // 存放位置
- //
- this.存放位置.DataPropertyName = "存放位置";
- this.存放位置.HeaderText = "存放位置";
- this.存放位置.Name = "存放位置";
- this.存放位置.ReadOnly = true;
- this.存放位置.Visible = false;
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("黑体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button1.Location = new System.Drawing.Point(473, 221);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(54, 29);
- this.button1.TabIndex = 3;
- this.button1.Text = "→";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Font = new System.Drawing.Font("黑体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button2.Location = new System.Drawing.Point(473, 296);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(54, 29);
- this.button2.TabIndex = 4;
- this.button2.Text = "←";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.dataGridView1);
- this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.ForeColor = System.Drawing.Color.Black;
- this.groupBox1.Location = new System.Drawing.Point(23, 161);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(449, 341);
- this.groupBox1.TabIndex = 5;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "点播歌曲选择";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(473, 389);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(54, 25);
- this.button3.TabIndex = 6;
- this.button3.Text = "确定";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.Location = new System.Drawing.Point(569, 508);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(123, 43);
- this.pictureBox1.TabIndex = 20;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // FrmXuanGe
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::KTV.Properties.Resources.播放;
- this.ClientSize = new System.Drawing.Size(800, 600);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.listBox1);
- this.Name = "FrmXuanGe";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "歌曲选择";
- this.Load += new System.EventHandler(this.FrmXuanGe_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲编号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲名称;
- private System.Windows.Forms.DataGridViewTextBoxColumn 语言;
- private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌手;
- private System.Windows.Forms.DataGridViewTextBoxColumn 点击次数;
- private System.Windows.Forms.DataGridViewTextBoxColumn 存放位置;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }