870 lines
58 KiB
C#
870 lines
58 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class DisplaySearch
|
|
{
|
|
/// <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 Component 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.tabSearchTypes = new DevComponents.DotNetBar.TabControl();
|
|
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.gpSrchText = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cbxCaseSensitive = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cbxTextSearchText = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.rbtnSrchTxt = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.cbxSrchTypeUsage = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.tabStepTypeSearch = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.gpSrchAnnoText = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.cbxCaseSensitiveAnnoText = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cbxTextSearchAnnotation = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.cbxAnnoTypes = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.tabAnnotationSearch = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.cmboTreeROs = new DevComponents.DotNetBar.Controls.ComboTree();
|
|
this.tabROSearch = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.advTreeProcSets = new DevComponents.AdvTree.AdvTree();
|
|
this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
|
|
this.node1 = new DevComponents.AdvTree.Node();
|
|
this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
|
|
this.advTreeStepTypes = new DevComponents.AdvTree.AdvTree();
|
|
this.elementStyle2 = new DevComponents.DotNetBar.ElementStyle();
|
|
this.node2 = new DevComponents.AdvTree.Node();
|
|
this.nodeConnector2 = new DevComponents.AdvTree.NodeConnector();
|
|
this.grpPanSearchResults = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
this.lbSrchResults = new System.Windows.Forms.ListBox();
|
|
this.btnPrnSrchRslts = new DevComponents.DotNetBar.ButtonX();
|
|
this.panSearchButtons = new DevComponents.DotNetBar.PanelEx();
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
this.cmbResultsStyle = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
this.comboItem1 = new DevComponents.Editors.ComboItem();
|
|
this.comboItem2 = new DevComponents.Editors.ComboItem();
|
|
this.comboItem3 = new DevComponents.Editors.ComboItem();
|
|
this.comboItem4 = new DevComponents.Editors.ComboItem();
|
|
this.cbSorted = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
this.btnSearch = new DevComponents.DotNetBar.ButtonX();
|
|
this.xpSetToSearch = new DevComponents.DotNetBar.ExpandablePanel();
|
|
this.xpStepTypes = new DevComponents.DotNetBar.ExpandablePanel();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).BeginInit();
|
|
this.tabSearchTypes.SuspendLayout();
|
|
this.tabControlPanel4.SuspendLayout();
|
|
this.gpSrchText.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.tabControlPanel3.SuspendLayout();
|
|
this.gpSrchAnnoText.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.tabControlPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.advTreeProcSets)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).BeginInit();
|
|
this.grpPanSearchResults.SuspendLayout();
|
|
this.panSearchButtons.SuspendLayout();
|
|
this.xpSetToSearch.SuspendLayout();
|
|
this.xpStepTypes.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabSearchTypes
|
|
//
|
|
this.tabSearchTypes.CanReorderTabs = false;
|
|
this.tabSearchTypes.CloseButtonOnTabsAlwaysDisplayed = false;
|
|
this.tabSearchTypes.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
|
|
this.tabSearchTypes.Controls.Add(this.tabControlPanel4);
|
|
this.tabSearchTypes.Controls.Add(this.tabControlPanel3);
|
|
this.tabSearchTypes.Controls.Add(this.tabControlPanel2);
|
|
this.tabSearchTypes.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tabSearchTypes.Location = new System.Drawing.Point(0, 0);
|
|
this.tabSearchTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tabSearchTypes.Name = "tabSearchTypes";
|
|
this.tabSearchTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.tabSearchTypes.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
|
|
this.tabSearchTypes.SelectedTabIndex = 0;
|
|
this.tabSearchTypes.ShowFocusRectangle = false;
|
|
this.tabSearchTypes.Size = new System.Drawing.Size(364, 116);
|
|
this.tabSearchTypes.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
|
|
this.tabSearchTypes.TabIndex = 0;
|
|
this.tabSearchTypes.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
|
this.tabSearchTypes.Tabs.Add(this.tabStepTypeSearch);
|
|
this.tabSearchTypes.Tabs.Add(this.tabAnnotationSearch);
|
|
this.tabSearchTypes.Tabs.Add(this.tabROSearch);
|
|
this.tabSearchTypes.Text = "tabControl1";
|
|
this.tabSearchTypes.ThemeAware = true;
|
|
//
|
|
// tabControlPanel4
|
|
//
|
|
this.tabControlPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.tabControlPanel4.Controls.Add(this.gpSrchText);
|
|
this.tabControlPanel4.Controls.Add(this.rbtnSrchTxt);
|
|
this.tabControlPanel4.Controls.Add(this.cbxSrchTypeUsage);
|
|
this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanel4.Location = new System.Drawing.Point(0, 24);
|
|
this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tabControlPanel4.Name = "tabControlPanel4";
|
|
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanel4.Size = new System.Drawing.Size(364, 92);
|
|
this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
|
this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
|
this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
|
this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanel4.Style.GradientAngle = 90;
|
|
this.superTooltip1.SetSuperTooltip(this.tabControlPanel4, new DevComponents.DotNetBar.SuperTooltipInfo("Text Search", "", "Enter the text you want to search, or select from the drop down list.\r\n\r\nLeave bl" +
|
|
"ank to search for the usage of the selected types in \"Filter By Types\".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(175, 140)));
|
|
this.tabControlPanel4.TabIndex = 4;
|
|
this.tabControlPanel4.TabItem = this.tabStepTypeSearch;
|
|
//
|
|
// gpSrchText
|
|
//
|
|
this.gpSrchText.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.gpSrchText.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.gpSrchText.Controls.Add(this.panel1);
|
|
this.gpSrchText.Controls.Add(this.cbxTextSearchText);
|
|
this.gpSrchText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gpSrchText.Location = new System.Drawing.Point(30, 1);
|
|
this.gpSrchText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gpSrchText.Name = "gpSrchText";
|
|
this.gpSrchText.Size = new System.Drawing.Size(333, 60);
|
|
//
|
|
//
|
|
//
|
|
this.gpSrchText.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.gpSrchText.Style.BackColorGradientAngle = 90;
|
|
this.gpSrchText.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.gpSrchText.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchText.Style.BorderBottomWidth = 1;
|
|
this.gpSrchText.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.gpSrchText.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchText.Style.BorderLeftWidth = 1;
|
|
this.gpSrchText.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchText.Style.BorderRightWidth = 1;
|
|
this.gpSrchText.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchText.Style.BorderTopWidth = 1;
|
|
this.gpSrchText.Style.CornerDiameter = 4;
|
|
this.gpSrchText.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.gpSrchText.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.gpSrchText.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.gpSrchText.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
this.gpSrchText.TabIndex = 5;
|
|
this.gpSrchText.EnabledChanged += new System.EventHandler(this.gpSrchText_EnabledChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.cbxCaseSensitive);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 9);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(327, 21);
|
|
this.panel1.TabIndex = 5;
|
|
//
|
|
// cbxCaseSensitive
|
|
//
|
|
this.cbxCaseSensitive.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbxCaseSensitive.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.cbxCaseSensitive.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxCaseSensitive.Location = new System.Drawing.Point(88, 0);
|
|
this.cbxCaseSensitive.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbxCaseSensitive.Name = "cbxCaseSensitive";
|
|
this.cbxCaseSensitive.Size = new System.Drawing.Size(143, 21);
|
|
this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitive, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact mactches of the search text" +
|
|
" you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
|
this.cbxCaseSensitive.TabIndex = 3;
|
|
this.cbxCaseSensitive.Text = "Case Sensitive";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(88, 18);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "Find Text: ";
|
|
//
|
|
// cbxTextSearchText
|
|
//
|
|
this.cbxTextSearchText.DisplayMember = "Text";
|
|
this.cbxTextSearchText.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.cbxTextSearchText.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbxTextSearchText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxTextSearchText.FormattingEnabled = true;
|
|
this.cbxTextSearchText.ItemHeight = 18;
|
|
this.cbxTextSearchText.Location = new System.Drawing.Point(0, 30);
|
|
this.cbxTextSearchText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbxTextSearchText.Name = "cbxTextSearchText";
|
|
this.cbxTextSearchText.Size = new System.Drawing.Size(327, 24);
|
|
this.superTooltip1.SetSuperTooltip(this.cbxTextSearchText, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Text", "", "Enter the text you want to search, or select from the drop down list.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(175, 80)));
|
|
this.cbxTextSearchText.TabIndex = 2;
|
|
this.cbxTextSearchText.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxTextSearchText.WatermarkText = "Enter Search Text Here";
|
|
this.cbxTextSearchText.Leave += new System.EventHandler(this.cbxTextSearchText_Leave);
|
|
this.cbxTextSearchText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ProcessEnterKey);
|
|
//
|
|
// rbtnSrchTxt
|
|
//
|
|
this.rbtnSrchTxt.BackColor = System.Drawing.Color.Transparent;
|
|
this.rbtnSrchTxt.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.rbtnSrchTxt.Checked = true;
|
|
this.rbtnSrchTxt.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.rbtnSrchTxt.CheckValue = "Y";
|
|
this.rbtnSrchTxt.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.rbtnSrchTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rbtnSrchTxt.Location = new System.Drawing.Point(1, 1);
|
|
this.rbtnSrchTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.rbtnSrchTxt.Name = "rbtnSrchTxt";
|
|
this.rbtnSrchTxt.Size = new System.Drawing.Size(29, 60);
|
|
this.rbtnSrchTxt.TabIndex = 6;
|
|
this.rbtnSrchTxt.CheckedChanged += new System.EventHandler(this.rbtnSrchTxt_CheckedChanged);
|
|
//
|
|
// cbxSrchTypeUsage
|
|
//
|
|
this.cbxSrchTypeUsage.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbxSrchTypeUsage.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
|
|
this.cbxSrchTypeUsage.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.cbxSrchTypeUsage.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxSrchTypeUsage.Location = new System.Drawing.Point(1, 61);
|
|
this.cbxSrchTypeUsage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbxSrchTypeUsage.Name = "cbxSrchTypeUsage";
|
|
this.cbxSrchTypeUsage.Size = new System.Drawing.Size(362, 30);
|
|
this.cbxSrchTypeUsage.TabIndex = 4;
|
|
this.cbxSrchTypeUsage.Text = " Find Selected Types";
|
|
this.cbxSrchTypeUsage.CheckedChanged += new System.EventHandler(this.cbxSrchTypeUsage_CheckedChanged);
|
|
//
|
|
// tabStepTypeSearch
|
|
//
|
|
this.tabStepTypeSearch.AttachedControl = this.tabControlPanel4;
|
|
this.tabStepTypeSearch.Name = "tabStepTypeSearch";
|
|
this.superTooltip1.SetSuperTooltip(this.tabStepTypeSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Text", "", "Allows you to search for entered text in selected procedure sets and within selec" +
|
|
"ted procedure text types.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 110)));
|
|
this.tabStepTypeSearch.Text = "Text";
|
|
this.tabStepTypeSearch.Click += new System.EventHandler(this.tabStepTypeSearch_Click);
|
|
//
|
|
// tabControlPanel3
|
|
//
|
|
this.tabControlPanel3.Controls.Add(this.gpSrchAnnoText);
|
|
this.tabControlPanel3.Controls.Add(this.cbxAnnoTypes);
|
|
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanel3.Location = new System.Drawing.Point(0, 24);
|
|
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tabControlPanel3.Name = "tabControlPanel3";
|
|
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanel3.Size = new System.Drawing.Size(364, 92);
|
|
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
|
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
|
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
|
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanel3.Style.GradientAngle = 90;
|
|
this.tabControlPanel3.TabIndex = 5;
|
|
this.tabControlPanel3.TabItem = this.tabAnnotationSearch;
|
|
//
|
|
// gpSrchAnnoText
|
|
//
|
|
this.gpSrchAnnoText.AutoSize = true;
|
|
this.gpSrchAnnoText.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.gpSrchAnnoText.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.gpSrchAnnoText.Controls.Add(this.panel2);
|
|
this.gpSrchAnnoText.Controls.Add(this.cbxTextSearchAnnotation);
|
|
this.gpSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gpSrchAnnoText.Enabled = false;
|
|
this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 25);
|
|
this.gpSrchAnnoText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gpSrchAnnoText.Name = "gpSrchAnnoText";
|
|
this.gpSrchAnnoText.Size = new System.Drawing.Size(362, 66);
|
|
//
|
|
//
|
|
//
|
|
this.gpSrchAnnoText.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.gpSrchAnnoText.Style.BackColorGradientAngle = 90;
|
|
this.gpSrchAnnoText.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.gpSrchAnnoText.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchAnnoText.Style.BorderBottomWidth = 1;
|
|
this.gpSrchAnnoText.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.gpSrchAnnoText.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchAnnoText.Style.BorderLeftWidth = 1;
|
|
this.gpSrchAnnoText.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchAnnoText.Style.BorderRightWidth = 1;
|
|
this.gpSrchAnnoText.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.gpSrchAnnoText.Style.BorderTopWidth = 1;
|
|
this.gpSrchAnnoText.Style.CornerDiameter = 4;
|
|
this.gpSrchAnnoText.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.gpSrchAnnoText.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.gpSrchAnnoText.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.gpSrchAnnoText.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
this.gpSrchAnnoText.TabIndex = 6;
|
|
this.gpSrchAnnoText.EnabledChanged += new System.EventHandler(this.gpSrchAnnoText_EnabledChanged);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel2.Controls.Add(this.cbxCaseSensitiveAnnoText);
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel2.Location = new System.Drawing.Point(0, 15);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(356, 21);
|
|
this.panel2.TabIndex = 8;
|
|
//
|
|
// cbxCaseSensitiveAnnoText
|
|
//
|
|
this.cbxCaseSensitiveAnnoText.AutoSize = true;
|
|
this.cbxCaseSensitiveAnnoText.BackColor = System.Drawing.Color.Transparent;
|
|
this.cbxCaseSensitiveAnnoText.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.cbxCaseSensitiveAnnoText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxCaseSensitiveAnnoText.Location = new System.Drawing.Point(158, 0);
|
|
this.cbxCaseSensitiveAnnoText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbxCaseSensitiveAnnoText.Name = "cbxCaseSensitiveAnnoText";
|
|
this.cbxCaseSensitiveAnnoText.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(123, 19);
|
|
this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitiveAnnoText, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact mactches of the search text" +
|
|
" you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
|
this.cbxCaseSensitiveAnnoText.TabIndex = 5;
|
|
this.cbxCaseSensitiveAnnoText.Text = "Case Sensitive";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(158, 18);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "Find Annotation Text: ";
|
|
//
|
|
// cbxTextSearchAnnotation
|
|
//
|
|
this.cbxTextSearchAnnotation.DisplayMember = "Text";
|
|
this.cbxTextSearchAnnotation.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.cbxTextSearchAnnotation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbxTextSearchAnnotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxTextSearchAnnotation.FormattingEnabled = true;
|
|
this.cbxTextSearchAnnotation.ItemHeight = 18;
|
|
this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(0, 36);
|
|
this.cbxTextSearchAnnotation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbxTextSearchAnnotation.Name = "cbxTextSearchAnnotation";
|
|
this.cbxTextSearchAnnotation.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.cbxTextSearchAnnotation.Size = new System.Drawing.Size(356, 24);
|
|
this.superTooltip1.SetSuperTooltip(this.cbxTextSearchAnnotation, new DevComponents.DotNetBar.SuperTooltipInfo("Search For Annotaion Text", "", "Enter Annotation text to search for or select from the dropdown list.\r\n\r\nLeave Bl" +
|
|
"ank to search for occurences of the selected annotation.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 140)));
|
|
this.cbxTextSearchAnnotation.TabIndex = 6;
|
|
this.cbxTextSearchAnnotation.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxTextSearchAnnotation.WatermarkText = "Enter Search Text Here";
|
|
this.cbxTextSearchAnnotation.Leave += new System.EventHandler(this.cbxTextSearchAnnotation_Leave);
|
|
this.cbxTextSearchAnnotation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ProcessEnterKey);
|
|
//
|
|
// cbxAnnoTypes
|
|
//
|
|
this.cbxAnnoTypes.DisplayMember = "Text";
|
|
this.cbxAnnoTypes.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.cbxAnnoTypes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cbxAnnoTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbxAnnoTypes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbxAnnoTypes.FormattingEnabled = true;
|
|
this.cbxAnnoTypes.ItemHeight = 18;
|
|
this.cbxAnnoTypes.Location = new System.Drawing.Point(1, 1);
|
|
this.cbxAnnoTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbxAnnoTypes.Name = "cbxAnnoTypes";
|
|
this.cbxAnnoTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.cbxAnnoTypes.Size = new System.Drawing.Size(362, 24);
|
|
this.superTooltip1.SetSuperTooltip(this.cbxAnnoTypes, new DevComponents.DotNetBar.SuperTooltipInfo("Select Annotation Type", "", "Select the type of annotation to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(192, 61)));
|
|
this.cbxAnnoTypes.TabIndex = 0;
|
|
this.cbxAnnoTypes.WatermarkText = "Select AnnotationType to Search";
|
|
//
|
|
// tabAnnotationSearch
|
|
//
|
|
this.tabAnnotationSearch.AttachedControl = this.tabControlPanel3;
|
|
this.tabAnnotationSearch.Name = "tabAnnotationSearch";
|
|
this.tabAnnotationSearch.Text = "Annotations";
|
|
//
|
|
// tabControlPanel2
|
|
//
|
|
this.tabControlPanel2.Controls.Add(this.cmboTreeROs);
|
|
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanel2.Location = new System.Drawing.Point(0, 24);
|
|
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.tabControlPanel2.Name = "tabControlPanel2";
|
|
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanel2.Size = new System.Drawing.Size(364, 92);
|
|
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
|
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
|
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
|
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanel2.Style.GradientAngle = 90;
|
|
this.tabControlPanel2.TabIndex = 2;
|
|
this.tabControlPanel2.TabItem = this.tabROSearch;
|
|
//
|
|
// cmboTreeROs
|
|
//
|
|
this.cmboTreeROs.BackColor = System.Drawing.SystemColors.Window;
|
|
//
|
|
//
|
|
//
|
|
this.cmboTreeROs.BackgroundStyle.Class = "TextBoxBorder";
|
|
this.cmboTreeROs.ButtonDropDown.Visible = true;
|
|
this.cmboTreeROs.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.cmboTreeROs.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmboTreeROs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
this.cmboTreeROs.Location = new System.Drawing.Point(1, 1);
|
|
this.cmboTreeROs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cmboTreeROs.Name = "cmboTreeROs";
|
|
this.cmboTreeROs.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.cmboTreeROs.Size = new System.Drawing.Size(362, 23);
|
|
this.superTooltip1.SetSuperTooltip(this.cmboTreeROs, new DevComponents.DotNetBar.SuperTooltipInfo("Select the RO to Search", "", "Select the Referenced Object to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.cmboTreeROs.TabIndex = 1;
|
|
this.cmboTreeROs.ThemeAware = true;
|
|
this.cmboTreeROs.WatermarkText = "Select an RO to seach";
|
|
//
|
|
// tabROSearch
|
|
//
|
|
this.tabROSearch.AttachedControl = this.tabControlPanel2;
|
|
this.tabROSearch.Name = "tabROSearch";
|
|
this.tabROSearch.Text = "Referenced Objects";
|
|
this.tabROSearch.Click += new System.EventHandler(this.tabROSearch_Click);
|
|
//
|
|
// advTreeProcSets
|
|
//
|
|
this.advTreeProcSets.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
|
|
this.advTreeProcSets.AllowDrop = true;
|
|
this.advTreeProcSets.BackColor = System.Drawing.SystemColors.Window;
|
|
//
|
|
//
|
|
//
|
|
this.advTreeProcSets.BackgroundStyle.Class = "TreeBorderKey";
|
|
this.advTreeProcSets.CellStyleSelected = this.elementStyle1;
|
|
this.advTreeProcSets.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.advTreeProcSets.DragDropEnabled = false;
|
|
this.advTreeProcSets.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
this.advTreeProcSets.Location = new System.Drawing.Point(0, 26);
|
|
this.advTreeProcSets.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.advTreeProcSets.MultiSelect = true;
|
|
this.advTreeProcSets.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
|
|
this.advTreeProcSets.Name = "advTreeProcSets";
|
|
this.advTreeProcSets.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
|
|
this.node1});
|
|
this.advTreeProcSets.NodesConnector = this.nodeConnector1;
|
|
this.advTreeProcSets.NodeStyle = this.elementStyle1;
|
|
this.advTreeProcSets.NodeStyleSelected = this.elementStyle1;
|
|
this.advTreeProcSets.PathSeparator = ";";
|
|
this.advTreeProcSets.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.advTreeProcSets.Size = new System.Drawing.Size(364, 168);
|
|
this.advTreeProcSets.Styles.Add(this.elementStyle1);
|
|
this.advTreeProcSets.TabIndex = 0;
|
|
this.advTreeProcSets.Text = "advTree1";
|
|
this.advTreeProcSets.AfterCheck += new DevComponents.AdvTree.AdvTreeCellEventHandler(this.advTreeProcSets_AfterCheck);
|
|
//
|
|
// elementStyle1
|
|
//
|
|
this.elementStyle1.Name = "elementStyle1";
|
|
this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText;
|
|
//
|
|
// node1
|
|
//
|
|
this.node1.Name = "node1";
|
|
this.node1.Text = "node1";
|
|
//
|
|
// nodeConnector1
|
|
//
|
|
this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
|
|
//
|
|
// advTreeStepTypes
|
|
//
|
|
this.advTreeStepTypes.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
|
|
this.advTreeStepTypes.AllowDrop = true;
|
|
this.advTreeStepTypes.BackColor = System.Drawing.SystemColors.Window;
|
|
//
|
|
//
|
|
//
|
|
this.advTreeStepTypes.BackgroundStyle.Class = "TreeBorderKey";
|
|
this.advTreeStepTypes.CellStyleSelected = this.elementStyle2;
|
|
this.advTreeStepTypes.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.advTreeStepTypes.DragDropEnabled = false;
|
|
this.advTreeStepTypes.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
this.advTreeStepTypes.Location = new System.Drawing.Point(0, 26);
|
|
this.advTreeStepTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.advTreeStepTypes.MultiSelect = true;
|
|
this.advTreeStepTypes.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
|
|
this.advTreeStepTypes.Name = "advTreeStepTypes";
|
|
this.advTreeStepTypes.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
|
|
this.node2});
|
|
this.advTreeStepTypes.NodesConnector = this.nodeConnector2;
|
|
this.advTreeStepTypes.NodeStyle = this.elementStyle2;
|
|
this.advTreeStepTypes.NodeStyleSelected = this.elementStyle2;
|
|
this.advTreeStepTypes.PathSeparator = ";";
|
|
this.advTreeStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.advTreeStepTypes.SelectionPerCell = true;
|
|
this.advTreeStepTypes.Size = new System.Drawing.Size(364, 154);
|
|
this.advTreeStepTypes.Styles.Add(this.elementStyle2);
|
|
this.advTreeStepTypes.TabIndex = 0;
|
|
this.advTreeStepTypes.Text = "advTree1";
|
|
this.advTreeStepTypes.AfterCheck += new DevComponents.AdvTree.AdvTreeCellEventHandler(this.advTreeStepTypes_AfterCheck);
|
|
//
|
|
// elementStyle2
|
|
//
|
|
this.elementStyle2.Name = "elementStyle2";
|
|
this.elementStyle2.TextColor = System.Drawing.SystemColors.ControlText;
|
|
//
|
|
// node2
|
|
//
|
|
this.node2.Expanded = true;
|
|
this.node2.Name = "node2";
|
|
this.node2.Text = "....select a procedure set for types to appear...";
|
|
//
|
|
// nodeConnector2
|
|
//
|
|
this.nodeConnector2.LineColor = System.Drawing.SystemColors.ControlText;
|
|
//
|
|
// grpPanSearchResults
|
|
//
|
|
this.grpPanSearchResults.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.grpPanSearchResults.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.grpPanSearchResults.Controls.Add(this.lbSrchResults);
|
|
this.grpPanSearchResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.grpPanSearchResults.Location = new System.Drawing.Point(0, 563);
|
|
this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.grpPanSearchResults.Name = "grpPanSearchResults";
|
|
this.grpPanSearchResults.Size = new System.Drawing.Size(364, 269);
|
|
//
|
|
//
|
|
//
|
|
this.grpPanSearchResults.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.grpPanSearchResults.Style.BackColorGradientAngle = 90;
|
|
this.grpPanSearchResults.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.grpPanSearchResults.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grpPanSearchResults.Style.BorderBottomWidth = 1;
|
|
this.grpPanSearchResults.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.grpPanSearchResults.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grpPanSearchResults.Style.BorderLeftWidth = 1;
|
|
this.grpPanSearchResults.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grpPanSearchResults.Style.BorderRightWidth = 1;
|
|
this.grpPanSearchResults.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
|
this.grpPanSearchResults.Style.BorderTopWidth = 1;
|
|
this.grpPanSearchResults.Style.CornerDiameter = 4;
|
|
this.grpPanSearchResults.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
|
this.grpPanSearchResults.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
|
this.grpPanSearchResults.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.grpPanSearchResults.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
|
this.grpPanSearchResults.TabIndex = 3;
|
|
this.grpPanSearchResults.Text = "Search Results";
|
|
//
|
|
// lbSrchResults
|
|
//
|
|
this.lbSrchResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbSrchResults.FormattingEnabled = true;
|
|
this.lbSrchResults.HorizontalScrollbar = true;
|
|
this.lbSrchResults.ItemHeight = 16;
|
|
this.lbSrchResults.Location = new System.Drawing.Point(0, 0);
|
|
this.lbSrchResults.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.lbSrchResults.Name = "lbSrchResults";
|
|
this.lbSrchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.lbSrchResults.Size = new System.Drawing.Size(358, 244);
|
|
this.lbSrchResults.TabIndex = 0;
|
|
this.lbSrchResults.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbSrchResults_MouseMove);
|
|
this.lbSrchResults.SelectedValueChanged += new System.EventHandler(this.lbSrchResults_SelectedValueChanged);
|
|
//
|
|
// btnPrnSrchRslts
|
|
//
|
|
this.btnPrnSrchRslts.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnPrnSrchRslts.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
|
|
this.btnPrnSrchRslts.Enabled = false;
|
|
this.btnPrnSrchRslts.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnPrnSrchRslts.Location = new System.Drawing.Point(77, 36);
|
|
this.btnPrnSrchRslts.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnPrnSrchRslts.Name = "btnPrnSrchRslts";
|
|
this.btnPrnSrchRslts.Size = new System.Drawing.Size(57, 28);
|
|
this.superTooltip1.SetSuperTooltip(this.btnPrnSrchRslts, new DevComponents.DotNetBar.SuperTooltipInfo("Print Search Results", "", "This button will print the Search Results listed below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(149, 76)));
|
|
this.btnPrnSrchRslts.TabIndex = 5;
|
|
this.btnPrnSrchRslts.Text = "Print";
|
|
this.btnPrnSrchRslts.ThemeAware = true;
|
|
//
|
|
// panSearchButtons
|
|
//
|
|
this.panSearchButtons.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panSearchButtons.Controls.Add(this.labelX1);
|
|
this.panSearchButtons.Controls.Add(this.cmbResultsStyle);
|
|
this.panSearchButtons.Controls.Add(this.cbSorted);
|
|
this.panSearchButtons.Controls.Add(this.btnSearch);
|
|
this.panSearchButtons.Controls.Add(this.btnPrnSrchRslts);
|
|
this.panSearchButtons.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panSearchButtons.Location = new System.Drawing.Point(0, 490);
|
|
this.panSearchButtons.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panSearchButtons.Name = "panSearchButtons";
|
|
this.panSearchButtons.Size = new System.Drawing.Size(364, 73);
|
|
this.panSearchButtons.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panSearchButtons.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.panSearchButtons.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.panSearchButtons.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panSearchButtons.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.panSearchButtons.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panSearchButtons.Style.GradientAngle = 90;
|
|
this.panSearchButtons.TabIndex = 6;
|
|
this.panSearchButtons.Text = "panelEx1";
|
|
this.panSearchButtons.ThemeAware = true;
|
|
//
|
|
// labelX1
|
|
//
|
|
this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX1.Location = new System.Drawing.Point(4, 6);
|
|
this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.labelX1.Name = "labelX1";
|
|
this.labelX1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.labelX1.Size = new System.Drawing.Size(108, 23);
|
|
this.labelX1.TabIndex = 9;
|
|
this.labelX1.Text = "Results Style:";
|
|
//
|
|
// cmbResultsStyle
|
|
//
|
|
this.cmbResultsStyle.DisplayMember = "Text";
|
|
this.cmbResultsStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
this.cmbResultsStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cmbResultsStyle.FormattingEnabled = true;
|
|
this.cmbResultsStyle.ItemHeight = 15;
|
|
this.cmbResultsStyle.Items.AddRange(new object[] {
|
|
this.comboItem1,
|
|
this.comboItem2,
|
|
this.comboItem3,
|
|
this.comboItem4});
|
|
this.cmbResultsStyle.Location = new System.Drawing.Point(117, 6);
|
|
this.cmbResultsStyle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cmbResultsStyle.Name = "cmbResultsStyle";
|
|
this.cmbResultsStyle.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.cmbResultsStyle.Size = new System.Drawing.Size(155, 21);
|
|
this.cmbResultsStyle.TabIndex = 8;
|
|
this.cmbResultsStyle.SelectedValueChanged += new System.EventHandler(this.cmbResultsStyle_SelectedValueChanged);
|
|
//
|
|
// comboItem1
|
|
//
|
|
this.comboItem1.Text = "Document Path";
|
|
//
|
|
// comboItem2
|
|
//
|
|
this.comboItem2.Text = "Step Path";
|
|
//
|
|
// comboItem3
|
|
//
|
|
this.comboItem3.Text = "Annotation Text";
|
|
//
|
|
// comboItem4
|
|
//
|
|
this.comboItem4.Text = "Document Text";
|
|
//
|
|
// cbSorted
|
|
//
|
|
this.cbSorted.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cbSorted.Location = new System.Drawing.Point(155, 41);
|
|
this.cbSorted.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.cbSorted.Name = "cbSorted";
|
|
this.cbSorted.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.cbSorted.Size = new System.Drawing.Size(107, 23);
|
|
this.cbSorted.TabIndex = 7;
|
|
this.cbSorted.Text = "Sort Results";
|
|
this.cbSorted.CheckedChanged += new System.EventHandler(this.cbSorted_CheckedChanged);
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnSearch.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
|
|
this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSearch.Location = new System.Drawing.Point(5, 36);
|
|
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(67, 28);
|
|
this.superTooltip1.SetSuperTooltip(this.btnSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search Button", "", "This will preform the search and place the results below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
|
this.btnSearch.TabIndex = 4;
|
|
this.btnSearch.Text = "Search";
|
|
this.btnSearch.ThemeAware = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// xpSetToSearch
|
|
//
|
|
this.xpSetToSearch.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.xpSetToSearch.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.xpSetToSearch.Controls.Add(this.advTreeProcSets);
|
|
this.xpSetToSearch.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.xpSetToSearch.ExpandOnTitleClick = true;
|
|
this.xpSetToSearch.Location = new System.Drawing.Point(0, 116);
|
|
this.xpSetToSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.xpSetToSearch.Name = "xpSetToSearch";
|
|
this.xpSetToSearch.Size = new System.Drawing.Size(364, 194);
|
|
this.xpSetToSearch.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.xpSetToSearch.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.xpSetToSearch.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.xpSetToSearch.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.xpSetToSearch.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.xpSetToSearch.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.xpSetToSearch.Style.GradientAngle = 90;
|
|
this.superTooltip1.SetSuperTooltip(this.xpSetToSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Select Procedure Sets to Search", "", "This allows you to select specific procedure sets in which to search.\r\n\r\nThe defa" +
|
|
"ult is the current procedure set only.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(228, 105)));
|
|
this.xpSetToSearch.TabIndex = 7;
|
|
this.xpSetToSearch.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.xpSetToSearch.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.xpSetToSearch.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.xpSetToSearch.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
|
|
this.xpSetToSearch.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.xpSetToSearch.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.xpSetToSearch.TitleStyle.GradientAngle = 90;
|
|
this.xpSetToSearch.TitleText = "Select Procedure Sets";
|
|
this.xpSetToSearch.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.xpSetToSearch_ExpandedChanged);
|
|
//
|
|
// xpStepTypes
|
|
//
|
|
this.xpStepTypes.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.xpStepTypes.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.xpStepTypes.Controls.Add(this.advTreeStepTypes);
|
|
this.xpStepTypes.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.xpStepTypes.ExpandOnTitleClick = true;
|
|
this.xpStepTypes.Location = new System.Drawing.Point(0, 310);
|
|
this.xpStepTypes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.xpStepTypes.Name = "xpStepTypes";
|
|
this.xpStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.xpStepTypes.Size = new System.Drawing.Size(364, 180);
|
|
this.xpStepTypes.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.xpStepTypes.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.xpStepTypes.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.xpStepTypes.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.xpStepTypes.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.xpStepTypes.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.xpStepTypes.Style.GradientAngle = 90;
|
|
this.superTooltip1.SetSuperTooltip(this.xpStepTypes, new DevComponents.DotNetBar.SuperTooltipInfo("Filter Search by Selected Types", "", "This allows you to search in only the selected types.\r\n\r\nIf you do not enter text" +
|
|
" to search, it will show you where the selected types are used in your procedure" +
|
|
"s.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(252, 120)));
|
|
this.xpStepTypes.TabIndex = 8;
|
|
this.xpStepTypes.ThemeAware = true;
|
|
this.xpStepTypes.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.xpStepTypes.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.xpStepTypes.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.xpStepTypes.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
|
|
this.xpStepTypes.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.xpStepTypes.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.xpStepTypes.TitleStyle.GradientAngle = 90;
|
|
this.xpStepTypes.TitleText = "Search By Types";
|
|
this.xpStepTypes.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.xpStepTypes_ExpandedChanged);
|
|
//
|
|
// superTooltip1
|
|
//
|
|
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
//
|
|
// DisplaySearch
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.grpPanSearchResults);
|
|
this.Controls.Add(this.panSearchButtons);
|
|
this.Controls.Add(this.xpStepTypes);
|
|
this.Controls.Add(this.xpSetToSearch);
|
|
this.Controls.Add(this.tabSearchTypes);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "DisplaySearch";
|
|
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.Size = new System.Drawing.Size(364, 832);
|
|
((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).EndInit();
|
|
this.tabSearchTypes.ResumeLayout(false);
|
|
this.tabControlPanel4.ResumeLayout(false);
|
|
this.gpSrchText.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.tabControlPanel3.ResumeLayout(false);
|
|
this.tabControlPanel3.PerformLayout();
|
|
this.gpSrchAnnoText.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.tabControlPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.advTreeProcSets)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).EndInit();
|
|
this.grpPanSearchResults.ResumeLayout(false);
|
|
this.panSearchButtons.ResumeLayout(false);
|
|
this.xpSetToSearch.ResumeLayout(false);
|
|
this.xpStepTypes.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.TabControl tabSearchTypes;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
|
|
private DevComponents.DotNetBar.TabItem tabROSearch;
|
|
private DevComponents.AdvTree.AdvTree advTreeProcSets;
|
|
private DevComponents.AdvTree.Node node1;
|
|
private DevComponents.AdvTree.NodeConnector nodeConnector1;
|
|
private DevComponents.DotNetBar.ElementStyle elementStyle1;
|
|
private DevComponents.AdvTree.AdvTree advTreeStepTypes;
|
|
private DevComponents.AdvTree.Node node2;
|
|
private DevComponents.AdvTree.NodeConnector nodeConnector2;
|
|
private DevComponents.DotNetBar.ElementStyle elementStyle2;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel grpPanSearchResults;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanel4;
|
|
private DevComponents.DotNetBar.TabItem tabStepTypeSearch;
|
|
private DevComponents.DotNetBar.ButtonX btnPrnSrchRslts;
|
|
private DevComponents.DotNetBar.Controls.ComboTree cmboTreeROs;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxAnnoTypes;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxTextSearchText;
|
|
private DevComponents.DotNetBar.PanelEx panSearchButtons;
|
|
private DevComponents.DotNetBar.ButtonX btnSearch;
|
|
private DevComponents.DotNetBar.ExpandablePanel xpSetToSearch;
|
|
private DevComponents.DotNetBar.ExpandablePanel xpStepTypes;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.ListBox lbSrchResults;
|
|
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbxCaseSensitive;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbSorted;
|
|
private DevComponents.DotNetBar.LabelX labelX1;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbResultsStyle;
|
|
private DevComponents.Editors.ComboItem comboItem1;
|
|
private DevComponents.Editors.ComboItem comboItem2;
|
|
private DevComponents.Editors.ComboItem comboItem3;
|
|
private DevComponents.Editors.ComboItem comboItem4;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbxCaseSensitiveAnnoText;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbxSrchTypeUsage;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel gpSrchAnnoText;
|
|
private DevComponents.DotNetBar.Controls.GroupPanel gpSrchText;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxTextSearchAnnotation;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanel3;
|
|
private DevComponents.DotNetBar.TabItem tabAnnotationSearch;
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX rbtnSrchTxt;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
}
|
|
}
|