|
|
|
@@ -32,16 +32,18 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.tabSearchTypes = new DevComponents.DotNetBar.TabControl();
|
|
|
|
|
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
|
|
|
|
|
this.gpSrchText = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cbxCaseSensitive = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
|
|
|
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.cbSrchAnnoText = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
|
|
|
this.cbxAnnoTypes = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
|
|
|
this.gpSrchAnnoText = new DevComponents.DotNetBar.Controls.GroupPanel();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cbxTextSearchAnnotation = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
|
|
|
this.cbxCaseSensitiveAnnoText = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
|
|
|
|
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();
|
|
|
|
@@ -90,8 +92,8 @@ namespace Volian.Controls.Library
|
|
|
|
|
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.tabControlPanel4);
|
|
|
|
|
this.tabSearchTypes.Controls.Add(this.tabControlPanel2);
|
|
|
|
|
this.tabSearchTypes.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.tabSearchTypes.Location = new System.Drawing.Point(0, 0);
|
|
|
|
@@ -100,7 +102,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
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, 131);
|
|
|
|
|
this.tabSearchTypes.Size = new System.Drawing.Size(364, 110);
|
|
|
|
|
this.tabSearchTypes.TabIndex = 0;
|
|
|
|
|
this.tabSearchTypes.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
|
|
|
|
this.tabSearchTypes.Tabs.Add(this.tabStepTypeSearch);
|
|
|
|
@@ -113,12 +115,13 @@ namespace Volian.Controls.Library
|
|
|
|
|
//
|
|
|
|
|
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, 27);
|
|
|
|
|
this.tabControlPanel4.Name = "tabControlPanel4";
|
|
|
|
|
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.tabControlPanel4.Size = new System.Drawing.Size(364, 104);
|
|
|
|
|
this.tabControlPanel4.Size = new System.Drawing.Size(364, 83);
|
|
|
|
|
this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
|
|
|
this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
|
|
@@ -134,12 +137,13 @@ namespace Volian.Controls.Library
|
|
|
|
|
//
|
|
|
|
|
this.gpSrchText.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.gpSrchText.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
|
this.gpSrchText.Controls.Add(this.label1);
|
|
|
|
|
this.gpSrchText.Controls.Add(this.cbxCaseSensitive);
|
|
|
|
|
this.gpSrchText.Controls.Add(this.cbxTextSearchText);
|
|
|
|
|
this.gpSrchText.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.gpSrchText.Location = new System.Drawing.Point(1, 1);
|
|
|
|
|
this.gpSrchText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.gpSrchText.Location = new System.Drawing.Point(23, 1);
|
|
|
|
|
this.gpSrchText.Name = "gpSrchText";
|
|
|
|
|
this.gpSrchText.Size = new System.Drawing.Size(362, 57);
|
|
|
|
|
this.gpSrchText.Size = new System.Drawing.Size(340, 57);
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
@@ -163,11 +167,22 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.gpSrchText.TabIndex = 5;
|
|
|
|
|
this.gpSrchText.EnabledChanged += new System.EventHandler(this.gpSrchText_EnabledChanged);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
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(3, 3);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(72, 18);
|
|
|
|
|
this.label1.TabIndex = 4;
|
|
|
|
|
this.label1.Text = "Find Text:";
|
|
|
|
|
//
|
|
|
|
|
// cbxCaseSensitive
|
|
|
|
|
//
|
|
|
|
|
this.cbxCaseSensitive.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
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(3, 30);
|
|
|
|
|
this.cbxCaseSensitive.Location = new System.Drawing.Point(115, 0);
|
|
|
|
|
this.cbxCaseSensitive.Name = "cbxCaseSensitive";
|
|
|
|
|
this.cbxCaseSensitive.Size = new System.Drawing.Size(131, 23);
|
|
|
|
|
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" +
|
|
|
|
@@ -178,30 +193,47 @@ namespace Volian.Controls.Library
|
|
|
|
|
// cbxTextSearchText
|
|
|
|
|
//
|
|
|
|
|
this.cbxTextSearchText.DisplayMember = "Text";
|
|
|
|
|
this.cbxTextSearchText.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
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, 0);
|
|
|
|
|
this.cbxTextSearchText.Location = new System.Drawing.Point(0, 27);
|
|
|
|
|
this.cbxTextSearchText.Name = "cbxTextSearchText";
|
|
|
|
|
this.cbxTextSearchText.Size = new System.Drawing.Size(356, 24);
|
|
|
|
|
this.cbxTextSearchText.Size = new System.Drawing.Size(334, 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.Name = "rbtnSrchTxt";
|
|
|
|
|
this.rbtnSrchTxt.Size = new System.Drawing.Size(22, 57);
|
|
|
|
|
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, 80);
|
|
|
|
|
this.cbxSrchTypeUsage.Location = new System.Drawing.Point(1, 58);
|
|
|
|
|
this.cbxSrchTypeUsage.Name = "cbxSrchTypeUsage";
|
|
|
|
|
this.cbxSrchTypeUsage.Size = new System.Drawing.Size(362, 23);
|
|
|
|
|
this.cbxSrchTypeUsage.Size = new System.Drawing.Size(362, 24);
|
|
|
|
|
this.cbxSrchTypeUsage.TabIndex = 4;
|
|
|
|
|
this.cbxSrchTypeUsage.Text = "Find Just The Usage Of Selected Types";
|
|
|
|
|
this.cbxSrchTypeUsage.Text = " Find Selected Types";
|
|
|
|
|
this.cbxSrchTypeUsage.CheckedChanged += new System.EventHandler(this.cbxSrchTypeUsage_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// tabStepTypeSearch
|
|
|
|
@@ -211,17 +243,17 @@ namespace Volian.Controls.Library
|
|
|
|
|
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.cbSrchAnnoText);
|
|
|
|
|
this.tabControlPanel3.Controls.Add(this.cbxAnnoTypes);
|
|
|
|
|
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, 27);
|
|
|
|
|
this.tabControlPanel3.Name = "tabControlPanel3";
|
|
|
|
|
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.tabControlPanel3.Size = new System.Drawing.Size(364, 104);
|
|
|
|
|
this.tabControlPanel3.Size = new System.Drawing.Size(364, 83);
|
|
|
|
|
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
|
|
|
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
|
|
@@ -231,47 +263,18 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.tabControlPanel3.TabItem = this.tabAnnotationSearch;
|
|
|
|
|
this.tabControlPanel3.ThemeAware = true;
|
|
|
|
|
//
|
|
|
|
|
// cbSrchAnnoText
|
|
|
|
|
//
|
|
|
|
|
this.cbSrchAnnoText.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.cbSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.cbSrchAnnoText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.cbSrchAnnoText.Location = new System.Drawing.Point(1, 25);
|
|
|
|
|
this.cbSrchAnnoText.Name = "cbSrchAnnoText";
|
|
|
|
|
this.cbSrchAnnoText.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.cbSrchAnnoText.Size = new System.Drawing.Size(362, 23);
|
|
|
|
|
this.cbSrchAnnoText.TabIndex = 3;
|
|
|
|
|
this.cbSrchAnnoText.Text = "Search The AnnotationText For:";
|
|
|
|
|
this.cbSrchAnnoText.CheckedChanged += new System.EventHandler(this.cbSrchAnnoText_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// 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.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";
|
|
|
|
|
//
|
|
|
|
|
// gpSrchAnnoText
|
|
|
|
|
//
|
|
|
|
|
this.gpSrchAnnoText.CanvasColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.gpSrchAnnoText.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
|
|
|
this.gpSrchAnnoText.Controls.Add(this.label2);
|
|
|
|
|
this.gpSrchAnnoText.Controls.Add(this.cbxTextSearchAnnotation);
|
|
|
|
|
this.gpSrchAnnoText.Controls.Add(this.cbxCaseSensitiveAnnoText);
|
|
|
|
|
this.gpSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.gpSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.gpSrchAnnoText.Enabled = false;
|
|
|
|
|
this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 50);
|
|
|
|
|
this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 25);
|
|
|
|
|
this.gpSrchAnnoText.Name = "gpSrchAnnoText";
|
|
|
|
|
this.gpSrchAnnoText.Size = new System.Drawing.Size(362, 53);
|
|
|
|
|
this.gpSrchAnnoText.Size = new System.Drawing.Size(362, 57);
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
@@ -295,37 +298,68 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.gpSrchAnnoText.TabIndex = 6;
|
|
|
|
|
this.gpSrchAnnoText.EnabledChanged += new System.EventHandler(this.gpSrchAnnoText_EnabledChanged);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
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(3, 2);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(146, 18);
|
|
|
|
|
this.label2.TabIndex = 7;
|
|
|
|
|
this.label2.Text = "Find Annotation Text:";
|
|
|
|
|
//
|
|
|
|
|
// cbxTextSearchAnnotation
|
|
|
|
|
//
|
|
|
|
|
this.cbxTextSearchAnnotation.DisplayMember = "Text";
|
|
|
|
|
this.cbxTextSearchAnnotation.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
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, 0);
|
|
|
|
|
this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(0, 27);
|
|
|
|
|
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.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 76)));
|
|
|
|
|
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);
|
|
|
|
|
//
|
|
|
|
|
// cbxCaseSensitiveAnnoText
|
|
|
|
|
//
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
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(3, 26);
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.Location = new System.Drawing.Point(227, 3);
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.Name = "cbxCaseSensitiveAnnoText";
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(125, 23);
|
|
|
|
|
this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(125, 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";
|
|
|
|
|
//
|
|
|
|
|
// 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.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;
|
|
|
|
@@ -339,7 +373,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.tabControlPanel2.Location = new System.Drawing.Point(0, 27);
|
|
|
|
|
this.tabControlPanel2.Name = "tabControlPanel2";
|
|
|
|
|
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.tabControlPanel2.Size = new System.Drawing.Size(364, 104);
|
|
|
|
|
this.tabControlPanel2.Size = new System.Drawing.Size(364, 83);
|
|
|
|
|
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
|
|
|
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
|
|
|
@@ -460,7 +494,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
//
|
|
|
|
|
this.node2.Expanded = true;
|
|
|
|
|
this.node2.Name = "node2";
|
|
|
|
|
this.node2.Text = "....you need to select a procedure set for types to appear...";
|
|
|
|
|
this.node2.Text = "....select a procedure set for types to appear...";
|
|
|
|
|
//
|
|
|
|
|
// nodeConnector2
|
|
|
|
|
//
|
|
|
|
@@ -472,9 +506,9 @@ namespace Volian.Controls.Library
|
|
|
|
|
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, 583);
|
|
|
|
|
this.grpPanSearchResults.Location = new System.Drawing.Point(0, 562);
|
|
|
|
|
this.grpPanSearchResults.Name = "grpPanSearchResults";
|
|
|
|
|
this.grpPanSearchResults.Size = new System.Drawing.Size(364, 249);
|
|
|
|
|
this.grpPanSearchResults.Size = new System.Drawing.Size(364, 270);
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
@@ -507,7 +541,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.lbSrchResults.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lbSrchResults.Name = "lbSrchResults";
|
|
|
|
|
this.lbSrchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.lbSrchResults.Size = new System.Drawing.Size(358, 212);
|
|
|
|
|
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);
|
|
|
|
@@ -535,7 +569,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
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, 510);
|
|
|
|
|
this.panSearchButtons.Location = new System.Drawing.Point(0, 489);
|
|
|
|
|
this.panSearchButtons.Name = "panSearchButtons";
|
|
|
|
|
this.panSearchButtons.Size = new System.Drawing.Size(364, 73);
|
|
|
|
|
this.panSearchButtons.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
|
@@ -626,7 +660,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
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, 131);
|
|
|
|
|
this.xpSetToSearch.Location = new System.Drawing.Point(0, 110);
|
|
|
|
|
this.xpSetToSearch.Name = "xpSetToSearch";
|
|
|
|
|
this.xpSetToSearch.Size = new System.Drawing.Size(364, 199);
|
|
|
|
|
this.xpSetToSearch.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
|
|
@@ -646,7 +680,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
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 = "Click Here To Select Procedure Sets";
|
|
|
|
|
this.xpSetToSearch.TitleText = "Select Procedure Sets";
|
|
|
|
|
this.xpSetToSearch.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.xpSetToSearch_ExpandedChanged);
|
|
|
|
|
//
|
|
|
|
|
// xpStepTypes
|
|
|
|
@@ -656,7 +690,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
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, 330);
|
|
|
|
|
this.xpStepTypes.Location = new System.Drawing.Point(0, 309);
|
|
|
|
|
this.xpStepTypes.Name = "xpStepTypes";
|
|
|
|
|
this.xpStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
|
|
this.xpStepTypes.Size = new System.Drawing.Size(364, 180);
|
|
|
|
@@ -679,7 +713,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
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 = "Click Here To Search By Types";
|
|
|
|
|
this.xpStepTypes.TitleText = "Search By Types";
|
|
|
|
|
this.xpStepTypes.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.xpStepTypes_ExpandedChanged);
|
|
|
|
|
//
|
|
|
|
|
// superTooltip1
|
|
|
|
@@ -702,8 +736,10 @@ namespace Volian.Controls.Library
|
|
|
|
|
this.tabSearchTypes.ResumeLayout(false);
|
|
|
|
|
this.tabControlPanel4.ResumeLayout(false);
|
|
|
|
|
this.gpSrchText.ResumeLayout(false);
|
|
|
|
|
this.gpSrchText.PerformLayout();
|
|
|
|
|
this.tabControlPanel3.ResumeLayout(false);
|
|
|
|
|
this.gpSrchAnnoText.ResumeLayout(false);
|
|
|
|
|
this.gpSrchAnnoText.PerformLayout();
|
|
|
|
|
this.tabControlPanel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.advTreeProcSets)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).EndInit();
|
|
|
|
@@ -751,13 +787,15 @@ namespace Volian.Controls.Library
|
|
|
|
|
private DevComponents.Editors.ComboItem comboItem3;
|
|
|
|
|
private DevComponents.Editors.ComboItem comboItem4;
|
|
|
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbxCaseSensitiveAnnoText;
|
|
|
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX cbSrchAnnoText;
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|