📄 mainform.designer.cs
字号:
namespace Signercompress
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.exTree = new WindowsExplorer.ExplorerTree();
this.imLarge = new System.Windows.Forms.ImageList(this.components);
this.imSmall = new System.Windows.Forms.ImageList(this.components);
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tslDescription = new System.Windows.Forms.ToolStripStatusLabel();
this.tslStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.tsbStop = new System.Windows.Forms.ToolStripSplitButton();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.fsWatcher = new System.IO.FileSystemWatcher();
this.lvFiles = new System.Windows.Forms.ListView();
this.lvPlugins = new System.Windows.Forms.ListView();
this.ch1 = new System.Windows.Forms.ColumnHeader();
this.ch2 = new System.Windows.Forms.ColumnHeader();
this.ch3 = new System.Windows.Forms.ColumnHeader();
this.ch4 = new System.Windows.Forms.ColumnHeader();
this.ch5 = new System.Windows.Forms.ColumnHeader();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbNew = new System.Windows.Forms.ToolStripButton();
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
this.tsbCopy = new System.Windows.Forms.ToolStripButton();
this.tsbCut = new System.Windows.Forms.ToolStripButton();
this.tsbPaste = new System.Windows.Forms.ToolStripButton();
this.tsbRename = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbOpen = new System.Windows.Forms.ToolStripButton();
this.tsbBack = new System.Windows.Forms.ToolStripButton();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fsWatcher)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// exTree
//
this.exTree.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.exTree.AutoScroll = true;
this.exTree.BackColor = System.Drawing.Color.White;
this.exTree.Location = new System.Drawing.Point(12, 12);
this.exTree.MinimumSize = new System.Drawing.Size(299, 496);
this.exTree.Name = "exTree";
this.exTree.SelectedPath = "C:\\";
this.exTree.ShowAddressbar = true;
this.exTree.ShowMyDocuments = true;
this.exTree.ShowMyFavorites = true;
this.exTree.ShowMyNetwork = false;
this.exTree.ShowToolbar = false;
this.exTree.Size = new System.Drawing.Size(299, 496);
this.exTree.TabIndex = 0;
this.exTree.PathChanged += new WindowsExplorer.ExplorerTree.PathChangedEventHandler(this.exTree_PathChanged);
//
// imLarge
//
this.imLarge.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imLarge.ImageSize = new System.Drawing.Size(32, 32);
this.imLarge.TransparentColor = System.Drawing.Color.Transparent;
//
// imSmall
//
this.imSmall.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imSmall.ImageSize = new System.Drawing.Size(16, 16);
this.imSmall.TransparentColor = System.Drawing.Color.Transparent;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslDescription,
this.tslStatus,
this.toolStripProgressBar1,
this.tsbStop});
this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.statusStrip1.Location = new System.Drawing.Point(0, 510);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(775, 24);
this.statusStrip1.TabIndex = 4;
this.statusStrip1.Text = "statusStrip1";
//
// tslDescription
//
this.tslDescription.Name = "tslDescription";
this.tslDescription.Size = new System.Drawing.Size(0, 19);
//
// tslStatus
//
this.tslStatus.Name = "tslStatus";
this.tslStatus.Size = new System.Drawing.Size(32, 19);
this.tslStatus.Text = "就绪";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripProgressBar1.Maximum = 255;
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 18);
this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
//
// tsbStop
//
this.tsbStop.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.tsbStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tsbStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbStop.Image")));
this.tsbStop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStop.Name = "tsbStop";
this.tsbStop.Size = new System.Drawing.Size(48, 22);
this.tsbStop.Text = "停止";
this.tsbStop.Visible = false;
this.tsbStop.Click += new System.EventHandler(this.tsbStop_Click);
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button1.Location = new System.Drawing.Point(318, 484);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(134, 23);
this.button1.TabIndex = 5;
this.button1.Text = "转到插件列表视图";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button2.Location = new System.Drawing.Point(473, 484);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(134, 23);
this.button2.TabIndex = 6;
this.button2.Text = "更改文件浏览视图";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Location = new System.Drawing.Point(698, 484);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(65, 23);
this.button3.TabIndex = 7;
this.button3.Text = "离开";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button4.Location = new System.Drawing.Point(623, 484);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(69, 23);
this.button4.TabIndex = 9;
this.button4.Text = "关于";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// fsWatcher
//
this.fsWatcher.EnableRaisingEvents = true;
this.fsWatcher.NotifyFilter = ((System.IO.NotifyFilters)((System.IO.NotifyFilters.FileName | System.IO.NotifyFilters.DirectoryName)));
this.fsWatcher.SynchronizingObject = this;
this.fsWatcher.Renamed += new System.IO.RenamedEventHandler(this.fsWatcher_Renamed);
this.fsWatcher.Deleted += new System.IO.FileSystemEventHandler(this.fsWatcher_Deleted);
this.fsWatcher.Created += new System.IO.FileSystemEventHandler(this.fsWatcher_Created);
//
// lvFiles
//
this.lvFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvFiles.LabelEdit = true;
this.lvFiles.LargeImageList = this.imLarge;
this.lvFiles.Location = new System.Drawing.Point(318, 70);
this.lvFiles.Name = "lvFiles";
this.lvFiles.ShowItemToolTips = true;
this.lvFiles.Size = new System.Drawing.Size(445, 408);
this.lvFiles.SmallImageList = this.imSmall;
this.lvFiles.TabIndex = 11;
this.lvFiles.UseCompatibleStateImageBehavior = false;
this.lvFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvFiles_MouseDoubleClick);
this.lvFiles.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvFiles_MouseClick);
this.lvFiles.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lvFiles_AfterLabelEdit);
this.lvFiles.ItemMouseHover += new System.Windows.Forms.ListViewItemMouseHoverEventHandler(this.lvFiles_ItemMouseHover);
this.lvFiles.SelectedIndexChanged += new System.EventHandler(this.lvFiles_SelectedIndexChanged);
this.lvFiles.Leave += new System.EventHandler(this.lvFiles_Leave);
this.lvFiles.Enter += new System.EventHandler(this.lvFiles_Enter);
this.lvFiles.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.lvFiles_BeforeLabelEdit);
this.lvFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvFiles_KeyDown);
//
// lvPlugins
//
this.lvPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvPlugins.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ch1,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -