FrmBoFang.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:14k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTV
- {
- partial class FrmBoFang
- {
- /// <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.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBoFang));
- this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.btnBoFang = new System.Windows.Forms.Button();
- this.btnZanTing = new System.Windows.Forms.Button();
- this.btnNext = new System.Windows.Forms.Button();
- this.btnUp = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- this.button8 = new System.Windows.Forms.Button();
- this.button9 = new System.Windows.Forms.Button();
- this.btnTingZhi = new System.Windows.Forms.Button();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnQuanPing = new System.Windows.Forms.Button();
- this.btnYouXianBoFang = new System.Windows.Forms.Button();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button1 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // axWindowsMediaPlayer1
- //
- this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axWindowsMediaPlayer1.Enabled = true;
- this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(3, 17);
- this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
- this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
- this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(389, 290);
- this.axWindowsMediaPlayer1.TabIndex = 0;
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 12;
- this.listBox1.Location = new System.Drawing.Point(446, 146);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(216, 304);
- this.listBox1.TabIndex = 1;
- //
- // btnBoFang
- //
- this.btnBoFang.Location = new System.Drawing.Point(123, 456);
- this.btnBoFang.Name = "btnBoFang";
- this.btnBoFang.Size = new System.Drawing.Size(72, 23);
- this.btnBoFang.TabIndex = 2;
- this.btnBoFang.Text = "播放";
- this.btnBoFang.UseVisualStyleBackColor = true;
- this.btnBoFang.Click += new System.EventHandler(this.btnBoFang_Click);
- //
- // btnZanTing
- //
- this.btnZanTing.Location = new System.Drawing.Point(194, 456);
- this.btnZanTing.Name = "btnZanTing";
- this.btnZanTing.Size = new System.Drawing.Size(72, 23);
- this.btnZanTing.TabIndex = 3;
- this.btnZanTing.Text = "暂停";
- this.btnZanTing.UseVisualStyleBackColor = true;
- this.btnZanTing.Click += new System.EventHandler(this.btnZanTing_Click);
- //
- // btnNext
- //
- this.btnNext.Location = new System.Drawing.Point(408, 456);
- this.btnNext.Name = "btnNext";
- this.btnNext.Size = new System.Drawing.Size(72, 23);
- this.btnNext.TabIndex = 4;
- this.btnNext.Text = "下一曲";
- this.btnNext.UseVisualStyleBackColor = true;
- this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
- //
- // btnUp
- //
- this.btnUp.Location = new System.Drawing.Point(336, 456);
- this.btnUp.Name = "btnUp";
- this.btnUp.Size = new System.Drawing.Size(72, 23);
- this.btnUp.TabIndex = 5;
- this.btnUp.Text = "上一曲";
- this.btnUp.UseVisualStyleBackColor = true;
- this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(668, 256);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(75, 23);
- this.button7.TabIndex = 8;
- this.button7.Text = "添加";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // button8
- //
- this.button8.Location = new System.Drawing.Point(668, 302);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(75, 23);
- this.button8.TabIndex = 9;
- this.button8.Text = "删除";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // button9
- //
- this.button9.Location = new System.Drawing.Point(668, 205);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(75, 23);
- this.button9.TabIndex = 12;
- this.button9.Text = "播放";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // btnTingZhi
- //
- this.btnTingZhi.Location = new System.Drawing.Point(265, 456);
- this.btnTingZhi.Name = "btnTingZhi";
- this.btnTingZhi.Size = new System.Drawing.Size(72, 23);
- this.btnTingZhi.TabIndex = 13;
- this.btnTingZhi.Text = "停止";
- this.btnTingZhi.UseVisualStyleBackColor = true;
- this.btnTingZhi.Click += new System.EventHandler(this.btnTingZhi_Click);
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.axWindowsMediaPlayer1);
- this.groupBox1.Location = new System.Drawing.Point(45, 140);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(395, 310);
- this.groupBox1.TabIndex = 14;
- this.groupBox1.TabStop = false;
- //
- // btnQuanPing
- //
- this.btnQuanPing.Location = new System.Drawing.Point(51, 456);
- this.btnQuanPing.Name = "btnQuanPing";
- this.btnQuanPing.Size = new System.Drawing.Size(72, 23);
- this.btnQuanPing.TabIndex = 15;
- this.btnQuanPing.Text = "全屏";
- this.btnQuanPing.UseVisualStyleBackColor = true;
- this.btnQuanPing.Click += new System.EventHandler(this.btnQuanPing_Click);
- //
- // btnYouXianBoFang
- //
- this.btnYouXianBoFang.Location = new System.Drawing.Point(668, 166);
- this.btnYouXianBoFang.Name = "btnYouXianBoFang";
- this.btnYouXianBoFang.Size = new System.Drawing.Size(75, 23);
- this.btnYouXianBoFang.TabIndex = 16;
- this.btnYouXianBoFang.Text = "优先播放";
- this.btnYouXianBoFang.UseVisualStyleBackColor = true;
- this.btnYouXianBoFang.Click += new System.EventHandler(this.btnYouXianBoFang_Click);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "顺序播放",
- "倒叙播放",
- "随机播放",
- "单曲重复"});
- this.comboBox1.Location = new System.Drawing.Point(595, 459);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(121, 20);
- this.comboBox1.TabIndex = 17;
- this.comboBox1.Text = "顺序播放";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(530, 462);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 18;
- this.label1.Text = "播放状态:";
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
- this.pictureBox1.Location = new System.Drawing.Point(570, 508);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(123, 43);
- this.pictureBox1.TabIndex = 19;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(27, 555);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(72, 23);
- this.button1.TabIndex = 20;
- this.button1.Text = "退出系统";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // FrmBoFang
- //
- 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.button1);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.btnYouXianBoFang);
- this.Controls.Add(this.btnQuanPing);
- this.Controls.Add(this.btnTingZhi);
- this.Controls.Add(this.button9);
- this.Controls.Add(this.button8);
- this.Controls.Add(this.button7);
- this.Controls.Add(this.btnUp);
- this.Controls.Add(this.btnNext);
- this.Controls.Add(this.btnZanTing);
- this.Controls.Add(this.btnBoFang);
- this.Controls.Add(this.listBox1);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmBoFang";
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "正在播放";
- this.Shown += new System.EventHandler(this.FrmBoFang_Shown);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBoFang_FormClosing);
- this.Load += new System.EventHandler(this.FrmBoFang_Load);
- ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnBoFang;
- private System.Windows.Forms.Button btnZanTing;
- private System.Windows.Forms.Button btnNext;
- private System.Windows.Forms.Button btnUp;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button9;
- public System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.Button btnTingZhi;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button btnQuanPing;
- private System.Windows.Forms.Button btnYouXianBoFang;
- public AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button1;
- }
- }