WindowsMedia/FormWMP.Designer.cs

来源:互联网 发布:北京云计算大会 编辑:程序博客网 时间:2024/05/12 15:55

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()
        {
            this.components = new System.ComponentModel.Container();
            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.toolButtonWMP = new System.Windows.Forms.ToolStripButton();
            this.toolButtonView = 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.toolSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonTopMost = new System.Windows.Forms.ToolStripButton();
            this.toolButtonExit = 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.timerWMP = new System.Windows.Forms.Timer(this.components);
            this.notifyIconWMP = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuWMP = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolMenuItemVisible = new System.Windows.Forms.ToolStripMenuItem();
            this.toolMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripWMP.SuspendLayout();
            this.statusStripWMP.SuspendLayout();
            this.splitContainerWMP.Panel1.SuspendLayout();
            this.splitContainerWMP.Panel2.SuspendLayout();
            this.splitContainerWMP.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axWMPlayer)).BeginInit();
            this.contextMenuWMP.SuspendLayout();
            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.toolButtonWMP,
            this.toolButtonView,
            this.toolButtonProperty,
            this.toolSeparator2,
            this.toolButtonSplit,
            this.toolSeparator3,
            this.toolButtonTopMost,
            this.toolButtonExit});
            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);
            //
            // toolButtonWMP
            //
            this.toolButtonWMP.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonWMP.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonWMP.Image")));
            this.toolButtonWMP.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonWMP.Name = "toolButtonWMP";
            this.toolButtonWMP.Size = new System.Drawing.Size(23, 22);
            this.toolButtonWMP.Text = "打开";
            this.toolButtonWMP.Click += new System.EventHandler(this.toolButtonWMP_Click);
            //
            // toolButtonView
            //
            this.toolButtonView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonView.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonView.Image")));
            this.toolButtonView.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonView.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
            this.toolButtonView.Name = "toolButtonView";
            this.toolButtonView.Size = new System.Drawing.Size(23, 22);
            this.toolButtonView.Text = "网络电视";
            this.toolButtonView.Click += new System.EventHandler(this.toolButtonView_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(4, 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(4, 1, 0, 2);
            this.toolButtonSplit.Name = "toolButtonSplit";
            this.toolButtonSplit.Size = new System.Drawing.Size(23, 22);
            this.toolButtonSplit.Text = "显示/隐藏导航栏";
            //
            // toolSeparator3
            //
            this.toolSeparator3.Name = "toolSeparator3";
            this.toolSeparator3.Size = new System.Drawing.Size(6, 25);
            //
            // 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.Name = "toolButtonTopMost";
            this.toolButtonTopMost.Size = new System.Drawing.Size(23, 22);
            this.toolButtonTopMost.Text = "前端显示";
            //
            // toolButtonExit
            //
            this.toolButtonExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonExit.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonExit.Image")));
            this.toolButtonExit.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonExit.Name = "toolButtonExit";
            this.toolButtonExit.Size = new System.Drawing.Size(23, 22);
            this.toolButtonExit.Text = "退出";
            this.toolButtonExit.Click += new System.EventHandler(this.toolMenuItemExit_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.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.AllowDrop = true;
            this.listViewWMP.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderWMP});
            this.listViewWMP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewWMP.GridLines = true;
            this.listViewWMP.Location = new System.Drawing.Point(0, 0);
            this.listViewWMP.Name = "listViewWMP";
            this.listViewWMP.OwnerDraw = true;
            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;
            this.listViewWMP.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.listViewWMP_DrawColumnHeader);
            this.listViewWMP.ClientSizeChanged += new System.EventHandler(this.listViewWMP_ClientSizeChanged);
            this.listViewWMP.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listViewWMP_DrawItem);
            this.listViewWMP.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listViewWMP_MouseUp);
            this.listViewWMP.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewWMP_DragEnter);
            //
            // 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 = 2;
            //
            // timerWMP
            //
            this.timerWMP.Enabled = true;
            this.timerWMP.Interval = 1000;
            this.timerWMP.Tick += new System.EventHandler(this.timerWMP_Tick);
            //
            // notifyIconWMP
            //
            this.notifyIconWMP.ContextMenuStrip = this.contextMenuWMP;
            this.notifyIconWMP.Visible = true;
            this.notifyIconWMP.DoubleClick += new System.EventHandler(this.toolMenuItemVisible_Click);
            //
            // contextMenuWMP
            //
            this.contextMenuWMP.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolMenuItemVisible,
            this.toolMenuItemExit});
            this.contextMenuWMP.Name = "contextMenuStrip";
            this.contextMenuWMP.Size = new System.Drawing.Size(143, 48);
            //
            // toolMenuItemVisible
            //
            this.toolMenuItemVisible.Image = ((System.Drawing.Image)(resources.GetObject("toolMenuItemVisible.Image")));
            this.toolMenuItemVisible.Name = "toolMenuItemVisible";
            this.toolMenuItemVisible.Size = new System.Drawing.Size(142, 22);
            this.toolMenuItemVisible.Text = "显示/隐藏(&V)";
            this.toolMenuItemVisible.Click += new System.EventHandler(this.toolMenuItemVisible_Click);
            //
            // toolMenuItemExit
            //
            this.toolMenuItemExit.Image = ((System.Drawing.Image)(resources.GetObject("toolMenuItemExit.Image")));
            this.toolMenuItemExit.Name = "toolMenuItemExit";
            this.toolMenuItemExit.Size = new System.Drawing.Size(142, 22);
            this.toolMenuItemExit.Text = "系统退出(&X)";
            this.toolMenuItemExit.Click += new System.EventHandler(this.toolMenuItemExit_Click);
            //
            // 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.ContextMenuStrip = this.contextMenuWMP;
            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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            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.contextMenuWMP.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        #region
        private AxWMPLib.AxWindowsMediaPlayer axWMPlayer;
        private System.Windows.Forms.ColumnHeader columnHeaderWMP;
        private System.Windows.Forms.ContextMenuStrip contextMenuWMP;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserWMP;
        private System.Windows.Forms.ListView listViewWMP;
        private System.Windows.Forms.NotifyIcon notifyIconWMP;
        private System.Windows.Forms.SplitContainer splitContainerWMP;
        private System.Windows.Forms.StatusStrip statusStripWMP;
        private System.Windows.Forms.Timer timerWMP;
        private System.Windows.Forms.ToolStrip toolStripWMP;
        private System.Windows.Forms.ToolStripButton toolButtonExit;
        private System.Windows.Forms.ToolStripButton toolButtonProperty;
        private System.Windows.Forms.ToolStripButton toolButtonSplit;
        private System.Windows.Forms.ToolStripButton toolButtonTopMost;
        private System.Windows.Forms.ToolStripButton toolButtonView;
        private System.Windows.Forms.ToolStripButton toolButtonWMP;
        private System.Windows.Forms.ToolStripComboBox toolComboBoxColor;
        private System.Windows.Forms.ToolStripMenuItem toolMenuItemExit;
        private System.Windows.Forms.ToolStripMenuItem toolMenuItemVisible;
        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
    }
}

原创粉丝点击