FormFile.Designer.cs

namespace WinFormFile
{
    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.contextMenuInfo = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolMenuItemReName = new System.Windows.Forms.ToolStripMenuItem();
            this.toolSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolMenuItemProperty = new System.Windows.Forms.ToolStripMenuItem();
            this.timerInfo = new System.Windows.Forms.Timer(this.components);
            this.toolStripInfo.SuspendLayout();
            this.statusStripInfo.SuspendLayout();
            this.contextMenuInfo.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(707, 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.ToolTipText = "视图";
            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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            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.ToolTipText = "文件扩展名";
            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, 375);
            this.statusStripInfo.Name = "statusStripInfo";
            this.statusStripInfo.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStripInfo.Size = new System.Drawing.Size(707, 22);
            this.statusStripInfo.TabIndex = 4;
            //
            // statusLabelTime
            //
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(661, 17);
            this.statusLabelTime.Spring = true;
            //
            // listViewFile
            //
            this.listViewFile.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderName});
            this.listViewFile.ContextMenuStrip = this.contextMenuInfo;
            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(707, 350);
            this.listViewFile.TabIndex = 5;
            this.listViewFile.UseCompatibleStateImageBehavior = false;
            this.listViewFile.View = System.Windows.Forms.View.Details;
            this.listViewFile.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewFile_AfterLabelEdit);
            this.listViewFile.DoubleClick += new System.EventHandler(this.listViewFile_DoubleClick);
            this.listViewFile.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewFile_DragEnter);
            //
            // columnHeaderName
            //
            this.columnHeaderName.Text = "名称";
            this.columnHeaderName.Width = 290;
            //
            // contextMenuInfo
            //
            this.contextMenuInfo.Font = new System.Drawing.Font("宋体", 12F);
            this.contextMenuInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolMenuItemReName,
            this.toolSeparator4,
            this.toolMenuItemProperty});
            this.contextMenuInfo.Name = "contextMenuInfo";
            this.contextMenuInfo.Size = new System.Drawing.Size(149, 54);
            this.contextMenuInfo.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuInfo_ItemClicked);
            this.contextMenuInfo.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuInfo_Opening);
            //
            // toolMenuItemReName
            //
            this.toolMenuItemReName.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolMenuItemReName.Name = "toolMenuItemReName";
            this.toolMenuItemReName.Size = new System.Drawing.Size(148, 22);
            this.toolMenuItemReName.Text = "重命名(&M)";
            //
            // toolSeparator4
            //
            this.toolSeparator4.Name = "toolSeparator4";
            this.toolSeparator4.Size = new System.Drawing.Size(145, 6);
            //
            // toolMenuItemProperty
            //
            this.toolMenuItemProperty.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolMenuItemProperty.Name = "toolMenuItemProperty";
            this.toolMenuItemProperty.Size = new System.Drawing.Size(148, 22);
            this.toolMenuItemProperty.Text = "属性(&R)";
            //
            // 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(707, 397);
            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.contextMenuInfo.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        private System.Windows.Forms.ColumnHeader columnHeaderName;
        private System.Windows.Forms.ContextMenuStrip contextMenuInfo;
        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.ToolStripMenuItem toolMenuItemProperty;
        private System.Windows.Forms.ToolStripMenuItem toolMenuItemReName;
        private System.Windows.Forms.ToolStripSeparator toolSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolSeparator3;
        private System.Windows.Forms.ToolStripSeparator toolSeparator4;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
        private System.Windows.Forms.ToolStripTextBox toolTextBoxName;
    }
}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值