381 lines
21 KiB
C#
381 lines
21 KiB
C#
namespace VEPROMS
|
|
{
|
|
partial class FindReplace
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FindReplace));
|
|
this.btnFind = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnReplace = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnFndRplDone = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnFindNext = new DevComponents.DotNetBar.ButtonX();
|
|
this.cmboReplaceText = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
this.cmboFindText = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.labelX3 = new DevComponents.DotNetBar.LabelX();
|
|
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.cbFndInAllProcs = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.cbFndInProc = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.cbFndInSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.cbRplNoPrmpt = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.cbPrmptRpl = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.cbDontReplace = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.btnRplFndNxt = new DevComponents.DotNetBar.ButtonX();
|
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
|
this.groupPanel1.SuspendLayout();
|
|
this.groupPanel2.SuspendLayout();
|
|
this.panelEx1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnFind
|
|
//
|
|
this.btnFind.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnFind.Location = new System.Drawing.Point(11, 223);
|
|
this.btnFind.Name = "btnFind";
|
|
this.btnFind.Size = new System.Drawing.Size(83, 34);
|
|
this.btnFind.TabIndex = 0;
|
|
this.btnFind.Text = "Find";
|
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
|
//
|
|
// btnReplace
|
|
//
|
|
this.btnReplace.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnReplace.Enabled = false;
|
|
this.btnReplace.Location = new System.Drawing.Point(251, 223);
|
|
this.btnReplace.Name = "btnReplace";
|
|
this.btnReplace.Size = new System.Drawing.Size(75, 34);
|
|
this.btnReplace.TabIndex = 1;
|
|
this.btnReplace.Text = "Replace";
|
|
this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
|
|
//
|
|
// btnFndRplDone
|
|
//
|
|
this.btnFndRplDone.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnFndRplDone.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnFndRplDone.Location = new System.Drawing.Point(497, 222);
|
|
this.btnFndRplDone.Name = "btnFndRplDone";
|
|
this.btnFndRplDone.Size = new System.Drawing.Size(75, 33);
|
|
this.btnFndRplDone.TabIndex = 2;
|
|
this.btnFndRplDone.Text = "Done";
|
|
this.btnFndRplDone.Click += new System.EventHandler(this.btnFndRplDone_Click);
|
|
//
|
|
// btnFindNext
|
|
//
|
|
this.btnFindNext.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnFindNext.Location = new System.Drawing.Point(115, 223);
|
|
this.btnFindNext.Name = "btnFindNext";
|
|
this.btnFindNext.Size = new System.Drawing.Size(75, 33);
|
|
this.btnFindNext.TabIndex = 3;
|
|
this.btnFindNext.Text = "Find Next";
|
|
//
|
|
// cmboReplaceText
|
|
//
|
|
this.cmboReplaceText.DisplayMember = "Text";
|
|
this.cmboReplaceText.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cmboReplaceText.Enabled = false;
|
|
this.cmboReplaceText.FormattingEnabled = true;
|
|
this.cmboReplaceText.Location = new System.Drawing.Point(113, 58);
|
|
this.cmboReplaceText.Name = "cmboReplaceText";
|
|
this.cmboReplaceText.Size = new System.Drawing.Size(445, 23);
|
|
this.cmboReplaceText.TabIndex = 7;
|
|
this.cmboReplaceText.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmboReplaceText.WatermarkText = "Enter text to replace here";
|
|
this.cmboReplaceText.SelectedIndexChanged += new System.EventHandler(this.cmboReplaceText_SelectedIndexChanged);
|
|
//
|
|
// labelX2
|
|
//
|
|
this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX2.Location = new System.Drawing.Point(11, 53);
|
|
this.labelX2.Name = "labelX2";
|
|
this.labelX2.Size = new System.Drawing.Size(105, 28);
|
|
this.labelX2.TabIndex = 6;
|
|
this.labelX2.Text = "Replace Text:";
|
|
//
|
|
// cmboFindText
|
|
//
|
|
this.cmboFindText.DisplayMember = "Text";
|
|
this.cmboFindText.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cmboFindText.FormattingEnabled = true;
|
|
this.cmboFindText.Location = new System.Drawing.Point(113, 18);
|
|
this.cmboFindText.Name = "cmboFindText";
|
|
this.cmboFindText.Size = new System.Drawing.Size(445, 23);
|
|
this.cmboFindText.TabIndex = 9;
|
|
this.cmboFindText.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmboFindText.WatermarkText = "Enter text to find here";
|
|
this.cmboFindText.SelectedIndexChanged += new System.EventHandler(this.cmboFindText_SelectedIndexChanged);
|
|
//
|
|
// labelX3
|
|
//
|
|
this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX3.Location = new System.Drawing.Point(33, 15);
|
|
this.labelX3.Name = "labelX3";
|
|
this.labelX3.Size = new System.Drawing.Size(74, 28);
|
|
this.labelX3.TabIndex = 8;
|
|
this.labelX3.Text = "Find Text: ";
|
|
//
|
|
// groupPanel1
|
|
//
|
|
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.groupPanel1.Controls.Add(this.cbFndInAllProcs);
|
|
this.groupPanel1.Controls.Add(this.cbFndInProc);
|
|
this.groupPanel1.Controls.Add(this.cbFndInSect);
|
|
this.groupPanel1.Location = new System.Drawing.Point(53, 100);
|
|
this.groupPanel1.Name = "groupPanel1";
|
|
this.groupPanel1.Size = new System.Drawing.Size(185, 102);
|
|
//
|
|
//
|
|
//
|
|
this.groupPanel1.Style.BackColor2 = System.Drawing.Color.LightSteelBlue;
|
|
this.groupPanel1.Style.BackColorGradientAngle = 90;
|
|
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel1.Style.BorderBottomWidth = 1;
|
|
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel1.Style.BorderLeftWidth = 1;
|
|
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel1.Style.BorderRightWidth = 1;
|
|
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel1.Style.BorderTopWidth = 1;
|
|
this.groupPanel1.Style.CornerDiameter = 4;
|
|
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
this.groupPanel1.TabIndex = 10;
|
|
this.groupPanel1.Text = "Find Scope";
|
|
//
|
|
// cbFndInAllProcs
|
|
//
|
|
this.cbFndInAllProcs.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbFndInAllProcs.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbFndInAllProcs.Location = new System.Drawing.Point(7, 49);
|
|
this.cbFndInAllProcs.Name = "cbFndInAllProcs";
|
|
this.cbFndInAllProcs.Size = new System.Drawing.Size(169, 23);
|
|
this.cbFndInAllProcs.TabIndex = 2;
|
|
this.cbFndInAllProcs.Text = "All Procedures in This Set";
|
|
//
|
|
// cbFndInProc
|
|
//
|
|
this.cbFndInProc.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbFndInProc.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbFndInProc.Location = new System.Drawing.Point(7, 26);
|
|
this.cbFndInProc.Name = "cbFndInProc";
|
|
this.cbFndInProc.Size = new System.Drawing.Size(144, 23);
|
|
this.cbFndInProc.TabIndex = 1;
|
|
this.cbFndInProc.Text = "Only This Procedure";
|
|
//
|
|
// cbFndInSect
|
|
//
|
|
this.cbFndInSect.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbFndInSect.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbFndInSect.Checked = true;
|
|
this.cbFndInSect.Location = new System.Drawing.Point(7, 3);
|
|
this.cbFndInSect.Name = "cbFndInSect";
|
|
this.cbFndInSect.Size = new System.Drawing.Size(127, 23);
|
|
this.cbFndInSect.TabIndex = 0;
|
|
this.cbFndInSect.Text = "Only This Section";
|
|
//
|
|
// groupPanel2
|
|
//
|
|
this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.groupPanel2.Controls.Add(this.cbRplNoPrmpt);
|
|
this.groupPanel2.Controls.Add(this.cbPrmptRpl);
|
|
this.groupPanel2.Controls.Add(this.cbDontReplace);
|
|
this.groupPanel2.Location = new System.Drawing.Point(293, 100);
|
|
this.groupPanel2.Name = "groupPanel2";
|
|
this.groupPanel2.Size = new System.Drawing.Size(200, 102);
|
|
//
|
|
//
|
|
//
|
|
this.groupPanel2.Style.BackColor2 = System.Drawing.Color.LightSteelBlue;
|
|
this.groupPanel2.Style.BackColorGradientAngle = 90;
|
|
this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel2.Style.BorderBottomWidth = 1;
|
|
this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel2.Style.BorderLeftWidth = 1;
|
|
this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel2.Style.BorderRightWidth = 1;
|
|
this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.groupPanel2.Style.BorderTopWidth = 1;
|
|
this.groupPanel2.Style.CornerDiameter = 4;
|
|
this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
this.groupPanel2.TabIndex = 11;
|
|
this.groupPanel2.Text = "Replace Options";
|
|
//
|
|
// cbRplNoPrmpt
|
|
//
|
|
this.cbRplNoPrmpt.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbRplNoPrmpt.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbRplNoPrmpt.Location = new System.Drawing.Point(13, 49);
|
|
this.cbRplNoPrmpt.Name = "cbRplNoPrmpt";
|
|
this.cbRplNoPrmpt.Size = new System.Drawing.Size(178, 23);
|
|
this.cbRplNoPrmpt.TabIndex = 2;
|
|
this.cbRplNoPrmpt.Text = "Replace Without Prompting";
|
|
//
|
|
// cbPrmptRpl
|
|
//
|
|
this.cbPrmptRpl.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbPrmptRpl.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbPrmptRpl.Location = new System.Drawing.Point(13, 26);
|
|
this.cbPrmptRpl.Name = "cbPrmptRpl";
|
|
this.cbPrmptRpl.Size = new System.Drawing.Size(169, 23);
|
|
this.cbPrmptRpl.TabIndex = 1;
|
|
this.cbPrmptRpl.Text = "Prompt For Each Replace";
|
|
//
|
|
// cbDontReplace
|
|
//
|
|
this.cbDontReplace.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbDontReplace.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbDontReplace.Checked = true;
|
|
this.cbDontReplace.Location = new System.Drawing.Point(13, 3);
|
|
this.cbDontReplace.Name = "cbDontReplace";
|
|
this.cbDontReplace.Size = new System.Drawing.Size(126, 23);
|
|
this.cbDontReplace.TabIndex = 0;
|
|
this.cbDontReplace.Text = "Don\'t Do Replace";
|
|
this.cbDontReplace.CheckedChanged += new System.EventHandler(this.cbDontReplace_CheckedChanged);
|
|
//
|
|
// btnRplFndNxt
|
|
//
|
|
this.btnRplFndNxt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnRplFndNxt.Enabled = false;
|
|
this.btnRplFndNxt.Location = new System.Drawing.Point(344, 222);
|
|
this.btnRplFndNxt.Name = "btnRplFndNxt";
|
|
this.btnRplFndNxt.Size = new System.Drawing.Size(107, 34);
|
|
this.btnRplFndNxt.TabIndex = 12;
|
|
this.btnRplFndNxt.Text = "Replace And\r\nFind Next";
|
|
//
|
|
// panelEx1
|
|
//
|
|
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx1.ColorScheme.BarBackground = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(208)))), ((int)(((byte)(213)))));
|
|
this.panelEx1.ColorScheme.BarBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(146)))), ((int)(((byte)(155)))));
|
|
this.panelEx1.ColorScheme.BarCaptionBackground = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(128)))), ((int)(((byte)(142)))));
|
|
this.panelEx1.ColorScheme.BarCaptionBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(83)))), ((int)(((byte)(92)))));
|
|
this.panelEx1.ColorScheme.BarCaptionInactiveBackground = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(241)))), ((int)(((byte)(242)))));
|
|
this.panelEx1.ColorScheme.BarCaptionInactiveBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(194)))), ((int)(((byte)(201)))));
|
|
this.panelEx1.ColorScheme.BarCaptionInactiveText = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(60)))), ((int)(((byte)(67)))));
|
|
this.panelEx1.ColorScheme.BarDockedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(83)))), ((int)(((byte)(92)))));
|
|
this.panelEx1.ColorScheme.BarFloatingBorder = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(60)))), ((int)(((byte)(67)))));
|
|
this.panelEx1.ColorScheme.BarPopupBorder = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
|
|
this.panelEx1.ColorScheme.BarStripeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(60)))), ((int)(((byte)(67)))));
|
|
this.panelEx1.ColorScheme.CustomizeBackground = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
|
|
this.panelEx1.ColorScheme.CustomizeBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(88)))), ((int)(((byte)(98)))));
|
|
this.panelEx1.ColorScheme.DockSiteBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
|
|
this.panelEx1.ColorScheme.ExplorerBarBackground = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(241)))), ((int)(((byte)(242)))));
|
|
this.panelEx1.ColorScheme.ExplorerBarBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(194)))), ((int)(((byte)(201)))));
|
|
this.panelEx1.ColorScheme.ItemCheckedBackground = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(211)))), ((int)(((byte)(106)))));
|
|
this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
|
|
this.panelEx1.ColorScheme.ItemExpandedBackground = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
|
|
this.panelEx1.ColorScheme.ItemExpandedBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(110)))), ((int)(((byte)(122)))));
|
|
this.panelEx1.ColorScheme.ItemExpandedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
|
|
this.panelEx1.ColorScheme.ItemSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
|
|
this.panelEx1.ColorScheme.ItemSeparatorShade = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.panelEx1.ColorScheme.MenuBarBackground = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(83)))), ((int)(((byte)(83)))));
|
|
this.panelEx1.ColorScheme.MenuBorder = System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(153)))), ((int)(((byte)(164)))));
|
|
this.panelEx1.ColorScheme.MenuSide = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
|
|
this.panelEx1.ColorScheme.MenuUnusedSide = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
|
|
this.panelEx1.ColorScheme.PanelBackground = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(241)))), ((int)(((byte)(242)))));
|
|
this.panelEx1.ColorScheme.PanelBackground2 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(194)))), ((int)(((byte)(201)))));
|
|
this.panelEx1.ColorScheme.PanelBorder = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(173)))), ((int)(((byte)(182)))));
|
|
this.panelEx1.ColorScheme.PanelText = System.Drawing.Color.Black;
|
|
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.panelEx1.Controls.Add(this.labelX3);
|
|
this.panelEx1.Controls.Add(this.labelX2);
|
|
this.panelEx1.Controls.Add(this.groupPanel2);
|
|
this.panelEx1.Controls.Add(this.cmboReplaceText);
|
|
this.panelEx1.Controls.Add(this.groupPanel1);
|
|
this.panelEx1.Controls.Add(this.cmboFindText);
|
|
this.panelEx1.Location = new System.Drawing.Point(2, 2);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(578, 215);
|
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panelEx1.Style.GradientAngle = 90;
|
|
this.panelEx1.TabIndex = 13;
|
|
//
|
|
// FindReplace
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Gray;
|
|
this.CancelButton = this.btnFndRplDone;
|
|
this.ClientSize = new System.Drawing.Size(584, 260);
|
|
this.Controls.Add(this.panelEx1);
|
|
this.Controls.Add(this.btnRplFndNxt);
|
|
this.Controls.Add(this.btnFindNext);
|
|
this.Controls.Add(this.btnFndRplDone);
|
|
this.Controls.Add(this.btnReplace);
|
|
this.Controls.Add(this.btnFind);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FindReplace";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Find and Replace";
|
|
this.TopMost = true;
|
|
this.groupPanel1.ResumeLayout(false);
|
|
this.groupPanel2.ResumeLayout(false);
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.ButtonX btnFind;
|
|
private DevComponents.DotNetBar.ButtonX btnReplace;
|
|
private DevComponents.DotNetBar.ButtonX btnFndRplDone;
|
|
private DevComponents.DotNetBar.ButtonX btnFindNext;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cmboReplaceText;
|
|
private DevComponents.DotNetBar.LabelX labelX2;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cmboFindText;
|
|
private DevComponents.DotNetBar.LabelX labelX3;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbFndInSect;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbFndInAllProcs;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbFndInProc;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbRplNoPrmpt;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbPrmptRpl;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbDontReplace;
|
|
private DevComponents.DotNetBar.ButtonX btnRplFndNxt;
|
|
private DevComponents.DotNetBar.PanelEx panelEx1;
|
|
}
|
|
} |