FormReName.Designer.cs

来源:互联网 发布:驾照考试模拟软件下载 编辑:程序博客网 时间:2024/05/20 17:07

namespace WinFormReName
{
    partial class FormFile
    {
        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(FormFile));
            this.folderBrowser = new System.Windows.Forms.FolderBrowserDialog();
            this.toolStripInfo = new System.Windows.Forms.ToolStrip();
            this.toolButtonOpen = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolComboBoxView = new System.Windows.Forms.ToolStripComboBox();
            this.toolSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolComboBoxExt = new System.Windows.Forms.ToolStripComboBox();
            this.toolSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolTextBoxName = new System.Windows.Forms.ToolStripTextBox();
            this.toolButtonName = new System.Windows.Forms.ToolStripButton();
            this.statusStripInfo = new System.Windows.Forms.StatusStrip();
            this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.listViewFile = new System.Windows.Forms.ListView();
            this.columnHeaderName = new System.Windows.Forms.ColumnHeader();
            this.timerInfo = new System.Windows.Forms.Timer(this.components);
            this.toolStripInfo.SuspendLayout();
            this.statusStripInfo.SuspendLayout();
            this.SuspendLayout();
            //
            // toolStripInfo
            //
            this.toolStripInfo.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolButtonOpen,
            this.toolSeparator1,
            this.toolComboBoxView,
            this.toolSeparator2,
            this.toolComboBoxExt,
            this.toolSeparator3,
            this.toolTextBoxName,
            this.toolButtonName});
            this.toolStripInfo.Location = new System.Drawing.Point(0, 0);
            this.toolStripInfo.Name = "toolStripInfo";
            this.toolStripInfo.Size = new System.Drawing.Size(625, 25);
            this.toolStripInfo.TabIndex = 3;
            //
            // 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.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
            this.toolButtonOpen.Name = "toolButtonOpen";
            this.toolButtonOpen.Size = new System.Drawing.Size(23, 22);
            this.toolButtonOpen.Text = "打开(&O)";
            this.toolButtonOpen.Click += new System.EventHandler(this.toolButtonOpen_Click);
            //
            // toolSeparator1
            //
            this.toolSeparator1.Name = "toolSeparator1";
            this.toolSeparator1.Size = new System.Drawing.Size(6, 25);
            //
            // toolComboBoxView
            //
            this.toolComboBoxView.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.toolComboBoxView.Margin = new System.Windows.Forms.Padding(2, 0, 1, 0);
            this.toolComboBoxView.Name = "toolComboBoxView";
            this.toolComboBoxView.Size = new System.Drawing.Size(120, 25);
            this.toolComboBoxView.SelectedIndexChanged += new System.EventHandler(this.toolComboBoxView_SelectedIndexChanged);
            //
            // toolSeparator2
            //
            this.toolSeparator2.Name = "toolSeparator2";
            this.toolSeparator2.Size = new System.Drawing.Size(6, 25);
            //
            // toolComboBoxExt
            //
            this.toolComboBoxExt.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.toolComboBoxExt.Margin = new System.Windows.Forms.Padding(2, 0, 1, 0);
            this.toolComboBoxExt.Name = "toolComboBoxExt";
            this.toolComboBoxExt.Size = new System.Drawing.Size(120, 25);
            this.toolComboBoxExt.SelectedIndexChanged += new System.EventHandler(this.toolComboBoxExt_SelectedIndexChanged);
            //
            // toolSeparator3
            //
            this.toolSeparator3.Name = "toolSeparator3";
            this.toolSeparator3.Size = new System.Drawing.Size(6, 25);
            //
            // toolTextBoxName
            //
            this.toolTextBoxName.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.toolTextBoxName.Margin = new System.Windows.Forms.Padding(2, 0, 1, 0);
            this.toolTextBoxName.Name = "toolTextBoxName";
            this.toolTextBoxName.Size = new System.Drawing.Size(120, 25);
            this.toolTextBoxName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolTextBoxName_KeyPress);
            //
            // toolButtonName
            //
            this.toolButtonName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolButtonName.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonName.Image")));
            this.toolButtonName.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonName.Name = "toolButtonName";
            this.toolButtonName.Size = new System.Drawing.Size(63, 22);
            this.toolButtonName.Text = "重命名(&M)";
            this.toolButtonName.Click += new System.EventHandler(this.toolButtonName_Click);
            //
            // statusStripInfo
            //
            this.statusStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabelTime});
            this.statusStripInfo.Location = new System.Drawing.Point(0, 316);
            this.statusStripInfo.Name = "statusStripInfo";
            this.statusStripInfo.Size = new System.Drawing.Size(625, 22);
            this.statusStripInfo.TabIndex = 4;
            //
            // statusLabelTime
            //
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(610, 17);
            this.statusLabelTime.Spring = true;
            //
            // listViewFile
            //
            this.listViewFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderName});
            this.listViewFile.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewFile.Location = new System.Drawing.Point(0, 25);
            this.listViewFile.Name = "listViewFile";
            this.listViewFile.ShowItemToolTips = true;
            this.listViewFile.Size = new System.Drawing.Size(625, 291);
            this.listViewFile.TabIndex = 5;
            this.listViewFile.UseCompatibleStateImageBehavior = false;
            this.listViewFile.View = System.Windows.Forms.View.Details;
            //
            // columnHeaderName
            //
            this.columnHeaderName.Text = "名称";
            this.columnHeaderName.Width = 290;
            //
            // timerInfo
            //
            this.timerInfo.Enabled = true;
            this.timerInfo.Interval = 1000;
            this.timerInfo.Tick += new System.EventHandler(this.timerInfo_Tick);
            //
            // FormFile
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(625, 338);
            this.Controls.Add(this.listViewFile);
            this.Controls.Add(this.statusStripInfo);
            this.Controls.Add(this.toolStripInfo);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormFile";
            this.toolStripInfo.ResumeLayout(false);
            this.toolStripInfo.PerformLayout();
            this.statusStripInfo.ResumeLayout(false);
            this.statusStripInfo.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        private System.Windows.Forms.ColumnHeader columnHeaderName;
        private System.Windows.Forms.FolderBrowserDialog folderBrowser;
        private System.Windows.Forms.ListView listViewFile;
        private System.Windows.Forms.StatusStrip statusStripInfo;
        private System.Windows.Forms.Timer timerInfo;
        private System.Windows.Forms.ToolStrip toolStripInfo;
        private System.Windows.Forms.ToolStripButton toolButtonName;
        private System.Windows.Forms.ToolStripButton toolButtonOpen;
        private System.Windows.Forms.ToolStripComboBox toolComboBoxExt;
        private System.Windows.Forms.ToolStripComboBox toolComboBoxView;
        private System.Windows.Forms.ToolStripSeparator toolSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolSeparator3;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
        private System.Windows.Forms.ToolStripTextBox toolTextBoxName;
    }
}

原创粉丝点击