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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmBoFang
  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.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBoFang));
  30.             this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
  31.             this.listBox1 = new System.Windows.Forms.ListBox();
  32.             this.btnBoFang = new System.Windows.Forms.Button();
  33.             this.btnZanTing = new System.Windows.Forms.Button();
  34.             this.btnNext = new System.Windows.Forms.Button();
  35.             this.btnUp = new System.Windows.Forms.Button();
  36.             this.button7 = new System.Windows.Forms.Button();
  37.             this.button8 = new System.Windows.Forms.Button();
  38.             this.button9 = new System.Windows.Forms.Button();
  39.             this.btnTingZhi = new System.Windows.Forms.Button();
  40.             this.timer1 = new System.Windows.Forms.Timer(this.components);
  41.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  42.             this.btnQuanPing = new System.Windows.Forms.Button();
  43.             this.btnYouXianBoFang = new System.Windows.Forms.Button();
  44.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  45.             this.label1 = new System.Windows.Forms.Label();
  46.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  47.             this.button1 = new System.Windows.Forms.Button();
  48.             ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
  49.             this.groupBox1.SuspendLayout();
  50.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51.             this.SuspendLayout();
  52.             // 
  53.             // axWindowsMediaPlayer1
  54.             // 
  55.             this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
  56.             this.axWindowsMediaPlayer1.Enabled = true;
  57.             this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(3, 17);
  58.             this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
  59.             this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
  60.             this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(389, 290);
  61.             this.axWindowsMediaPlayer1.TabIndex = 0;
  62.             // 
  63.             // listBox1
  64.             // 
  65.             this.listBox1.FormattingEnabled = true;
  66.             this.listBox1.ItemHeight = 12;
  67.             this.listBox1.Location = new System.Drawing.Point(446, 146);
  68.             this.listBox1.Name = "listBox1";
  69.             this.listBox1.Size = new System.Drawing.Size(216, 304);
  70.             this.listBox1.TabIndex = 1;
  71.             // 
  72.             // btnBoFang
  73.             // 
  74.             this.btnBoFang.Location = new System.Drawing.Point(123, 456);
  75.             this.btnBoFang.Name = "btnBoFang";
  76.             this.btnBoFang.Size = new System.Drawing.Size(72, 23);
  77.             this.btnBoFang.TabIndex = 2;
  78.             this.btnBoFang.Text = "播放";
  79.             this.btnBoFang.UseVisualStyleBackColor = true;
  80.             this.btnBoFang.Click += new System.EventHandler(this.btnBoFang_Click);
  81.             // 
  82.             // btnZanTing
  83.             // 
  84.             this.btnZanTing.Location = new System.Drawing.Point(194, 456);
  85.             this.btnZanTing.Name = "btnZanTing";
  86.             this.btnZanTing.Size = new System.Drawing.Size(72, 23);
  87.             this.btnZanTing.TabIndex = 3;
  88.             this.btnZanTing.Text = "暂停";
  89.             this.btnZanTing.UseVisualStyleBackColor = true;
  90.             this.btnZanTing.Click += new System.EventHandler(this.btnZanTing_Click);
  91.             // 
  92.             // btnNext
  93.             // 
  94.             this.btnNext.Location = new System.Drawing.Point(408, 456);
  95.             this.btnNext.Name = "btnNext";
  96.             this.btnNext.Size = new System.Drawing.Size(72, 23);
  97.             this.btnNext.TabIndex = 4;
  98.             this.btnNext.Text = "下一曲";
  99.             this.btnNext.UseVisualStyleBackColor = true;
  100.             this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  101.             // 
  102.             // btnUp
  103.             // 
  104.             this.btnUp.Location = new System.Drawing.Point(336, 456);
  105.             this.btnUp.Name = "btnUp";
  106.             this.btnUp.Size = new System.Drawing.Size(72, 23);
  107.             this.btnUp.TabIndex = 5;
  108.             this.btnUp.Text = "上一曲";
  109.             this.btnUp.UseVisualStyleBackColor = true;
  110.             this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  111.             // 
  112.             // button7
  113.             // 
  114.             this.button7.Location = new System.Drawing.Point(668, 256);
  115.             this.button7.Name = "button7";
  116.             this.button7.Size = new System.Drawing.Size(75, 23);
  117.             this.button7.TabIndex = 8;
  118.             this.button7.Text = "添加";
  119.             this.button7.UseVisualStyleBackColor = true;
  120.             this.button7.Click += new System.EventHandler(this.button7_Click);
  121.             // 
  122.             // button8
  123.             // 
  124.             this.button8.Location = new System.Drawing.Point(668, 302);
  125.             this.button8.Name = "button8";
  126.             this.button8.Size = new System.Drawing.Size(75, 23);
  127.             this.button8.TabIndex = 9;
  128.             this.button8.Text = "删除";
  129.             this.button8.UseVisualStyleBackColor = true;
  130.             this.button8.Click += new System.EventHandler(this.button8_Click);
  131.             // 
  132.             // button9
  133.             // 
  134.             this.button9.Location = new System.Drawing.Point(668, 205);
  135.             this.button9.Name = "button9";
  136.             this.button9.Size = new System.Drawing.Size(75, 23);
  137.             this.button9.TabIndex = 12;
  138.             this.button9.Text = "播放";
  139.             this.button9.UseVisualStyleBackColor = true;
  140.             this.button9.Click += new System.EventHandler(this.button9_Click);
  141.             // 
  142.             // btnTingZhi
  143.             // 
  144.             this.btnTingZhi.Location = new System.Drawing.Point(265, 456);
  145.             this.btnTingZhi.Name = "btnTingZhi";
  146.             this.btnTingZhi.Size = new System.Drawing.Size(72, 23);
  147.             this.btnTingZhi.TabIndex = 13;
  148.             this.btnTingZhi.Text = "停止";
  149.             this.btnTingZhi.UseVisualStyleBackColor = true;
  150.             this.btnTingZhi.Click += new System.EventHandler(this.btnTingZhi_Click);
  151.             // 
  152.             // timer1
  153.             // 
  154.             this.timer1.Enabled = true;
  155.             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  156.             // 
  157.             // groupBox1
  158.             // 
  159.             this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  160.             this.groupBox1.Controls.Add(this.axWindowsMediaPlayer1);
  161.             this.groupBox1.Location = new System.Drawing.Point(45, 140);
  162.             this.groupBox1.Name = "groupBox1";
  163.             this.groupBox1.Size = new System.Drawing.Size(395, 310);
  164.             this.groupBox1.TabIndex = 14;
  165.             this.groupBox1.TabStop = false;
  166.             // 
  167.             // btnQuanPing
  168.             // 
  169.             this.btnQuanPing.Location = new System.Drawing.Point(51, 456);
  170.             this.btnQuanPing.Name = "btnQuanPing";
  171.             this.btnQuanPing.Size = new System.Drawing.Size(72, 23);
  172.             this.btnQuanPing.TabIndex = 15;
  173.             this.btnQuanPing.Text = "全屏";
  174.             this.btnQuanPing.UseVisualStyleBackColor = true;
  175.             this.btnQuanPing.Click += new System.EventHandler(this.btnQuanPing_Click);
  176.             // 
  177.             // btnYouXianBoFang
  178.             // 
  179.             this.btnYouXianBoFang.Location = new System.Drawing.Point(668, 166);
  180.             this.btnYouXianBoFang.Name = "btnYouXianBoFang";
  181.             this.btnYouXianBoFang.Size = new System.Drawing.Size(75, 23);
  182.             this.btnYouXianBoFang.TabIndex = 16;
  183.             this.btnYouXianBoFang.Text = "优先播放";
  184.             this.btnYouXianBoFang.UseVisualStyleBackColor = true;
  185.             this.btnYouXianBoFang.Click += new System.EventHandler(this.btnYouXianBoFang_Click);
  186.             // 
  187.             // comboBox1
  188.             // 
  189.             this.comboBox1.FormattingEnabled = true;
  190.             this.comboBox1.Items.AddRange(new object[] {
  191.             "顺序播放",
  192.             "倒叙播放",
  193.             "随机播放",
  194.             "单曲重复"});
  195.             this.comboBox1.Location = new System.Drawing.Point(595, 459);
  196.             this.comboBox1.Name = "comboBox1";
  197.             this.comboBox1.Size = new System.Drawing.Size(121, 20);
  198.             this.comboBox1.TabIndex = 17;
  199.             this.comboBox1.Text = "顺序播放";
  200.             // 
  201.             // label1
  202.             // 
  203.             this.label1.AutoSize = true;
  204.             this.label1.BackColor = System.Drawing.Color.Transparent;
  205.             this.label1.Location = new System.Drawing.Point(530, 462);
  206.             this.label1.Name = "label1";
  207.             this.label1.Size = new System.Drawing.Size(59, 12);
  208.             this.label1.TabIndex = 18;
  209.             this.label1.Text = "播放状态:";
  210.             // 
  211.             // pictureBox1
  212.             // 
  213.             this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  214.             this.pictureBox1.Location = new System.Drawing.Point(570, 508);
  215.             this.pictureBox1.Name = "pictureBox1";
  216.             this.pictureBox1.Size = new System.Drawing.Size(123, 43);
  217.             this.pictureBox1.TabIndex = 19;
  218.             this.pictureBox1.TabStop = false;
  219.             this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  220.             // 
  221.             // button1
  222.             // 
  223.             this.button1.Location = new System.Drawing.Point(27, 555);
  224.             this.button1.Name = "button1";
  225.             this.button1.Size = new System.Drawing.Size(72, 23);
  226.             this.button1.TabIndex = 20;
  227.             this.button1.Text = "退出系统";
  228.             this.button1.UseVisualStyleBackColor = true;
  229.             this.button1.Click += new System.EventHandler(this.button1_Click);
  230.             // 
  231.             // FrmBoFang
  232.             // 
  233.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  234.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235.             this.BackgroundImage = global::KTV.Properties.Resources.播放;
  236.             this.ClientSize = new System.Drawing.Size(800, 600);
  237.             this.Controls.Add(this.button1);
  238.             this.Controls.Add(this.pictureBox1);
  239.             this.Controls.Add(this.label1);
  240.             this.Controls.Add(this.comboBox1);
  241.             this.Controls.Add(this.btnYouXianBoFang);
  242.             this.Controls.Add(this.btnQuanPing);
  243.             this.Controls.Add(this.btnTingZhi);
  244.             this.Controls.Add(this.button9);
  245.             this.Controls.Add(this.button8);
  246.             this.Controls.Add(this.button7);
  247.             this.Controls.Add(this.btnUp);
  248.             this.Controls.Add(this.btnNext);
  249.             this.Controls.Add(this.btnZanTing);
  250.             this.Controls.Add(this.btnBoFang);
  251.             this.Controls.Add(this.listBox1);
  252.             this.Controls.Add(this.groupBox1);
  253.             this.Name = "FrmBoFang";
  254.             this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  255.             this.Text = "正在播放";
  256.             this.Shown += new System.EventHandler(this.FrmBoFang_Shown);
  257.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBoFang_FormClosing);
  258.             this.Load += new System.EventHandler(this.FrmBoFang_Load);
  259.             ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
  260.             this.groupBox1.ResumeLayout(false);
  261.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  262.             this.ResumeLayout(false);
  263.             this.PerformLayout();
  264.         }
  265.         #endregion
  266.         private System.Windows.Forms.Button btnBoFang;
  267.         private System.Windows.Forms.Button btnZanTing;
  268.         private System.Windows.Forms.Button btnNext;
  269.         private System.Windows.Forms.Button btnUp;
  270.         private System.Windows.Forms.Button button7;
  271.         private System.Windows.Forms.Button button8;
  272.         private System.Windows.Forms.Button button9;
  273.         public System.Windows.Forms.ListBox listBox1;
  274.         private System.Windows.Forms.Button btnTingZhi;
  275.         private System.Windows.Forms.Timer timer1;
  276.         private System.Windows.Forms.GroupBox groupBox1;
  277.         private System.Windows.Forms.Button btnQuanPing;
  278.         private System.Windows.Forms.Button btnYouXianBoFang;
  279.         public AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
  280.         private System.Windows.Forms.ComboBox comboBox1;
  281.         private System.Windows.Forms.Label label1;
  282.         private System.Windows.Forms.PictureBox pictureBox1;
  283.         private System.Windows.Forms.Button button1;
  284.     }
  285. }