FormFolder.Designer.cs

沈宏朗
2023-12-01

namespace SpecialFolder
{
    partial class FormFolder
    {
        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(FormFolder));
            this.toolStripInfo = new System.Windows.Forms.ToolStrip();
            this.toolButtonAll = new System.Windows.Forms.ToolStripButton();
            this.toolButtonCancel = new System.Windows.Forms.ToolStripButton();
            this.toolButtonClear = new System.Windows.Forms.ToolStripButton();
            this.statusStripInfo = new System.Windows.Forms.StatusStrip();
            this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.timerInfo = new System.Windows.Forms.Timer(this.components);
            this.tabControlTemp = new System.Windows.Forms.TabControl();
            this.tabPageTemp = new System.Windows.Forms.TabPage();
            this.gridViewTemp = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewLinkColumn();
            this.tabPageIE = new System.Windows.Forms.TabPage();
            this.listViewTemp = new System.Windows.Forms.ListView();
            this.columnHeaderTemp = new System.Windows.Forms.ColumnHeader();
            this.tabPageRun = new System.Windows.Forms.TabPage();
            this.tabPageMRU = new System.Windows.Forms.TabPage();
            this.toolStripInfo.SuspendLayout();
            this.statusStripInfo.SuspendLayout();
            this.tabControlTemp.SuspendLayout();
            this.tabPageTemp.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTemp)).BeginInit();
            this.tabPageIE.SuspendLayout();
            this.SuspendLayout();
            //
            // toolStripInfo
            //
            this.toolStripInfo.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolButtonAll,
            this.toolButtonCancel,
            this.toolButtonClear});
            this.toolStripInfo.Location = new System.Drawing.Point(0, 0);
            this.toolStripInfo.Name = "toolStripInfo";
            this.toolStripInfo.Size = new System.Drawing.Size(502, 25);
            this.toolStripInfo.TabIndex = 5;
            //
            // toolButtonAll
            //
            this.toolButtonAll.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonAll.Image")));
            this.toolButtonAll.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonAll.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
            this.toolButtonAll.Name = "toolButtonAll";
            this.toolButtonAll.Size = new System.Drawing.Size(67, 22);
            this.toolButtonAll.Text = "全选(&A)";
            this.toolButtonAll.Click += new System.EventHandler(this.toolButtonAll_Click);
            //
            // toolButtonCancel
            //
            this.toolButtonCancel.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonCancel.Image")));
            this.toolButtonCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonCancel.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonCancel.Name = "toolButtonCancel";
            this.toolButtonCancel.Size = new System.Drawing.Size(67, 22);
            this.toolButtonCancel.Text = "取消(&C)";
            this.toolButtonCancel.Click += new System.EventHandler(this.toolButtonAll_Click);
            //
            // toolButtonClear
            //
            this.toolButtonClear.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonClear.Image")));
            this.toolButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonClear.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolButtonClear.Name = "toolButtonClear";
            this.toolButtonClear.Size = new System.Drawing.Size(67, 22);
            this.toolButtonClear.Text = "清理(&D)";
            this.toolButtonClear.Click += new System.EventHandler(this.toolButtonClear_Click);
            //
            // statusStripInfo
            //
            this.statusStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabelTime});
            this.statusStripInfo.Location = new System.Drawing.Point(0, 216);
            this.statusStripInfo.Name = "statusStripInfo";
            this.statusStripInfo.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStripInfo.Size = new System.Drawing.Size(502, 22);
            this.statusStripInfo.TabIndex = 7;
            //
            // statusLabelTime
            //
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(477, 17);
            this.statusLabelTime.Spring = true;
            //
            // timerInfo
            //
            this.timerInfo.Enabled = true;
            this.timerInfo.Interval = 1000;
            this.timerInfo.Tick += new System.EventHandler(this.timerInfo_Tick);
            //
            // tabControlTemp
            //
            this.tabControlTemp.Controls.Add(this.tabPageTemp);
            this.tabControlTemp.Controls.Add(this.tabPageIE);
            this.tabControlTemp.Controls.Add(this.tabPageRun);
            this.tabControlTemp.Controls.Add(this.tabPageMRU);
            this.tabControlTemp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlTemp.Location = new System.Drawing.Point(0, 25);
            this.tabControlTemp.Name = "tabControlTemp";
            this.tabControlTemp.SelectedIndex = 0;
            this.tabControlTemp.Size = new System.Drawing.Size(502, 191);
            this.tabControlTemp.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabControlTemp.TabIndex = 8;
            this.tabControlTemp.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControlTemp_Selecting);
            //
            // tabPageTemp
            //
            this.tabPageTemp.Controls.Add(this.gridViewTemp);
            this.tabPageTemp.Location = new System.Drawing.Point(4, 21);
            this.tabPageTemp.Name = "tabPageTemp";
            this.tabPageTemp.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageTemp.Size = new System.Drawing.Size(494, 166);
            this.tabPageTemp.TabIndex = 0;
            this.tabPageTemp.Text = "临时文件夹";
            this.tabPageTemp.UseVisualStyleBackColor = true;
            //
            // gridViewTemp
            //
            this.gridViewTemp.AllowUserToAddRows = false;
            this.gridViewTemp.AllowUserToDeleteRows = false;
            this.gridViewTemp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.gridViewTemp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gridViewTemp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2});
            this.gridViewTemp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridViewTemp.Location = new System.Drawing.Point(3, 3);
            this.gridViewTemp.Name = "gridViewTemp";
            this.gridViewTemp.ReadOnly = true;
            this.gridViewTemp.RowTemplate.Height = 25;
            this.gridViewTemp.Size = new System.Drawing.Size(488, 160);
            this.gridViewTemp.TabIndex = 9;
            this.gridViewTemp.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewTemp_CellClick);
            //
            // Column1
            //
            this.Column1.HeaderText = "";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            //
            // Column2
            //
            this.Column2.HeaderText = "";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            //
            // tabPageIE
            //
            this.tabPageIE.Controls.Add(this.listViewTemp);
            this.tabPageIE.Location = new System.Drawing.Point(4, 21);
            this.tabPageIE.Name = "tabPageIE";
            this.tabPageIE.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageIE.Size = new System.Drawing.Size(494, 166);
            this.tabPageIE.TabIndex = 1;
            this.tabPageIE.Text = "IE地址栏记录";
            this.tabPageIE.UseVisualStyleBackColor = true;
            //
            // listViewTemp
            //
            this.listViewTemp.CheckBoxes = true;
            this.listViewTemp.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderTemp});
            this.listViewTemp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewTemp.GridLines = true;
            this.listViewTemp.Location = new System.Drawing.Point(3, 3);
            this.listViewTemp.Name = "listViewTemp";
            this.listViewTemp.Size = new System.Drawing.Size(488, 160);
            this.listViewTemp.TabIndex = 1;
            this.listViewTemp.UseCompatibleStateImageBehavior = false;
            this.listViewTemp.View = System.Windows.Forms.View.Details;
            this.listViewTemp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listViewTemp_MouseUp);
            //
            // columnHeaderTemp
            //
            this.columnHeaderTemp.Width = 485;
            //
            // tabPageRun
            //
            this.tabPageRun.Location = new System.Drawing.Point(4, 21);
            this.tabPageRun.Name = "tabPageRun";
            this.tabPageRun.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageRun.Size = new System.Drawing.Size(484, 166);
            this.tabPageRun.TabIndex = 2;
            this.tabPageRun.Text = "运行对话框记录";
            this.tabPageRun.UseVisualStyleBackColor = true;
            //
            // tabPageMRU
            //
            this.tabPageMRU.Location = new System.Drawing.Point(4, 21);
            this.tabPageMRU.Name = "tabPageMRU";
            this.tabPageMRU.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageMRU.Size = new System.Drawing.Size(484, 166);
            this.tabPageMRU.TabIndex = 3;
            this.tabPageMRU.Text = "文件对话框记录";
            this.tabPageMRU.UseVisualStyleBackColor = true;
            //
            // FormFolder
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(502, 238);
            this.Controls.Add(this.tabControlTemp);
            this.Controls.Add(this.statusStripInfo);
            this.Controls.Add(this.toolStripInfo);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "FormFolder";
            this.toolStripInfo.ResumeLayout(false);
            this.toolStripInfo.PerformLayout();
            this.statusStripInfo.ResumeLayout(false);
            this.statusStripInfo.PerformLayout();
            this.tabControlTemp.ResumeLayout(false);
            this.tabPageTemp.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTemp)).EndInit();
            this.tabPageIE.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        private System.Windows.Forms.ColumnHeader columnHeaderTemp;
        private System.Windows.Forms.DataGridView gridViewTemp;
        private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
        private System.Windows.Forms.DataGridViewLinkColumn Column2;
        private System.Windows.Forms.ListView listViewTemp;
        private System.Windows.Forms.StatusStrip statusStripInfo;
        private System.Windows.Forms.TabControl tabControlTemp;
        private System.Windows.Forms.TabPage tabPageIE;
        private System.Windows.Forms.TabPage tabPageMRU;
        private System.Windows.Forms.TabPage tabPageRun;
        private System.Windows.Forms.TabPage tabPageTemp;
        private System.Windows.Forms.Timer timerInfo;
        private System.Windows.Forms.ToolStrip toolStripInfo;
        private System.Windows.Forms.ToolStripButton toolButtonAll;
        private System.Windows.Forms.ToolStripButton toolButtonCancel;
        private System.Windows.Forms.ToolStripButton toolButtonClear;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
    }
}

 类似资料:

相关阅读

相关文章

相关问答