------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
567 lines
33 KiB
C#
567 lines
33 KiB
C#
namespace SuperDesign.Tools.SmartEditor
|
|
{
|
|
partial class FrmFileBrowser_New {
|
|
/// <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_New));
|
|
this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.BtnUp2 = new System.Windows.Forms.Button();
|
|
this.BtnUp = new System.Windows.Forms.Button();
|
|
this.BtnGo = new System.Windows.Forms.Button();
|
|
this.MenuForm = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.重命名ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.textBoxFolderPath = new System.Windows.Forms.TextBox();
|
|
this.olvFiles = new BrightIdeasSoftware.FastObjectListView();
|
|
this.olvColumnName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.olvColumnModified = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.olvColumnCreated = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.olvColumnSize = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.olvColumnFileType = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.复制文件名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.新建文件夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.剪切ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
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.MenuDir = 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.TreeDir = new System.Windows.Forms.TreeView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.CbbMatch = new ryControls.RyComboBox();
|
|
this.TxtSearch = new ryControls.TextBoxEx2();
|
|
this.MenuDirHistory = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
|
|
this.复制文件到其它站点同位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.MenuForm.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.olvFiles)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.MenuDir.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// imageListSmall
|
|
//
|
|
this.imageListSmall.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
|
this.imageListSmall.ImageSize = new System.Drawing.Size(16, 16);
|
|
this.imageListSmall.TransparentColor = System.Drawing.Color.Transparent;
|
|
//
|
|
// BtnUp2
|
|
//
|
|
this.BtnUp2.Image = ((System.Drawing.Image)(resources.GetObject("BtnUp2.Image")));
|
|
this.BtnUp2.Location = new System.Drawing.Point(0, 0);
|
|
this.BtnUp2.Name = "BtnUp2";
|
|
this.BtnUp2.Size = new System.Drawing.Size(27, 25);
|
|
this.BtnUp2.TabIndex = 0;
|
|
this.toolTip1.SetToolTip(this.BtnUp2, "上一级文件夹");
|
|
this.BtnUp2.UseVisualStyleBackColor = true;
|
|
this.BtnUp2.Click += new System.EventHandler(this.BtnUp_Click);
|
|
//
|
|
// BtnUp
|
|
//
|
|
this.BtnUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnUp.Image = ((System.Drawing.Image)(resources.GetObject("BtnUp.Image")));
|
|
this.BtnUp.Location = new System.Drawing.Point(363, -1);
|
|
this.BtnUp.Name = "BtnUp";
|
|
this.BtnUp.Size = new System.Drawing.Size(27, 25);
|
|
this.BtnUp.TabIndex = 2;
|
|
this.toolTip1.SetToolTip(this.BtnUp, "上一级文件夹");
|
|
this.BtnUp.UseVisualStyleBackColor = true;
|
|
this.BtnUp.Click += new System.EventHandler(this.BtnUp_Click);
|
|
//
|
|
// BtnGo
|
|
//
|
|
this.BtnGo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BtnGo.Image = ((System.Drawing.Image)(resources.GetObject("BtnGo.Image")));
|
|
this.BtnGo.Location = new System.Drawing.Point(336, -1);
|
|
this.BtnGo.Name = "BtnGo";
|
|
this.BtnGo.Size = new System.Drawing.Size(27, 25);
|
|
this.BtnGo.TabIndex = 1;
|
|
this.toolTip1.SetToolTip(this.BtnGo, "到达目录");
|
|
this.BtnGo.UseVisualStyleBackColor = true;
|
|
this.BtnGo.Click += new System.EventHandler(this.BtnGo_Click);
|
|
this.BtnGo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.BtnGo_MouseDown);
|
|
//
|
|
// 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);
|
|
//
|
|
// folderBrowserDialog1
|
|
//
|
|
this.folderBrowserDialog1.Description = "请选择文件夹位置";
|
|
//
|
|
// textBoxFolderPath
|
|
//
|
|
this.textBoxFolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxFolderPath.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.textBoxFolderPath.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
|
|
this.textBoxFolderPath.Location = new System.Drawing.Point(2, 2);
|
|
this.textBoxFolderPath.Name = "textBoxFolderPath";
|
|
this.textBoxFolderPath.Size = new System.Drawing.Size(335, 21);
|
|
this.textBoxFolderPath.TabIndex = 0;
|
|
this.textBoxFolderPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBoxFolderPath_KeyDown);
|
|
this.textBoxFolderPath.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.textBoxFolderPath_MouseDoubleClick);
|
|
//
|
|
// olvFiles
|
|
//
|
|
this.olvFiles.AllColumns.Add(this.olvColumnName);
|
|
this.olvFiles.AllColumns.Add(this.olvColumnModified);
|
|
this.olvFiles.AllColumns.Add(this.olvColumnCreated);
|
|
this.olvFiles.AllColumns.Add(this.olvColumnSize);
|
|
this.olvFiles.AllColumns.Add(this.olvColumnFileType);
|
|
this.olvFiles.AllowColumnReorder = true;
|
|
this.olvFiles.AllowDrop = true;
|
|
this.olvFiles.CellEditActivation = BrightIdeasSoftware.ObjectListView.CellEditActivateMode.SingleClick;
|
|
this.olvFiles.CellEditEnterChangesRows = true;
|
|
this.olvFiles.CellEditUseWholeCell = false;
|
|
this.olvFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.olvColumnName,
|
|
this.olvColumnModified,
|
|
this.olvColumnCreated,
|
|
this.olvColumnSize,
|
|
this.olvColumnFileType});
|
|
this.olvFiles.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.olvFiles.CopySelectionOnControlC = false;
|
|
this.olvFiles.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.olvFiles.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.olvFiles.EmptyListMsg = "空文件夹";
|
|
this.olvFiles.EmptyListMsgFont = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.olvFiles.FullRowSelect = true;
|
|
this.olvFiles.HideSelection = false;
|
|
this.olvFiles.IsSearchOnSortColumn = false;
|
|
this.olvFiles.LargeImageList = this.imageListSmall;
|
|
this.olvFiles.Location = new System.Drawing.Point(0, 26);
|
|
this.olvFiles.Name = "olvFiles";
|
|
this.olvFiles.SelectColumnsOnRightClickBehaviour = BrightIdeasSoftware.ObjectListView.ColumnSelectBehaviour.Submenu;
|
|
this.olvFiles.ShowCommandMenuOnRightClick = true;
|
|
this.olvFiles.ShowGroups = false;
|
|
this.olvFiles.ShowItemToolTips = true;
|
|
this.olvFiles.Size = new System.Drawing.Size(388, 344);
|
|
this.olvFiles.SmallImageList = this.imageListSmall;
|
|
this.olvFiles.StateImageList = this.imageListSmall;
|
|
this.olvFiles.TabIndex = 1;
|
|
this.olvFiles.UseCompatibleStateImageBehavior = false;
|
|
this.olvFiles.UseFilterIndicator = true;
|
|
this.olvFiles.UseFiltering = true;
|
|
this.olvFiles.View = System.Windows.Forms.View.Details;
|
|
this.olvFiles.VirtualMode = true;
|
|
this.olvFiles.CellEditFinished += new BrightIdeasSoftware.CellEditEventHandler(this.OlvFiles_CellEditFinished);
|
|
this.olvFiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OlvFiles_KeyDown);
|
|
this.olvFiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.OlvFiles_MouseDoubleClick);
|
|
//
|
|
// olvColumnName
|
|
//
|
|
this.olvColumnName.AspectName = "Name";
|
|
this.olvColumnName.ButtonPadding = new System.Drawing.Size(10, 10);
|
|
this.olvColumnName.IsEditable = true;
|
|
this.olvColumnName.IsTileViewColumn = true;
|
|
this.olvColumnName.Text = "文件名";
|
|
this.olvColumnName.UseInitialLetterForGroup = true;
|
|
this.olvColumnName.Width = 180;
|
|
//
|
|
// olvColumnModified
|
|
//
|
|
this.olvColumnModified.AspectName = "LastWriteTime";
|
|
this.olvColumnModified.ButtonPadding = new System.Drawing.Size(10, 10);
|
|
this.olvColumnModified.IsTileViewColumn = true;
|
|
this.olvColumnModified.Text = "修改时间";
|
|
this.olvColumnModified.UseFiltering = false;
|
|
this.olvColumnModified.Width = 127;
|
|
//
|
|
// olvColumnCreated
|
|
//
|
|
this.olvColumnCreated.AspectName = "CreationTime";
|
|
this.olvColumnCreated.ButtonPadding = new System.Drawing.Size(10, 10);
|
|
this.olvColumnCreated.DisplayIndex = 4;
|
|
this.olvColumnCreated.Text = "创建时间";
|
|
this.olvColumnCreated.UseFiltering = false;
|
|
this.olvColumnCreated.Width = 131;
|
|
//
|
|
// olvColumnSize
|
|
//
|
|
this.olvColumnSize.AspectName = "Extension";
|
|
this.olvColumnSize.ButtonPadding = new System.Drawing.Size(10, 10);
|
|
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.UseFiltering = false;
|
|
this.olvColumnSize.Width = 80;
|
|
//
|
|
// olvColumnFileType
|
|
//
|
|
this.olvColumnFileType.ButtonPadding = new System.Drawing.Size(10, 10);
|
|
this.olvColumnFileType.DisplayIndex = 3;
|
|
this.olvColumnFileType.IsTileViewColumn = true;
|
|
this.olvColumnFileType.Text = "文件类型";
|
|
this.olvColumnFileType.UseFiltering = false;
|
|
this.olvColumnFileType.Width = 148;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.复制文件名ToolStripMenuItem,
|
|
this.toolStripMenuItem2,
|
|
this.新建文件夹ToolStripMenuItem,
|
|
this.复制ToolStripMenuItem,
|
|
this.剪切ToolStripMenuItem,
|
|
this.粘贴ToolStripMenuItem,
|
|
this.粘贴剪切板文件列表ToolStripMenuItem,
|
|
this.删除文件ToolStripMenuItem,
|
|
this.重命名ToolStripMenuItem,
|
|
this.toolStripMenuItem1,
|
|
this.在资源管理器中定位该文件ToolStripMenuItem,
|
|
this.复制文件到其它站点同位置ToolStripMenuItem,
|
|
this.上传到FTPToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(221, 280);
|
|
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
|
|
//
|
|
// 复制文件名ToolStripMenuItem
|
|
//
|
|
this.复制文件名ToolStripMenuItem.Name = "复制文件名ToolStripMenuItem";
|
|
this.复制文件名ToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.复制文件名ToolStripMenuItem.Text = "复制文件名";
|
|
this.复制文件名ToolStripMenuItem.Click += new System.EventHandler(this.复制文件名ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(217, 6);
|
|
//
|
|
// 新建文件夹ToolStripMenuItem
|
|
//
|
|
this.新建文件夹ToolStripMenuItem.Name = "新建文件夹ToolStripMenuItem";
|
|
this.新建文件夹ToolStripMenuItem.Size = new System.Drawing.Size(220, 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(220, 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(220, 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(220, 22);
|
|
this.粘贴ToolStripMenuItem.Text = "粘贴";
|
|
this.粘贴ToolStripMenuItem.Visible = false;
|
|
this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem_Click);
|
|
//
|
|
// 粘贴剪切板文件列表ToolStripMenuItem
|
|
//
|
|
this.粘贴剪切板文件列表ToolStripMenuItem.Name = "粘贴剪切板文件列表ToolStripMenuItem";
|
|
this.粘贴剪切板文件列表ToolStripMenuItem.Size = new System.Drawing.Size(220, 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(220, 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(220, 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(217, 6);
|
|
//
|
|
// 在资源管理器中定位该文件ToolStripMenuItem
|
|
//
|
|
this.在资源管理器中定位该文件ToolStripMenuItem.Name = "在资源管理器中定位该文件ToolStripMenuItem";
|
|
this.在资源管理器中定位该文件ToolStripMenuItem.Size = new System.Drawing.Size(220, 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(220, 22);
|
|
this.上传到FTPToolStripMenuItem.Text = "上传到FTP";
|
|
this.上传到FTPToolStripMenuItem.Click += new System.EventHandler(this.上传到FTPToolStripMenuItem_Click);
|
|
//
|
|
// MenuDir
|
|
//
|
|
this.MenuDir.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.刷新文件夹ToolStripMenuItem,
|
|
this.在资源管理器中打开该文件夹ToolStripMenuItem,
|
|
this.资源管理器菜单ToolStripMenuItem});
|
|
this.MenuDir.Name = "MenuDir";
|
|
this.MenuDir.Size = new System.Drawing.Size(233, 70);
|
|
//
|
|
// 刷新文件夹ToolStripMenuItem
|
|
//
|
|
this.刷新文件夹ToolStripMenuItem.Name = "刷新文件夹ToolStripMenuItem";
|
|
this.刷新文件夹ToolStripMenuItem.Size = new System.Drawing.Size(232, 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(232, 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(232, 22);
|
|
this.资源管理器菜单ToolStripMenuItem.Text = "资源管理器菜单";
|
|
this.资源管理器菜单ToolStripMenuItem.Click += new System.EventHandler(this.资源管理器菜单ToolStripMenuItem_Click);
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(2, 25);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.TreeDir);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.olvFiles);
|
|
this.splitContainer1.Panel2.Controls.Add(this.panel1);
|
|
this.splitContainer1.Size = new System.Drawing.Size(388, 654);
|
|
this.splitContainer1.SplitterDistance = 280;
|
|
this.splitContainer1.TabIndex = 93;
|
|
//
|
|
// TreeDir
|
|
//
|
|
this.TreeDir.ContextMenuStrip = this.MenuDir;
|
|
this.TreeDir.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.TreeDir.HideSelection = false;
|
|
this.TreeDir.ImageIndex = 0;
|
|
this.TreeDir.ImageList = this.imageListSmall;
|
|
this.TreeDir.Location = new System.Drawing.Point(0, 0);
|
|
this.TreeDir.Name = "TreeDir";
|
|
this.TreeDir.SelectedImageIndex = 0;
|
|
this.TreeDir.Size = new System.Drawing.Size(388, 280);
|
|
this.TreeDir.TabIndex = 0;
|
|
this.TreeDir.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TreeDir_MouseDown);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.BtnUp2);
|
|
this.panel1.Controls.Add(this.CbbMatch);
|
|
this.panel1.Controls.Add(this.TxtSearch);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(388, 26);
|
|
this.panel1.TabIndex = 89;
|
|
//
|
|
// CbbMatch
|
|
//
|
|
this.CbbMatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CbbMatch.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.CbbMatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CbbMatch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.CbbMatch.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.CbbMatch.FormattingEnabled = true;
|
|
this.CbbMatch.Items.AddRange(new object[] {
|
|
"任意文本",
|
|
"前缀",
|
|
"正则表达式"});
|
|
this.CbbMatch.Location = new System.Drawing.Point(290, 1);
|
|
this.CbbMatch.MaxUndoRedoSteps = 50;
|
|
this.CbbMatch.Name = "CbbMatch";
|
|
this.CbbMatch.Size = new System.Drawing.Size(94, 24);
|
|
this.CbbMatch.TabIndex = 2;
|
|
this.CbbMatch.SelectedIndexChanged += new System.EventHandler(this.CbbMatch_SelectedIndexChanged);
|
|
//
|
|
// TxtSearch
|
|
//
|
|
this.TxtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtSearch.BackColor = System.Drawing.Color.White;
|
|
this.TxtSearch.EmptyText = "请输入搜索内容";
|
|
this.TxtSearch.ImeMode = System.Windows.Forms.ImeMode.Close;
|
|
this.TxtSearch.Location = new System.Drawing.Point(28, 1);
|
|
this.TxtSearch.LongTime = 2000;
|
|
this.TxtSearch.MaxLength = 999999999;
|
|
this.TxtSearch.MaxUndoRedoSteps = 50;
|
|
this.TxtSearch.Multiline = false;
|
|
this.TxtSearch.Name = "TxtSearch";
|
|
this.TxtSearch.OnlyNumeric = false;
|
|
this.TxtSearch.PasswordChar = '\0';
|
|
this.TxtSearch.ReadOnly = false;
|
|
this.TxtSearch.SelectedText = "";
|
|
this.TxtSearch.SelectionLength = 0;
|
|
this.TxtSearch.SelectionStart = 0;
|
|
this.TxtSearch.Size = new System.Drawing.Size(256, 24);
|
|
this.TxtSearch.TabIndex = 1;
|
|
this.TxtSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.TxtSearch.ToolTip = "";
|
|
this.TxtSearch.WordWrap = true;
|
|
this.TxtSearch.TextChanged2 += new System.EventHandler(this.TxtSearch_TextChanged2);
|
|
//
|
|
// MenuDirHistory
|
|
//
|
|
this.MenuDirHistory.Name = "MenuDirHistory";
|
|
this.MenuDirHistory.Size = new System.Drawing.Size(61, 4);
|
|
//
|
|
// fileSystemWatcher1
|
|
//
|
|
this.fileSystemWatcher1.EnableRaisingEvents = true;
|
|
this.fileSystemWatcher1.SynchronizingObject = this;
|
|
this.fileSystemWatcher1.Changed += new System.IO.FileSystemEventHandler(this.FileSystemWatcher1_Changed);
|
|
this.fileSystemWatcher1.Created += new System.IO.FileSystemEventHandler(this.FileSystemWatcher1_Created);
|
|
this.fileSystemWatcher1.Deleted += new System.IO.FileSystemEventHandler(this.FileSystemWatcher1_Deleted);
|
|
this.fileSystemWatcher1.Renamed += new System.IO.RenamedEventHandler(this.FileSystemWatcher1_Renamed);
|
|
//
|
|
// 复制文件到其它站点同位置ToolStripMenuItem
|
|
//
|
|
this.复制文件到其它站点同位置ToolStripMenuItem.Name = "复制文件到其它站点同位置ToolStripMenuItem";
|
|
this.复制文件到其它站点同位置ToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
this.复制文件到其它站点同位置ToolStripMenuItem.Text = "复制文件到其它站点同位置";
|
|
this.复制文件到其它站点同位置ToolStripMenuItem.Click += new System.EventHandler(this.复制文件到其它站点同位置ToolStripMenuItem_Click);
|
|
//
|
|
// FrmFileBrowser_New
|
|
//
|
|
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.splitContainer1);
|
|
this.Controls.Add(this.BtnUp);
|
|
this.Controls.Add(this.BtnGo);
|
|
this.Controls.Add(this.textBoxFolderPath);
|
|
this.Name = "FrmFileBrowser_New";
|
|
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.Shown += new System.EventHandler(this.FrmFileBrowser_New_Shown);
|
|
this.MenuForm.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.olvFiles)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.MenuDir.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.ImageList imageListSmall;
|
|
private System.Windows.Forms.ContextMenuStrip MenuForm;
|
|
private System.Windows.Forms.ToolStripMenuItem 重命名ToolStripMenuItem1;
|
|
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
private BrightIdeasSoftware.OLVColumn olvColumnName;
|
|
private BrightIdeasSoftware.OLVColumn olvColumnCreated;
|
|
private BrightIdeasSoftware.OLVColumn olvColumnModified;
|
|
private BrightIdeasSoftware.OLVColumn olvColumnSize;
|
|
private BrightIdeasSoftware.OLVColumn olvColumnFileType;
|
|
private System.Windows.Forms.Button BtnGo;
|
|
private System.Windows.Forms.Button BtnUp;
|
|
public BrightIdeasSoftware.FastObjectListView olvFiles;
|
|
public System.Windows.Forms.TextBox textBoxFolderPath;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 在资源管理器中定位该文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 上传到FTPToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 复制文件名ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 重命名ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 新建文件夹ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 剪切ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 粘贴ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ContextMenuStrip MenuDir;
|
|
private System.Windows.Forms.ToolStripMenuItem 刷新文件夹ToolStripMenuItem;
|
|
public System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TreeView TreeDir;
|
|
private System.Windows.Forms.ToolStripMenuItem 在资源管理器中打开该文件夹ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 资源管理器菜单ToolStripMenuItem;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private ryControls.RyComboBox CbbMatch;
|
|
private ryControls.TextBoxEx2 TxtSearch;
|
|
private System.Windows.Forms.Button BtnUp2;
|
|
private System.Windows.Forms.ContextMenuStrip MenuDirHistory;
|
|
private System.Windows.Forms.ToolStripMenuItem 粘贴剪切板文件列表ToolStripMenuItem;
|
|
private System.IO.FileSystemWatcher fileSystemWatcher1;
|
|
private System.Windows.Forms.ToolStripMenuItem 复制文件到其它站点同位置ToolStripMenuItem;
|
|
}
|
|
} |