ARCed.Scintilla.FindReplaceDialog.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
			this.tabAll = new System.Windows.Forms.TabControl();
			this.tpgFind = new System.Windows.Forms.TabPage();
			this.grpFindAll = new ARCed.Controls.CollapsibleGroupBox();
			this.btnFindAll = new System.Windows.Forms.Button();
			this.btnClear = new System.Windows.Forms.Button();
			this.chkMarkLine = new System.Windows.Forms.CheckBox();
			this.chkHighlightMatches = new System.Windows.Forms.CheckBox();
			this.grpOptionsF = new ARCed.Controls.CollapsibleGroupBox();
			this.pnlStandardOptionsF = new System.Windows.Forms.Panel();
			this.chkWordStartF = new System.Windows.Forms.CheckBox();
			this.chkWholeWordF = new System.Windows.Forms.CheckBox();
			this.chkMatchCaseF = new System.Windows.Forms.CheckBox();
			this.chkSearchSelectionF = new System.Windows.Forms.CheckBox();
			this.chkWrapF = new System.Windows.Forms.CheckBox();
			this.pnlRegexpOptionsF = new System.Windows.Forms.Panel();
			this.chkSinglelineF = new System.Windows.Forms.CheckBox();
			this.chkRightToLeftF = new System.Windows.Forms.CheckBox();
			this.chkMultilineF = new System.Windows.Forms.CheckBox();
			this.chkIgnorePatternWhitespaceF = new System.Windows.Forms.CheckBox();
			this.chkIgnoreCaseF = new System.Windows.Forms.CheckBox();
			this.chkExplicitCaptureF = new System.Windows.Forms.CheckBox();
			this.chkEcmaScriptF = new System.Windows.Forms.CheckBox();
			this.chkCultureInvariantF = new System.Windows.Forms.CheckBox();
			this.chkCompiledF = new System.Windows.Forms.CheckBox();
			this.rdoRegexF = new System.Windows.Forms.RadioButton();
			this.rdoStandardF = new System.Windows.Forms.RadioButton();
			this.btnFindPrevious = new System.Windows.Forms.Button();
			this.btnFindNext = new System.Windows.Forms.Button();
			this.cboFindF = new System.Windows.Forms.ComboBox();
			this.lblFindF = new System.Windows.Forms.Label();
			this.tpgReplace = new System.Windows.Forms.TabPage();
			this.rdoRegexR = new System.Windows.Forms.RadioButton();
			this.rdoStandardR = new System.Windows.Forms.RadioButton();
			this.grdOptionsR = new ARCed.Controls.CollapsibleGroupBox();
			this.pnlStandardOptionsR = new System.Windows.Forms.Panel();
			this.chkWordStartR = new System.Windows.Forms.CheckBox();
			this.chkWholeWordR = new System.Windows.Forms.CheckBox();
			this.chkMatchCaseR = new System.Windows.Forms.CheckBox();
			this.chkWrapR = new System.Windows.Forms.CheckBox();
			this.chkSearchSelectionR = new System.Windows.Forms.CheckBox();
			this.pnlRegexpOptionsR = new System.Windows.Forms.Panel();
			this.chkSinglelineR = new System.Windows.Forms.CheckBox();
			this.chkRightToLeftR = new System.Windows.Forms.CheckBox();
			this.chkMultilineR = new System.Windows.Forms.CheckBox();
			this.chkIgnorePatternWhitespaceR = new System.Windows.Forms.CheckBox();
			this.chkIgnoreCaseR = new System.Windows.Forms.CheckBox();
			this.chkExplicitCaptureR = new System.Windows.Forms.CheckBox();
			this.chkEcmaScriptR = new System.Windows.Forms.CheckBox();
			this.chkCultureInvariantR = new System.Windows.Forms.CheckBox();
			this.chkCompiledR = new System.Windows.Forms.CheckBox();
			this.btnReplaceAll = new System.Windows.Forms.Button();
			this.cboReplace = new System.Windows.Forms.ComboBox();
			this.lblReplace = new System.Windows.Forms.Label();
			this.btnReplacePrevious = new System.Windows.Forms.Button();
			this.btnReplaceNext = new System.Windows.Forms.Button();
			this.cboFindR = new System.Windows.Forms.ComboBox();
			this.lblFindR = new System.Windows.Forms.Label();
			this.statusStrip = new System.Windows.Forms.StatusStrip();
			this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
			this.tabAll.SuspendLayout();
			this.tpgFind.SuspendLayout();
			this.grpFindAll.SuspendLayout();
			this.grpOptionsF.SuspendLayout();
			this.pnlStandardOptionsF.SuspendLayout();
			this.pnlRegexpOptionsF.SuspendLayout();
			this.tpgReplace.SuspendLayout();
			this.grdOptionsR.SuspendLayout();
			this.pnlStandardOptionsR.SuspendLayout();
			this.pnlRegexpOptionsR.SuspendLayout();
			this.statusStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabAll
			// 
			this.tabAll.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.tabAll.Controls.Add(this.tpgFind);
			this.tabAll.Controls.Add(this.tpgReplace);
			this.tabAll.Location = new System.Drawing.Point(0, 0);
			this.tabAll.Name = "tabAll";
			this.tabAll.SelectedIndex = 0;
			this.tabAll.Size = new System.Drawing.Size(255, 377);
			this.tabAll.TabIndex = 0;
			this.tabAll.SelectedIndexChanged += new System.EventHandler(this.tabAll_SelectedIndexChanged);
			// 
			// tpgFind
			// 
			this.tpgFind.BackColor = System.Drawing.SystemColors.Control;
			this.tpgFind.Controls.Add(this.grpFindAll);
			this.tpgFind.Controls.Add(this.grpOptionsF);
			this.tpgFind.Controls.Add(this.rdoRegexF);
			this.tpgFind.Controls.Add(this.rdoStandardF);
			this.tpgFind.Controls.Add(this.btnFindPrevious);
			this.tpgFind.Controls.Add(this.btnFindNext);
			this.tpgFind.Controls.Add(this.cboFindF);
			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(247, 351);
			this.tpgFind.TabIndex = 0;
			this.tpgFind.Text = "Find";
			// 
			// grpFindAll
			// 
			this.grpFindAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.grpFindAll.Controls.Add(this.btnFindAll);
			this.grpFindAll.Controls.Add(this.btnClear);
			this.grpFindAll.Controls.Add(this.chkMarkLine);
			this.grpFindAll.Controls.Add(this.chkHighlightMatches);
			this.grpFindAll.Location = new System.Drawing.Point(8, 212);
			this.grpFindAll.Name = "grpFindAll";
			this.grpFindAll.Size = new System.Drawing.Size(231, 81);
			this.grpFindAll.TabIndex = 12;
			this.grpFindAll.TabStop = false;
			this.grpFindAll.Text = "Find All";
			this.grpFindAll.CollapseBoxClickedEvent += new ARCed.Controls.CollapsibleGroupBox.CollapseBoxClickedEventHandler(this.grpFindAll_CollapseBoxClickedEvent);
			// 
			// btnFindAll
			// 
			this.btnFindAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.btnFindAll.Location = new System.Drawing.Point(137, 49);
			this.btnFindAll.Name = "btnFindAll";
			this.btnFindAll.Size = new System.Drawing.Size(88, 23);
			this.btnFindAll.TabIndex = 2;
			this.btnFindAll.Text = "Find &All";
			this.btnFindAll.UseVisualStyleBackColor = true;
			this.btnFindAll.Click += new System.EventHandler(this.btnFindAll_Click);
			// 
			// btnClear
			// 
			this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.btnClear.Location = new System.Drawing.Point(137, 20);
			this.btnClear.Name = "btnClear";
			this.btnClear.Size = new System.Drawing.Size(88, 23);
			this.btnClear.TabIndex = 3;
			this.btnClear.Text = "C&lear";
			this.btnClear.UseVisualStyleBackColor = true;
			this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
			// 
			// 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(73, 17);
			this.chkMarkLine.TabIndex = 0;
			this.chkMarkLine.Text = "&Mark Line";
			this.chkMarkLine.UseVisualStyleBackColor = true;
			// 
			// 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(111, 17);
			this.chkHighlightMatches.TabIndex = 1;
			this.chkHighlightMatches.Text = "&Highlight Matches";
			this.chkHighlightMatches.UseVisualStyleBackColor = true;
			// 
			// grpOptionsF
			// 
			this.grpOptionsF.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.grpOptionsF.Controls.Add(this.pnlStandardOptionsF);
			this.grpOptionsF.Controls.Add(this.pnlRegexpOptionsF);
			this.grpOptionsF.Location = new System.Drawing.Point(8, 76);
			this.grpOptionsF.Name = "grpOptionsF";
			this.grpOptionsF.Size = new System.Drawing.Size(231, 130);
			this.grpOptionsF.TabIndex = 11;
			this.grpOptionsF.TabStop = false;
			this.grpOptionsF.Text = "Options";
			this.grpOptionsF.CollapseBoxClickedEvent += new ARCed.Controls.CollapsibleGroupBox.CollapseBoxClickedEventHandler(this.grpOptionsF_CollapseBoxClickedEvent);
			// 
			// pnlStandardOptionsF
			// 
			this.pnlStandardOptionsF.Controls.Add(this.chkWordStartF);
			this.pnlStandardOptionsF.Controls.Add(this.chkWholeWordF);
			this.pnlStandardOptionsF.Controls.Add(this.chkMatchCaseF);
			this.pnlStandardOptionsF.Controls.Add(this.chkSearchSelectionF);
			this.pnlStandardOptionsF.Controls.Add(this.chkWrapF);
			this.pnlStandardOptionsF.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnlStandardOptionsF.Location = new System.Drawing.Point(3, 16);
			this.pnlStandardOptionsF.Name = "pnlStandardOptionsF";
			this.pnlStandardOptionsF.Size = new System.Drawing.Size(225, 111);
			this.pnlStandardOptionsF.TabIndex = 0;
			// 
			// chkWordStartF
			// 
			this.chkWordStartF.AutoSize = true;
			this.chkWordStartF.Location = new System.Drawing.Point(10, 37);
			this.chkWordStartF.Name = "chkWordStartF";
			this.chkWordStartF.Size = new System.Drawing.Size(77, 17);
			this.chkWordStartF.TabIndex = 2;
			this.chkWordStartF.Text = "W&ord Start";
			this.chkWordStartF.UseVisualStyleBackColor = true;
			// 
			// chkWholeWordF
			// 
			this.chkWholeWordF.AutoSize = true;
			this.chkWholeWordF.Location = new System.Drawing.Point(10, 20);
			this.chkWholeWordF.Name = "chkWholeWordF";
			this.chkWholeWordF.Size = new System.Drawing.Size(86, 17);
			this.chkWholeWordF.TabIndex = 1;
			this.chkWholeWordF.Text = "Whole Wor&d";
			this.chkWholeWordF.UseVisualStyleBackColor = true;
			// 
			// chkMatchCaseF
			// 
			this.chkMatchCaseF.AutoSize = true;
			this.chkMatchCaseF.Location = new System.Drawing.Point(10, 3);
			this.chkMatchCaseF.Name = "chkMatchCaseF";
			this.chkMatchCaseF.Size = new System.Drawing.Size(83, 17);
			this.chkMatchCaseF.TabIndex = 0;
			this.chkMatchCaseF.Text = "Match &Case";
			this.chkMatchCaseF.UseVisualStyleBackColor = true;
			// 
			// chkSearchSelectionF
			// 
			this.chkSearchSelectionF.AutoSize = true;
			this.chkSearchSelectionF.Location = new System.Drawing.Point(10, 71);
			this.chkSearchSelectionF.Name = "chkSearchSelectionF";
			this.chkSearchSelectionF.Size = new System.Drawing.Size(107, 17);
			this.chkSearchSelectionF.TabIndex = 6;
			this.chkSearchSelectionF.Text = "Search Selection";
			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(10, 54);
			this.chkWrapF.Name = "chkWrapF";
			this.chkWrapF.Size = new System.Drawing.Size(52, 17);
			this.chkWrapF.TabIndex = 5;
			this.chkWrapF.Text = "&Wrap";
			this.chkWrapF.UseVisualStyleBackColor = true;
			// 
			// pnlRegexpOptionsF
			// 
			this.pnlRegexpOptionsF.Controls.Add(this.chkSinglelineF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkRightToLeftF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkMultilineF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkIgnorePatternWhitespaceF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkIgnoreCaseF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkExplicitCaptureF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkEcmaScriptF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkCultureInvariantF);
			this.pnlRegexpOptionsF.Controls.Add(this.chkCompiledF);
			this.pnlRegexpOptionsF.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnlRegexpOptionsF.Location = new System.Drawing.Point(3, 16);
			this.pnlRegexpOptionsF.Name = "pnlRegexpOptionsF";
			this.pnlRegexpOptionsF.Size = new System.Drawing.Size(225, 111);
			this.pnlRegexpOptionsF.TabIndex = 1;
			// 
			// chkSinglelineF
			// 
			this.chkSinglelineF.AutoSize = true;
			this.chkSinglelineF.Location = new System.Drawing.Point(279, 37);
			this.chkSinglelineF.Name = "chkSinglelineF";
			this.chkSinglelineF.Size = new System.Drawing.Size(71, 17);
			this.chkSinglelineF.TabIndex = 8;
			this.chkSinglelineF.Text = "Singleline";
			this.chkSinglelineF.UseVisualStyleBackColor = true;
			// 
			// chkRightToLeftF
			// 
			this.chkRightToLeftF.AutoSize = true;
			this.chkRightToLeftF.Location = new System.Drawing.Point(279, 20);
			this.chkRightToLeftF.Name = "chkRightToLeftF";
			this.chkRightToLeftF.Size = new System.Drawing.Size(88, 17);
			this.chkRightToLeftF.TabIndex = 5;
			this.chkRightToLeftF.Text = "Right To Left";
			this.chkRightToLeftF.UseVisualStyleBackColor = true;
			// 
			// chkMultilineF
			// 
			this.chkMultilineF.AutoSize = true;
			this.chkMultilineF.Location = new System.Drawing.Point(279, 3);
			this.chkMultilineF.Name = "chkMultilineF";
			this.chkMultilineF.Size = new System.Drawing.Size(64, 17);
			this.chkMultilineF.TabIndex = 2;
			this.chkMultilineF.Text = "Multiline";
			this.chkMultilineF.UseVisualStyleBackColor = true;
			// 
			// chkIgnorePatternWhitespaceF
			// 
			this.chkIgnorePatternWhitespaceF.AutoSize = true;
			this.chkIgnorePatternWhitespaceF.Location = new System.Drawing.Point(3, 88);
			this.chkIgnorePatternWhitespaceF.Name = "chkIgnorePatternWhitespaceF";
			this.chkIgnorePatternWhitespaceF.Size = new System.Drawing.Size(153, 17);
			this.chkIgnorePatternWhitespaceF.TabIndex = 7;
			this.chkIgnorePatternWhitespaceF.Text = "I&gnore Pattern Whitespace";
			this.chkIgnorePatternWhitespaceF.UseVisualStyleBackColor = true;
			// 
			// chkIgnoreCaseF
			// 
			this.chkIgnoreCaseF.AutoSize = true;
			this.chkIgnoreCaseF.Location = new System.Drawing.Point(3, 71);
			this.chkIgnoreCaseF.Name = "chkIgnoreCaseF";
			this.chkIgnoreCaseF.Size = new System.Drawing.Size(83, 17);
			this.chkIgnoreCaseF.TabIndex = 4;
			this.chkIgnoreCaseF.Text = "&Ignore Case";
			this.chkIgnoreCaseF.UseVisualStyleBackColor = true;
			// 
			// chkExplicitCaptureF
			// 
			this.chkExplicitCaptureF.AutoSize = true;
			this.chkExplicitCaptureF.Location = new System.Drawing.Point(3, 54);
			this.chkExplicitCaptureF.Name = "chkExplicitCaptureF";
			this.chkExplicitCaptureF.Size = new System.Drawing.Size(99, 17);
			this.chkExplicitCaptureF.TabIndex = 1;
			this.chkExplicitCaptureF.Text = "E&xplicit Capture";
			this.chkExplicitCaptureF.UseVisualStyleBackColor = true;
			// 
			// chkEcmaScriptF
			// 
			this.chkEcmaScriptF.AutoSize = true;
			this.chkEcmaScriptF.Location = new System.Drawing.Point(3, 37);
			this.chkEcmaScriptF.Name = "chkEcmaScriptF";
			this.chkEcmaScriptF.Size = new System.Drawing.Size(86, 17);
			this.chkEcmaScriptF.TabIndex = 6;
			this.chkEcmaScriptF.Text = "ECMA Script";
			this.chkEcmaScriptF.UseVisualStyleBackColor = true;
			this.chkEcmaScriptF.CheckedChanged += new System.EventHandler(this.chkEcmaScript_CheckedChanged);
			// 
			// chkCultureInvariantF
			// 
			this.chkCultureInvariantF.AutoSize = true;
			this.chkCultureInvariantF.Location = new System.Drawing.Point(3, 20);
			this.chkCultureInvariantF.Name = "chkCultureInvariantF";
			this.chkCultureInvariantF.Size = new System.Drawing.Size(103, 17);
			this.chkCultureInvariantF.TabIndex = 3;
			this.chkCultureInvariantF.Text = "C&ulture Invariant";
			this.chkCultureInvariantF.UseVisualStyleBackColor = true;
			// 
			// chkCompiledF
			// 
			this.chkCompiledF.AutoSize = true;
			this.chkCompiledF.Location = new System.Drawing.Point(3, 3);
			this.chkCompiledF.Name = "chkCompiledF";
			this.chkCompiledF.Size = new System.Drawing.Size(69, 17);
			this.chkCompiledF.TabIndex = 0;
			this.chkCompiledF.Text = "&Compiled";
			this.chkCompiledF.UseVisualStyleBackColor = true;
			// 
			// rdoRegexF
			// 
			this.rdoRegexF.AutoSize = true;
			this.rdoRegexF.Location = new System.Drawing.Point(122, 53);
			this.rdoRegexF.Name = "rdoRegexF";
			this.rdoRegexF.Size = new System.Drawing.Size(116, 17);
			this.rdoRegexF.TabIndex = 4;
			this.rdoRegexF.Text = "Regular &Expression";
			this.rdoRegexF.UseVisualStyleBackColor = true;
			// 
			// rdoStandardF
			// 
			this.rdoStandardF.AutoSize = true;
			this.rdoStandardF.Checked = true;
			this.rdoStandardF.Location = new System.Drawing.Point(8, 53);
			this.rdoStandardF.Name = "rdoStandardF";
			this.rdoStandardF.Size = new System.Drawing.Size(68, 17);
			this.rdoStandardF.TabIndex = 3;
			this.rdoStandardF.TabStop = true;
			this.rdoStandardF.Text = "&Standard";
			this.rdoStandardF.UseVisualStyleBackColor = true;
			this.rdoStandardF.CheckedChanged += new System.EventHandler(this.rdoStandardF_CheckedChanged);
			// 
			// btnFindPrevious
			// 
			this.btnFindPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnFindPrevious.Location = new System.Drawing.Point(57, 299);
			this.btnFindPrevious.Name = "btnFindPrevious";
			this.btnFindPrevious.Size = new System.Drawing.Size(88, 23);
			this.btnFindPrevious.TabIndex = 9;
			this.btnFindPrevious.Text = "Find &Previous";
			this.btnFindPrevious.UseVisualStyleBackColor = true;
			this.btnFindPrevious.Click += new System.EventHandler(this.btnFindPrevious_Click);
			// 
			// btnFindNext
			// 
			this.btnFindNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnFindNext.Location = new System.Drawing.Point(151, 299);
			this.btnFindNext.Name = "btnFindNext";
			this.btnFindNext.Size = new System.Drawing.Size(88, 23);
			this.btnFindNext.TabIndex = 10;
			this.btnFindNext.Text = "Find &Next";
			this.btnFindNext.UseVisualStyleBackColor = true;
			this.btnFindNext.Click += new System.EventHandler(this.btnFindNext_Click);
			// 
			// cboFindF
			// 
			this.cboFindF.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.cboFindF.FormattingEnabled = true;
			this.cboFindF.Location = new System.Drawing.Point(8, 26);
			this.cboFindF.Name = "cboFindF";
			this.cboFindF.Size = new System.Drawing.Size(231, 21);
			this.cboFindF.TabIndex = 1;
			// 
			// 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(30, 13);
			this.lblFindF.TabIndex = 0;
			this.lblFindF.Text = "&Find:";
			// 
			// tpgReplace
			// 
			this.tpgReplace.BackColor = System.Drawing.SystemColors.Control;
			this.tpgReplace.Controls.Add(this.rdoRegexR);
			this.tpgReplace.Controls.Add(this.rdoStandardR);
			this.tpgReplace.Controls.Add(this.grdOptionsR);
			this.tpgReplace.Controls.Add(this.btnReplaceAll);
			this.tpgReplace.Controls.Add(this.cboReplace);
			this.tpgReplace.Controls.Add(this.lblReplace);
			this.tpgReplace.Controls.Add(this.btnReplacePrevious);
			this.tpgReplace.Controls.Add(this.btnReplaceNext);
			this.tpgReplace.Controls.Add(this.cboFindR);
			this.tpgReplace.Controls.Add(this.lblFindR);
			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(247, 351);
			this.tpgReplace.TabIndex = 1;
			this.tpgReplace.Text = "Replace";
			// 
			// rdoRegexR
			// 
			this.rdoRegexR.AutoSize = true;
			this.rdoRegexR.Location = new System.Drawing.Point(122, 97);
			this.rdoRegexR.Name = "rdoRegexR";
			this.rdoRegexR.Size = new System.Drawing.Size(116, 17);
			this.rdoRegexR.TabIndex = 6;
			this.rdoRegexR.Text = "Regular &Expression";
			this.rdoRegexR.UseVisualStyleBackColor = true;
			this.rdoRegexR.CheckedChanged += new System.EventHandler(this.rdoStandardR_CheckedChanged);
			// 
			// rdoStandardR
			// 
			this.rdoStandardR.AutoSize = true;
			this.rdoStandardR.Checked = true;
			this.rdoStandardR.Location = new System.Drawing.Point(9, 97);
			this.rdoStandardR.Name = "rdoStandardR";
			this.rdoStandardR.Size = new System.Drawing.Size(68, 17);
			this.rdoStandardR.TabIndex = 5;
			this.rdoStandardR.TabStop = true;
			this.rdoStandardR.Text = "&Standard";
			this.rdoStandardR.UseVisualStyleBackColor = true;
			this.rdoStandardR.CheckedChanged += new System.EventHandler(this.rdoStandardR_CheckedChanged);
			// 
			// grdOptionsR
			// 
			this.grdOptionsR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.grdOptionsR.Controls.Add(this.pnlStandardOptionsR);
			this.grdOptionsR.Controls.Add(this.pnlRegexpOptionsR);
			this.grdOptionsR.Location = new System.Drawing.Point(6, 120);
			this.grdOptionsR.Name = "grdOptionsR";
			this.grdOptionsR.Size = new System.Drawing.Size(233, 114);
			this.grdOptionsR.TabIndex = 14;
			this.grdOptionsR.TabStop = false;
			this.grdOptionsR.Text = "Options";
			this.grdOptionsR.CollapseBoxClickedEvent += new ARCed.Controls.CollapsibleGroupBox.CollapseBoxClickedEventHandler(this.grdOptionsR_CollapseBoxClickedEvent);
			// 
			// pnlStandardOptionsR
			// 
			this.pnlStandardOptionsR.Controls.Add(this.chkWordStartR);
			this.pnlStandardOptionsR.Controls.Add(this.chkWholeWordR);
			this.pnlStandardOptionsR.Controls.Add(this.chkMatchCaseR);
			this.pnlStandardOptionsR.Controls.Add(this.chkWrapR);
			this.pnlStandardOptionsR.Controls.Add(this.chkSearchSelectionR);
			this.pnlStandardOptionsR.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnlStandardOptionsR.Location = new System.Drawing.Point(3, 16);
			this.pnlStandardOptionsR.Name = "pnlStandardOptionsR";
			this.pnlStandardOptionsR.Size = new System.Drawing.Size(227, 95);
			this.pnlStandardOptionsR.TabIndex = 0;
			// 
			// chkWordStartR
			// 
			this.chkWordStartR.AutoSize = true;
			this.chkWordStartR.Location = new System.Drawing.Point(3, 37);
			this.chkWordStartR.Name = "chkWordStartR";
			this.chkWordStartR.Size = new System.Drawing.Size(77, 17);
			this.chkWordStartR.TabIndex = 2;
			this.chkWordStartR.Text = "W&ord Start";
			this.chkWordStartR.UseVisualStyleBackColor = true;
			// 
			// chkWholeWordR
			// 
			this.chkWholeWordR.AutoSize = true;
			this.chkWholeWordR.Location = new System.Drawing.Point(3, 20);
			this.chkWholeWordR.Name = "chkWholeWordR";
			this.chkWholeWordR.Size = new System.Drawing.Size(86, 17);
			this.chkWholeWordR.TabIndex = 1;
			this.chkWholeWordR.Text = "Whole Wor&d";
			this.chkWholeWordR.UseVisualStyleBackColor = true;
			// 
			// chkMatchCaseR
			// 
			this.chkMatchCaseR.AutoSize = true;
			this.chkMatchCaseR.Location = new System.Drawing.Point(3, 3);
			this.chkMatchCaseR.Name = "chkMatchCaseR";
			this.chkMatchCaseR.Size = new System.Drawing.Size(83, 17);
			this.chkMatchCaseR.TabIndex = 0;
			this.chkMatchCaseR.Text = "Match &Case";
			this.chkMatchCaseR.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(3, 54);
			this.chkWrapR.Name = "chkWrapR";
			this.chkWrapR.Size = new System.Drawing.Size(52, 17);
			this.chkWrapR.TabIndex = 7;
			this.chkWrapR.Text = "&Wrap";
			this.chkWrapR.UseVisualStyleBackColor = true;
			// 
			// chkSearchSelectionR
			// 
			this.chkSearchSelectionR.AutoSize = true;
			this.chkSearchSelectionR.Location = new System.Drawing.Point(3, 71);
			this.chkSearchSelectionR.Name = "chkSearchSelectionR";
			this.chkSearchSelectionR.Size = new System.Drawing.Size(107, 17);
			this.chkSearchSelectionR.TabIndex = 8;
			this.chkSearchSelectionR.Text = "Search Selection";
			this.chkSearchSelectionR.UseVisualStyleBackColor = true;
			// 
			// pnlRegexpOptionsR
			// 
			this.pnlRegexpOptionsR.Controls.Add(this.chkSinglelineR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkRightToLeftR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkMultilineR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkIgnorePatternWhitespaceR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkIgnoreCaseR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkExplicitCaptureR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkEcmaScriptR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkCultureInvariantR);
			this.pnlRegexpOptionsR.Controls.Add(this.chkCompiledR);
			this.pnlRegexpOptionsR.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pnlRegexpOptionsR.Location = new System.Drawing.Point(3, 16);
			this.pnlRegexpOptionsR.Name = "pnlRegexpOptionsR";
			this.pnlRegexpOptionsR.Size = new System.Drawing.Size(227, 95);
			this.pnlRegexpOptionsR.TabIndex = 1;
			// 
			// chkSinglelineR
			// 
			this.chkSinglelineR.AutoSize = true;
			this.chkSinglelineR.Location = new System.Drawing.Point(132, 54);
			this.chkSinglelineR.Name = "chkSinglelineR";
			this.chkSinglelineR.Size = new System.Drawing.Size(71, 17);
			this.chkSinglelineR.TabIndex = 8;
			this.chkSinglelineR.Text = "Singleline";
			this.chkSinglelineR.UseVisualStyleBackColor = true;
			// 
			// chkRightToLeftR
			// 
			this.chkRightToLeftR.AutoSize = true;
			this.chkRightToLeftR.Location = new System.Drawing.Point(132, 37);
			this.chkRightToLeftR.Name = "chkRightToLeftR";
			this.chkRightToLeftR.Size = new System.Drawing.Size(88, 17);
			this.chkRightToLeftR.TabIndex = 7;
			this.chkRightToLeftR.Text = "Right To Left";
			this.chkRightToLeftR.UseVisualStyleBackColor = true;
			// 
			// chkMultilineR
			// 
			this.chkMultilineR.AutoSize = true;
			this.chkMultilineR.Location = new System.Drawing.Point(132, 20);
			this.chkMultilineR.Name = "chkMultilineR";
			this.chkMultilineR.Size = new System.Drawing.Size(64, 17);
			this.chkMultilineR.TabIndex = 6;
			this.chkMultilineR.Text = "Multiline";
			this.chkMultilineR.UseVisualStyleBackColor = true;
			// 
			// chkIgnorePatternWhitespaceR
			// 
			this.chkIgnorePatternWhitespaceR.AutoSize = true;
			this.chkIgnorePatternWhitespaceR.Location = new System.Drawing.Point(3, 71);
			this.chkIgnorePatternWhitespaceR.Name = "chkIgnorePatternWhitespaceR";
			this.chkIgnorePatternWhitespaceR.Size = new System.Drawing.Size(153, 17);
			this.chkIgnorePatternWhitespaceR.TabIndex = 5;
			this.chkIgnorePatternWhitespaceR.Text = "I&gnore Pattern Whitespace";
			this.chkIgnorePatternWhitespaceR.UseVisualStyleBackColor = true;
			// 
			// chkIgnoreCaseR
			// 
			this.chkIgnoreCaseR.AutoSize = true;
			this.chkIgnoreCaseR.Location = new System.Drawing.Point(132, 3);
			this.chkIgnoreCaseR.Name = "chkIgnoreCaseR";
			this.chkIgnoreCaseR.Size = new System.Drawing.Size(83, 17);
			this.chkIgnoreCaseR.TabIndex = 4;
			this.chkIgnoreCaseR.Text = "&Ignore Case";
			this.chkIgnoreCaseR.UseVisualStyleBackColor = true;
			// 
			// chkExplicitCaptureR
			// 
			this.chkExplicitCaptureR.AutoSize = true;
			this.chkExplicitCaptureR.Location = new System.Drawing.Point(3, 54);
			this.chkExplicitCaptureR.Name = "chkExplicitCaptureR";
			this.chkExplicitCaptureR.Size = new System.Drawing.Size(99, 17);
			this.chkExplicitCaptureR.TabIndex = 3;
			this.chkExplicitCaptureR.Text = "E&xplicit Capture";
			this.chkExplicitCaptureR.UseVisualStyleBackColor = true;
			// 
			// chkEcmaScriptR
			// 
			this.chkEcmaScriptR.AutoSize = true;
			this.chkEcmaScriptR.Location = new System.Drawing.Point(3, 37);
			this.chkEcmaScriptR.Name = "chkEcmaScriptR";
			this.chkEcmaScriptR.Size = new System.Drawing.Size(86, 17);
			this.chkEcmaScriptR.TabIndex = 2;
			this.chkEcmaScriptR.Text = "ECMA Script";
			this.chkEcmaScriptR.UseVisualStyleBackColor = true;
			this.chkEcmaScriptR.CheckedChanged += new System.EventHandler(this.chkEcmaScript_CheckedChanged);
			// 
			// chkCultureInvariantR
			// 
			this.chkCultureInvariantR.AutoSize = true;
			this.chkCultureInvariantR.Location = new System.Drawing.Point(3, 20);
			this.chkCultureInvariantR.Name = "chkCultureInvariantR";
			this.chkCultureInvariantR.Size = new System.Drawing.Size(103, 17);
			this.chkCultureInvariantR.TabIndex = 1;
			this.chkCultureInvariantR.Text = "C&ulture Invariant";
			this.chkCultureInvariantR.UseVisualStyleBackColor = true;
			// 
			// chkCompiledR
			// 
			this.chkCompiledR.AutoSize = true;
			this.chkCompiledR.Location = new System.Drawing.Point(3, 3);
			this.chkCompiledR.Name = "chkCompiledR";
			this.chkCompiledR.Size = new System.Drawing.Size(69, 17);
			this.chkCompiledR.TabIndex = 0;
			this.chkCompiledR.Text = "&Compiled";
			this.chkCompiledR.UseVisualStyleBackColor = true;
			// 
			// btnReplaceAll
			// 
			this.btnReplaceAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnReplaceAll.Location = new System.Drawing.Point(40, 240);
			this.btnReplaceAll.Name = "btnReplaceAll";
			this.btnReplaceAll.Size = new System.Drawing.Size(95, 23);
			this.btnReplaceAll.TabIndex = 10;
			this.btnReplaceAll.Text = "Replace &All";
			this.btnReplaceAll.UseVisualStyleBackColor = true;
			this.btnReplaceAll.Click += new System.EventHandler(this.btnReplaceAll_Click);
			// 
			// cboReplace
			// 
			this.cboReplace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.cboReplace.FormattingEnabled = true;
			this.cboReplace.Location = new System.Drawing.Point(8, 70);
			this.cboReplace.Name = "cboReplace";
			this.cboReplace.Size = new System.Drawing.Size(231, 21);
			this.cboReplace.TabIndex = 3;
			// 
			// lblReplace
			// 
			this.lblReplace.AutoSize = true;
			this.lblReplace.Location = new System.Drawing.Point(8, 54);
			this.lblReplace.Name = "lblReplace";
			this.lblReplace.Size = new System.Drawing.Size(47, 13);
			this.lblReplace.TabIndex = 2;
			this.lblReplace.Text = "&Replace";
			// 
			// 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(141, 240);
			this.btnReplacePrevious.Name = "btnReplacePrevious";
			this.btnReplacePrevious.Size = new System.Drawing.Size(98, 23);
			this.btnReplacePrevious.TabIndex = 11;
			this.btnReplacePrevious.Text = "Replace &Previous";
			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(141, 269);
			this.btnReplaceNext.Name = "btnReplaceNext";
			this.btnReplaceNext.Size = new System.Drawing.Size(98, 23);
			this.btnReplaceNext.TabIndex = 12;
			this.btnReplaceNext.Text = "Replace &Next";
			this.btnReplaceNext.UseVisualStyleBackColor = true;
			this.btnReplaceNext.Click += new System.EventHandler(this.btnReplaceNext_Click);
			// 
			// cboFindR
			// 
			this.cboFindR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.cboFindR.FormattingEnabled = true;
			this.cboFindR.Location = new System.Drawing.Point(8, 26);
			this.cboFindR.Name = "cboFindR";
			this.cboFindR.Size = new System.Drawing.Size(231, 21);
			this.cboFindR.TabIndex = 1;
			// 
			// 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(27, 13);
			this.lblFindR.TabIndex = 0;
			this.lblFindR.Text = "&Find";
			// 
			// statusStrip
			// 
			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblStatus});
			this.statusStrip.Location = new System.Drawing.Point(0, 355);
			this.statusStrip.Name = "statusStrip";
			this.statusStrip.Size = new System.Drawing.Size(255, 22);
			this.statusStrip.SizingGrip = false;
			this.statusStrip.TabIndex = 1;
			this.statusStrip.Text = "xxx";
			// 
			// lblStatus
			// 
			this.lblStatus.Name = "lblStatus";
			this.lblStatus.Size = new System.Drawing.Size(0, 17);
			// 
			// FindReplaceDialog
			// 
			this.AcceptButton = this.btnFindNext;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.ClientSize = new System.Drawing.Size(255, 377);
			this.Controls.Add(this.statusStrip);
			this.Controls.Add(this.tabAll);
			this.DefaultFloatSize = new System.Drawing.Size(271, 411);
			this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
			this.HideOnClose = true;
			this.KeyPreview = true;
			this.MaximizeBox = false;
			this.MaximumSize = new System.Drawing.Size(271, 411);
			this.MinimizeBox = false;
			this.Name = "FindReplaceDialog";
			this.ShowHint = ARCed.UI.DockState.DockRight;
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.Text = "Find and Replace";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FindReplaceDialog_FormClosing);
			this.tabAll.ResumeLayout(false);
			this.tpgFind.ResumeLayout(false);
			this.tpgFind.PerformLayout();
			this.grpFindAll.ResumeLayout(false);
			this.grpFindAll.PerformLayout();
			this.grpOptionsF.ResumeLayout(false);
			this.pnlStandardOptionsF.ResumeLayout(false);
			this.pnlStandardOptionsF.PerformLayout();
			this.pnlRegexpOptionsF.ResumeLayout(false);
			this.pnlRegexpOptionsF.PerformLayout();
			this.tpgReplace.ResumeLayout(false);
			this.tpgReplace.PerformLayout();
			this.grdOptionsR.ResumeLayout(false);
			this.pnlStandardOptionsR.ResumeLayout(false);
			this.pnlStandardOptionsR.PerformLayout();
			this.pnlRegexpOptionsR.ResumeLayout(false);
			this.pnlRegexpOptionsR.PerformLayout();
			this.statusStrip.ResumeLayout(false);
			this.statusStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

        }