------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
901 lines
55 KiB
C#
901 lines
55 KiB
C#
namespace 开发辅助工具.Tools.SmartEditor
|
|
{
|
|
partial class FrmMainEditor
|
|
{
|
|
/// <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(FrmMainEditor));
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.TsNew = new System.Windows.Forms.ToolStripButton();
|
|
this.TsOpen = new System.Windows.Forms.ToolStripButton();
|
|
this.TsSave = new System.Windows.Forms.ToolStripButton();
|
|
this.TsSaveAll = new System.Windows.Forms.ToolStripButton();
|
|
this.TsFTPUpload = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TsUndo = new System.Windows.Forms.ToolStripButton();
|
|
this.TsRedo = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TxtFind = new System.Windows.Forms.ToolStripTextBox();
|
|
this.TsFind = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TsFavView = new System.Windows.Forms.ToolStripButton();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
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.视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.置顶显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.文件浏览窗口ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.fTP浏览器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.转换为小写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.base64编码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.base64解码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.urlEncodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.urlDecodeUTF8ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.urlEncodeGB2312ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.urlDecodeGB2312ToolStripMenuItem = 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.编码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.使用ANSI编码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.使用UTF8编码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.使用UTF8BOM编码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.使用UTF16BigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.使用UTF16LittleEndian编码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.fTPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.上传当前文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.上传所有站点当前位置文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.上传全部FTP标签文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.TsState = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.TsRowCol = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.TsFtpPath = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
|
this.vS2015BlueTheme1 = new WeifenLuo.WinFormsUI.ThemeVS2015.VS2015BlueTheme();
|
|
this.vsToolStripExtender1 = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
|
|
this.PnlLoad = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.PnlLoad.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TsNew,
|
|
this.TsOpen,
|
|
this.TsSave,
|
|
this.TsSaveAll,
|
|
this.TsFTPUpload,
|
|
this.toolStripSeparator1,
|
|
this.TsUndo,
|
|
this.TsRedo,
|
|
this.toolStripSeparator3,
|
|
this.TxtFind,
|
|
this.TsFind,
|
|
this.toolStripSeparator2,
|
|
this.TsFavView});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 25);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(977, 27);
|
|
this.toolStrip1.Stretch = true;
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// TsNew
|
|
//
|
|
this.TsNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsNew.Image = ((System.Drawing.Image)(resources.GetObject("TsNew.Image")));
|
|
this.TsNew.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsNew.Name = "TsNew";
|
|
this.TsNew.Size = new System.Drawing.Size(24, 24);
|
|
this.TsNew.Text = "新建";
|
|
this.TsNew.Click += new System.EventHandler(this.TsNew_Click);
|
|
//
|
|
// TsOpen
|
|
//
|
|
this.TsOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsOpen.Image = ((System.Drawing.Image)(resources.GetObject("TsOpen.Image")));
|
|
this.TsOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsOpen.Name = "TsOpen";
|
|
this.TsOpen.Size = new System.Drawing.Size(24, 24);
|
|
this.TsOpen.Text = "打开";
|
|
this.TsOpen.Click += new System.EventHandler(this.TsOpen_Click);
|
|
//
|
|
// TsSave
|
|
//
|
|
this.TsSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsSave.Enabled = false;
|
|
this.TsSave.Image = ((System.Drawing.Image)(resources.GetObject("TsSave.Image")));
|
|
this.TsSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsSave.Name = "TsSave";
|
|
this.TsSave.Size = new System.Drawing.Size(24, 24);
|
|
this.TsSave.Text = "保存";
|
|
this.TsSave.Click += new System.EventHandler(this.TsSave_Click);
|
|
//
|
|
// TsSaveAll
|
|
//
|
|
this.TsSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsSaveAll.Image = ((System.Drawing.Image)(resources.GetObject("TsSaveAll.Image")));
|
|
this.TsSaveAll.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsSaveAll.Name = "TsSaveAll";
|
|
this.TsSaveAll.Size = new System.Drawing.Size(24, 24);
|
|
this.TsSaveAll.Text = "保存全部";
|
|
this.TsSaveAll.Click += new System.EventHandler(this.TsSaveAll_Click);
|
|
//
|
|
// TsFTPUpload
|
|
//
|
|
this.TsFTPUpload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsFTPUpload.Enabled = false;
|
|
this.TsFTPUpload.Image = ((System.Drawing.Image)(resources.GetObject("TsFTPUpload.Image")));
|
|
this.TsFTPUpload.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsFTPUpload.Name = "TsFTPUpload";
|
|
this.TsFTPUpload.Size = new System.Drawing.Size(24, 24);
|
|
this.TsFTPUpload.Text = "FTP上传";
|
|
this.TsFTPUpload.Click += new System.EventHandler(this.TsFTPUpload_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// TsUndo
|
|
//
|
|
this.TsUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsUndo.Enabled = false;
|
|
this.TsUndo.Image = ((System.Drawing.Image)(resources.GetObject("TsUndo.Image")));
|
|
this.TsUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsUndo.Name = "TsUndo";
|
|
this.TsUndo.Size = new System.Drawing.Size(24, 24);
|
|
this.TsUndo.Text = "撤销";
|
|
this.TsUndo.Click += new System.EventHandler(this.TsUndo_Click);
|
|
//
|
|
// TsRedo
|
|
//
|
|
this.TsRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsRedo.Enabled = false;
|
|
this.TsRedo.Image = ((System.Drawing.Image)(resources.GetObject("TsRedo.Image")));
|
|
this.TsRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsRedo.Name = "TsRedo";
|
|
this.TsRedo.Size = new System.Drawing.Size(24, 24);
|
|
this.TsRedo.Text = "重做";
|
|
this.TsRedo.Click += new System.EventHandler(this.TsRedo_Click);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// TxtFind
|
|
//
|
|
this.TxtFind.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
|
this.TxtFind.Name = "TxtFind";
|
|
this.TxtFind.Size = new System.Drawing.Size(200, 27);
|
|
this.TxtFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtFind_KeyDown);
|
|
//
|
|
// TsFind
|
|
//
|
|
this.TsFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsFind.Image = ((System.Drawing.Image)(resources.GetObject("TsFind.Image")));
|
|
this.TsFind.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsFind.Name = "TsFind";
|
|
this.TsFind.Size = new System.Drawing.Size(24, 24);
|
|
this.TsFind.Text = "查找";
|
|
this.TsFind.Click += new System.EventHandler(this.TsFind_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// TsFavView
|
|
//
|
|
this.TsFavView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.TsFavView.Image = ((System.Drawing.Image)(resources.GetObject("TsFavView.Image")));
|
|
this.TsFavView.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.TsFavView.Name = "TsFavView";
|
|
this.TsFavView.Size = new System.Drawing.Size(24, 24);
|
|
this.TsFavView.Text = "收藏管理";
|
|
this.TsFavView.Click += new System.EventHandler(this.TsFavView_Click);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.文件ToolStripMenuItem,
|
|
this.视图ToolStripMenuItem,
|
|
this.编辑ToolStripMenuItem,
|
|
this.搜索ToolStripMenuItem,
|
|
this.编码ToolStripMenuItem,
|
|
this.语言ToolStripMenuItem,
|
|
this.工具ToolStripMenuItem,
|
|
this.fTPToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(977, 25);
|
|
this.menuStrip1.TabIndex = 5;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 文件ToolStripMenuItem
|
|
//
|
|
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.新建ToolStripMenuItem,
|
|
this.打开ToolStripMenuItem,
|
|
this.重新读取ToolStripMenuItem,
|
|
this.保存ToolStripMenuItem,
|
|
this.保存全部ToolStripMenuItem,
|
|
this.另存为ToolStripMenuItem});
|
|
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
|
|
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.文件ToolStripMenuItem.Text = "文件";
|
|
//
|
|
// 新建ToolStripMenuItem
|
|
//
|
|
this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
|
|
this.新建ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
|
|
this.新建ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.新建ToolStripMenuItem.Text = "新建";
|
|
this.新建ToolStripMenuItem.Click += new System.EventHandler(this.新建ToolStripMenuItem_Click);
|
|
//
|
|
// 打开ToolStripMenuItem
|
|
//
|
|
this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
|
|
this.打开ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.打开ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.打开ToolStripMenuItem.Text = "打开";
|
|
this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
|
|
//
|
|
// 重新读取ToolStripMenuItem
|
|
//
|
|
this.重新读取ToolStripMenuItem.Enabled = false;
|
|
this.重新读取ToolStripMenuItem.Name = "重新读取ToolStripMenuItem";
|
|
this.重新读取ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
|
this.重新读取ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.重新读取ToolStripMenuItem.Text = "重新读取";
|
|
this.重新读取ToolStripMenuItem.Click += new System.EventHandler(this.重新读取ToolStripMenuItem_Click);
|
|
//
|
|
// 保存ToolStripMenuItem
|
|
//
|
|
this.保存ToolStripMenuItem.Enabled = false;
|
|
this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
|
|
this.保存ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.保存ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.保存ToolStripMenuItem.Text = "保存";
|
|
this.保存ToolStripMenuItem.Click += new System.EventHandler(this.保存ToolStripMenuItem_Click);
|
|
//
|
|
// 保存全部ToolStripMenuItem
|
|
//
|
|
this.保存全部ToolStripMenuItem.Name = "保存全部ToolStripMenuItem";
|
|
this.保存全部ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.S)));
|
|
this.保存全部ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.保存全部ToolStripMenuItem.Text = "保存全部";
|
|
this.保存全部ToolStripMenuItem.Click += new System.EventHandler(this.保存全部ToolStripMenuItem_Click);
|
|
//
|
|
// 另存为ToolStripMenuItem
|
|
//
|
|
this.另存为ToolStripMenuItem.Name = "另存为ToolStripMenuItem";
|
|
this.另存为ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
|
|
| System.Windows.Forms.Keys.S)));
|
|
this.另存为ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
|
|
this.另存为ToolStripMenuItem.Text = "另存为";
|
|
this.另存为ToolStripMenuItem.Click += new System.EventHandler(this.另存为ToolStripMenuItem_Click);
|
|
//
|
|
// 视图ToolStripMenuItem
|
|
//
|
|
this.视图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.置顶显示ToolStripMenuItem,
|
|
this.文件浏览窗口ToolStripMenuItem,
|
|
this.fTP浏览器ToolStripMenuItem,
|
|
this.文件浏览器ToolStripMenuItem});
|
|
this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem";
|
|
this.视图ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.视图ToolStripMenuItem.Text = "视图";
|
|
//
|
|
// 置顶显示ToolStripMenuItem
|
|
//
|
|
this.置顶显示ToolStripMenuItem.Name = "置顶显示ToolStripMenuItem";
|
|
this.置顶显示ToolStripMenuItem.Size = new System.Drawing.Size(136, 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(136, 22);
|
|
this.文件浏览窗口ToolStripMenuItem.Text = "工作区窗口";
|
|
this.文件浏览窗口ToolStripMenuItem.Click += new System.EventHandler(this.文件浏览窗口ToolStripMenuItem_Click);
|
|
//
|
|
// fTP浏览器ToolStripMenuItem
|
|
//
|
|
this.fTP浏览器ToolStripMenuItem.Name = "fTP浏览器ToolStripMenuItem";
|
|
this.fTP浏览器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.fTP浏览器ToolStripMenuItem.Text = "FTP浏览器";
|
|
this.fTP浏览器ToolStripMenuItem.Click += new System.EventHandler(this.FTP浏览器ToolStripMenuItem_Click);
|
|
//
|
|
// 文件浏览器ToolStripMenuItem
|
|
//
|
|
this.文件浏览器ToolStripMenuItem.Name = "文件浏览器ToolStripMenuItem";
|
|
this.文件浏览器ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
|
this.文件浏览器ToolStripMenuItem.Text = "文件浏览器";
|
|
this.文件浏览器ToolStripMenuItem.Click += new System.EventHandler(this.文件浏览器ToolStripMenuItem_Click);
|
|
//
|
|
// 编辑ToolStripMenuItem
|
|
//
|
|
this.编辑ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.行操作ToolStripMenuItem,
|
|
this.大小写转换ToolStripMenuItem,
|
|
this.单行注释ToolStripMenuItem,
|
|
this.编码与解码ToolStripMenuItem,
|
|
this.美化ToolStripMenuItem});
|
|
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
|
|
this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.编辑ToolStripMenuItem.Text = "编辑";
|
|
//
|
|
// 行操作ToolStripMenuItem
|
|
//
|
|
this.行操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.删除重复行ToolStripMenuItem,
|
|
this.删除空白行ToolStripMenuItem});
|
|
this.行操作ToolStripMenuItem.Name = "行操作ToolStripMenuItem";
|
|
this.行操作ToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
this.行操作ToolStripMenuItem.Text = "行操作";
|
|
//
|
|
// 删除重复行ToolStripMenuItem
|
|
//
|
|
this.删除重复行ToolStripMenuItem.Name = "删除重复行ToolStripMenuItem";
|
|
this.删除重复行ToolStripMenuItem.Size = new System.Drawing.Size(136, 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(136, 22);
|
|
this.删除空白行ToolStripMenuItem.Text = "删除空白行";
|
|
this.删除空白行ToolStripMenuItem.Click += new System.EventHandler(this.删除空白行ToolStripMenuItem_Click);
|
|
//
|
|
// 大小写转换ToolStripMenuItem
|
|
//
|
|
this.大小写转换ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.转换为小写ToolStripMenuItem,
|
|
this.转换为大写ToolStripMenuItem});
|
|
this.大小写转换ToolStripMenuItem.Name = "大小写转换ToolStripMenuItem";
|
|
this.大小写转换ToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
this.大小写转换ToolStripMenuItem.Text = "大小写转换";
|
|
//
|
|
// 转换为小写ToolStripMenuItem
|
|
//
|
|
this.转换为小写ToolStripMenuItem.Name = "转换为小写ToolStripMenuItem";
|
|
this.转换为小写ToolStripMenuItem.Size = new System.Drawing.Size(136, 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(136, 22);
|
|
this.转换为大写ToolStripMenuItem.Text = "转换为大写";
|
|
this.转换为大写ToolStripMenuItem.Click += new System.EventHandler(this.转换为大写ToolStripMenuItem_Click);
|
|
//
|
|
// 单行注释ToolStripMenuItem
|
|
//
|
|
this.单行注释ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.注释选定行ToolStripMenuItem,
|
|
this.取消选定行注释ToolStripMenuItem});
|
|
this.单行注释ToolStripMenuItem.Name = "单行注释ToolStripMenuItem";
|
|
this.单行注释ToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
this.单行注释ToolStripMenuItem.Text = "单行注释/取消注释";
|
|
//
|
|
// 注释选定行ToolStripMenuItem
|
|
//
|
|
this.注释选定行ToolStripMenuItem.Name = "注释选定行ToolStripMenuItem";
|
|
this.注释选定行ToolStripMenuItem.Size = new System.Drawing.Size(160, 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(160, 22);
|
|
this.取消选定行注释ToolStripMenuItem.Text = "取消选定行注释";
|
|
this.取消选定行注释ToolStripMenuItem.Click += new System.EventHandler(this.取消选定行注释ToolStripMenuItem_Click);
|
|
//
|
|
// 编码与解码ToolStripMenuItem
|
|
//
|
|
this.编码与解码ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.base64编码ToolStripMenuItem,
|
|
this.base64解码ToolStripMenuItem,
|
|
this.toolStripMenuItem1,
|
|
this.urlEncodeToolStripMenuItem,
|
|
this.urlDecodeUTF8ToolStripMenuItem,
|
|
this.toolStripMenuItem2,
|
|
this.urlEncodeGB2312ToolStripMenuItem,
|
|
this.urlDecodeGB2312ToolStripMenuItem});
|
|
this.编码与解码ToolStripMenuItem.Name = "编码与解码ToolStripMenuItem";
|
|
this.编码与解码ToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
this.编码与解码ToolStripMenuItem.Text = "编码与解码";
|
|
//
|
|
// base64编码ToolStripMenuItem
|
|
//
|
|
this.base64编码ToolStripMenuItem.Name = "base64编码ToolStripMenuItem";
|
|
this.base64编码ToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
|
this.base64编码ToolStripMenuItem.Text = "Base64编码";
|
|
this.base64编码ToolStripMenuItem.Click += new System.EventHandler(this.Base64编码ToolStripMenuItem_Click);
|
|
//
|
|
// base64解码ToolStripMenuItem
|
|
//
|
|
this.base64解码ToolStripMenuItem.Name = "base64解码ToolStripMenuItem";
|
|
this.base64解码ToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
|
this.base64解码ToolStripMenuItem.Text = "Base64解码";
|
|
this.base64解码ToolStripMenuItem.Click += new System.EventHandler(this.Base64解码ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(188, 6);
|
|
//
|
|
// urlEncodeToolStripMenuItem
|
|
//
|
|
this.urlEncodeToolStripMenuItem.Name = "urlEncodeToolStripMenuItem";
|
|
this.urlEncodeToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
|
this.urlEncodeToolStripMenuItem.Text = "UrlEncode(UTF8)";
|
|
this.urlEncodeToolStripMenuItem.Click += new System.EventHandler(this.UrlEncodeToolStripMenuItem_Click);
|
|
//
|
|
// urlDecodeUTF8ToolStripMenuItem
|
|
//
|
|
this.urlDecodeUTF8ToolStripMenuItem.Name = "urlDecodeUTF8ToolStripMenuItem";
|
|
this.urlDecodeUTF8ToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
|
this.urlDecodeUTF8ToolStripMenuItem.Text = "UrlDecode(UTF8)";
|
|
this.urlDecodeUTF8ToolStripMenuItem.Click += new System.EventHandler(this.UrlDecodeUTF8ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(188, 6);
|
|
//
|
|
// urlEncodeGB2312ToolStripMenuItem
|
|
//
|
|
this.urlEncodeGB2312ToolStripMenuItem.Name = "urlEncodeGB2312ToolStripMenuItem";
|
|
this.urlEncodeGB2312ToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
|
this.urlEncodeGB2312ToolStripMenuItem.Text = "UrlEncode(GB2312)";
|
|
this.urlEncodeGB2312ToolStripMenuItem.Click += new System.EventHandler(this.UrlEncodeGB2312ToolStripMenuItem_Click);
|
|
//
|
|
// urlDecodeGB2312ToolStripMenuItem
|
|
//
|
|
this.urlDecodeGB2312ToolStripMenuItem.Name = "urlDecodeGB2312ToolStripMenuItem";
|
|
this.urlDecodeGB2312ToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
|
|
this.urlDecodeGB2312ToolStripMenuItem.Text = "UrlDecode(GB2312)";
|
|
this.urlDecodeGB2312ToolStripMenuItem.Click += new System.EventHandler(this.UrlDecodeGB2312ToolStripMenuItem_Click);
|
|
//
|
|
// 美化ToolStripMenuItem
|
|
//
|
|
this.美化ToolStripMenuItem.Name = "美化ToolStripMenuItem";
|
|
this.美化ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
|
|
| System.Windows.Forms.Keys.M)));
|
|
this.美化ToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
this.美化ToolStripMenuItem.Text = "美化";
|
|
this.美化ToolStripMenuItem.Click += new System.EventHandler(this.美化ToolStripMenuItem_Click);
|
|
//
|
|
// 搜索ToolStripMenuItem
|
|
//
|
|
this.搜索ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.查找与替换ToolStripMenuItem,
|
|
this.替换ToolStripMenuItem,
|
|
this.在文件中查找ToolStripMenuItem,
|
|
this.跳到指定行ToolStripMenuItem});
|
|
this.搜索ToolStripMenuItem.Name = "搜索ToolStripMenuItem";
|
|
this.搜索ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.搜索ToolStripMenuItem.Text = "搜索";
|
|
//
|
|
// 查找与替换ToolStripMenuItem
|
|
//
|
|
this.查找与替换ToolStripMenuItem.Name = "查找与替换ToolStripMenuItem";
|
|
this.查找与替换ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
|
this.查找与替换ToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
|
|
this.查找与替换ToolStripMenuItem.Text = "查找";
|
|
this.查找与替换ToolStripMenuItem.Click += new System.EventHandler(this.查找与替换ToolStripMenuItem_Click);
|
|
//
|
|
// 替换ToolStripMenuItem
|
|
//
|
|
this.替换ToolStripMenuItem.Name = "替换ToolStripMenuItem";
|
|
this.替换ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
|
|
this.替换ToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
|
|
this.替换ToolStripMenuItem.Text = "替换";
|
|
this.替换ToolStripMenuItem.Click += new System.EventHandler(this.替换ToolStripMenuItem_Click);
|
|
//
|
|
// 在文件中查找ToolStripMenuItem
|
|
//
|
|
this.在文件中查找ToolStripMenuItem.Name = "在文件中查找ToolStripMenuItem";
|
|
this.在文件中查找ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
|
|
| System.Windows.Forms.Keys.F)));
|
|
this.在文件中查找ToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
|
|
this.在文件中查找ToolStripMenuItem.Text = "在文件中查找";
|
|
this.在文件中查找ToolStripMenuItem.Click += new System.EventHandler(this.在文件中查找ToolStripMenuItem_Click);
|
|
//
|
|
// 跳到指定行ToolStripMenuItem
|
|
//
|
|
this.跳到指定行ToolStripMenuItem.Name = "跳到指定行ToolStripMenuItem";
|
|
this.跳到指定行ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
|
|
this.跳到指定行ToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
|
|
this.跳到指定行ToolStripMenuItem.Text = "跳到指定行";
|
|
this.跳到指定行ToolStripMenuItem.Click += new System.EventHandler(this.跳到指定行ToolStripMenuItem_Click);
|
|
//
|
|
// 编码ToolStripMenuItem
|
|
//
|
|
this.编码ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.使用ANSI编码ToolStripMenuItem,
|
|
this.使用UTF8编码ToolStripMenuItem,
|
|
this.使用UTF8BOM编码ToolStripMenuItem,
|
|
this.使用UTF16BigToolStripMenuItem,
|
|
this.使用UTF16LittleEndian编码ToolStripMenuItem});
|
|
this.编码ToolStripMenuItem.Name = "编码ToolStripMenuItem";
|
|
this.编码ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.编码ToolStripMenuItem.Text = "编码";
|
|
//
|
|
// 使用ANSI编码ToolStripMenuItem
|
|
//
|
|
this.使用ANSI编码ToolStripMenuItem.Name = "使用ANSI编码ToolStripMenuItem";
|
|
this.使用ANSI编码ToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
|
this.使用ANSI编码ToolStripMenuItem.Text = "使用 ANSI 编码";
|
|
this.使用ANSI编码ToolStripMenuItem.Click += new System.EventHandler(this.使用ANSI编码ToolStripMenuItem_Click);
|
|
//
|
|
// 使用UTF8编码ToolStripMenuItem
|
|
//
|
|
this.使用UTF8编码ToolStripMenuItem.Name = "使用UTF8编码ToolStripMenuItem";
|
|
this.使用UTF8编码ToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
|
this.使用UTF8编码ToolStripMenuItem.Text = "使用 UTF-8 编码";
|
|
this.使用UTF8编码ToolStripMenuItem.Click += new System.EventHandler(this.使用UTF8编码ToolStripMenuItem_Click);
|
|
//
|
|
// 使用UTF8BOM编码ToolStripMenuItem
|
|
//
|
|
this.使用UTF8BOM编码ToolStripMenuItem.Name = "使用UTF8BOM编码ToolStripMenuItem";
|
|
this.使用UTF8BOM编码ToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
|
this.使用UTF8BOM编码ToolStripMenuItem.Text = "使用 UTF-8 BOM 编码";
|
|
this.使用UTF8BOM编码ToolStripMenuItem.Click += new System.EventHandler(this.使用UTF8BOM编码ToolStripMenuItem_Click);
|
|
//
|
|
// 使用UTF16BigToolStripMenuItem
|
|
//
|
|
this.使用UTF16BigToolStripMenuItem.Name = "使用UTF16BigToolStripMenuItem";
|
|
this.使用UTF16BigToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
|
this.使用UTF16BigToolStripMenuItem.Text = "使用 UTF-16 Big Endian 编码 ";
|
|
this.使用UTF16BigToolStripMenuItem.Click += new System.EventHandler(this.使用UTF16BigToolStripMenuItem_Click);
|
|
//
|
|
// 使用UTF16LittleEndian编码ToolStripMenuItem
|
|
//
|
|
this.使用UTF16LittleEndian编码ToolStripMenuItem.Name = "使用UTF16LittleEndian编码ToolStripMenuItem";
|
|
this.使用UTF16LittleEndian编码ToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
|
this.使用UTF16LittleEndian编码ToolStripMenuItem.Text = "使用 UTF-16 Little Endian 编码";
|
|
this.使用UTF16LittleEndian编码ToolStripMenuItem.Click += new System.EventHandler(this.使用UTF16LittleEndian编码ToolStripMenuItem_Click);
|
|
//
|
|
// 语言ToolStripMenuItem
|
|
//
|
|
this.语言ToolStripMenuItem.Name = "语言ToolStripMenuItem";
|
|
this.语言ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.语言ToolStripMenuItem.Text = "语言";
|
|
//
|
|
// 工具ToolStripMenuItem
|
|
//
|
|
this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.文件关联ToolStripMenuItem,
|
|
this.站点设置ToolStripMenuItem,
|
|
this.收藏管理ToolStripMenuItem});
|
|
this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem";
|
|
this.工具ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
|
this.工具ToolStripMenuItem.Text = "工具";
|
|
//
|
|
// 文件关联ToolStripMenuItem
|
|
//
|
|
this.文件关联ToolStripMenuItem.Name = "文件关联ToolStripMenuItem";
|
|
this.文件关联ToolStripMenuItem.Size = new System.Drawing.Size(169, 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(169, 22);
|
|
this.站点设置ToolStripMenuItem.Text = "站点设置";
|
|
this.站点设置ToolStripMenuItem.Click += new System.EventHandler(this.站点设置ToolStripMenuItem_Click);
|
|
//
|
|
// 收藏管理ToolStripMenuItem
|
|
//
|
|
this.收藏管理ToolStripMenuItem.Name = "收藏管理ToolStripMenuItem";
|
|
this.收藏管理ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
|
|
this.收藏管理ToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
|
|
this.收藏管理ToolStripMenuItem.Text = "收藏管理";
|
|
this.收藏管理ToolStripMenuItem.Click += new System.EventHandler(this.TsFavView_Click);
|
|
//
|
|
// fTPToolStripMenuItem
|
|
//
|
|
this.fTPToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.上传当前文件ToolStripMenuItem,
|
|
this.上传所有站点当前位置文件ToolStripMenuItem,
|
|
this.上传全部FTP标签文件ToolStripMenuItem});
|
|
this.fTPToolStripMenuItem.Name = "fTPToolStripMenuItem";
|
|
this.fTPToolStripMenuItem.Size = new System.Drawing.Size(40, 21);
|
|
this.fTPToolStripMenuItem.Text = "FTP";
|
|
//
|
|
// 上传当前文件ToolStripMenuItem
|
|
//
|
|
this.上传当前文件ToolStripMenuItem.Enabled = false;
|
|
this.上传当前文件ToolStripMenuItem.Name = "上传当前文件ToolStripMenuItem";
|
|
this.上传当前文件ToolStripMenuItem.Size = new System.Drawing.Size(256, 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(256, 22);
|
|
this.上传所有站点当前位置文件ToolStripMenuItem.Text = "上传当前相对位置文件到所有站点";
|
|
this.上传所有站点当前位置文件ToolStripMenuItem.Click += new System.EventHandler(this.上传所有站点当前位置文件ToolStripMenuItem_Click);
|
|
//
|
|
// 上传全部FTP标签文件ToolStripMenuItem
|
|
//
|
|
this.上传全部FTP标签文件ToolStripMenuItem.Name = "上传全部FTP标签文件ToolStripMenuItem";
|
|
this.上传全部FTP标签文件ToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
|
|
this.上传全部FTP标签文件ToolStripMenuItem.Text = "上传全部FTP标签文件";
|
|
this.上传全部FTP标签文件ToolStripMenuItem.Click += new System.EventHandler(this.上传全部FTP标签文件ToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TsState,
|
|
this.toolStripStatusLabel2,
|
|
this.TsRowCol,
|
|
this.toolStripStatusLabel3,
|
|
this.TsFtpPath});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 716);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(977, 22);
|
|
this.statusStrip1.TabIndex = 7;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// TsState
|
|
//
|
|
this.TsState.Name = "TsState";
|
|
this.TsState.Size = new System.Drawing.Size(813, 17);
|
|
this.TsState.Spring = true;
|
|
this.TsState.Text = "状态:准备就绪。";
|
|
this.TsState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.ForeColor = System.Drawing.Color.Gray;
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
|
|
this.toolStripStatusLabel2.Text = "|";
|
|
//
|
|
// TsRowCol
|
|
//
|
|
this.TsRowCol.Name = "TsRowCol";
|
|
this.TsRowCol.Size = new System.Drawing.Size(60, 17);
|
|
this.TsRowCol.Text = "行:0 列: 0";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.ForeColor = System.Drawing.Color.Gray;
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(11, 17);
|
|
this.toolStripStatusLabel3.Text = "|";
|
|
//
|
|
// TsFtpPath
|
|
//
|
|
this.TsFtpPath.Name = "TsFtpPath";
|
|
this.TsFtpPath.Size = new System.Drawing.Size(67, 17);
|
|
this.TsFtpPath.Text = "FTP路径:无";
|
|
//
|
|
// dockPanel
|
|
//
|
|
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dockPanel.DockBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85)))));
|
|
this.dockPanel.DockBottomPortion = 150D;
|
|
this.dockPanel.DockLeftPortion = 200D;
|
|
this.dockPanel.DockRightPortion = 200D;
|
|
this.dockPanel.DockTopPortion = 150D;
|
|
this.dockPanel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(0)));
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 52);
|
|
this.dockPanel.Name = "dockPanel";
|
|
this.dockPanel.Padding = new System.Windows.Forms.Padding(6);
|
|
this.dockPanel.RightToLeftLayout = true;
|
|
this.dockPanel.ShowAutoHideContentOnHover = false;
|
|
this.dockPanel.ShowDocumentIcon = true;
|
|
this.dockPanel.Size = new System.Drawing.Size(977, 686);
|
|
this.dockPanel.TabIndex = 2;
|
|
this.dockPanel.Theme = this.vS2015BlueTheme1;
|
|
this.dockPanel.ActiveContentChanged += new System.EventHandler(this.DockPanel_ActiveContentChanged);
|
|
//
|
|
// vsToolStripExtender1
|
|
//
|
|
this.vsToolStripExtender1.DefaultRenderer = null;
|
|
//
|
|
// PnlLoad
|
|
//
|
|
this.PnlLoad.BackColor = System.Drawing.Color.White;
|
|
this.PnlLoad.Controls.Add(this.label1);
|
|
this.PnlLoad.Location = new System.Drawing.Point(186, 120);
|
|
this.PnlLoad.Name = "PnlLoad";
|
|
this.PnlLoad.Size = new System.Drawing.Size(497, 193);
|
|
this.PnlLoad.TabIndex = 10;
|
|
this.PnlLoad.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(43, 110);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(126, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "正在初始化数据...";
|
|
//
|
|
// FrmMainEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(977, 738);
|
|
this.Controls.Add(this.PnlLoad);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.dockPanel);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.IsMdiContainer = true;
|
|
this.Name = "FrmMainEditor";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "文本编辑器";
|
|
this.Deactivate += new System.EventHandler(this.FrmMainEditor_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMainEditor_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmMainEditor_Load);
|
|
this.Shown += new System.EventHandler(this.FrmMainEditor_Shown);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.PnlLoad.ResumeLayout(false);
|
|
this.PnlLoad.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
|
|
private WeifenLuo.WinFormsUI.ThemeVS2015.VS2015BlueTheme vS2015BlueTheme1;
|
|
private WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender vsToolStripExtender1;
|
|
private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 保存全部ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 另存为ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton TsNew;
|
|
private System.Windows.Forms.ToolStripButton TsOpen;
|
|
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.ToolStripMenuItem 编码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 使用ANSI编码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 使用UTF8编码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 使用UTF8BOM编码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 使用UTF16BigToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 使用UTF16LittleEndian编码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton TsSave;
|
|
private System.Windows.Forms.ToolStripButton TsSaveAll;
|
|
private System.Windows.Forms.ToolStripButton TsFTPUpload;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsState;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripTextBox TxtFind;
|
|
private System.Windows.Forms.ToolStripButton TsFind;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton TsFavView;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsFtpPath;
|
|
private System.Windows.Forms.ToolStripMenuItem fTPToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 上传当前文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 上传所有站点当前位置文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 上传全部FTP标签文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 搜索ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 查找与替换ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 跳到指定行ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton TsUndo;
|
|
private System.Windows.Forms.ToolStripButton TsRedo;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
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.ToolStripMenuItem 取消选定行注释ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel TsRowCol;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripMenuItem 替换ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 编码与解码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem base64编码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem base64解码ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem urlEncodeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem urlDecodeUTF8ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem urlEncodeGB2312ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem urlDecodeGB2312ToolStripMenuItem;
|
|
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 fTP浏览器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.ToolStripMenuItem 收藏管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 文件浏览器ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 美化ToolStripMenuItem;
|
|
private System.Windows.Forms.Panel PnlLoad;
|
|
private System.Windows.Forms.Label label1;
|
|
public WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
|
|
}
|
|
} |