------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
296 lines
19 KiB
C#
296 lines
19 KiB
C#
namespace 开发辅助工具.Tools.SmartEditor
|
|
{
|
|
partial class FrmFileEditor
|
|
{
|
|
/// <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(FrmFileEditor));
|
|
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.关闭右边全部标签ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
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.编辑FTP上的对应文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.比对FTP上的对应文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem4 = 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.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.查看历史记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.文件信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.highlightEditor1 = new ryControls.HighlightEditor();
|
|
this.比对文本1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.比对文本2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.关闭本标签ToolStripMenuItem,
|
|
this.除此之外全部关闭ToolStripMenuItem,
|
|
this.关闭左边全部标签ToolStripMenuItem,
|
|
this.关闭右边全部标签ToolStripMenuItem,
|
|
this.toolStripMenuItem1,
|
|
this.收藏该文件ToolStripMenuItem,
|
|
this.toolStripMenuItem2,
|
|
this.在资源管理器中定位该文件ToolStripMenuItem,
|
|
this.在工作区定位当前文件ToolStripMenuItem,
|
|
this.打开其它站点文件ToolStripMenuItem,
|
|
this.编辑FTP上的对应文件ToolStripMenuItem,
|
|
this.比对FTP上的对应文件ToolStripMenuItem,
|
|
this.toolStripMenuItem5,
|
|
this.比对文本1ToolStripMenuItem,
|
|
this.比对文本2ToolStripMenuItem,
|
|
this.toolStripMenuItem4,
|
|
this.复制路径ToolStripMenuItem,
|
|
this.复制文件名ToolStripMenuItem,
|
|
this.复制所在文件夹路径ToolStripMenuItem,
|
|
this.toolStripMenuItem3,
|
|
this.查看历史记录ToolStripMenuItem,
|
|
this.文件信息ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(281, 430);
|
|
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStrip1_Opening);
|
|
//
|
|
// 关闭本标签ToolStripMenuItem
|
|
//
|
|
this.关闭本标签ToolStripMenuItem.Name = "关闭本标签ToolStripMenuItem";
|
|
this.关闭本标签ToolStripMenuItem.Size = new System.Drawing.Size(280, 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(280, 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(280, 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(280, 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(277, 6);
|
|
//
|
|
// 收藏该文件ToolStripMenuItem
|
|
//
|
|
this.收藏该文件ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("收藏该文件ToolStripMenuItem.Image")));
|
|
this.收藏该文件ToolStripMenuItem.Name = "收藏该文件ToolStripMenuItem";
|
|
this.收藏该文件ToolStripMenuItem.Size = new System.Drawing.Size(280, 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(277, 6);
|
|
//
|
|
// 在资源管理器中定位该文件ToolStripMenuItem
|
|
//
|
|
this.在资源管理器中定位该文件ToolStripMenuItem.Name = "在资源管理器中定位该文件ToolStripMenuItem";
|
|
this.在资源管理器中定位该文件ToolStripMenuItem.Size = new System.Drawing.Size(280, 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(280, 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(280, 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(280, 22);
|
|
this.编辑FTP上的对应文件ToolStripMenuItem.Text = "编辑FTP上的对应文件";
|
|
this.编辑FTP上的对应文件ToolStripMenuItem.Click += new System.EventHandler(this.编辑FTP上的对应文件ToolStripMenuItem_Click);
|
|
//
|
|
// 比对FTP上的对应文件ToolStripMenuItem
|
|
//
|
|
this.比对FTP上的对应文件ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("比对FTP上的对应文件ToolStripMenuItem.Image")));
|
|
this.比对FTP上的对应文件ToolStripMenuItem.Name = "比对FTP上的对应文件ToolStripMenuItem";
|
|
this.比对FTP上的对应文件ToolStripMenuItem.Size = new System.Drawing.Size(280, 22);
|
|
this.比对FTP上的对应文件ToolStripMenuItem.Text = "比对FTP上的对应文件";
|
|
this.比对FTP上的对应文件ToolStripMenuItem.Click += new System.EventHandler(this.比对FTP上的对应文件ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(277, 6);
|
|
//
|
|
// 复制路径ToolStripMenuItem
|
|
//
|
|
this.复制路径ToolStripMenuItem.Name = "复制路径ToolStripMenuItem";
|
|
this.复制路径ToolStripMenuItem.Size = new System.Drawing.Size(280, 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(280, 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(280, 22);
|
|
this.复制所在文件夹路径ToolStripMenuItem.Text = "复制所在文件夹路径";
|
|
this.复制所在文件夹路径ToolStripMenuItem.Click += new System.EventHandler(this.复制所在文件夹路径ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(277, 6);
|
|
//
|
|
// 查看历史记录ToolStripMenuItem
|
|
//
|
|
this.查看历史记录ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("查看历史记录ToolStripMenuItem.Image")));
|
|
this.查看历史记录ToolStripMenuItem.Name = "查看历史记录ToolStripMenuItem";
|
|
this.查看历史记录ToolStripMenuItem.Size = new System.Drawing.Size(280, 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(280, 22);
|
|
this.文件信息ToolStripMenuItem.Text = "文件信息";
|
|
this.文件信息ToolStripMenuItem.Click += new System.EventHandler(this.文件信息ToolStripMenuItem_Click);
|
|
//
|
|
// highlightEditor1
|
|
//
|
|
this.highlightEditor1.AutoMark = true;
|
|
this.highlightEditor1.CurHighliteLang = VPKSoft.ScintillaLexers.LexerEnumerations.LexerType.Text;
|
|
this.highlightEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.highlightEditor1.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.highlightEditor1.LineNumberOn = true;
|
|
this.highlightEditor1.Location = new System.Drawing.Point(0, 0);
|
|
this.highlightEditor1.Name = "highlightEditor1";
|
|
this.highlightEditor1.ReadOnly = false;
|
|
this.highlightEditor1.SelectedText = "";
|
|
this.highlightEditor1.Size = new System.Drawing.Size(800, 450);
|
|
this.highlightEditor1.TabIndex = 0;
|
|
this.highlightEditor1.UseCustomGotoLine = false;
|
|
this.highlightEditor1.UseCustomShowFindReplace = false;
|
|
//
|
|
// 比对文本1ToolStripMenuItem
|
|
//
|
|
this.比对文本1ToolStripMenuItem.Name = "比对文本1ToolStripMenuItem";
|
|
this.比对文本1ToolStripMenuItem.Size = new System.Drawing.Size(280, 22);
|
|
this.比对文本1ToolStripMenuItem.Text = "比对文本1";
|
|
this.比对文本1ToolStripMenuItem.Click += new System.EventHandler(this.比对文本1ToolStripMenuItem_Click);
|
|
//
|
|
// 比对文本2ToolStripMenuItem
|
|
//
|
|
this.比对文本2ToolStripMenuItem.Name = "比对文本2ToolStripMenuItem";
|
|
this.比对文本2ToolStripMenuItem.Size = new System.Drawing.Size(280, 22);
|
|
this.比对文本2ToolStripMenuItem.Text = "比对文本2";
|
|
this.比对文本2ToolStripMenuItem.Click += new System.EventHandler(this.比对文本2ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem5
|
|
//
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(277, 6);
|
|
//
|
|
// FrmFileEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.highlightEditor1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmFileEditor";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.TabPageContextMenuStrip = this.contextMenuStrip1;
|
|
this.Text = "文件编辑";
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public ryControls.HighlightEditor highlightEditor1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
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.ToolStripSeparator toolStripMenuItem2;
|
|
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 toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem 文件信息ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 打开其它站点文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 在工作区定位当前文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
|
|
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 比对FTP上的对应文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripMenuItem 比对文本1ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 比对文本2ToolStripMenuItem;
|
|
}
|
|
} |