FormClipboard.Designer.cs

来源:互联网 发布:如何防止数据倾斜 编辑:程序博客网 时间:2024/04/28 09:36

namespace WinFormClipboard
{
    partial class FormClipboard
    {
        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(FormClipboard));
            this.statusStripInfo = new System.Windows.Forms.StatusStrip();
            this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripInfo = new System.Windows.Forms.ToolStrip();
            this.toolComboBoxData = new System.Windows.Forms.ToolStripComboBox();
            this.toolSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonFileDrop = new System.Windows.Forms.ToolStripButton();
            this.toolButtonImage = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonSelectAll = new System.Windows.Forms.ToolStripButton();
            this.toolButtonCut = new System.Windows.Forms.ToolStripButton();
            this.toolButtonCopy = new System.Windows.Forms.ToolStripButton();
            this.toolButtonPaste = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonClear = new System.Windows.Forms.ToolStripButton();
            this.toolButtonURL = new System.Windows.Forms.ToolStripButton();
            this.timerInfo = new System.Windows.Forms.Timer(this.components);
            this.splitContainerInfo = new System.Windows.Forms.SplitContainer();
            this.propertyGridURL = new System.Windows.Forms.PropertyGrid();
            this.richText = new System.Windows.Forms.RichTextBox();
            this.statusStripInfo.SuspendLayout();
            this.toolStripInfo.SuspendLayout();
            this.splitContainerInfo.Panel1.SuspendLayout();
            this.splitContainerInfo.Panel2.SuspendLayout();
            this.splitContainerInfo.SuspendLayout();
            this.SuspendLayout();
            //
            // statusStripInfo
            //
            this.statusStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabelTime});
            this.statusStripInfo.Location = new System.Drawing.Point(0, 244);
            this.statusStripInfo.Name = "statusStripInfo";
            this.statusStripInfo.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStripInfo.Size = new System.Drawing.Size(602, 22);
            this.statusStripInfo.TabIndex = 0;
            //
            // statusLabelTime
            //
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(587, 17);
            this.statusLabelTime.Spring = true;
            //
            // toolStripInfo
            //
            this.toolStripInfo.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolComboBoxData,
            this.toolSeparator1,
            this.toolButtonFileDrop,
            this.toolButtonImage,
            this.toolSeparator2,
            this.toolButtonSelectAll,
            this.toolButtonCut,
            this.toolButtonCopy,
            this.toolButtonPaste,
            this.toolSeparator3,
            this.toolButtonClear,
            this.toolButtonURL});
            this.toolStripInfo.Location = new System.Drawing.Point(0, 0);
            this.toolStripInfo.Name = "toolStripInfo";
            this.toolStripInfo.Size = new System.Drawing.Size(602, 25);
            this.toolStripInfo.TabIndex = 1;
            //
            // toolComboBoxData
            //
            this.toolComboBoxData.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.toolComboBoxData.Margin = new System.Windows.Forms.Padding(4, 0, 1, 0);
            this.toolComboBoxData.Name = "toolComboBoxData";
            this.toolComboBoxData.Size = new System.Drawing.Size(140, 25);
            this.toolComboBoxData.SelectedIndexChanged += new System.EventHandler(this.toolComboBoxData_SelectedIndexChanged);
            //
            // toolSeparator1
            //
            this.toolSeparator1.Name = "toolSeparator1";
            this.toolSeparator1.Size = new System.Drawing.Size(6, 25);
            //
            // toolButtonFileDrop
            //
            this.toolButtonFileDrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonFileDrop.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonFileDrop.Image")));
            this.toolButtonFileDrop.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonFileDrop.Name = "toolButtonFileDrop";
            this.toolButtonFileDrop.Size = new System.Drawing.Size(23, 22);
            this.toolButtonFileDrop.Text = "文件列表(&F)";
            this.toolButtonFileDrop.Click += new System.EventHandler(this.toolButtonFileDrop_Click);
            //
            // toolButtonImage
            //
            this.toolButtonImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonImage.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonImage.Image")));
            this.toolButtonImage.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonImage.Name = "toolButtonImage";
            this.toolButtonImage.Size = new System.Drawing.Size(23, 22);
            this.toolButtonImage.Text = "图片(&I)";
            this.toolButtonImage.Click += new System.EventHandler(this.toolButtonImage_Click);
            //
            // toolSeparator2
            //
            this.toolSeparator2.Name = "toolSeparator2";
            this.toolSeparator2.Size = new System.Drawing.Size(6, 25);
            //
            // toolButtonSelectAll
            //
            this.toolButtonSelectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonSelectAll.Image")));
            this.toolButtonSelectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonSelectAll.Name = "toolButtonSelectAll";
            this.toolButtonSelectAll.Size = new System.Drawing.Size(23, 22);
            this.toolButtonSelectAll.Text = "全选(&A)";
            this.toolButtonSelectAll.ToolTipText = "全选(Ctrl+A)";
            this.toolButtonSelectAll.Click += new System.EventHandler(this.toolButtonSelectAll_Click);
            //
            // toolButtonCut
            //
            this.toolButtonCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonCut.Enabled = false;
            this.toolButtonCut.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonCut.Image")));
            this.toolButtonCut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonCut.Name = "toolButtonCut";
            this.toolButtonCut.Size = new System.Drawing.Size(23, 22);
            this.toolButtonCut.Text = "剪切(&U)";
            this.toolButtonCut.ToolTipText = "剪切(Ctrl+X)";
            this.toolButtonCut.Click += new System.EventHandler(this.toolButtonCut_Click);
            //
            // toolButtonCopy
            //
            this.toolButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonCopy.Enabled = false;
            this.toolButtonCopy.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonCopy.Image")));
            this.toolButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonCopy.Name = "toolButtonCopy";
            this.toolButtonCopy.Size = new System.Drawing.Size(23, 22);
            this.toolButtonCopy.Text = "复制(&C)";
            this.toolButtonCopy.ToolTipText = "复制(Ctrl+C)";
            this.toolButtonCopy.Click += new System.EventHandler(this.toolButtonCopy_Click);
            //
            // toolButtonPaste
            //
            this.toolButtonPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonPaste.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonPaste.Image")));
            this.toolButtonPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonPaste.Name = "toolButtonPaste";
            this.toolButtonPaste.Size = new System.Drawing.Size(23, 22);
            this.toolButtonPaste.Text = "粘贴(&P)";
            this.toolButtonPaste.ToolTipText = "粘贴(Ctrl+V)";
            this.toolButtonPaste.Click += new System.EventHandler(this.toolButtonPaste_Click);
            //
            // toolSeparator3
            //
            this.toolSeparator3.Name = "toolSeparator3";
            this.toolSeparator3.Size = new System.Drawing.Size(6, 25);
            //
            // toolButtonClear
            //
            this.toolButtonClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonClear.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonClear.Image")));
            this.toolButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonClear.Name = "toolButtonClear";
            this.toolButtonClear.Size = new System.Drawing.Size(23, 22);
            this.toolButtonClear.ToolTipText = "清除剪贴板数据";
            this.toolButtonClear.Click += new System.EventHandler(this.toolButtonClear_Click);
            //
            // toolButtonURL
            //
            this.toolButtonURL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonURL.DoubleClickEnabled = true;
            this.toolButtonURL.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonURL.Image")));
            this.toolButtonURL.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonURL.Name = "toolButtonURL";
            this.toolButtonURL.Size = new System.Drawing.Size(23, 22);
            this.toolButtonURL.Text = "获取超链接";
            this.toolButtonURL.Click += new System.EventHandler(this.toolButtonURL_Click);
            //
            // timerInfo
            //
            this.timerInfo.Enabled = true;
            this.timerInfo.Interval = 1000;
            this.timerInfo.Tick += new System.EventHandler(this.timerInfo_Tick);
            //
            // splitContainerInfo
            //
            this.splitContainerInfo.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.splitContainerInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerInfo.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainerInfo.Location = new System.Drawing.Point(0, 25);
            this.splitContainerInfo.Name = "splitContainerInfo";
            //
            // splitContainerInfo.Panel1
            //
            this.splitContainerInfo.Panel1.Controls.Add(this.propertyGridURL);
            this.splitContainerInfo.Panel1MinSize = 0;
            //
            // splitContainerInfo.Panel2
            //
            this.splitContainerInfo.Panel2.Controls.Add(this.richText);
            this.splitContainerInfo.Size = new System.Drawing.Size(602, 219);
            this.splitContainerInfo.SplitterDistance = 200;
            this.splitContainerInfo.SplitterWidth = 2;
            this.splitContainerInfo.TabIndex = 2;
            //
            // propertyGridURL
            //
            this.propertyGridURL.AllowDrop = true;
            this.propertyGridURL.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propertyGridURL.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGridURL.HelpBackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propertyGridURL.LineColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.propertyGridURL.Location = new System.Drawing.Point(0, 0);
            this.propertyGridURL.Name = "propertyGridURL";
            this.propertyGridURL.Size = new System.Drawing.Size(200, 219);
            this.propertyGridURL.TabIndex = 0;
            //
            // richText
            //
            this.richText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richText.Location = new System.Drawing.Point(0, 0);
            this.richText.Name = "richText";
            this.richText.Size = new System.Drawing.Size(400, 219);
            this.richText.TabIndex = 3;
            this.richText.Text = "";
            //
            // FormClipboard
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.ClientSize = new System.Drawing.Size(602, 266);
            this.Controls.Add(this.splitContainerInfo);
            this.Controls.Add(this.toolStripInfo);
            this.Controls.Add(this.statusStripInfo);
            this.Name = "FormClipboard";
            this.statusStripInfo.ResumeLayout(false);
            this.statusStripInfo.PerformLayout();
            this.toolStripInfo.ResumeLayout(false);
            this.toolStripInfo.PerformLayout();
            this.splitContainerInfo.Panel1.ResumeLayout(false);
            this.splitContainerInfo.Panel2.ResumeLayout(false);
            this.splitContainerInfo.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        #endregion

        private System.Windows.Forms.StatusStrip statusStripInfo;
        private System.Windows.Forms.ToolStrip toolStripInfo;
        private System.Windows.Forms.ToolStripComboBox toolComboBoxData;
        private System.Windows.Forms.ToolStripButton toolButtonFileDrop;
        private System.Windows.Forms.ToolStripButton toolButtonImage;
        private System.Windows.Forms.Timer timerInfo;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
        private System.Windows.Forms.ToolStripButton toolButtonCut;
        private System.Windows.Forms.ToolStripButton toolButtonCopy;
        private System.Windows.Forms.ToolStripButton toolButtonPaste;
        private System.Windows.Forms.ToolStripSeparator toolSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolSeparator2;
        private System.Windows.Forms.ToolStripButton toolButtonSelectAll;
        private System.Windows.Forms.ToolStripSeparator toolSeparator3;
        private System.Windows.Forms.ToolStripButton toolButtonClear;
        private System.Windows.Forms.SplitContainer splitContainerInfo;
        private System.Windows.Forms.PropertyGrid propertyGridURL;
        private System.Windows.Forms.RichTextBox richText;
        private System.Windows.Forms.ToolStripButton toolButtonURL;
    }
}

原创粉丝点击