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

1709 lines
89 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ScintillaNET_FindReplaceDialog
{
partial class FindReplaceDialog
{
/// <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();
this.tabAll = new System.Windows.Forms.TabControl();
this.tpgFind = new System.Windows.Forms.TabPage();
this.fcFind = new SuperDesign.Controls.Highlight.FindReplace.FindConfig();
this.txtFindF = new System.Windows.Forms.ComboBox();
this.cmdRecentFindF = new System.Windows.Forms.Button();
this.cmdExtCharAndRegExFindF = new System.Windows.Forms.Button();
this.grpFindAll = new System.Windows.Forms.GroupBox();
this.btnClear = new System.Windows.Forms.Button();
this.btnFindAll = new System.Windows.Forms.Button();
this.chkHighlightMatches = new System.Windows.Forms.CheckBox();
this.chkMarkLine = new System.Windows.Forms.CheckBox();
this.chkSearchSelectionF = new System.Windows.Forms.CheckBox();
this.chkWrapF = new System.Windows.Forms.CheckBox();
this.btnFindPreviousF = new System.Windows.Forms.Button();
this.btnFindNextF = new System.Windows.Forms.Button();
this.lblFindF = new System.Windows.Forms.Label();
this.tpgReplace = new System.Windows.Forms.TabPage();
this.fcReplace = new SuperDesign.Controls.Highlight.FindReplace.FindConfig();
this.txtReplace = new System.Windows.Forms.ComboBox();
this.txtFindR = new System.Windows.Forms.ComboBox();
this.btnFindNextR = new System.Windows.Forms.Button();
this.btnFindPreviousR = new System.Windows.Forms.Button();
this.cmdExtCharAndRegExReplace = new System.Windows.Forms.Button();
this.cmdExtCharAndRegExFindR = new System.Windows.Forms.Button();
this.btnReplaceAll = new System.Windows.Forms.Button();
this.lblReplace = new System.Windows.Forms.Label();
this.chkSearchSelectionR = new System.Windows.Forms.CheckBox();
this.chkWrapR = new System.Windows.Forms.CheckBox();
this.btnReplacePrevious = new System.Windows.Forms.Button();
this.btnReplaceNext = new System.Windows.Forms.Button();
this.lblFindR = new System.Windows.Forms.Label();
this.cmdRecentReplace = new System.Windows.Forms.Button();
this.cmdRecentFindR = new System.Windows.Forms.Button();
this.tpgFileFind = new System.Windows.Forms.TabPage();
this.BtnBrowser = new System.Windows.Forms.Button();
this.fcFile = new SuperDesign.Controls.Highlight.FindReplace.FindConfig();
this.label2 = new System.Windows.Forms.Label();
this.NumLimitFileSize = new System.Windows.Forms.NumericUpDown();
this.ChkLimitFileSize = new System.Windows.Forms.CheckBox();
this.ChkSkipDirName = new System.Windows.Forms.CheckBox();
this.ChkIgnoreBinExt = new System.Windows.Forms.CheckBox();
this.CbbSkipDirName = new System.Windows.Forms.ComboBox();
this.ChkHiddenDir = new System.Windows.Forms.CheckBox();
this.ChkSubDir = new System.Windows.Forms.CheckBox();
this.ChkCurDir = new System.Windows.Forms.CheckBox();
this.TxtFileReplaceText = new System.Windows.Forms.ComboBox();
this.TxtFileSearchText = new System.Windows.Forms.ComboBox();
this.TxtSearchPath = new System.Windows.Forms.ComboBox();
this.TxtFileType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnFileReplaceAll = new System.Windows.Forms.Button();
this.btnFileFindAll = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.mnuExtendedCharFindF = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
this.nNewLineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rCarriageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tTabToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.nullCharactorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRecentFindF = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.mnuExtendedCharFindR = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExtendedCharReplace = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRecentFindR = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuRecentReplace = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuRegExCharFindF = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem27 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem28 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem29 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRegExCharFindR = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem30 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem31 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem32 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem33 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem34 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem35 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem36 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem37 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem38 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem39 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem40 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem41 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem42 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem43 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem44 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem45 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem46 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem47 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRegExCharReplace = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem48 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem49 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem57 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem56 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem55 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem54 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem53 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem52 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem51 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem50 = new System.Windows.Forms.ToolStripMenuItem();
this.nameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.tabAll.SuspendLayout();
this.tpgFind.SuspendLayout();
this.grpFindAll.SuspendLayout();
this.tpgReplace.SuspendLayout();
this.tpgFileFind.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NumLimitFileSize)).BeginInit();
this.statusStrip.SuspendLayout();
this.mnuExtendedCharFindF.SuspendLayout();
this.mnuExtendedCharFindR.SuspendLayout();
this.mnuExtendedCharReplace.SuspendLayout();
this.mnuRegExCharFindF.SuspendLayout();
this.mnuRegExCharFindR.SuspendLayout();
this.mnuRegExCharReplace.SuspendLayout();
this.SuspendLayout();
//
// tabAll
//
this.tabAll.Controls.Add(this.tpgFind);
this.tabAll.Controls.Add(this.tpgReplace);
this.tabAll.Controls.Add(this.tpgFileFind);
this.tabAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabAll.Location = new System.Drawing.Point(0, 0);
this.tabAll.Name = "tabAll";
this.tabAll.SelectedIndex = 0;
this.tabAll.Size = new System.Drawing.Size(529, 319);
this.tabAll.TabIndex = 0;
this.tabAll.SelectedIndexChanged += new System.EventHandler(this.TabAll_SelectedIndexChanged);
//
// tpgFind
//
this.tpgFind.Controls.Add(this.fcFind);
this.tpgFind.Controls.Add(this.txtFindF);
this.tpgFind.Controls.Add(this.cmdRecentFindF);
this.tpgFind.Controls.Add(this.cmdExtCharAndRegExFindF);
this.tpgFind.Controls.Add(this.grpFindAll);
this.tpgFind.Controls.Add(this.chkSearchSelectionF);
this.tpgFind.Controls.Add(this.chkWrapF);
this.tpgFind.Controls.Add(this.btnFindPreviousF);
this.tpgFind.Controls.Add(this.btnFindNextF);
this.tpgFind.Controls.Add(this.lblFindF);
this.tpgFind.Location = new System.Drawing.Point(4, 22);
this.tpgFind.Name = "tpgFind";
this.tpgFind.Padding = new System.Windows.Forms.Padding(3);
this.tpgFind.Size = new System.Drawing.Size(521, 293);
this.tpgFind.TabIndex = 0;
this.tpgFind.Text = "<22><><EFBFBD><EFBFBD>";
this.tpgFind.UseVisualStyleBackColor = true;
//
// fcFind
//
this.fcFind.FileWholeWord = false;
this.fcFind.FileWordStart = false;
this.fcFind.Location = new System.Drawing.Point(7, 115);
this.fcFind.MatchCase = false;
this.fcFind.Name = "fcFind";
this.fcFind.RegexCompiled = false;
this.fcFind.RegexEcmaScript = false;
this.fcFind.RegexExplicitCapture = false;
this.fcFind.RegexFileCultureInvariant = false;
this.fcFind.RegexFileSingleline = false;
this.fcFind.RegexIgnoreCase = false;
this.fcFind.RegexIgnorePatternWhitespace = false;
this.fcFind.RegexMultiline = false;
this.fcFind.RegexRightToLeft = false;
this.fcFind.SearchMode = 0;
this.fcFind.Size = new System.Drawing.Size(507, 107);
this.fcFind.TabIndex = 16;
//
// txtFindF
//
this.txtFindF.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFindF.FormattingEnabled = true;
this.txtFindF.Location = new System.Drawing.Point(59, 6);
this.txtFindF.Name = "txtFindF";
this.txtFindF.Size = new System.Drawing.Size(408, 21);
this.txtFindF.TabIndex = 15;
this.txtFindF.TextChanged += new System.EventHandler(this.txtFindF_TextChanged);
//
// cmdRecentFindF
//
this.cmdRecentFindF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdRecentFindF.BackgroundImage = global::RySmartEditor.Properties.Resources.Clock;
this.cmdRecentFindF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.cmdRecentFindF.Location = new System.Drawing.Point(471, 5);
this.cmdRecentFindF.Name = "cmdRecentFindF";
this.cmdRecentFindF.Size = new System.Drawing.Size(23, 23);
this.cmdRecentFindF.TabIndex = 14;
this.toolTip1.SetToolTip(this.cmdRecentFindF, "<22><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>");
this.cmdRecentFindF.UseVisualStyleBackColor = true;
this.cmdRecentFindF.Click += new System.EventHandler(this.CmdRecentFindF_Click);
//
// cmdExtCharAndRegExFindF
//
this.cmdExtCharAndRegExFindF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdExtCharAndRegExFindF.Enabled = false;
this.cmdExtCharAndRegExFindF.Location = new System.Drawing.Point(494, 5);
this.cmdExtCharAndRegExFindF.Name = "cmdExtCharAndRegExFindF";
this.cmdExtCharAndRegExFindF.Size = new System.Drawing.Size(23, 23);
this.cmdExtCharAndRegExFindF.TabIndex = 12;
this.cmdExtCharAndRegExFindF.Text = ">";
this.toolTip1.SetToolTip(this.cmdExtCharAndRegExFindF, "<22><>ʾ<EFBFBD><CABE>չ<EFBFBD>ַ<EFBFBD><D6B7>б<EFBFBD>");
this.cmdExtCharAndRegExFindF.UseVisualStyleBackColor = true;
this.cmdExtCharAndRegExFindF.Click += new System.EventHandler(this.CmdExtendedCharFindF_Click);
//
// grpFindAll
//
this.grpFindAll.Controls.Add(this.btnClear);
this.grpFindAll.Controls.Add(this.btnFindAll);
this.grpFindAll.Controls.Add(this.chkHighlightMatches);
this.grpFindAll.Controls.Add(this.chkMarkLine);
this.grpFindAll.Location = new System.Drawing.Point(8, 225);
this.grpFindAll.Name = "grpFindAll";
this.grpFindAll.Size = new System.Drawing.Size(209, 65);
this.grpFindAll.TabIndex = 8;
this.grpFindAll.TabStop = false;
this.grpFindAll.Text = "<22><><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>";
//
// btnClear
//
this.btnClear.Location = new System.Drawing.Point(116, 37);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(88, 23);
this.btnClear.TabIndex = 3;
this.btnClear.Text = "<22><><EFBFBD><EFBFBD>";
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.BtnClear_Click);
//
// btnFindAll
//
this.btnFindAll.Location = new System.Drawing.Point(116, 13);
this.btnFindAll.Name = "btnFindAll";
this.btnFindAll.Size = new System.Drawing.Size(88, 23);
this.btnFindAll.TabIndex = 2;
this.btnFindAll.Text = "<22><><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>";
this.btnFindAll.UseVisualStyleBackColor = true;
this.btnFindAll.Click += new System.EventHandler(this.BtnFindAll_Click);
//
// chkHighlightMatches
//
this.chkHighlightMatches.AutoSize = true;
this.chkHighlightMatches.Checked = true;
this.chkHighlightMatches.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkHighlightMatches.Location = new System.Drawing.Point(6, 37);
this.chkHighlightMatches.Name = "chkHighlightMatches";
this.chkHighlightMatches.Size = new System.Drawing.Size(74, 17);
this.chkHighlightMatches.TabIndex = 1;
this.chkHighlightMatches.Text = "<22><><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5>";
this.chkHighlightMatches.UseVisualStyleBackColor = true;
//
// chkMarkLine
//
this.chkMarkLine.AutoSize = true;
this.chkMarkLine.Location = new System.Drawing.Point(6, 20);
this.chkMarkLine.Name = "chkMarkLine";
this.chkMarkLine.Size = new System.Drawing.Size(62, 17);
this.chkMarkLine.TabIndex = 0;
this.chkMarkLine.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
this.chkMarkLine.UseVisualStyleBackColor = true;
//
// chkSearchSelectionF
//
this.chkSearchSelectionF.AutoSize = true;
this.chkSearchSelectionF.Location = new System.Drawing.Point(408, 89);
this.chkSearchSelectionF.Name = "chkSearchSelectionF";
this.chkSearchSelectionF.Size = new System.Drawing.Size(98, 17);
this.chkSearchSelectionF.TabIndex = 6;
this.chkSearchSelectionF.Text = "<22><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
this.chkSearchSelectionF.UseVisualStyleBackColor = true;
//
// chkWrapF
//
this.chkWrapF.AutoSize = true;
this.chkWrapF.Checked = true;
this.chkWrapF.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkWrapF.Location = new System.Drawing.Point(408, 70);
this.chkWrapF.Name = "chkWrapF";
this.chkWrapF.Size = new System.Drawing.Size(74, 17);
this.chkWrapF.TabIndex = 5;
this.chkWrapF.Text = <><D1AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
this.chkWrapF.UseVisualStyleBackColor = true;
//
// btnFindPreviousF
//
this.btnFindPreviousF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFindPreviousF.Location = new System.Drawing.Point(405, 233);
this.btnFindPreviousF.Name = "btnFindPreviousF";
this.btnFindPreviousF.Size = new System.Drawing.Size(107, 23);
this.btnFindPreviousF.TabIndex = 9;
this.btnFindPreviousF.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>";
this.btnFindPreviousF.UseVisualStyleBackColor = true;
this.btnFindPreviousF.Click += new System.EventHandler(this.BtnFindPrevious_Click);
//
// btnFindNextF
//
this.btnFindNextF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFindNextF.Location = new System.Drawing.Point(405, 257);
this.btnFindNextF.Name = "btnFindNextF";
this.btnFindNextF.Size = new System.Drawing.Size(107, 23);
this.btnFindNextF.TabIndex = 10;
this.btnFindNextF.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>";
this.btnFindNextF.UseVisualStyleBackColor = true;
this.btnFindNextF.Click += new System.EventHandler(this.BtnFindNext_Click);
//
// lblFindF
//
this.lblFindF.AutoSize = true;
this.lblFindF.Location = new System.Drawing.Point(8, 10);
this.lblFindF.Name = "lblFindF";
this.lblFindF.Size = new System.Drawing.Size(31, 13);
this.lblFindF.TabIndex = 0;
this.lblFindF.Text = "<22><><EFBFBD><EFBFBD>";
//
// tpgReplace
//
this.tpgReplace.Controls.Add(this.fcReplace);
this.tpgReplace.Controls.Add(this.txtReplace);
this.tpgReplace.Controls.Add(this.txtFindR);
this.tpgReplace.Controls.Add(this.btnFindNextR);
this.tpgReplace.Controls.Add(this.btnFindPreviousR);
this.tpgReplace.Controls.Add(this.cmdExtCharAndRegExReplace);
this.tpgReplace.Controls.Add(this.cmdExtCharAndRegExFindR);
this.tpgReplace.Controls.Add(this.btnReplaceAll);
this.tpgReplace.Controls.Add(this.lblReplace);
this.tpgReplace.Controls.Add(this.chkSearchSelectionR);
this.tpgReplace.Controls.Add(this.chkWrapR);
this.tpgReplace.Controls.Add(this.btnReplacePrevious);
this.tpgReplace.Controls.Add(this.btnReplaceNext);
this.tpgReplace.Controls.Add(this.lblFindR);
this.tpgReplace.Controls.Add(this.cmdRecentReplace);
this.tpgReplace.Controls.Add(this.cmdRecentFindR);
this.tpgReplace.Location = new System.Drawing.Point(4, 22);
this.tpgReplace.Name = "tpgReplace";
this.tpgReplace.Padding = new System.Windows.Forms.Padding(3);
this.tpgReplace.Size = new System.Drawing.Size(521, 293);
this.tpgReplace.TabIndex = 1;
this.tpgReplace.Text = "<22>滻";
this.tpgReplace.UseVisualStyleBackColor = true;
//
// fcReplace
//
this.fcReplace.FileWholeWord = false;
this.fcReplace.FileWordStart = false;
this.fcReplace.Location = new System.Drawing.Point(7, 115);
this.fcReplace.MatchCase = false;
this.fcReplace.Name = "fcReplace";
this.fcReplace.RegexCompiled = false;
this.fcReplace.RegexEcmaScript = false;
this.fcReplace.RegexExplicitCapture = false;
this.fcReplace.RegexFileCultureInvariant = false;
this.fcReplace.RegexFileSingleline = false;
this.fcReplace.RegexIgnoreCase = false;
this.fcReplace.RegexIgnorePatternWhitespace = false;
this.fcReplace.RegexMultiline = false;
this.fcReplace.RegexRightToLeft = false;
this.fcReplace.SearchMode = 0;
this.fcReplace.Size = new System.Drawing.Size(509, 107);
this.fcReplace.TabIndex = 22;
//
// txtReplace
//
this.txtReplace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtReplace.FormattingEnabled = true;
this.txtReplace.Location = new System.Drawing.Point(59, 28);
this.txtReplace.Name = "txtReplace";
this.txtReplace.Size = new System.Drawing.Size(411, 21);
this.txtReplace.TabIndex = 21;
this.txtReplace.TextChanged += new System.EventHandler(this.txtReplace_TextChanged);
//
// txtFindR
//
this.txtFindR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFindR.FormattingEnabled = true;
this.txtFindR.Location = new System.Drawing.Point(59, 5);
this.txtFindR.Name = "txtFindR";
this.txtFindR.Size = new System.Drawing.Size(411, 21);
this.txtFindR.TabIndex = 20;
this.txtFindR.SelectedIndexChanged += new System.EventHandler(this.txtFindR_SelectedIndexChanged);
this.txtFindR.TextChanged += new System.EventHandler(this.txtFindR_TextChanged);
//
// btnFindNextR
//
this.btnFindNextR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFindNextR.Location = new System.Drawing.Point(296, 253);
this.btnFindNextR.Name = "btnFindNextR";
this.btnFindNextR.Size = new System.Drawing.Size(107, 23);
this.btnFindNextR.TabIndex = 13;
this.btnFindNextR.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>";
this.btnFindNextR.UseVisualStyleBackColor = true;
this.btnFindNextR.Click += new System.EventHandler(this.BtnFindNext_Click);
//
// btnFindPreviousR
//
this.btnFindPreviousR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFindPreviousR.Location = new System.Drawing.Point(296, 229);
this.btnFindPreviousR.Name = "btnFindPreviousR";
this.btnFindPreviousR.Size = new System.Drawing.Size(107, 23);
this.btnFindPreviousR.TabIndex = 12;
this.btnFindPreviousR.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>";
this.btnFindPreviousR.UseVisualStyleBackColor = true;
this.btnFindPreviousR.Click += new System.EventHandler(this.BtnFindPrevious_Click);
//
// cmdExtCharAndRegExReplace
//
this.cmdExtCharAndRegExReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdExtCharAndRegExReplace.Enabled = false;
this.cmdExtCharAndRegExReplace.Location = new System.Drawing.Point(494, 27);
this.cmdExtCharAndRegExReplace.Name = "cmdExtCharAndRegExReplace";
this.cmdExtCharAndRegExReplace.Size = new System.Drawing.Size(23, 23);
this.cmdExtCharAndRegExReplace.TabIndex = 18;
this.cmdExtCharAndRegExReplace.Text = ">";
this.toolTip1.SetToolTip(this.cmdExtCharAndRegExReplace, "<22><>ʾ<EFBFBD><CABE>չ<EFBFBD>ַ<EFBFBD><D6B7>б<EFBFBD>");
this.cmdExtCharAndRegExReplace.UseVisualStyleBackColor = true;
this.cmdExtCharAndRegExReplace.Click += new System.EventHandler(this.CmdExtendedCharReplace_Click);
//
// cmdExtCharAndRegExFindR
//
this.cmdExtCharAndRegExFindR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdExtCharAndRegExFindR.Enabled = false;
this.cmdExtCharAndRegExFindR.Location = new System.Drawing.Point(494, 5);
this.cmdExtCharAndRegExFindR.Name = "cmdExtCharAndRegExFindR";
this.cmdExtCharAndRegExFindR.Size = new System.Drawing.Size(23, 23);
this.cmdExtCharAndRegExFindR.TabIndex = 16;
this.cmdExtCharAndRegExFindR.Text = ">";
this.toolTip1.SetToolTip(this.cmdExtCharAndRegExFindR, "<22><>ʾ<EFBFBD><CABE>չ<EFBFBD>ַ<EFBFBD><D6B7>б<EFBFBD>");
this.cmdExtCharAndRegExFindR.UseVisualStyleBackColor = true;
this.cmdExtCharAndRegExFindR.Click += new System.EventHandler(this.CmdExtendedCharFindR_Click);
//
// btnReplaceAll
//
this.btnReplaceAll.Location = new System.Drawing.Point(11, 253);
this.btnReplaceAll.Name = "btnReplaceAll";
this.btnReplaceAll.Size = new System.Drawing.Size(107, 23);
this.btnReplaceAll.TabIndex = 11;
this.btnReplaceAll.Text = "<22><EFBFBD><E6BBBB><EFBFBD><EFBFBD>";
this.btnReplaceAll.UseVisualStyleBackColor = true;
this.btnReplaceAll.Click += new System.EventHandler(this.BtnReplaceAll_Click);
//
// lblReplace
//
this.lblReplace.AutoSize = true;
this.lblReplace.Location = new System.Drawing.Point(8, 32);
this.lblReplace.Name = "lblReplace";
this.lblReplace.Size = new System.Drawing.Size(43, 13);
this.lblReplace.TabIndex = 2;
this.lblReplace.Text = "<22>滻Ϊ";
//
// chkSearchSelectionR
//
this.chkSearchSelectionR.AutoSize = true;
this.chkSearchSelectionR.Location = new System.Drawing.Point(408, 89);
this.chkSearchSelectionR.Name = "chkSearchSelectionR";
this.chkSearchSelectionR.Size = new System.Drawing.Size(98, 17);
this.chkSearchSelectionR.TabIndex = 9;
this.chkSearchSelectionR.Text = "<22><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
this.chkSearchSelectionR.UseVisualStyleBackColor = true;
//
// chkWrapR
//
this.chkWrapR.AutoSize = true;
this.chkWrapR.Checked = true;
this.chkWrapR.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkWrapR.Location = new System.Drawing.Point(408, 70);
this.chkWrapR.Name = "chkWrapR";
this.chkWrapR.Size = new System.Drawing.Size(74, 17);
this.chkWrapR.TabIndex = 8;
this.chkWrapR.Text = <><D1AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
this.chkWrapR.UseVisualStyleBackColor = true;
//
// btnReplacePrevious
//
this.btnReplacePrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnReplacePrevious.Location = new System.Drawing.Point(409, 229);
this.btnReplacePrevious.Name = "btnReplacePrevious";
this.btnReplacePrevious.Size = new System.Drawing.Size(107, 23);
this.btnReplacePrevious.TabIndex = 14;
this.btnReplacePrevious.Text = "<22><EFBFBD><E6BBBB>һ<EFBFBD><D2BB>";
this.btnReplacePrevious.UseVisualStyleBackColor = true;
this.btnReplacePrevious.Click += new System.EventHandler(this.BtnReplacePrevious_Click);
//
// btnReplaceNext
//
this.btnReplaceNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnReplaceNext.Location = new System.Drawing.Point(409, 253);
this.btnReplaceNext.Name = "btnReplaceNext";
this.btnReplaceNext.Size = new System.Drawing.Size(107, 23);
this.btnReplaceNext.TabIndex = 15;
this.btnReplaceNext.Text = "<22><EFBFBD><E6BBBB>һ<EFBFBD><D2BB>";
this.btnReplaceNext.UseVisualStyleBackColor = true;
this.btnReplaceNext.Click += new System.EventHandler(this.BtnReplaceNext_Click);
//
// lblFindR
//
this.lblFindR.AutoSize = true;
this.lblFindR.Location = new System.Drawing.Point(8, 10);
this.lblFindR.Name = "lblFindR";
this.lblFindR.Size = new System.Drawing.Size(31, 13);
this.lblFindR.TabIndex = 0;
this.lblFindR.Text = "<22><><EFBFBD><EFBFBD>";
//
// cmdRecentReplace
//
this.cmdRecentReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdRecentReplace.BackgroundImage = global::RySmartEditor.Properties.Resources.Clock;
this.cmdRecentReplace.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.cmdRecentReplace.Location = new System.Drawing.Point(471, 27);
this.cmdRecentReplace.Name = "cmdRecentReplace";
this.cmdRecentReplace.Size = new System.Drawing.Size(23, 23);
this.cmdRecentReplace.TabIndex = 19;
this.toolTip1.SetToolTip(this.cmdRecentReplace, "<22><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>");
this.cmdRecentReplace.UseVisualStyleBackColor = true;
this.cmdRecentReplace.Click += new System.EventHandler(this.CmdRecentReplace_Click);
//
// cmdRecentFindR
//
this.cmdRecentFindR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdRecentFindR.BackgroundImage = global::RySmartEditor.Properties.Resources.Clock;
this.cmdRecentFindR.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.cmdRecentFindR.Location = new System.Drawing.Point(471, 5);
this.cmdRecentFindR.Name = "cmdRecentFindR";
this.cmdRecentFindR.Size = new System.Drawing.Size(23, 23);
this.cmdRecentFindR.TabIndex = 17;
this.toolTip1.SetToolTip(this.cmdRecentFindR, "<22><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>");
this.cmdRecentFindR.UseVisualStyleBackColor = true;
this.cmdRecentFindR.Click += new System.EventHandler(this.CmdRecentFindR_Click);
//
// tpgFileFind
//
this.tpgFileFind.Controls.Add(this.BtnBrowser);
this.tpgFileFind.Controls.Add(this.fcFile);
this.tpgFileFind.Controls.Add(this.label2);
this.tpgFileFind.Controls.Add(this.NumLimitFileSize);
this.tpgFileFind.Controls.Add(this.ChkLimitFileSize);
this.tpgFileFind.Controls.Add(this.ChkSkipDirName);
this.tpgFileFind.Controls.Add(this.ChkIgnoreBinExt);
this.tpgFileFind.Controls.Add(this.CbbSkipDirName);
this.tpgFileFind.Controls.Add(this.ChkHiddenDir);
this.tpgFileFind.Controls.Add(this.ChkSubDir);
this.tpgFileFind.Controls.Add(this.ChkCurDir);
this.tpgFileFind.Controls.Add(this.TxtFileReplaceText);
this.tpgFileFind.Controls.Add(this.TxtFileSearchText);
this.tpgFileFind.Controls.Add(this.TxtSearchPath);
this.tpgFileFind.Controls.Add(this.TxtFileType);
this.tpgFileFind.Controls.Add(this.label5);
this.tpgFileFind.Controls.Add(this.label4);
this.tpgFileFind.Controls.Add(this.btnFileReplaceAll);
this.tpgFileFind.Controls.Add(this.btnFileFindAll);
this.tpgFileFind.Controls.Add(this.button4);
this.tpgFileFind.Controls.Add(this.button6);
this.tpgFileFind.Controls.Add(this.label1);
this.tpgFileFind.Controls.Add(this.label3);
this.tpgFileFind.Location = new System.Drawing.Point(4, 22);
this.tpgFileFind.Name = "tpgFileFind";
this.tpgFileFind.Padding = new System.Windows.Forms.Padding(3);
this.tpgFileFind.Size = new System.Drawing.Size(521, 293);
this.tpgFileFind.TabIndex = 3;
this.tpgFileFind.Text = "<22>ļ<EFBFBD><C4BC>в<EFBFBD><D0B2><EFBFBD>";
this.tpgFileFind.UseVisualStyleBackColor = true;
//
// BtnBrowser
//
this.BtnBrowser.Location = new System.Drawing.Point(359, 86);
this.BtnBrowser.Name = "BtnBrowser";
this.BtnBrowser.Size = new System.Drawing.Size(27, 23);
this.BtnBrowser.TabIndex = 40;
this.BtnBrowser.Text = "...";
this.BtnBrowser.UseVisualStyleBackColor = true;
this.BtnBrowser.Click += new System.EventHandler(this.BtnBrowser_Click);
//
// fcFile
//
this.fcFile.FileWholeWord = false;
this.fcFile.FileWordStart = false;
this.fcFile.Location = new System.Drawing.Point(7, 180);
this.fcFile.MatchCase = false;
this.fcFile.Name = "fcFile";
this.fcFile.RegexCompiled = false;
this.fcFile.RegexEcmaScript = false;
this.fcFile.RegexExplicitCapture = false;
this.fcFile.RegexFileCultureInvariant = false;
this.fcFile.RegexFileSingleline = false;
this.fcFile.RegexIgnoreCase = false;
this.fcFile.RegexIgnorePatternWhitespace = false;
this.fcFile.RegexMultiline = false;
this.fcFile.RegexRightToLeft = false;
this.fcFile.SearchMode = 0;
this.fcFile.Size = new System.Drawing.Size(506, 112);
this.fcFile.TabIndex = 39;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(229, 141);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(21, 13);
this.label2.TabIndex = 38;
this.label2.Text = "MB";
//
// NumLimitFileSize
//
this.NumLimitFileSize.Location = new System.Drawing.Point(175, 136);
this.NumLimitFileSize.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.NumLimitFileSize.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.NumLimitFileSize.Name = "NumLimitFileSize";
this.NumLimitFileSize.Size = new System.Drawing.Size(48, 21);
this.NumLimitFileSize.TabIndex = 37;
this.NumLimitFileSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.NumLimitFileSize.Value = new decimal(new int[] {
20,
0,
0,
0});
//
// ChkLimitFileSize
//
this.ChkLimitFileSize.AutoSize = true;
this.ChkLimitFileSize.Checked = true;
this.ChkLimitFileSize.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkLimitFileSize.Location = new System.Drawing.Point(11, 140);
this.ChkLimitFileSize.Name = "ChkLimitFileSize";
this.ChkLimitFileSize.Size = new System.Drawing.Size(158, 17);
this.ChkLimitFileSize.TabIndex = 35;
this.ChkLimitFileSize.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD>С<EFBFBD><D0A1><EFBFBD>ļ<EFBFBD>";
this.ChkLimitFileSize.UseVisualStyleBackColor = true;
//
// ChkSkipDirName
//
this.ChkSkipDirName.AutoSize = true;
this.ChkSkipDirName.Location = new System.Drawing.Point(11, 115);
this.ChkSkipDirName.Name = "ChkSkipDirName";
this.ChkSkipDirName.Size = new System.Drawing.Size(86, 17);
this.ChkSkipDirName.TabIndex = 34;
this.ChkSkipDirName.Text = "<22><><EFBFBD><EFBFBD>Ŀ¼<C4BF><C2BC>";
this.ChkSkipDirName.UseVisualStyleBackColor = true;
//
// ChkIgnoreBinExt
//
this.ChkIgnoreBinExt.AutoSize = true;
this.ChkIgnoreBinExt.Checked = true;
this.ChkIgnoreBinExt.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChkIgnoreBinExt.Location = new System.Drawing.Point(392, 157);
this.ChkIgnoreBinExt.Name = "ChkIgnoreBinExt";
this.ChkIgnoreBinExt.Size = new System.Drawing.Size(110, 17);
this.ChkIgnoreBinExt.TabIndex = 33;
this.ChkIgnoreBinExt.Text = "<22><><EFBFBD>Է<EFBFBD><D4B7>ı<EFBFBD><C4B1><EFBFBD>ʽ";
this.ChkIgnoreBinExt.UseVisualStyleBackColor = true;
//
// CbbSkipDirName
//
this.CbbSkipDirName.FormattingEnabled = true;
this.CbbSkipDirName.Location = new System.Drawing.Point(103, 113);
this.CbbSkipDirName.Name = "CbbSkipDirName";
this.CbbSkipDirName.Size = new System.Drawing.Size(283, 21);
this.CbbSkipDirName.TabIndex = 32;
this.CbbSkipDirName.Text = "debug;.git";
//
// ChkHiddenDir
//
this.ChkHiddenDir.AutoSize = true;
this.ChkHiddenDir.Location = new System.Drawing.Point(392, 137);
this.ChkHiddenDir.Name = "ChkHiddenDir";
this.ChkHiddenDir.Size = new System.Drawing.Size(98, 17);
this.ChkHiddenDir.TabIndex = 30;
this.ChkHiddenDir.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼";
this.ChkHiddenDir.UseVisualStyleBackColor = true;
//
// ChkSubDir
//
this.ChkSubDir.AutoSize = true;
this.ChkSubDir.Location = new System.Drawing.Point(392, 114);
this.ChkSubDir.Name = "ChkSubDir";
this.ChkSubDir.Size = new System.Drawing.Size(86, 17);
this.ChkSubDir.TabIndex = 29;
this.ChkSubDir.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ¼";
this.ChkSubDir.UseVisualStyleBackColor = true;
//
// ChkCurDir
//
this.ChkCurDir.AutoSize = true;
this.ChkCurDir.Location = new System.Drawing.Point(392, 91);
this.ChkCurDir.Name = "ChkCurDir";
this.ChkCurDir.Size = new System.Drawing.Size(86, 17);
this.ChkCurDir.TabIndex = 28;
this.ChkCurDir.Text = "<22><>ǰ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>";
this.ChkCurDir.UseVisualStyleBackColor = true;
this.ChkCurDir.CheckedChanged += new System.EventHandler(this.ChkCurDir_CheckedChanged);
//
// TxtFileReplaceText
//
this.TxtFileReplaceText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtFileReplaceText.FormattingEnabled = true;
this.TxtFileReplaceText.Location = new System.Drawing.Point(74, 33);
this.TxtFileReplaceText.Name = "TxtFileReplaceText";
this.TxtFileReplaceText.Size = new System.Drawing.Size(312, 21);
this.TxtFileReplaceText.TabIndex = 27;
this.TxtFileReplaceText.TextChanged += new System.EventHandler(this.txtFindR_TextChanged);
//
// TxtFileSearchText
//
this.TxtFileSearchText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TxtFileSearchText.FormattingEnabled = true;
this.TxtFileSearchText.Location = new System.Drawing.Point(74, 7);
this.TxtFileSearchText.Name = "TxtFileSearchText";
this.TxtFileSearchText.Size = new System.Drawing.Size(312, 21);
this.TxtFileSearchText.TabIndex = 26;
this.TxtFileSearchText.TextChanged += new System.EventHandler(this.txtFindF_TextChanged);
//
// TxtSearchPath
//
this.TxtSearchPath.FormattingEnabled = true;
this.TxtSearchPath.Location = new System.Drawing.Point(74, 87);
this.TxtSearchPath.Name = "TxtSearchPath";
this.TxtSearchPath.Size = new System.Drawing.Size(285, 21);
this.TxtSearchPath.TabIndex = 25;
//
// TxtFileType
//
this.TxtFileType.FormattingEnabled = true;
this.TxtFileType.Items.AddRange(new object[] {
"C#<23>ļ<EFBFBD>(*.cs;*.sln;*.csproj)",
"PHP<48>ļ<EFBFBD>(*.php;*.html;*.js;*.css;*.htm)"});
this.TxtFileType.Location = new System.Drawing.Point(74, 60);
this.TxtFileType.Name = "TxtFileType";
this.TxtFileType.Size = new System.Drawing.Size(312, 21);
this.TxtFileType.TabIndex = 24;
this.TxtFileType.Text = "*.*";
this.TxtFileType.SelectedIndexChanged += new System.EventHandler(this.TxtFileType_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 91);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(55, 13);
this.label5.TabIndex = 22;
this.label5.Text = "<22>ļ<EFBFBD>Ŀ¼";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 64);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 20;
this.label4.Text = "<22>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>";
//
// btnFileReplaceAll
//
this.btnFileReplaceAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnFileReplaceAll.Enabled = false;
this.btnFileReplaceAll.Location = new System.Drawing.Point(392, 57);
this.btnFileReplaceAll.Name = "btnFileReplaceAll";
this.btnFileReplaceAll.Size = new System.Drawing.Size(121, 27);
this.btnFileReplaceAll.TabIndex = 13;
this.btnFileReplaceAll.Text = "<22><><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>滻";
this.btnFileReplaceAll.UseVisualStyleBackColor = true;
this.btnFileReplaceAll.Click += new System.EventHandler(this.btnFileReplaceAll_Click);
//
// btnFileFindAll
//
this.btnFileFindAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnFileFindAll.Location = new System.Drawing.Point(418, 7);
this.btnFileFindAll.Name = "btnFileFindAll";
this.btnFileFindAll.Size = new System.Drawing.Size(95, 45);
this.btnFileFindAll.TabIndex = 12;
this.btnFileFindAll.Text = "<22><><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>";
this.btnFileFindAll.UseVisualStyleBackColor = true;
this.btnFileFindAll.Click += new System.EventHandler(this.BtnFileFindAll_Click);
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button4.Enabled = false;
this.button4.Location = new System.Drawing.Point(389, 32);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(23, 23);
this.button4.TabIndex = 18;
this.button4.Text = ">";
this.toolTip1.SetToolTip(this.button4, "<22><>ʾ<EFBFBD><CABE>չ<EFBFBD>ַ<EFBFBD><D6B7>б<EFBFBD>");
this.button4.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button6.Enabled = false;
this.button6.Location = new System.Drawing.Point(389, 6);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(23, 23);
this.button6.TabIndex = 16;
this.button6.Text = ">";
this.toolTip1.SetToolTip(this.button6, "<22><>ʾ<EFBFBD><CABE>չ<EFBFBD>ַ<EFBFBD><D6B7>б<EFBFBD>");
this.button6.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 13);
this.label1.TabIndex = 2;
this.label1.Text = "<22>滻Ϊ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 13);
this.label3.TabIndex = 0;
this.label3.Text = "<22><><EFBFBD><EFBFBD>";
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus});
this.statusStrip.Location = new System.Drawing.Point(0, 319);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(529, 22);
this.statusStrip.TabIndex = 1;
this.statusStrip.Text = "xxx";
//
// lblStatus
//
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(0, 17);
//
// mnuExtendedCharFindF
//
this.mnuExtendedCharFindF.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem13,
this.nNewLineToolStripMenuItem,
this.rCarriageToolStripMenuItem,
this.tTabToolStripMenuItem1,
this.nullCharactorToolStripMenuItem});
this.mnuExtendedCharFindF.Name = "contextMenuStrip1";
this.mnuExtendedCharFindF.ShowImageMargin = false;
this.mnuExtendedCharFindF.Size = new System.Drawing.Size(155, 114);
this.mnuExtendedCharFindF.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ContextMenuStrip1_ItemClicked);
//
// toolStripMenuItem13
//
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
this.toolStripMenuItem13.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem13.Tag = "\\r\\n";
this.toolStripMenuItem13.Text = "\\r\\n Windows<77><73><EFBFBD><EFBFBD>";
//
// nNewLineToolStripMenuItem
//
this.nNewLineToolStripMenuItem.Name = "nNewLineToolStripMenuItem";
this.nNewLineToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.nNewLineToolStripMenuItem.Tag = "\\n";
this.nNewLineToolStripMenuItem.Text = "\\n <20><><EFBFBD>з<EFBFBD>";
//
// rCarriageToolStripMenuItem
//
this.rCarriageToolStripMenuItem.Name = "rCarriageToolStripMenuItem";
this.rCarriageToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.rCarriageToolStripMenuItem.Tag = "\\r";
this.rCarriageToolStripMenuItem.Text = "\\r <20>س<EFBFBD>";
//
// tTabToolStripMenuItem1
//
this.tTabToolStripMenuItem1.Name = "tTabToolStripMenuItem1";
this.tTabToolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
this.tTabToolStripMenuItem1.Tag = "\\t";
this.tTabToolStripMenuItem1.Text = "\\t Tab";
//
// nullCharactorToolStripMenuItem
//
this.nullCharactorToolStripMenuItem.Name = "nullCharactorToolStripMenuItem";
this.nullCharactorToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.nullCharactorToolStripMenuItem.Tag = "\\0";
this.nullCharactorToolStripMenuItem.Text = "\\0 Null<6C>ַ<EFBFBD>";
//
// mnuRecentFindF
//
this.mnuRecentFindF.Name = "contextMenuStrip1";
this.mnuRecentFindF.ShowImageMargin = false;
this.mnuRecentFindF.Size = new System.Drawing.Size(36, 4);
this.mnuRecentFindF.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.MnuRecentFindF_ItemClicked);
//
// mnuExtendedCharFindR
//
this.mnuExtendedCharFindR.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem14,
this.toolStripMenuItem1,
this.toolStripMenuItem2,
this.toolStripMenuItem3,
this.toolStripMenuItem4});
this.mnuExtendedCharFindR.Name = "contextMenuStrip1";
this.mnuExtendedCharFindR.ShowImageMargin = false;
this.mnuExtendedCharFindR.Size = new System.Drawing.Size(155, 114);
this.mnuExtendedCharFindR.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.MnuExtendedCharFindR_ItemClicked);
//
// toolStripMenuItem14
//
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
this.toolStripMenuItem14.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem14.Tag = "\\r\\n";
this.toolStripMenuItem14.Text = "\\r\\n Windows<77><73><EFBFBD><EFBFBD>";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem1.Tag = "\\n";
this.toolStripMenuItem1.Text = "\\n <20><><EFBFBD>з<EFBFBD>";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem2.Tag = "\\r";
this.toolStripMenuItem2.Text = "\\r <20>س<EFBFBD>";
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem3.Tag = "\\t";
this.toolStripMenuItem3.Text = "\\t Tab";
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem4.Tag = "\\0";
this.toolStripMenuItem4.Text = "\\0 Null<6C>ַ<EFBFBD>";
//
// mnuExtendedCharReplace
//
this.mnuExtendedCharReplace.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem15,
this.toolStripMenuItem5,
this.toolStripMenuItem6,
this.toolStripMenuItem7,
this.toolStripMenuItem8});
this.mnuExtendedCharReplace.Name = "contextMenuStrip1";
this.mnuExtendedCharReplace.ShowImageMargin = false;
this.mnuExtendedCharReplace.Size = new System.Drawing.Size(155, 114);
this.mnuExtendedCharReplace.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.MnuExtendedCharReplace_ItemClicked);
//
// toolStripMenuItem15
//
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
this.toolStripMenuItem15.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem15.Tag = "\\r\\n";
this.toolStripMenuItem15.Text = "\\r\\n Windows<77><73><EFBFBD><EFBFBD>";
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem5.Tag = "\\n";
this.toolStripMenuItem5.Text = "\\n <20><><EFBFBD>з<EFBFBD>";
//
// toolStripMenuItem6
//
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem6.Tag = "\\r";
this.toolStripMenuItem6.Text = "\\r <20>س<EFBFBD>";
//
// toolStripMenuItem7
//
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem7.Tag = "\\t";
this.toolStripMenuItem7.Text = "\\t Tab";
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.Size = new System.Drawing.Size(154, 22);
this.toolStripMenuItem8.Tag = "\\0";
this.toolStripMenuItem8.Text = "\\0 Null<6C>ַ<EFBFBD>";
//
// mnuRecentFindR
//
this.mnuRecentFindR.Name = "contextMenuStrip1";
this.mnuRecentFindR.ShowImageMargin = false;
this.mnuRecentFindR.Size = new System.Drawing.Size(36, 4);
this.mnuRecentFindR.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.MnuRecentFindR_ItemClicked);
//
// mnuRecentReplace
//
this.mnuRecentReplace.Name = "contextMenuStrip1";
this.mnuRecentReplace.ShowImageMargin = false;
this.mnuRecentReplace.Size = new System.Drawing.Size(36, 4);
this.mnuRecentReplace.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.MnuRecentReplace_ItemClicked);
//
// mnuRegExCharFindF
//
this.mnuRegExCharFindF.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem9,
this.toolStripMenuItem10,
this.toolStripMenuItem11,
this.toolStripMenuItem12,
this.toolStripMenuItem16,
this.toolStripSeparator4,
this.toolStripMenuItem25,
this.toolStripMenuItem26,
this.toolStripMenuItem27,
this.toolStripMenuItem28,
this.toolStripMenuItem29,
this.toolStripSeparator1,
this.toolStripMenuItem17,
this.toolStripMenuItem18,
this.toolStripMenuItem19,
this.toolStripMenuItem22,
this.toolStripSeparator2,
this.toolStripMenuItem20,
this.toolStripMenuItem21,
this.toolStripSeparator3,
this.toolStripMenuItem23,
this.toolStripMenuItem24});
this.mnuRegExCharFindF.Name = "contextMenuStrip1";
this.mnuRegExCharFindF.ShowImageMargin = false;
this.mnuRegExCharFindF.Size = new System.Drawing.Size(269, 424);
//
// toolStripMenuItem9
//
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem9.Tag = ".";
this.toolStripMenuItem9.Text = ". <20><><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD>";
//
// toolStripMenuItem10
//
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
this.toolStripMenuItem10.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem10.Tag = "\\w";
this.toolStripMenuItem10.Text = "\\w <20><>ĸ<EFBFBD><C4B8><EFBFBD><EFBFBD> (\\W Non-Aplhat)";
//
// toolStripMenuItem11
//
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
this.toolStripMenuItem11.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem11.Tag = "\\d";
this.toolStripMenuItem11.Text = "\\d <20><><EFBFBD><EFBFBD> (\\D Non-Digit)";
//
// toolStripMenuItem12
//
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
this.toolStripMenuItem12.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem12.Tag = "\\s";
this.toolStripMenuItem12.Text = "\\s <20>հ<EFBFBD> (\\S Non-Whitespace)";
//
// toolStripMenuItem16
//
this.toolStripMenuItem16.Name = "toolStripMenuItem16";
this.toolStripMenuItem16.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem16.Tag = "[a-zA-Z]";
this.toolStripMenuItem16.Text = "[a-zA-Z] ָ<><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ([^a...] <20><>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem25
//
this.toolStripMenuItem25.Name = "toolStripMenuItem25";
this.toolStripMenuItem25.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem25.Tag = "\\r\\n";
this.toolStripMenuItem25.Text = "\\r\\n Windows<77><73><EFBFBD><EFBFBD>";
//
// toolStripMenuItem26
//
this.toolStripMenuItem26.Name = "toolStripMenuItem26";
this.toolStripMenuItem26.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem26.Tag = "\\n";
this.toolStripMenuItem26.Text = "\\n <20><><EFBFBD>з<EFBFBD>";
//
// toolStripMenuItem27
//
this.toolStripMenuItem27.Name = "toolStripMenuItem27";
this.toolStripMenuItem27.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem27.Tag = "\\r";
this.toolStripMenuItem27.Text = "\\r <20>س<EFBFBD>";
//
// toolStripMenuItem28
//
this.toolStripMenuItem28.Name = "toolStripMenuItem28";
this.toolStripMenuItem28.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem28.Tag = "\\t";
this.toolStripMenuItem28.Text = "\\t Tab";
//
// toolStripMenuItem29
//
this.toolStripMenuItem29.Name = "toolStripMenuItem29";
this.toolStripMenuItem29.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem29.Tag = "\\0";
this.toolStripMenuItem29.Text = "\\0 Null<6C>ַ<EFBFBD>";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem17
//
this.toolStripMenuItem17.Name = "toolStripMenuItem17";
this.toolStripMenuItem17.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem17.Tag = "*";
this.toolStripMenuItem17.Text = "* <20><><EFBFBD><EFBFBD><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD>";
//
// toolStripMenuItem18
//
this.toolStripMenuItem18.Name = "toolStripMenuItem18";
this.toolStripMenuItem18.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem18.Tag = "+";
this.toolStripMenuItem18.Text = "+ һ<>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ظ<EFBFBD>";
//
// toolStripMenuItem19
//
this.toolStripMenuItem19.Name = "toolStripMenuItem19";
this.toolStripMenuItem19.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem19.Tag = "?";
this.toolStripMenuItem19.Text = "? 0<>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ظ<EFBFBD>";
//
// toolStripMenuItem22
//
this.toolStripMenuItem22.Name = "toolStripMenuItem22";
this.toolStripMenuItem22.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem22.Tag = "?";
this.toolStripMenuItem22.Text = "? As Few as Possible (i.e. *?, +? or ??)";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem20
//
this.toolStripMenuItem20.Name = "toolStripMenuItem20";
this.toolStripMenuItem20.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem20.Tag = "()";
this.toolStripMenuItem20.Text = "( ) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
//
// toolStripMenuItem21
//
this.toolStripMenuItem21.Name = "toolStripMenuItem21";
this.toolStripMenuItem21.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem21.Tag = "(?<Name>)";
this.toolStripMenuItem21.Text = "(?<Name>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem23
//
this.toolStripMenuItem23.Name = "toolStripMenuItem23";
this.toolStripMenuItem23.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem23.Tag = "^";
this.toolStripMenuItem23.Text = "^ <20>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>еĿ<D0B5>ͷ";
//
// toolStripMenuItem24
//
this.toolStripMenuItem24.Name = "toolStripMenuItem24";
this.toolStripMenuItem24.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem24.Tag = "$";
this.toolStripMenuItem24.Text = "$ <20>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>еĽ<D0B5>β";
//
// mnuRegExCharFindR
//
this.mnuRegExCharFindR.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem30,
this.toolStripMenuItem31,
this.toolStripMenuItem32,
this.toolStripMenuItem33,
this.toolStripMenuItem34,
this.toolStripSeparator5,
this.toolStripMenuItem35,
this.toolStripMenuItem36,
this.toolStripMenuItem37,
this.toolStripMenuItem38,
this.toolStripMenuItem39,
this.toolStripSeparator6,
this.toolStripMenuItem40,
this.toolStripMenuItem41,
this.toolStripMenuItem42,
this.toolStripMenuItem43,
this.toolStripSeparator7,
this.toolStripMenuItem44,
this.toolStripMenuItem45,
this.toolStripSeparator8,
this.toolStripMenuItem46,
this.toolStripMenuItem47});
this.mnuRegExCharFindR.Name = "contextMenuStrip1";
this.mnuRegExCharFindR.ShowImageMargin = false;
this.mnuRegExCharFindR.Size = new System.Drawing.Size(269, 424);
//
// toolStripMenuItem30
//
this.toolStripMenuItem30.Name = "toolStripMenuItem30";
this.toolStripMenuItem30.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem30.Tag = ".";
this.toolStripMenuItem30.Text = ". <20><><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD>";
//
// toolStripMenuItem31
//
this.toolStripMenuItem31.Name = "toolStripMenuItem31";
this.toolStripMenuItem31.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem31.Tag = "\\w";
this.toolStripMenuItem31.Text = "\\w <20><>ĸ<EFBFBD><C4B8><EFBFBD><EFBFBD> (\\W Non-Aplhat)";
//
// toolStripMenuItem32
//
this.toolStripMenuItem32.Name = "toolStripMenuItem32";
this.toolStripMenuItem32.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem32.Tag = "\\d";
this.toolStripMenuItem32.Text = "\\d <20><><EFBFBD><EFBFBD> (\\D Non-Digit)";
//
// toolStripMenuItem33
//
this.toolStripMenuItem33.Name = "toolStripMenuItem33";
this.toolStripMenuItem33.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem33.Tag = "\\s";
this.toolStripMenuItem33.Text = "\\s <20>հ<EFBFBD> (\\S Non-Whitespace)";
//
// toolStripMenuItem34
//
this.toolStripMenuItem34.Name = "toolStripMenuItem34";
this.toolStripMenuItem34.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem34.Tag = "[a-zA-Z]";
this.toolStripMenuItem34.Text = "[a-zA-Z] ָ<><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ([^a...] <20><>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem35
//
this.toolStripMenuItem35.Name = "toolStripMenuItem35";
this.toolStripMenuItem35.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem35.Tag = "\\r\\n";
this.toolStripMenuItem35.Text = "\\r\\n Windows<77><73><EFBFBD><EFBFBD>";
//
// toolStripMenuItem36
//
this.toolStripMenuItem36.Name = "toolStripMenuItem36";
this.toolStripMenuItem36.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem36.Tag = "\\n";
this.toolStripMenuItem36.Text = "\\n <20><><EFBFBD>з<EFBFBD>";
//
// toolStripMenuItem37
//
this.toolStripMenuItem37.Name = "toolStripMenuItem37";
this.toolStripMenuItem37.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem37.Tag = "\\r";
this.toolStripMenuItem37.Text = "\\r <20>س<EFBFBD>";
//
// toolStripMenuItem38
//
this.toolStripMenuItem38.Name = "toolStripMenuItem38";
this.toolStripMenuItem38.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem38.Tag = "\\t";
this.toolStripMenuItem38.Text = "\\t Tab";
//
// toolStripMenuItem39
//
this.toolStripMenuItem39.Name = "toolStripMenuItem39";
this.toolStripMenuItem39.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem39.Tag = "\\0";
this.toolStripMenuItem39.Text = "\\0 Null<6C>ַ<EFBFBD>";
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem40
//
this.toolStripMenuItem40.Name = "toolStripMenuItem40";
this.toolStripMenuItem40.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem40.Tag = "*";
this.toolStripMenuItem40.Text = "* <20><><EFBFBD><EFBFBD><EFBFBD>ظ<EFBFBD><D8B8><EFBFBD><EFBFBD><EFBFBD>";
//
// toolStripMenuItem41
//
this.toolStripMenuItem41.Name = "toolStripMenuItem41";
this.toolStripMenuItem41.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem41.Tag = "+";
this.toolStripMenuItem41.Text = "+ һ<>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ظ<EFBFBD>";
//
// toolStripMenuItem42
//
this.toolStripMenuItem42.Name = "toolStripMenuItem42";
this.toolStripMenuItem42.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem42.Tag = "?";
this.toolStripMenuItem42.Text = "? 0<>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ظ<EFBFBD>";
//
// toolStripMenuItem43
//
this.toolStripMenuItem43.Name = "toolStripMenuItem43";
this.toolStripMenuItem43.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem43.Tag = "?";
this.toolStripMenuItem43.Text = "? As Few as Possible (i.e. *?, +? or ??)";
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem44
//
this.toolStripMenuItem44.Name = "toolStripMenuItem44";
this.toolStripMenuItem44.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem44.Tag = "()";
this.toolStripMenuItem44.Text = "( ) <20><><EFBFBD>ֲ<EFBFBD><D6B2><EFBFBD>";
//
// toolStripMenuItem45
//
this.toolStripMenuItem45.Name = "toolStripMenuItem45";
this.toolStripMenuItem45.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem45.Tag = "(?<Name>)";
this.toolStripMenuItem45.Text = "(?<Name>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(265, 6);
//
// toolStripMenuItem46
//
this.toolStripMenuItem46.Name = "toolStripMenuItem46";
this.toolStripMenuItem46.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem46.Tag = "^";
this.toolStripMenuItem46.Text = "^ <20>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>еĿ<D0B5>ͷ";
//
// toolStripMenuItem47
//
this.toolStripMenuItem47.Name = "toolStripMenuItem47";
this.toolStripMenuItem47.Size = new System.Drawing.Size(268, 22);
this.toolStripMenuItem47.Tag = "$";
this.toolStripMenuItem47.Text = "$ <20>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>еĽ<D0B5>β";
//
// mnuRegExCharReplace
//
this.mnuRegExCharReplace.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem48,
this.toolStripMenuItem49,
this.toolStripMenuItem57,
this.toolStripMenuItem56,
this.toolStripMenuItem55,
this.toolStripMenuItem54,
this.toolStripMenuItem53,
this.toolStripMenuItem52,
this.toolStripMenuItem51,
this.toolStripMenuItem50,
this.nameToolStripMenuItem});
this.mnuRegExCharReplace.Name = "contextMenuStrip1";
this.mnuRegExCharReplace.ShowImageMargin = false;
this.mnuRegExCharReplace.Size = new System.Drawing.Size(142, 246);
//
// toolStripMenuItem48
//
this.toolStripMenuItem48.Name = "toolStripMenuItem48";
this.toolStripMenuItem48.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem48.Tag = "$&";
this.toolStripMenuItem48.Text = "$&& <20><><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD>";
//
// toolStripMenuItem49
//
this.toolStripMenuItem49.Name = "toolStripMenuItem49";
this.toolStripMenuItem49.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem49.Tag = "$1";
this.toolStripMenuItem49.Text = "$1 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #1";
//
// toolStripMenuItem57
//
this.toolStripMenuItem57.Name = "toolStripMenuItem57";
this.toolStripMenuItem57.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem57.Tag = "$2";
this.toolStripMenuItem57.Text = "$2 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #2";
//
// toolStripMenuItem56
//
this.toolStripMenuItem56.Name = "toolStripMenuItem56";
this.toolStripMenuItem56.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem56.Tag = "$3";
this.toolStripMenuItem56.Text = "$3 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #3";
//
// toolStripMenuItem55
//
this.toolStripMenuItem55.Name = "toolStripMenuItem55";
this.toolStripMenuItem55.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem55.Tag = "$4";
this.toolStripMenuItem55.Text = "$4 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #4";
//
// toolStripMenuItem54
//
this.toolStripMenuItem54.Name = "toolStripMenuItem54";
this.toolStripMenuItem54.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem54.Tag = "$5";
this.toolStripMenuItem54.Text = "$5 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #5";
//
// toolStripMenuItem53
//
this.toolStripMenuItem53.Name = "toolStripMenuItem53";
this.toolStripMenuItem53.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem53.Tag = "$6";
this.toolStripMenuItem53.Text = "$6 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #6";
//
// toolStripMenuItem52
//
this.toolStripMenuItem52.Name = "toolStripMenuItem52";
this.toolStripMenuItem52.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem52.Tag = "$7";
this.toolStripMenuItem52.Text = "$7 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #7";
//
// toolStripMenuItem51
//
this.toolStripMenuItem51.Name = "toolStripMenuItem51";
this.toolStripMenuItem51.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem51.Tag = "$8";
this.toolStripMenuItem51.Text = "$8 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #8";
//
// toolStripMenuItem50
//
this.toolStripMenuItem50.Name = "toolStripMenuItem50";
this.toolStripMenuItem50.Size = new System.Drawing.Size(141, 22);
this.toolStripMenuItem50.Tag = "$9";
this.toolStripMenuItem50.Text = "$9 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #9";
//
// nameToolStripMenuItem
//
this.nameToolStripMenuItem.Name = "nameToolStripMenuItem";
this.nameToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
this.nameToolStripMenuItem.Text = "$(Name) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
//
// FindReplaceDialog
//
this.AcceptButton = this.btnFindNextF;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(529, 341);
this.Controls.Add(this.tabAll);
this.Controls.Add(this.statusStrip);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(504, 331);
this.Name = "FindReplaceDialog";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>滻";
this.Activated += new System.EventHandler(this.FindReplaceDialog_Activated);
this.Deactivate += new System.EventHandler(this.FindReplaceDialog_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FindReplaceDialog_FormClosing);
this.Load += new System.EventHandler(this.FindReplaceDialog_Load);
this.tabAll.ResumeLayout(false);
this.tpgFind.ResumeLayout(false);
this.tpgFind.PerformLayout();
this.grpFindAll.ResumeLayout(false);
this.grpFindAll.PerformLayout();
this.tpgReplace.ResumeLayout(false);
this.tpgReplace.PerformLayout();
this.tpgFileFind.ResumeLayout(false);
this.tpgFileFind.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NumLimitFileSize)).EndInit();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.mnuExtendedCharFindF.ResumeLayout(false);
this.mnuExtendedCharFindR.ResumeLayout(false);
this.mnuExtendedCharReplace.ResumeLayout(false);
this.mnuRegExCharFindF.ResumeLayout(false);
this.mnuRegExCharFindR.ResumeLayout(false);
this.mnuRegExCharReplace.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabPage tpgFind;
internal System.Windows.Forms.TabControl tabAll;
private System.Windows.Forms.Label lblFindF;
private System.Windows.Forms.Button btnFindPreviousF;
private System.Windows.Forms.Button btnFindNextF;
private System.Windows.Forms.CheckBox chkWrapF;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.Button btnFindAll;
private System.Windows.Forms.CheckBox chkHighlightMatches;
private System.Windows.Forms.CheckBox chkMarkLine;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.Label lblReplace;
private System.Windows.Forms.CheckBox chkWrapR;
private System.Windows.Forms.Button btnReplacePrevious;
private System.Windows.Forms.Button btnReplaceNext;
private System.Windows.Forms.Label lblFindR;
private System.Windows.Forms.Button btnReplaceAll;
private System.Windows.Forms.ToolStripStatusLabel lblStatus;
public System.Windows.Forms.GroupBox grpFindAll;
internal System.Windows.Forms.CheckBox chkSearchSelectionF;
internal System.Windows.Forms.CheckBox chkSearchSelectionR;
private System.Windows.Forms.Button cmdExtCharAndRegExFindF;
private System.Windows.Forms.ContextMenuStrip mnuExtendedCharFindF;
private System.Windows.Forms.ToolStripMenuItem tTabToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem nNewLineToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem rCarriageToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem nullCharactorToolStripMenuItem;
private System.Windows.Forms.Button cmdRecentFindF;
private System.Windows.Forms.ContextMenuStrip mnuRecentFindF;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Button cmdRecentReplace;
private System.Windows.Forms.Button cmdExtCharAndRegExReplace;
private System.Windows.Forms.Button cmdRecentFindR;
private System.Windows.Forms.Button cmdExtCharAndRegExFindR;
private System.Windows.Forms.ContextMenuStrip mnuExtendedCharFindR;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ContextMenuStrip mnuExtendedCharReplace;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem7;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
private System.Windows.Forms.ContextMenuStrip mnuRecentFindR;
private System.Windows.Forms.ContextMenuStrip mnuRecentReplace;
private System.Windows.Forms.ContextMenuStrip mnuRegExCharFindF;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem17;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem18;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem19;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem22;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem20;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem21;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem23;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem24;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem25;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem26;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem27;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem28;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem29;
private System.Windows.Forms.ContextMenuStrip mnuRegExCharFindR;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem30;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem31;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem32;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem33;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem34;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem35;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem36;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem37;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem38;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem39;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem40;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem41;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem42;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem43;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem44;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem45;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem46;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem47;
private System.Windows.Forms.ContextMenuStrip mnuRegExCharReplace;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem48;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem49;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem57;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem56;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem55;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem54;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem53;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem52;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem51;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem50;
private System.Windows.Forms.ToolStripMenuItem nameToolStripMenuItem;
private System.Windows.Forms.Button btnFindPreviousR;
private System.Windows.Forms.Button btnFindNextR;
internal System.Windows.Forms.TabPage tpgReplace;
internal System.Windows.Forms.TabPage tpgFileFind;
private System.Windows.Forms.Button btnFileReplaceAll;
private System.Windows.Forms.Button btnFileFindAll;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.ComboBox txtFindF;
public System.Windows.Forms.ComboBox txtFindR;
public System.Windows.Forms.ComboBox txtReplace;
public System.Windows.Forms.ComboBox TxtFileSearchText;
public System.Windows.Forms.ComboBox TxtFileReplaceText;
private System.Windows.Forms.CheckBox ChkHiddenDir;
private System.Windows.Forms.CheckBox ChkSubDir;
private System.Windows.Forms.CheckBox ChkCurDir;
public System.Windows.Forms.ComboBox TxtSearchPath;
public System.Windows.Forms.ComboBox TxtFileType;
private System.Windows.Forms.CheckBox ChkIgnoreBinExt;
public System.Windows.Forms.ComboBox CbbSkipDirName;
private System.Windows.Forms.CheckBox ChkSkipDirName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown NumLimitFileSize;
private System.Windows.Forms.CheckBox ChkLimitFileSize;
private SuperDesign.Controls.Highlight.FindReplace.FindConfig fcFile;
private SuperDesign.Controls.Highlight.FindReplace.FindConfig fcReplace;
private SuperDesign.Controls.Highlight.FindReplace.FindConfig fcFind;
private System.Windows.Forms.Button BtnBrowser;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
}
}