B2026-035_fix_RO_Preview_for_X_Y_Plots
This commit is contained in:
443
PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs
generated
443
PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs
generated
@@ -94,6 +94,15 @@ namespace Volian.Controls.Library
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.cbxAnnoTypes = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.tabAnnotationSearch = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.btnTranCvtSelToTxt = new System.Windows.Forms.Button();
|
||||
this.lblIncTran = new System.Windows.Forms.Label();
|
||||
this.btnTranCvtAllToTxt = new System.Windows.Forms.Button();
|
||||
this.lblSrchIncTran = new System.Windows.Forms.Label();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.rbFromEditor = new System.Windows.Forms.RadioButton();
|
||||
this.rbFromTree = new System.Windows.Forms.RadioButton();
|
||||
this.tabIncTrans = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.contextMenuBar1 = new DevComponents.DotNetBar.ContextMenuBar();
|
||||
this.btnCMIFindText = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnCMEdit = new DevComponents.DotNetBar.ButtonItem();
|
||||
@@ -112,15 +121,6 @@ namespace Volian.Controls.Library
|
||||
this.btnAND = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnOR = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.btnNOT = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.tabIncTrans = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.btnTranCvtSelToTxt = new System.Windows.Forms.Button();
|
||||
this.lblIncTran = new System.Windows.Forms.Label();
|
||||
this.btnTranCvtAllToTxt = new System.Windows.Forms.Button();
|
||||
this.lblSrchIncTran = new System.Windows.Forms.Label();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.rbFromEditor = new System.Windows.Forms.RadioButton();
|
||||
this.rbFromTree = new System.Windows.Forms.RadioButton();
|
||||
this.advTreeProcSets = new DevComponents.AdvTree.AdvTree();
|
||||
this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
|
||||
this.node1 = new DevComponents.AdvTree.Node();
|
||||
@@ -168,9 +168,9 @@ namespace Volian.Controls.Library
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.gpSrchAnnoText.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.contextMenuBar1)).BeginInit();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.contextMenuBar1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.advTreeProcSets)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).BeginInit();
|
||||
this.grpPanSearchResults.SuspendLayout();
|
||||
@@ -197,7 +197,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(317, 147);
|
||||
this.tabSearchTypes.Size = new System.Drawing.Size(277, 147);
|
||||
this.tabSearchTypes.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
|
||||
this.tabSearchTypes.TabIndex = 0;
|
||||
this.tabSearchTypes.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
||||
@@ -221,16 +221,16 @@ namespace Volian.Controls.Library
|
||||
this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel4.Name = "tabControlPanel4";
|
||||
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel4.Size = new System.Drawing.Size(317, 113);
|
||||
this.tabControlPanel4.Size = new System.Drawing.Size(277, 113);
|
||||
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.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)));
|
||||
"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;
|
||||
//
|
||||
@@ -245,7 +245,7 @@ namespace Volian.Controls.Library
|
||||
this.gpSrchText.Location = new System.Drawing.Point(23, 1);
|
||||
this.gpSrchText.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.gpSrchText.Name = "gpSrchText";
|
||||
this.gpSrchText.Size = new System.Drawing.Size(293, 91);
|
||||
this.gpSrchText.Size = new System.Drawing.Size(253, 91);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -286,7 +286,7 @@ namespace Volian.Controls.Library
|
||||
this.panel1.Location = new System.Drawing.Point(0, -3);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(287, 23);
|
||||
this.panel1.Size = new System.Drawing.Size(247, 23);
|
||||
this.panel1.TabIndex = 5;
|
||||
//
|
||||
// cbxTextSearchText
|
||||
@@ -298,10 +298,10 @@ namespace Volian.Controls.Library
|
||||
this.cbxTextSearchText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cbxTextSearchText.FormattingEnabled = true;
|
||||
this.cbxTextSearchText.ItemHeight = 16;
|
||||
this.cbxTextSearchText.Location = new System.Drawing.Point(36, 0);
|
||||
this.cbxTextSearchText.Location = new System.Drawing.Point(30, 0);
|
||||
this.cbxTextSearchText.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxTextSearchText.Name = "cbxTextSearchText";
|
||||
this.cbxTextSearchText.Size = new System.Drawing.Size(251, 22);
|
||||
this.cbxTextSearchText.Size = new System.Drawing.Size(217, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxTextSearchText, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Text", "", resources.GetString("cbxTextSearchText.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
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)));
|
||||
@@ -319,7 +319,7 @@ namespace Volian.Controls.Library
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.label1.Size = new System.Drawing.Size(36, 21);
|
||||
this.label1.Size = new System.Drawing.Size(30, 18);
|
||||
this.superTooltip1.SetSuperTooltip(this.label1, new DevComponents.DotNetBar.SuperTooltipInfo("Search For Text", "", resources.GetString("label1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "Find:";
|
||||
@@ -336,7 +336,7 @@ namespace Volian.Controls.Library
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 20);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(287, 65);
|
||||
this.panel3.Size = new System.Drawing.Size(247, 65);
|
||||
this.panel3.TabIndex = 6;
|
||||
//
|
||||
// cbxByWord
|
||||
@@ -352,7 +352,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxByWord.Name = "cbxByWord";
|
||||
this.cbxByWord.Size = new System.Drawing.Size(56, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxByWord, new DevComponents.DotNetBar.SuperTooltipInfo("By Word", "", "When this box is checked, Search will find only matches of the search text as a w" +
|
||||
"ord not as part of a word.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
"ord not as part of a word.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
this.cbxByWord.TabIndex = 7;
|
||||
this.cbxByWord.Text = "By Word";
|
||||
//
|
||||
@@ -382,7 +382,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxIncROTextSrch.Name = "cbxIncROTextSrch";
|
||||
this.cbxIncROTextSrch.Size = new System.Drawing.Size(169, 12);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxIncROTextSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Search RO and Transition Text", "", "When this box is checked, Search will include matches found in RO and Transition " +
|
||||
"text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxIncROTextSrch.TabIndex = 5;
|
||||
this.cbxIncROTextSrch.Text = "Search RO and Transition Text";
|
||||
//
|
||||
@@ -397,7 +397,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxProcSectSrch.Name = "cbxProcSectSrch";
|
||||
this.cbxProcSectSrch.Size = new System.Drawing.Size(180, 18);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxProcSectSrch, new DevComponents.DotNetBar.SuperTooltipInfo("Search RO and Transition Text", "", "When this box is checked, Search will include matches found in RO and Transition " +
|
||||
"text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"text as well as regular text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxProcSectSrch.TabIndex = 5;
|
||||
this.cbxProcSectSrch.Text = "Ignore Procedure and Section Titles";
|
||||
//
|
||||
@@ -414,7 +414,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxCaseSensitive.Name = "cbxCaseSensitive";
|
||||
this.cbxCaseSensitive.Size = new System.Drawing.Size(104, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxCaseSensitive, new DevComponents.DotNetBar.SuperTooltipInfo("Case Sensitive", "", "When this box is checked, Search will find only exact matches of the search text " +
|
||||
"you had entered.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
"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";
|
||||
//
|
||||
@@ -431,7 +431,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxRnoOnly.Name = "cbxRnoOnly";
|
||||
this.cbxRnoOnly.Size = new System.Drawing.Size(71, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxRnoOnly, new DevComponents.DotNetBar.SuperTooltipInfo("RNO Only", "", "When this box is checked, Search will find only the matches that are in RNO steps" +
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
this.cbxRnoOnly.TabIndex = 7;
|
||||
this.cbxRnoOnly.Text = "RNO Only";
|
||||
//
|
||||
@@ -468,7 +468,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxSrchTypeUsage.Location = new System.Drawing.Point(1, 92);
|
||||
this.cbxSrchTypeUsage.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxSrchTypeUsage.Name = "cbxSrchTypeUsage";
|
||||
this.cbxSrchTypeUsage.Size = new System.Drawing.Size(315, 20);
|
||||
this.cbxSrchTypeUsage.Size = new System.Drawing.Size(275, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxSrchTypeUsage, new DevComponents.DotNetBar.SuperTooltipInfo("Find Selected Step Elements", "", "This option will have Search show you where the selected Step Elements are used.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbxSrchTypeUsage.TabIndex = 4;
|
||||
this.cbxSrchTypeUsage.Text = " Find Selected Step Elements";
|
||||
@@ -479,7 +479,7 @@ namespace Volian.Controls.Library
|
||||
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)));
|
||||
"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);
|
||||
//
|
||||
@@ -495,13 +495,13 @@ namespace Volian.Controls.Library
|
||||
this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel5.Name = "tabControlPanel5";
|
||||
this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel5.Size = new System.Drawing.Size(317, 113);
|
||||
this.tabControlPanel5.Size = new System.Drawing.Size(277, 113);
|
||||
this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel5.Style.GradientAngle = 90;
|
||||
this.tabControlPanel5.TabIndex = 5;
|
||||
this.tabControlPanel5.TabItem = this.tabTranSearch;
|
||||
@@ -519,7 +519,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxRnoOnlyTrans.Name = "cbxRnoOnlyTrans";
|
||||
this.cbxRnoOnlyTrans.Size = new System.Drawing.Size(71, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxRnoOnlyTrans, new DevComponents.DotNetBar.SuperTooltipInfo("RNO Only", "", "When this box is checked, Search will find only the matches that are in RNO steps" +
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
this.cbxRnoOnlyTrans.TabIndex = 8;
|
||||
this.cbxRnoOnlyTrans.Text = "RNO Only";
|
||||
//
|
||||
@@ -533,7 +533,7 @@ namespace Volian.Controls.Library
|
||||
this.pnlTranCategory.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.pnlTranCategory.Name = "pnlTranCategory";
|
||||
this.pnlTranCategory.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.pnlTranCategory.Size = new System.Drawing.Size(315, 21);
|
||||
this.pnlTranCategory.Size = new System.Drawing.Size(275, 21);
|
||||
this.pnlTranCategory.TabIndex = 2;
|
||||
//
|
||||
// cbxTranCategory
|
||||
@@ -542,7 +542,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxTranCategory.Location = new System.Drawing.Point(57, 1);
|
||||
this.cbxTranCategory.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxTranCategory.Name = "cbxTranCategory";
|
||||
this.cbxTranCategory.Size = new System.Drawing.Size(255, 21);
|
||||
this.cbxTranCategory.Size = new System.Drawing.Size(215, 21);
|
||||
this.cbxTranCategory.TabIndex = 1;
|
||||
this.cbxTranCategory.WatermarkText = "Select Category of Transitions";
|
||||
//
|
||||
@@ -567,7 +567,7 @@ namespace Volian.Controls.Library
|
||||
this.pnlTranFormat.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.pnlTranFormat.Name = "pnlTranFormat";
|
||||
this.pnlTranFormat.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.pnlTranFormat.Size = new System.Drawing.Size(315, 21);
|
||||
this.pnlTranFormat.Size = new System.Drawing.Size(275, 21);
|
||||
this.pnlTranFormat.TabIndex = 1;
|
||||
//
|
||||
// cbxTranFormat
|
||||
@@ -576,7 +576,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxTranFormat.Location = new System.Drawing.Point(57, 1);
|
||||
this.cbxTranFormat.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxTranFormat.Name = "cbxTranFormat";
|
||||
this.cbxTranFormat.Size = new System.Drawing.Size(255, 21);
|
||||
this.cbxTranFormat.Size = new System.Drawing.Size(215, 21);
|
||||
this.cbxTranFormat.TabIndex = 1;
|
||||
this.cbxTranFormat.WatermarkText = "Select Style of Transitions";
|
||||
//
|
||||
@@ -601,7 +601,7 @@ namespace Volian.Controls.Library
|
||||
this.pnlTranVersion.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.pnlTranVersion.Name = "pnlTranVersion";
|
||||
this.pnlTranVersion.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.pnlTranVersion.Size = new System.Drawing.Size(315, 21);
|
||||
this.pnlTranVersion.Size = new System.Drawing.Size(275, 21);
|
||||
this.pnlTranVersion.TabIndex = 0;
|
||||
//
|
||||
// cbxTranVersion
|
||||
@@ -610,7 +610,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxTranVersion.Location = new System.Drawing.Point(52, 1);
|
||||
this.cbxTranVersion.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxTranVersion.Name = "cbxTranVersion";
|
||||
this.cbxTranVersion.Size = new System.Drawing.Size(260, 21);
|
||||
this.cbxTranVersion.Size = new System.Drawing.Size(220, 21);
|
||||
this.cbxTranVersion.TabIndex = 1;
|
||||
this.cbxTranVersion.WatermarkText = "Select Format for Transitions";
|
||||
//
|
||||
@@ -630,7 +630,7 @@ namespace Volian.Controls.Library
|
||||
this.tabTranSearch.AttachedControl = this.tabControlPanel5;
|
||||
this.tabTranSearch.Name = "tabTranSearch";
|
||||
this.superTooltip1.SetSuperTooltip(this.tabTranSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Transition From", "", "Allows you to search for transitions of the selected type that point from selecte" +
|
||||
"d procedure set(s).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 110)));
|
||||
"d procedure set(s).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 110)));
|
||||
this.tabTranSearch.Text = "Transitions";
|
||||
//
|
||||
// tabControlPanel2
|
||||
@@ -643,13 +643,13 @@ namespace Volian.Controls.Library
|
||||
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel2.Name = "tabControlPanel2";
|
||||
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(317, 113);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(277, 113);
|
||||
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.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;
|
||||
@@ -666,7 +666,7 @@ namespace Volian.Controls.Library
|
||||
this.gpFindROs.Location = new System.Drawing.Point(1, 21);
|
||||
this.gpFindROs.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.gpFindROs.Name = "gpFindROs";
|
||||
this.gpFindROs.Size = new System.Drawing.Size(315, 91);
|
||||
this.gpFindROs.Size = new System.Drawing.Size(275, 91);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -711,7 +711,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxRnoOnlyRO.Name = "cbxRnoOnlyRO";
|
||||
this.cbxRnoOnlyRO.Size = new System.Drawing.Size(71, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxRnoOnlyRO, new DevComponents.DotNetBar.SuperTooltipInfo("RNO Only", "", "When this box is checked, Search will find only the matches that are in RNO steps" +
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
this.cbxRnoOnlyRO.TabIndex = 8;
|
||||
this.cbxRnoOnlyRO.Text = "RNO Only";
|
||||
//
|
||||
@@ -730,7 +730,7 @@ namespace Volian.Controls.Library
|
||||
this.lblSrchRoMsg.Size = new System.Drawing.Size(262, 40);
|
||||
this.lblSrchRoMsg.TabIndex = 3;
|
||||
this.lblSrchRoMsg.Text = "This folder(s) ROs are incompatible with the currently selected folder(s). This " +
|
||||
"may be due to the RO values needing to be updated.";
|
||||
"may be due to the RO values needing to be updated.";
|
||||
this.lblSrchRoMsg.Visible = false;
|
||||
this.lblSrchRoMsg.WordWrap = true;
|
||||
//
|
||||
@@ -767,7 +767,7 @@ namespace Volian.Controls.Library
|
||||
this.cmboTreeROs.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cmboTreeROs.Name = "cmboTreeROs";
|
||||
this.cmboTreeROs.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.cmboTreeROs.Size = new System.Drawing.Size(315, 20);
|
||||
this.cmboTreeROs.Size = new System.Drawing.Size(275, 20);
|
||||
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;
|
||||
@@ -791,13 +791,13 @@ namespace Volian.Controls.Library
|
||||
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.tabControlPanel3.Name = "tabControlPanel3";
|
||||
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(317, 113);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(277, 113);
|
||||
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.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;
|
||||
@@ -814,7 +814,7 @@ namespace Volian.Controls.Library
|
||||
this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 23);
|
||||
this.gpSrchAnnoText.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.gpSrchAnnoText.Name = "gpSrchAnnoText";
|
||||
this.gpSrchAnnoText.Size = new System.Drawing.Size(315, 89);
|
||||
this.gpSrchAnnoText.Size = new System.Drawing.Size(275, 89);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -858,7 +858,7 @@ namespace Volian.Controls.Library
|
||||
this.panel4.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel4.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Size = new System.Drawing.Size(309, 62);
|
||||
this.panel4.Size = new System.Drawing.Size(269, 62);
|
||||
this.panel4.TabIndex = 9;
|
||||
//
|
||||
// cbxRnoOnlyAnnot
|
||||
@@ -874,7 +874,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxRnoOnlyAnnot.Name = "cbxRnoOnlyAnnot";
|
||||
this.cbxRnoOnlyAnnot.Size = new System.Drawing.Size(71, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbxRnoOnlyAnnot, new DevComponents.DotNetBar.SuperTooltipInfo("RNO Only", "", "When this box is checked, Search will find only the matches that are in RNO steps" +
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
".", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(180, 100)));
|
||||
this.cbxRnoOnlyAnnot.TabIndex = 9;
|
||||
this.cbxRnoOnlyAnnot.Text = "RNO Only";
|
||||
//
|
||||
@@ -905,9 +905,9 @@ namespace Volian.Controls.Library
|
||||
this.cbxCaseSensitiveAnnoText.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxCaseSensitiveAnnoText.Name = "cbxCaseSensitiveAnnoText";
|
||||
this.cbxCaseSensitiveAnnoText.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(109, 17);
|
||||
this.cbxCaseSensitiveAnnoText.Size = new System.Drawing.Size(92, 15);
|
||||
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)));
|
||||
" 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";
|
||||
//
|
||||
@@ -920,13 +920,13 @@ namespace Volian.Controls.Library
|
||||
this.cbxTextSearchAnnotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.cbxTextSearchAnnotation.FormattingEnabled = true;
|
||||
this.cbxTextSearchAnnotation.ItemHeight = 16;
|
||||
this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(36, 0);
|
||||
this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(30, 0);
|
||||
this.cbxTextSearchAnnotation.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxTextSearchAnnotation.Name = "cbxTextSearchAnnotation";
|
||||
this.cbxTextSearchAnnotation.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.cbxTextSearchAnnotation.Size = new System.Drawing.Size(273, 22);
|
||||
this.cbxTextSearchAnnotation.Size = new System.Drawing.Size(239, 22);
|
||||
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)));
|
||||
"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";
|
||||
@@ -943,7 +943,7 @@ namespace Volian.Controls.Library
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
||||
this.label2.Size = new System.Drawing.Size(36, 21);
|
||||
this.label2.Size = new System.Drawing.Size(30, 18);
|
||||
this.label2.TabIndex = 7;
|
||||
this.label2.Text = "Find:";
|
||||
//
|
||||
@@ -960,7 +960,7 @@ namespace Volian.Controls.Library
|
||||
this.cbxAnnoTypes.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbxAnnoTypes.Name = "cbxAnnoTypes";
|
||||
this.cbxAnnoTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.cbxAnnoTypes.Size = new System.Drawing.Size(315, 22);
|
||||
this.cbxAnnoTypes.Size = new System.Drawing.Size(275, 22);
|
||||
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";
|
||||
@@ -970,21 +970,133 @@ namespace Volian.Controls.Library
|
||||
this.tabAnnotationSearch.AttachedControl = this.tabControlPanel3;
|
||||
this.tabAnnotationSearch.Name = "tabAnnotationSearch";
|
||||
this.superTooltip1.SetSuperTooltip(this.tabAnnotationSearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Annotations", "", "Allows you to search for types and text for annotations in the selected procedure" +
|
||||
" set(s).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 110)));
|
||||
" set(s).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 110)));
|
||||
this.tabAnnotationSearch.Text = "Annotations";
|
||||
this.tabAnnotationSearch.Click += new System.EventHandler(this.tabAnnotationSearch_Click);
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.btnTranCvtSelToTxt);
|
||||
this.tabControlPanel1.Controls.Add(this.lblIncTran);
|
||||
this.tabControlPanel1.Controls.Add(this.btnTranCvtAllToTxt);
|
||||
this.tabControlPanel1.Controls.Add(this.lblSrchIncTran);
|
||||
this.tabControlPanel1.Controls.Add(this.groupBox1);
|
||||
this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 34);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(277, 113);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 90;
|
||||
this.tabControlPanel1.TabIndex = 17;
|
||||
this.tabControlPanel1.TabItem = this.tabIncTrans;
|
||||
this.tabControlPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tabControlPanel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
//
|
||||
// btnTranCvtSelToTxt
|
||||
//
|
||||
this.btnTranCvtSelToTxt.Enabled = false;
|
||||
this.btnTranCvtSelToTxt.Location = new System.Drawing.Point(121, 63);
|
||||
this.btnTranCvtSelToTxt.Name = "btnTranCvtSelToTxt";
|
||||
this.btnTranCvtSelToTxt.Size = new System.Drawing.Size(145, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnTranCvtSelToTxt, new DevComponents.DotNetBar.SuperTooltipInfo("Convert Selected Incoming Transitions To Text", "", "Converts selected transitions in the results list to text unless the user does no" +
|
||||
"t have permission to change text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 90)));
|
||||
this.btnTranCvtSelToTxt.TabIndex = 3;
|
||||
this.btnTranCvtSelToTxt.Text = "Convert Selected To Text";
|
||||
this.btnTranCvtSelToTxt.UseVisualStyleBackColor = true;
|
||||
this.btnTranCvtSelToTxt.Click += new System.EventHandler(this.btnTranCvtSelToTxt_Click);
|
||||
//
|
||||
// lblIncTran
|
||||
//
|
||||
this.lblIncTran.AutoSize = true;
|
||||
this.lblIncTran.Location = new System.Drawing.Point(4, 9);
|
||||
this.lblIncTran.Name = "lblIncTran";
|
||||
this.lblIncTran.Size = new System.Drawing.Size(23, 13);
|
||||
this.lblIncTran.TabIndex = 2;
|
||||
this.lblIncTran.Text = "To:";
|
||||
//
|
||||
// btnTranCvtAllToTxt
|
||||
//
|
||||
this.btnTranCvtAllToTxt.Enabled = false;
|
||||
this.btnTranCvtAllToTxt.Location = new System.Drawing.Point(6, 63);
|
||||
this.btnTranCvtAllToTxt.Name = "btnTranCvtAllToTxt";
|
||||
this.btnTranCvtAllToTxt.Size = new System.Drawing.Size(109, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnTranCvtAllToTxt, new DevComponents.DotNetBar.SuperTooltipInfo("Convert All Incoming Transitions To Text", "", "Converts all of the transitions in the results list to text unless the user does " +
|
||||
"not have permission to change text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 90)));
|
||||
this.btnTranCvtAllToTxt.TabIndex = 1;
|
||||
this.btnTranCvtAllToTxt.Text = "Convert All To Text";
|
||||
this.btnTranCvtAllToTxt.UseVisualStyleBackColor = true;
|
||||
this.btnTranCvtAllToTxt.Click += new System.EventHandler(this.btnTranCvtAllToTxt_Click);
|
||||
//
|
||||
// lblSrchIncTran
|
||||
//
|
||||
this.lblSrchIncTran.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblSrchIncTran.Location = new System.Drawing.Point(34, 9);
|
||||
this.lblSrchIncTran.Name = "lblSrchIncTran";
|
||||
this.lblSrchIncTran.Size = new System.Drawing.Size(239, 40);
|
||||
this.superTooltip1.SetSuperTooltip(this.lblSrchIncTran, new DevComponents.DotNetBar.SuperTooltipInfo("Incoming Transitions", "", "This is the step, section, or procedure for which incoming transitions to it are " +
|
||||
"shown in the list.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 80)));
|
||||
this.lblSrchIncTran.TabIndex = 1;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.groupBox1.Controls.Add(this.rbFromEditor);
|
||||
this.groupBox1.Controls.Add(this.rbFromTree);
|
||||
this.groupBox1.Location = new System.Drawing.Point(147, 4);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(130, 57);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Search Selection";
|
||||
this.groupBox1.Visible = false;
|
||||
//
|
||||
// rbFromEditor
|
||||
//
|
||||
this.rbFromEditor.AutoSize = true;
|
||||
this.rbFromEditor.Location = new System.Drawing.Point(22, 34);
|
||||
this.rbFromEditor.Name = "rbFromEditor";
|
||||
this.rbFromEditor.Size = new System.Drawing.Size(78, 17);
|
||||
this.rbFromEditor.TabIndex = 1;
|
||||
this.rbFromEditor.TabStop = true;
|
||||
this.rbFromEditor.Text = "From Editor";
|
||||
this.rbFromEditor.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbFromTree
|
||||
//
|
||||
this.rbFromTree.AutoSize = true;
|
||||
this.rbFromTree.Location = new System.Drawing.Point(22, 16);
|
||||
this.rbFromTree.Name = "rbFromTree";
|
||||
this.rbFromTree.Size = new System.Drawing.Size(73, 17);
|
||||
this.rbFromTree.TabIndex = 0;
|
||||
this.rbFromTree.TabStop = true;
|
||||
this.rbFromTree.Text = "From Tree";
|
||||
this.rbFromTree.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabIncTrans
|
||||
//
|
||||
this.tabIncTrans.AttachedControl = this.tabControlPanel1;
|
||||
this.tabIncTrans.Name = "tabIncTrans";
|
||||
this.superTooltip1.SetSuperTooltip(this.tabIncTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Finds the Incoming Transitions that point to the current item and convert the tra" +
|
||||
"nsition(s) to text if desired and if have permissions.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 120)));
|
||||
this.tabIncTrans.Text = "Incoming\nTransitions";
|
||||
//
|
||||
// contextMenuBar1
|
||||
//
|
||||
this.contextMenuBar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
|
||||
this.contextMenuBar1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.contextMenuBar1.IsMaximized = false;
|
||||
this.contextMenuBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnCMIFindText});
|
||||
this.btnCMIFindText});
|
||||
this.contextMenuBar1.Location = new System.Drawing.Point(225, -3);
|
||||
this.contextMenuBar1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.contextMenuBar1.Name = "contextMenuBar1";
|
||||
this.contextMenuBar1.Size = new System.Drawing.Size(56, 29);
|
||||
this.contextMenuBar1.Size = new System.Drawing.Size(56, 25);
|
||||
this.contextMenuBar1.Stretch = true;
|
||||
this.contextMenuBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
|
||||
this.contextMenuBar1.TabIndex = 6;
|
||||
@@ -996,8 +1108,8 @@ namespace Volian.Controls.Library
|
||||
this.btnCMIFindText.AutoExpandOnClick = true;
|
||||
this.btnCMIFindText.Name = "btnCMIFindText";
|
||||
this.btnCMIFindText.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnCMEdit,
|
||||
this.btnCMInsert});
|
||||
this.btnCMEdit,
|
||||
this.btnCMInsert});
|
||||
this.btnCMIFindText.Text = "cmFindText";
|
||||
this.btnCMIFindText.PopupOpen += new DevComponents.DotNetBar.DotNetBarManager.PopupOpenEventHandler(this.btnCMIFindText_PopupOpen);
|
||||
//
|
||||
@@ -1005,9 +1117,9 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.btnCMEdit.Name = "btnCMEdit";
|
||||
this.btnCMEdit.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.cmFndTxtCut,
|
||||
this.cmFndTxtCopy,
|
||||
this.cmFndTxtPaste});
|
||||
this.cmFndTxtCut,
|
||||
this.cmFndTxtCopy,
|
||||
this.cmFndTxtPaste});
|
||||
this.btnCMEdit.Text = "Edit";
|
||||
//
|
||||
// cmFndTxtCut
|
||||
@@ -1039,10 +1151,10 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.btnCMInsert.Name = "btnCMInsert";
|
||||
this.btnCMInsert.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.cmFndTxtInsHardSp,
|
||||
this.cmFndTxtInsSymbol,
|
||||
this.buttonItem1,
|
||||
this.btnBooleanItems});
|
||||
this.cmFndTxtInsHardSp,
|
||||
this.cmFndTxtInsSymbol,
|
||||
this.buttonItem1,
|
||||
this.btnBooleanItems});
|
||||
this.btnCMInsert.Text = "Insert";
|
||||
//
|
||||
// cmFndTxtInsHardSp
|
||||
@@ -1059,7 +1171,7 @@ namespace Volian.Controls.Library
|
||||
this.cmFndTxtInsSymbol.Image = global::Volian.Controls.Library.Properties.Resources.Symbol_Image;
|
||||
this.cmFndTxtInsSymbol.Name = "cmFndTxtInsSymbol";
|
||||
this.cmFndTxtInsSymbol.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.galSymbols});
|
||||
this.galSymbols});
|
||||
this.cmFndTxtInsSymbol.Text = "Symbol";
|
||||
//
|
||||
// galSymbols
|
||||
@@ -1085,9 +1197,9 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.buttonItem1.Name = "buttonItem1";
|
||||
this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.buttonItem2,
|
||||
this.buttonItem3,
|
||||
this.buttonItem4});
|
||||
this.buttonItem2,
|
||||
this.buttonItem3,
|
||||
this.buttonItem4});
|
||||
this.buttonItem1.Text = "Wild Cards";
|
||||
//
|
||||
// buttonItem2
|
||||
@@ -1112,9 +1224,9 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.btnBooleanItems.Name = "btnBooleanItems";
|
||||
this.btnBooleanItems.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnAND,
|
||||
this.btnOR,
|
||||
this.btnNOT});
|
||||
this.btnAND,
|
||||
this.btnOR,
|
||||
this.btnNOT});
|
||||
this.btnBooleanItems.Text = "Boolean";
|
||||
this.btnBooleanItems.Visible = false;
|
||||
//
|
||||
@@ -1136,119 +1248,6 @@ namespace Volian.Controls.Library
|
||||
this.btnNOT.Text = "NOT";
|
||||
this.btnNOT.Click += new System.EventHandler(this.btnNOT_Click);
|
||||
//
|
||||
// tabIncTrans
|
||||
//
|
||||
this.tabIncTrans.AttachedControl = this.tabControlPanel1;
|
||||
this.tabIncTrans.Name = "tabIncTrans";
|
||||
this.superTooltip1.SetSuperTooltip(this.tabIncTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Finds the Incoming Transitions that point to the current item and convert the tra" +
|
||||
"nsition(s) to text if desired and if have permissions.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 120)));
|
||||
this.tabIncTrans.Text = "Incoming\nTransitions";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tabControlPanel1.Controls.Add(this.btnTranCvtSelToTxt);
|
||||
this.tabControlPanel1.Controls.Add(this.lblIncTran);
|
||||
this.tabControlPanel1.Controls.Add(this.btnTranCvtAllToTxt);
|
||||
this.tabControlPanel1.Controls.Add(this.lblSrchIncTran);
|
||||
this.tabControlPanel1.Controls.Add(this.groupBox1);
|
||||
this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 34);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(317, 113);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel1.Style.GradientAngle = 90;
|
||||
this.tabControlPanel1.TabIndex = 17;
|
||||
this.tabControlPanel1.TabItem = this.tabIncTrans;
|
||||
//
|
||||
// btnTranCvtSelToTxt
|
||||
//
|
||||
this.btnTranCvtSelToTxt.Enabled = false;
|
||||
this.btnTranCvtSelToTxt.Location = new System.Drawing.Point(121, 63);
|
||||
this.btnTranCvtSelToTxt.Name = "btnTranCvtSelToTxt";
|
||||
this.btnTranCvtSelToTxt.Size = new System.Drawing.Size(145, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnTranCvtSelToTxt, new DevComponents.DotNetBar.SuperTooltipInfo("Convert Selected Incoming Transitions To Text", "", "Converts selected transitions in the results list to text unless the user does no" +
|
||||
"t have permission to change text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 90)));
|
||||
this.btnTranCvtSelToTxt.TabIndex = 3;
|
||||
this.btnTranCvtSelToTxt.Text = "Convert Selected To Text";
|
||||
this.btnTranCvtSelToTxt.UseVisualStyleBackColor = true;
|
||||
this.btnTranCvtSelToTxt.Click += new System.EventHandler(this.btnTranCvtSelToTxt_Click);
|
||||
//
|
||||
// lblIncTran
|
||||
//
|
||||
this.lblIncTran.AutoSize = true;
|
||||
this.lblIncTran.Location = new System.Drawing.Point(4, 9);
|
||||
this.lblIncTran.Name = "lblIncTran";
|
||||
this.lblIncTran.Size = new System.Drawing.Size(24, 15);
|
||||
this.lblIncTran.TabIndex = 2;
|
||||
this.lblIncTran.Text = "To:";
|
||||
//
|
||||
// btnTranCvtAllToTxt
|
||||
//
|
||||
this.btnTranCvtAllToTxt.Enabled = false;
|
||||
this.btnTranCvtAllToTxt.Location = new System.Drawing.Point(6, 63);
|
||||
this.btnTranCvtAllToTxt.Name = "btnTranCvtAllToTxt";
|
||||
this.btnTranCvtAllToTxt.Size = new System.Drawing.Size(109, 22);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnTranCvtAllToTxt, new DevComponents.DotNetBar.SuperTooltipInfo("Convert All Incoming Transitions To Text", "", "Converts all of the transitions in the results list to text unless the user does " +
|
||||
"not have permission to change text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 90)));
|
||||
this.btnTranCvtAllToTxt.TabIndex = 1;
|
||||
this.btnTranCvtAllToTxt.Text = "Convert All To Text";
|
||||
this.btnTranCvtAllToTxt.UseVisualStyleBackColor = true;
|
||||
this.btnTranCvtAllToTxt.Click += new System.EventHandler(this.btnTranCvtAllToTxt_Click);
|
||||
//
|
||||
// lblSrchIncTran
|
||||
//
|
||||
this.lblSrchIncTran.BackColor = System.Drawing.Color.Transparent;
|
||||
this.lblSrchIncTran.Location = new System.Drawing.Point(34, 9);
|
||||
this.lblSrchIncTran.Name = "lblSrchIncTran";
|
||||
this.lblSrchIncTran.Size = new System.Drawing.Size(239, 40);
|
||||
this.superTooltip1.SetSuperTooltip(this.lblSrchIncTran, new DevComponents.DotNetBar.SuperTooltipInfo("Incoming Transitions", "", "This is the step, section, or procedure for which incoming transitions to it are " +
|
||||
"shown in the list.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 80)));
|
||||
this.lblSrchIncTran.TabIndex = 1;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.groupBox1.Controls.Add(this.rbFromEditor);
|
||||
this.groupBox1.Controls.Add(this.rbFromTree);
|
||||
this.groupBox1.Location = new System.Drawing.Point(147, 4);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(130, 57);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Search Selection";
|
||||
this.groupBox1.Visible = false;
|
||||
//
|
||||
// rbFromEditor
|
||||
//
|
||||
this.rbFromEditor.AutoSize = true;
|
||||
this.rbFromEditor.Location = new System.Drawing.Point(22, 34);
|
||||
this.rbFromEditor.Name = "rbFromEditor";
|
||||
this.rbFromEditor.Size = new System.Drawing.Size(92, 19);
|
||||
this.rbFromEditor.TabIndex = 1;
|
||||
this.rbFromEditor.TabStop = true;
|
||||
this.rbFromEditor.Text = "From Editor";
|
||||
this.rbFromEditor.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbFromTree
|
||||
//
|
||||
this.rbFromTree.AutoSize = true;
|
||||
this.rbFromTree.Location = new System.Drawing.Point(22, 16);
|
||||
this.rbFromTree.Name = "rbFromTree";
|
||||
this.rbFromTree.Size = new System.Drawing.Size(85, 19);
|
||||
this.rbFromTree.TabIndex = 0;
|
||||
this.rbFromTree.TabStop = true;
|
||||
this.rbFromTree.Text = "From Tree";
|
||||
this.rbFromTree.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// advTreeProcSets
|
||||
//
|
||||
this.advTreeProcSets.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
|
||||
@@ -1268,13 +1267,13 @@ namespace Volian.Controls.Library
|
||||
this.advTreeProcSets.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
|
||||
this.advTreeProcSets.Name = "advTreeProcSets";
|
||||
this.advTreeProcSets.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
|
||||
this.node1});
|
||||
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(317, 103);
|
||||
this.advTreeProcSets.Size = new System.Drawing.Size(277, 103);
|
||||
this.advTreeProcSets.Styles.Add(this.elementStyle1);
|
||||
this.advTreeProcSets.TabIndex = 0;
|
||||
this.advTreeProcSets.Text = "advTree1";
|
||||
@@ -1316,14 +1315,14 @@ namespace Volian.Controls.Library
|
||||
this.advTreeStepTypes.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
|
||||
this.advTreeStepTypes.Name = "advTreeStepTypes";
|
||||
this.advTreeStepTypes.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
|
||||
this.node2});
|
||||
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(317, 110);
|
||||
this.advTreeStepTypes.Size = new System.Drawing.Size(277, 110);
|
||||
this.advTreeStepTypes.Styles.Add(this.elementStyle2);
|
||||
this.advTreeStepTypes.TabIndex = 0;
|
||||
this.advTreeStepTypes.Text = "advTree1";
|
||||
@@ -1356,7 +1355,7 @@ namespace Volian.Controls.Library
|
||||
this.grpPanSearchResults.Location = new System.Drawing.Point(0, 461);
|
||||
this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.grpPanSearchResults.Name = "grpPanSearchResults";
|
||||
this.grpPanSearchResults.Size = new System.Drawing.Size(317, 215);
|
||||
this.grpPanSearchResults.Size = new System.Drawing.Size(277, 215);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -1395,7 +1394,7 @@ namespace Volian.Controls.Library
|
||||
this.lbSrchResults.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lbSrchResults.Name = "lbSrchResults";
|
||||
this.lbSrchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.lbSrchResults.Size = new System.Drawing.Size(311, 194);
|
||||
this.lbSrchResults.Size = new System.Drawing.Size(271, 194);
|
||||
this.lbSrchResults.TabIndex = 0;
|
||||
this.lbSrchResults.SelectedIndexChanged += new System.EventHandler(this.lbSrchResults_SelectedValueChanged);
|
||||
this.lbSrchResults.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbSrchResults_MouseMove);
|
||||
@@ -1407,6 +1406,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.lbSrchResultsIncTrans.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.lbSrchResultsIncTrans.CheckBoxesVisible = true;
|
||||
this.lbSrchResultsIncTrans.CheckStateMember = null;
|
||||
this.lbSrchResultsIncTrans.ContainerControlProcessDialogKey = true;
|
||||
this.lbSrchResultsIncTrans.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbSrchResultsIncTrans.DragDropSupport = true;
|
||||
@@ -1415,7 +1415,7 @@ namespace Volian.Controls.Library
|
||||
this.lbSrchResultsIncTrans.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lbSrchResultsIncTrans.Name = "lbSrchResultsIncTrans";
|
||||
this.lbSrchResultsIncTrans.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.lbSrchResultsIncTrans.Size = new System.Drawing.Size(311, 194);
|
||||
this.lbSrchResultsIncTrans.Size = new System.Drawing.Size(271, 194);
|
||||
this.lbSrchResultsIncTrans.TabIndex = 0;
|
||||
this.lbSrchResultsIncTrans.SelectedIndexChanged += new System.EventHandler(this.lbSrchResults_SelectedValueChanged);
|
||||
this.lbSrchResultsIncTrans.ItemClick += new System.EventHandler(this.lbSrchResultsIncTrans_ItemClicked);
|
||||
@@ -1438,7 +1438,7 @@ namespace Volian.Controls.Library
|
||||
this.panSearchButtons.Location = new System.Drawing.Point(0, 402);
|
||||
this.panSearchButtons.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.panSearchButtons.Name = "panSearchButtons";
|
||||
this.panSearchButtons.Size = new System.Drawing.Size(317, 59);
|
||||
this.panSearchButtons.Size = new System.Drawing.Size(277, 59);
|
||||
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;
|
||||
@@ -1457,7 +1457,7 @@ namespace Volian.Controls.Library
|
||||
this.btnClearSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
|
||||
this.btnClearSearchResults.Enabled = false;
|
||||
this.btnClearSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnClearSearchResults.Location = new System.Drawing.Point(277, 3);
|
||||
this.btnClearSearchResults.Location = new System.Drawing.Point(237, 3);
|
||||
this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnClearSearchResults.Name = "btnClearSearchResults";
|
||||
this.btnClearSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
@@ -1480,7 +1480,7 @@ namespace Volian.Controls.Library
|
||||
this.btnCopySearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnCopySearchResults.Size = new System.Drawing.Size(43, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnCopySearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Copy Search Results", "", "This button copies the Search Results listed below into the copy/paste buffer. Th" +
|
||||
"e copied data can then be pasted into another tool, such as a spreadsheet.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"e copied data can then be pasted into another tool, such as a spreadsheet.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnCopySearchResults.TabIndex = 10;
|
||||
this.btnCopySearchResults.Text = "Copy";
|
||||
this.btnCopySearchResults.ThemeAware = true;
|
||||
@@ -1531,9 +1531,9 @@ namespace Volian.Controls.Library
|
||||
this.labelX1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.labelX1.Name = "labelX1";
|
||||
this.labelX1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.labelX1.Size = new System.Drawing.Size(82, 17);
|
||||
this.labelX1.Size = new System.Drawing.Size(66, 14);
|
||||
this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("Results Style", "", "The Search Results list can be formatted in one of four styles: Document Path, St" +
|
||||
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.labelX1.TabIndex = 9;
|
||||
this.labelX1.Text = "Results Style:";
|
||||
//
|
||||
@@ -1546,17 +1546,17 @@ namespace Volian.Controls.Library
|
||||
this.cmbResultsStyle.FormattingEnabled = true;
|
||||
this.cmbResultsStyle.ItemHeight = 14;
|
||||
this.cmbResultsStyle.Items.AddRange(new object[] {
|
||||
this.comboItem1,
|
||||
this.comboItem2,
|
||||
this.comboItem3,
|
||||
this.comboItem4});
|
||||
this.comboItem1,
|
||||
this.comboItem2,
|
||||
this.comboItem3,
|
||||
this.comboItem4});
|
||||
this.cmbResultsStyle.Location = new System.Drawing.Point(70, 5);
|
||||
this.cmbResultsStyle.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cmbResultsStyle.Name = "cmbResultsStyle";
|
||||
this.cmbResultsStyle.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.cmbResultsStyle.Size = new System.Drawing.Size(110, 20);
|
||||
this.superTooltip1.SetSuperTooltip(this.cmbResultsStyle, new DevComponents.DotNetBar.SuperTooltipInfo("Results Style", "", "The Search Results list can be formatted in one of four styles: Document Path, St" +
|
||||
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"ep Path, Annotation Text and Document Text.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cmbResultsStyle.TabIndex = 8;
|
||||
this.cmbResultsStyle.SelectedValueChanged += new System.EventHandler(this.cmbResultsStyle_SelectedValueChanged);
|
||||
//
|
||||
@@ -1588,7 +1588,7 @@ namespace Volian.Controls.Library
|
||||
this.cbSorted.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.cbSorted.Name = "cbSorted";
|
||||
this.cbSorted.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.cbSorted.Size = new System.Drawing.Size(46, 17);
|
||||
this.cbSorted.Size = new System.Drawing.Size(42, 15);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbSorted, new DevComponents.DotNetBar.SuperTooltipInfo("Sort Results", "", "Sorts results that are output into the Search Results list shown below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbSorted.TabIndex = 7;
|
||||
this.cbSorted.Text = "Sort";
|
||||
@@ -1623,7 +1623,7 @@ namespace Volian.Controls.Library
|
||||
this.btnPrnSrchRslts.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnPrnSrchRslts.Size = new System.Drawing.Size(43, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnPrnSrchRslts, new DevComponents.DotNetBar.SuperTooltipInfo("Print Search Results", "", "This button generates a PDF of a standard formatted report regardless of what Res" +
|
||||
"ults Style is selected.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
"ults Style is selected.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnPrnSrchRslts.TabIndex = 5;
|
||||
this.btnPrnSrchRslts.Text = "Print";
|
||||
this.btnPrnSrchRslts.ThemeAware = true;
|
||||
@@ -1651,7 +1651,7 @@ namespace Volian.Controls.Library
|
||||
this.xpSetToSearch.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.xpSetToSearch.Name = "xpSetToSearch";
|
||||
this.xpSetToSearch.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.xpSetToSearch.Size = new System.Drawing.Size(317, 124);
|
||||
this.xpSetToSearch.Size = new System.Drawing.Size(277, 124);
|
||||
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;
|
||||
@@ -1660,8 +1660,8 @@ namespace Volian.Controls.Library
|
||||
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\nIf no p" +
|
||||
"rocedure sets are selected in this list, then PROMS will search All of the proce" +
|
||||
"dure sets.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(196, 104)));
|
||||
"rocedure sets are selected in this list, then PROMS will search All of the proce" +
|
||||
"dure sets.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(196, 104)));
|
||||
this.xpSetToSearch.TabIndex = 7;
|
||||
this.xpSetToSearch.TitleHeight = 21;
|
||||
this.xpSetToSearch.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
||||
@@ -1686,7 +1686,7 @@ namespace Volian.Controls.Library
|
||||
this.xpStepTypes.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.xpStepTypes.Name = "xpStepTypes";
|
||||
this.xpStepTypes.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.xpStepTypes.Size = new System.Drawing.Size(317, 131);
|
||||
this.xpStepTypes.Size = new System.Drawing.Size(277, 131);
|
||||
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;
|
||||
@@ -1695,8 +1695,8 @@ namespace Volian.Controls.Library
|
||||
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 Step Elements", "", "This allows you to search in only the selected step elements.\r\n\r\nIf the Find Sele" +
|
||||
"cted Step Elements option is selected, search will show you where the selected " +
|
||||
"Step Elements are use.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(240, 115)));
|
||||
"cted Step Elements option is selected, search will show you where the selected " +
|
||||
"Step Elements are use.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(240, 115)));
|
||||
this.xpStepTypes.TabIndex = 8;
|
||||
this.xpStepTypes.ThemeAware = true;
|
||||
this.xpStepTypes.TitleHeight = 21;
|
||||
@@ -1733,10 +1733,15 @@ namespace Volian.Controls.Library
|
||||
this.Controls.Add(this.xpSetToSearch);
|
||||
this.Controls.Add(this.tabSearchTypes);
|
||||
this.Controls.Add(this.tabControlPanel1);
|
||||
//B2025-056 Click on Incoming Transitions
|
||||
// This needs to be part of overall control
|
||||
// since if it is part of tabSearchTypes,
|
||||
// then when that is disabled, buttons on
|
||||
// this will be also
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.Name = "DisplaySearch";
|
||||
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||||
this.Size = new System.Drawing.Size(317, 676);
|
||||
this.Size = new System.Drawing.Size(277, 676);
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).EndInit();
|
||||
this.tabSearchTypes.ResumeLayout(false);
|
||||
this.tabControlPanel4.ResumeLayout(false);
|
||||
@@ -1755,11 +1760,11 @@ namespace Volian.Controls.Library
|
||||
this.gpSrchAnnoText.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel4.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.contextMenuBar1)).EndInit();
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
this.tabControlPanel1.PerformLayout();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.contextMenuBar1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.advTreeProcSets)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.advTreeStepTypes)).EndInit();
|
||||
this.grpPanSearchResults.ResumeLayout(false);
|
||||
@@ -1884,4 +1889,4 @@ namespace Volian.Controls.Library
|
||||
private DevComponents.DotNetBar.TabItem tabIncTrans; // B2021-061: incorrect variable name was used - rename from tabNISearch to tabIncTrans
|
||||
//end transition search controls
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user