SuperDesign/Source/RySmartEditor/SmartEditor/FrmFileBrowser.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

282 lines
16 KiB
C#

namespace SuperDesign.Tools.SmartEditor
{
partial class FrmFileBrowser
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFileBrowser));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.FTPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.treeListView = new BrightIdeasSoftware.TreeListView();
this.olvColumnName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumnCreated = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumnModified = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumnSize = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumnFileType = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.treeRenderer1 = new BrightIdeasSoftware.TreeListView.TreeRenderer();
this.MenuForm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeListView)).BeginInit();
this.MenuForm.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.toolStripMenuItem1,
this.ToolStripMenuItem,
this.FTPToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(157, 120);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening);
//
// 添加工作区ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "添加工作区ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem.Text = "添加工作区";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 移除工作区ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "移除工作区ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem.Text = "移除工作区";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 重命名ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "重命名ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem.Text = "重命名";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(153, 6);
//
// 复制文件名ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "复制文件名ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.ToolStripMenuItem.Text = "复制文件名";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 上传文件到FTPToolStripMenuItem
//
this.FTPToolStripMenuItem.Name = "上传文件到FTPToolStripMenuItem";
this.FTPToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.FTPToolStripMenuItem.Text = "上传文件到FTP";
this.FTPToolStripMenuItem.Click += new System.EventHandler(this.FTPToolStripMenuItem_Click);
//
// imageListSmall
//
this.imageListSmall.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent;
this.imageListSmall.Images.SetKeyName(0, "compass");
this.imageListSmall.Images.SetKeyName(1, "down");
this.imageListSmall.Images.SetKeyName(2, "user");
this.imageListSmall.Images.SetKeyName(3, "find");
this.imageListSmall.Images.SetKeyName(4, "folder");
this.imageListSmall.Images.SetKeyName(5, "movie");
this.imageListSmall.Images.SetKeyName(6, "music");
this.imageListSmall.Images.SetKeyName(7, "no");
this.imageListSmall.Images.SetKeyName(8, "readonly");
this.imageListSmall.Images.SetKeyName(9, "public");
this.imageListSmall.Images.SetKeyName(10, "recycle");
this.imageListSmall.Images.SetKeyName(11, "spanner");
this.imageListSmall.Images.SetKeyName(12, "star");
this.imageListSmall.Images.SetKeyName(13, "tick");
this.imageListSmall.Images.SetKeyName(14, "archive");
this.imageListSmall.Images.SetKeyName(15, "system");
this.imageListSmall.Images.SetKeyName(16, "hidden");
this.imageListSmall.Images.SetKeyName(17, "temporary");
//
// treeListView
//
this.treeListView.AllColumns.Add(this.olvColumnName);
this.treeListView.AllColumns.Add(this.olvColumnCreated);
this.treeListView.AllColumns.Add(this.olvColumnModified);
this.treeListView.AllColumns.Add(this.olvColumnSize);
this.treeListView.AllColumns.Add(this.olvColumnFileType);
this.treeListView.AllowColumnReorder = true;
this.treeListView.AllowDrop = true;
this.treeListView.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.treeListView.CellEditUseWholeCell = false;
this.treeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.olvColumnName,
this.olvColumnCreated,
this.olvColumnModified,
this.olvColumnSize,
this.olvColumnFileType});
this.treeListView.ContextMenuStrip = this.contextMenuStrip1;
this.treeListView.Cursor = System.Windows.Forms.Cursors.Default;
this.treeListView.EmptyListMsg = "工作区为空";
this.treeListView.EmptyListMsgFont = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.treeListView.FullRowSelect = true;
this.treeListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.treeListView.HideSelection = false;
this.treeListView.IsSimpleDragSource = true;
this.treeListView.Location = new System.Drawing.Point(1, 2);
this.treeListView.MultiSelect = false;
this.treeListView.Name = "treeListView";
this.treeListView.RowHeight = 22;
this.treeListView.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
this.treeListView.ShowCommandMenuOnRightClick = true;
this.treeListView.ShowGroups = false;
this.treeListView.ShowImagesOnSubItems = true;
this.treeListView.ShowItemToolTips = true;
this.treeListView.Size = new System.Drawing.Size(388, 679);
this.treeListView.SmallImageList = this.imageListSmall;
this.treeListView.TabIndex = 29;
this.treeListView.UseCompatibleStateImageBehavior = false;
this.treeListView.UseFilterIndicator = true;
this.treeListView.UseFiltering = true;
this.treeListView.UseHotItem = true;
this.treeListView.View = System.Windows.Forms.View.Details;
this.treeListView.VirtualMode = true;
this.treeListView.Dropped += new System.EventHandler<BrightIdeasSoftware.OlvDropEventArgs>(this.TreeListView_Dropped);
this.treeListView.ItemActivate += new System.EventHandler(this.TreeListView_ItemActivate);
this.treeListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.TreeListView_DragDrop);
this.treeListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.TreeListView_DragEnter);
this.treeListView.DragOver += new System.Windows.Forms.DragEventHandler(this.TreeListView_DragOver);
this.treeListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.TreeListView_MouseDoubleClick);
//
// olvColumnName
//
this.olvColumnName.AspectName = "Name";
this.olvColumnName.Text = "文件名";
this.olvColumnName.UseInitialLetterForGroup = true;
this.olvColumnName.Width = 180;
//
// olvColumnCreated
//
this.olvColumnCreated.AspectName = "CreationTime";
this.olvColumnCreated.DisplayIndex = 4;
this.olvColumnCreated.Text = "创建时间";
this.olvColumnCreated.Width = 131;
//
// olvColumnModified
//
this.olvColumnModified.AspectName = "LastWriteTime";
this.olvColumnModified.DisplayIndex = 1;
this.olvColumnModified.IsTileViewColumn = true;
this.olvColumnModified.Text = "修改时间";
this.olvColumnModified.Width = 145;
//
// olvColumnSize
//
this.olvColumnSize.AspectName = "Extension";
this.olvColumnSize.DisplayIndex = 2;
this.olvColumnSize.HeaderTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.olvColumnSize.Text = "大小";
this.olvColumnSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.olvColumnSize.Width = 80;
//
// olvColumnFileType
//
this.olvColumnFileType.DisplayIndex = 3;
this.olvColumnFileType.IsTileViewColumn = true;
this.olvColumnFileType.Text = "类型";
this.olvColumnFileType.Width = 148;
//
// treeRenderer1
//
this.treeRenderer1.IsShowGlyphs = true;
this.treeRenderer1.IsShowLines = true;
this.treeRenderer1.UseTriangles = false;
//
// MenuForm
//
this.MenuForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem1});
this.MenuForm.Name = "MenuForm";
this.MenuForm.Size = new System.Drawing.Size(113, 26);
//
// 重命名ToolStripMenuItem1
//
this.ToolStripMenuItem1.Name = "重命名ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(112, 22);
this.ToolStripMenuItem1.Text = "重命名";
this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
//
// FrmFileBrowser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(390, 681);
this.Controls.Add(this.treeListView);
this.Name = "FrmFileBrowser";
this.TabPageContextMenuStrip = this.MenuForm;
this.Text = "工作区";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFileBrowser_FormClosing);
this.Load += new System.EventHandler(this.FrmFileBrowser_Load);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeListView)).EndInit();
this.MenuForm.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private BrightIdeasSoftware.OLVColumn olvColumnName;
private BrightIdeasSoftware.OLVColumn olvColumnCreated;
private BrightIdeasSoftware.OLVColumn olvColumnModified;
private BrightIdeasSoftware.OLVColumn olvColumnSize;
private BrightIdeasSoftware.OLVColumn olvColumnFileType;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.ImageList imageListSmall;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
public BrightIdeasSoftware.TreeListView treeListView;
private BrightIdeasSoftware.TreeListView.TreeRenderer treeRenderer1;
private System.Windows.Forms.ContextMenuStrip MenuForm;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem FTPToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
}
}