FormWMP.Designer.cs

来源:互联网 发布:dns怎么解析域名 编辑:程序博客网 时间:2024/06/06 04:14

namespace WindowsMedia
{
    partial class FormWMP
    {
        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWMP));
            this.toolStripWMP = new System.Windows.Forms.ToolStrip();
            this.toolComboBoxColor = new System.Windows.Forms.ToolStripComboBox();
            this.toolSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonOpen = new System.Windows.Forms.ToolStripButton();
            this.toolButtonVideo = new System.Windows.Forms.ToolStripButton();
            this.toolButtonProperty = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonSplit = new System.Windows.Forms.ToolStripButton();
            this.toolButtonTopMost = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonLeft = new System.Windows.Forms.ToolStripButton();
            this.toolButtonStereo = new System.Windows.Forms.ToolStripButton();
            this.toolButtonRight = new System.Windows.Forms.ToolStripButton();
            this.statusStripWMP = new System.Windows.Forms.StatusStrip();
            this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.folderBrowserWMP = new System.Windows.Forms.FolderBrowserDialog();
            this.splitContainerWMP = new System.Windows.Forms.SplitContainer();
            this.listViewWMP = new System.Windows.Forms.ListView();
            this.columnHeaderWMP = new System.Windows.Forms.ColumnHeader();
            this.axWMPlayer = new AxWMPLib.AxWindowsMediaPlayer();
            this.toolStripWMP.SuspendLayout();
            this.statusStripWMP.SuspendLayout();
            this.splitContainerWMP.Panel1.SuspendLayout();
            this.splitContainerWMP.Panel2.SuspendLayout();
            this.splitContainerWMP.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axWMPlayer)).BeginInit();
            this.SuspendLayout();
            //
            // toolStripWMP
            //
            this.toolStripWMP.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripWMP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolComboBoxColor,
            this.toolSeparator1,
            this.toolButtonOpen,
            this.toolButtonVideo,
            this.toolButtonProperty,
            this.toolSeparator2,
            this.toolButtonSplit,
            this.toolButtonTopMost,
            this.toolSeparator3,
            this.toolButtonLeft,
            this.toolButtonStereo,
            this.toolButtonRight});
            this.toolStripWMP.Location = new System.Drawing.Point(0, 0);
            this.toolStripWMP.Name = "toolStripWMP";
            this.toolStripWMP.Size = new System.Drawing.Size(682, 25);
            this.toolStripWMP.TabIndex = 0;
            //
            // toolComboBoxColor
            //
            this.toolComboBoxColor.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.toolComboBoxColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.toolComboBoxColor.Name = "toolComboBoxColor";
            this.toolComboBoxColor.Size = new System.Drawing.Size(199, 25);
            //
            // toolSeparator1
            //
            this.toolSeparator1.Name = "toolSeparator1";
            this.toolSeparator1.Size = new System.Drawing.Size(6, 25);
            //
            // toolButtonOpen
            //
            this.toolButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonOpen.Image")));
            this.toolButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonOpen.Name = "toolButtonOpen";
            this.toolButtonOpen.Size = new System.Drawing.Size(23, 22);
            this.toolButtonOpen.Text = "打开";
            this.toolButtonOpen.Click += new System.EventHandler(this.toolButtonOpen_Click);
            //
            // toolButtonVideo
            //
            this.toolButtonVideo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonVideo.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonVideo.Image")));
            this.toolButtonVideo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonVideo.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonVideo.Name = "toolButtonVideo";
            this.toolButtonVideo.Size = new System.Drawing.Size(23, 22);
            this.toolButtonVideo.Text = "网络电视";
            this.toolButtonVideo.Click += new System.EventHandler(this.toolButtonVideo_Click);
            //
            // toolButtonProperty
            //
            this.toolButtonProperty.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonProperty.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonProperty.Image")));
            this.toolButtonProperty.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonProperty.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonProperty.Name = "toolButtonProperty";
            this.toolButtonProperty.Size = new System.Drawing.Size(23, 22);
            this.toolButtonProperty.Text = "属性";
            this.toolButtonProperty.Click += new System.EventHandler(this.toolButtonProperty_Click);
            //
            // toolSeparator2
            //
            this.toolSeparator2.Name = "toolSeparator2";
            this.toolSeparator2.Size = new System.Drawing.Size(6, 25);
            //
            // toolButtonSplit
            //
            this.toolButtonSplit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonSplit.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonSplit.Image")));
            this.toolButtonSplit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonSplit.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonSplit.Name = "toolButtonSplit";
            this.toolButtonSplit.Size = new System.Drawing.Size(23, 22);
            this.toolButtonSplit.Text = "显示/隐藏播放列表";
            this.toolButtonSplit.Click += new System.EventHandler(this.toolButtonSplit_Click);
            //
            // toolButtonTopMost
            //
            this.toolButtonTopMost.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonTopMost.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonTopMost.Image")));
            this.toolButtonTopMost.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonTopMost.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonTopMost.Name = "toolButtonTopMost";
            this.toolButtonTopMost.Size = new System.Drawing.Size(23, 22);
            this.toolButtonTopMost.Text = "前端显示";
            this.toolButtonTopMost.Click += new System.EventHandler(this.toolButtonTopMost_Click);
            //
            // toolSeparator3
            //
            this.toolSeparator3.Name = "toolSeparator3";
            this.toolSeparator3.Size = new System.Drawing.Size(6, 25);
            //
            // toolButtonLeft
            //
            this.toolButtonLeft.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonLeft.Image")));
            this.toolButtonLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonLeft.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonLeft.Name = "toolButtonLeft";
            this.toolButtonLeft.Size = new System.Drawing.Size(61, 22);
            this.toolButtonLeft.Text = "左声道";
            this.toolButtonLeft.Click += new System.EventHandler(this.toolButtonBalance_Click);
            //
            // toolButtonStereo
            //
            this.toolButtonStereo.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonStereo.Image")));
            this.toolButtonStereo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonStereo.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonStereo.Name = "toolButtonStereo";
            this.toolButtonStereo.Size = new System.Drawing.Size(61, 22);
            this.toolButtonStereo.Text = "立体声";
            this.toolButtonStereo.Click += new System.EventHandler(this.toolButtonBalance_Click);
            //
            // toolButtonRight
            //
            this.toolButtonRight.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonRight.Image")));
            this.toolButtonRight.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonRight.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonRight.Name = "toolButtonRight";
            this.toolButtonRight.Size = new System.Drawing.Size(61, 22);
            this.toolButtonRight.Text = "右声道";
            this.toolButtonRight.Click += new System.EventHandler(this.toolButtonBalance_Click);
            //
            // statusStripWMP
            //
            this.statusStripWMP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabelTime});
            this.statusStripWMP.Location = new System.Drawing.Point(0, 382);
            this.statusStripWMP.Name = "statusStripWMP";
            this.statusStripWMP.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStripWMP.Size = new System.Drawing.Size(682, 22);
            this.statusStripWMP.TabIndex = 1;
            //
            // statusLabelTime
            //
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(667, 17);
            this.statusLabelTime.Spring = true;
            //
            // splitContainerWMP
            //
            this.splitContainerWMP.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.splitContainerWMP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerWMP.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainerWMP.Location = new System.Drawing.Point(0, 25);
            this.splitContainerWMP.Name = "splitContainerWMP";
            //
            // splitContainerWMP.Panel1
            //
            this.splitContainerWMP.Panel1.Controls.Add(this.listViewWMP);
            this.splitContainerWMP.Panel1MinSize = 0;
            //
            // splitContainerWMP.Panel2
            //
            this.splitContainerWMP.Panel2.Controls.Add(this.axWMPlayer);
            this.splitContainerWMP.Size = new System.Drawing.Size(682, 357);
            this.splitContainerWMP.SplitterDistance = 200;
            this.splitContainerWMP.TabIndex = 3;
            //
            // listViewWMP
            //
            this.listViewWMP.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderWMP});
            this.listViewWMP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewWMP.Location = new System.Drawing.Point(0, 0);
            this.listViewWMP.Name = "listViewWMP";
            this.listViewWMP.Size = new System.Drawing.Size(200, 357);
            this.listViewWMP.TabIndex = 3;
            this.listViewWMP.UseCompatibleStateImageBehavior = false;
            this.listViewWMP.View = System.Windows.Forms.View.Details;
            //
            // columnHeaderWMP
            //
            this.columnHeaderWMP.Text = "播放列表";
            this.columnHeaderWMP.Width = 200;
            //
            // axWMPlayer
            //
            this.axWMPlayer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axWMPlayer.Enabled = true;
            this.axWMPlayer.Location = new System.Drawing.Point(0, 0);
            this.axWMPlayer.Name = "axWMPlayer";
            this.axWMPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWMPlayer.OcxState")));
            this.axWMPlayer.Size = new System.Drawing.Size(478, 357);
            this.axWMPlayer.TabIndex = 4;
            //
            // FormWMP
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(682, 404);
            this.Controls.Add(this.splitContainerWMP);
            this.Controls.Add(this.statusStripWMP);
            this.Controls.Add(this.toolStripWMP);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormWMP";
            this.toolStripWMP.ResumeLayout(false);
            this.toolStripWMP.PerformLayout();
            this.statusStripWMP.ResumeLayout(false);
            this.statusStripWMP.PerformLayout();
            this.splitContainerWMP.Panel1.ResumeLayout(false);
            this.splitContainerWMP.Panel2.ResumeLayout(false);
            this.splitContainerWMP.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.axWMPlayer)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        #region
        private AxWMPLib.AxWindowsMediaPlayer axWMPlayer;
        private System.Windows.Forms.ColumnHeader columnHeaderWMP;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserWMP;
        private System.Windows.Forms.ListView listViewWMP;
        private System.Windows.Forms.SplitContainer splitContainerWMP;
        private System.Windows.Forms.StatusStrip statusStripWMP;
        private System.Windows.Forms.ToolStrip toolStripWMP;
        private System.Windows.Forms.ToolStripButton toolButtonLeft;
        private System.Windows.Forms.ToolStripButton toolButtonOpen;
        private System.Windows.Forms.ToolStripButton toolButtonProperty;
        private System.Windows.Forms.ToolStripButton toolButtonRight;
        private System.Windows.Forms.ToolStripButton toolButtonSplit;
        private System.Windows.Forms.ToolStripButton toolButtonStereo;
        private System.Windows.Forms.ToolStripButton toolButtonTopMost;
        private System.Windows.Forms.ToolStripButton toolButtonVideo;
        private System.Windows.Forms.ToolStripComboBox toolComboBoxColor;
        private System.Windows.Forms.ToolStripSeparator toolSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolSeparator3;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
        #endregion
    }
}