From a45b66fe8ce1dacb78318935e00b528a28d49f64 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 2 Oct 2018 15:38:44 +0000 Subject: [PATCH] =?UTF-8?q?B2018-134=20when=20searching=20specifically=20f?= =?UTF-8?q?or=20Outside=20Transitions,=20we=20need=20to=20pass=20an=20empt?= =?UTF-8?q?y=20list=20of=20procedure=20sets=20to=20the=20stored=20procedur?= =?UTF-8?q?e,=20so=20that=20it=20will=20look=20at=20all=20of=20procedure?= =?UTF-8?q?=20sets.=20B2018-132=20Removed=20the=20extra=20number=20when=20?= =?UTF-8?q?building=20of=20the=20step=20element=20panel=20title.=20=20C201?= =?UTF-8?q?8-032=20Changed=20to=20label=20next=20to=20the=20Transition=20T?= =?UTF-8?q?ype=20list=20to=20=E2=80=9CType=E2=80=9D=20and=20the=20label=20?= =?UTF-8?q?next=20to=20the=20Transition=20Category=20to=20=E2=80=9CCategor?= =?UTF-8?q?y=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DisplaySearch.Designer.cs | 372 +++++++++--------- .../Volian.Controls.Library/DisplaySearch.cs | 5 +- 2 files changed, 190 insertions(+), 187 deletions(-) diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs index 9842e7b0..15b6edc7 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs @@ -50,6 +50,17 @@ namespace Volian.Controls.Library this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplaySearch)); this.tabSearchTypes = new DevComponents.DotNetBar.TabControl(); + this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel(); + this.pnlTranCategory = new System.Windows.Forms.Panel(); + this.cbxTranCategory = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.lblTranCategory = new System.Windows.Forms.Label(); + this.pnlTranFormat = new System.Windows.Forms.Panel(); + this.cbxTranFormat = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.lblTranFormat = new System.Windows.Forms.Label(); + this.pnlTranVersion = new System.Windows.Forms.Panel(); + this.cbxTranVersion = new DevComponents.DotNetBar.Controls.ComboBoxEx(); + this.lblTranVersion = new System.Windows.Forms.Label(); + this.tabTranSearch = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel(); this.gpSrchText = new DevComponents.DotNetBar.Controls.GroupPanel(); this.panel1 = new System.Windows.Forms.Panel(); @@ -62,17 +73,6 @@ namespace Volian.Controls.Library this.rbtnSrchTxt = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.cbxSrchTypeUsage = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.tabStepTypeSearch = new DevComponents.DotNetBar.TabItem(this.components); - this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel(); - this.pnlTranCategory = new System.Windows.Forms.Panel(); - this.cbxTranCategory = new DevComponents.DotNetBar.Controls.ComboBoxEx(); - this.lblTranCategory = new System.Windows.Forms.Label(); - this.pnlTranFormat = new System.Windows.Forms.Panel(); - this.cbxTranFormat = new DevComponents.DotNetBar.Controls.ComboBoxEx(); - this.lblTranFormat = new System.Windows.Forms.Label(); - this.pnlTranVersion = new System.Windows.Forms.Panel(); - this.cbxTranVersion = new DevComponents.DotNetBar.Controls.ComboBoxEx(); - this.lblTranVersion = new System.Windows.Forms.Label(); - this.tabTranSearch = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel(); this.gpFindROs = new DevComponents.DotNetBar.Controls.GroupPanel(); this.cbxFndUnLnkROVals = new DevComponents.DotNetBar.Controls.CheckBoxX(); @@ -137,14 +137,14 @@ namespace Volian.Controls.Library this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip(); ((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).BeginInit(); this.tabSearchTypes.SuspendLayout(); - this.tabControlPanel4.SuspendLayout(); - this.gpSrchText.SuspendLayout(); - this.panel1.SuspendLayout(); - this.panel3.SuspendLayout(); this.tabControlPanel5.SuspendLayout(); this.pnlTranCategory.SuspendLayout(); this.pnlTranFormat.SuspendLayout(); this.pnlTranVersion.SuspendLayout(); + this.tabControlPanel4.SuspendLayout(); + this.gpSrchText.SuspendLayout(); + this.panel1.SuspendLayout(); + this.panel3.SuspendLayout(); this.tabControlPanel2.SuspendLayout(); this.gpFindROs.SuspendLayout(); this.tabControlPanel3.SuspendLayout(); @@ -164,14 +164,14 @@ 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.tabControlPanel5); + this.tabSearchTypes.Controls.Add(this.tabControlPanel4); this.tabSearchTypes.Controls.Add(this.tabControlPanel2); this.tabSearchTypes.Controls.Add(this.tabControlPanel3); this.tabSearchTypes.Controls.Add(this.contextMenuBar1); this.tabSearchTypes.Dock = System.Windows.Forms.DockStyle.Top; this.tabSearchTypes.Location = new System.Drawing.Point(0, 0); - this.tabSearchTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.tabSearchTypes.Margin = new System.Windows.Forms.Padding(2); this.tabSearchTypes.Name = "tabSearchTypes"; this.tabSearchTypes.RightToLeft = System.Windows.Forms.RightToLeft.No; this.tabSearchTypes.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); @@ -188,6 +188,136 @@ namespace Volian.Controls.Library this.tabSearchTypes.Text = "tabControl1"; this.tabSearchTypes.ThemeAware = true; // + // tabControlPanel5 + // + this.tabControlPanel5.Controls.Add(this.pnlTranCategory); + this.tabControlPanel5.Controls.Add(this.pnlTranFormat); + this.tabControlPanel5.Controls.Add(this.pnlTranVersion); + this.tabControlPanel5.DisabledBackColor = System.Drawing.Color.Empty; + this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControlPanel5.Location = new System.Drawing.Point(0, 22); + 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(277, 90); + 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.GradientAngle = 90; + this.tabControlPanel5.TabIndex = 5; + this.tabControlPanel5.TabItem = this.tabTranSearch; + // + // pnlTranCategory + // + this.pnlTranCategory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlTranCategory.Controls.Add(this.cbxTranCategory); + this.pnlTranCategory.Controls.Add(this.lblTranCategory); + this.pnlTranCategory.Dock = System.Windows.Forms.DockStyle.Top; + this.pnlTranCategory.Location = new System.Drawing.Point(1, 43); + 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(275, 21); + this.pnlTranCategory.TabIndex = 2; + // + // cbxTranCategory + // + this.cbxTranCategory.Dock = System.Windows.Forms.DockStyle.Fill; + 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(215, 21); + this.cbxTranCategory.TabIndex = 1; + this.cbxTranCategory.WatermarkText = "Select Cateogry of Transitions"; + // + // lblTranCategory + // + this.lblTranCategory.Dock = System.Windows.Forms.DockStyle.Left; + this.lblTranCategory.Location = new System.Drawing.Point(1, 1); + this.lblTranCategory.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblTranCategory.Name = "lblTranCategory"; + this.lblTranCategory.Size = new System.Drawing.Size(56, 17); + this.lblTranCategory.TabIndex = 0; + this.lblTranCategory.Text = "Category"; + this.lblTranCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // pnlTranFormat + // + this.pnlTranFormat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlTranFormat.Controls.Add(this.cbxTranFormat); + this.pnlTranFormat.Controls.Add(this.lblTranFormat); + this.pnlTranFormat.Dock = System.Windows.Forms.DockStyle.Top; + this.pnlTranFormat.Location = new System.Drawing.Point(1, 22); + 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(275, 21); + this.pnlTranFormat.TabIndex = 1; + // + // cbxTranFormat + // + this.cbxTranFormat.Dock = System.Windows.Forms.DockStyle.Fill; + 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(215, 21); + this.cbxTranFormat.TabIndex = 1; + this.cbxTranFormat.WatermarkText = "Select Style of Transitions"; + // + // lblTranFormat + // + this.lblTranFormat.Dock = System.Windows.Forms.DockStyle.Left; + this.lblTranFormat.Location = new System.Drawing.Point(1, 1); + this.lblTranFormat.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblTranFormat.Name = "lblTranFormat"; + this.lblTranFormat.Size = new System.Drawing.Size(56, 17); + this.lblTranFormat.TabIndex = 0; + this.lblTranFormat.Text = "Style"; + this.lblTranFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // pnlTranVersion + // + this.pnlTranVersion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.pnlTranVersion.Controls.Add(this.cbxTranVersion); + this.pnlTranVersion.Controls.Add(this.lblTranVersion); + this.pnlTranVersion.Dock = System.Windows.Forms.DockStyle.Top; + this.pnlTranVersion.Location = new System.Drawing.Point(1, 1); + 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(275, 21); + this.pnlTranVersion.TabIndex = 0; + // + // cbxTranVersion + // + this.cbxTranVersion.Dock = System.Windows.Forms.DockStyle.Fill; + 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(220, 21); + this.cbxTranVersion.TabIndex = 1; + this.cbxTranVersion.WatermarkText = "Select Format for Transitions"; + // + // lblTranVersion + // + this.lblTranVersion.Dock = System.Windows.Forms.DockStyle.Left; + this.lblTranVersion.Location = new System.Drawing.Point(1, 1); + this.lblTranVersion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.lblTranVersion.Name = "lblTranVersion"; + this.lblTranVersion.Size = new System.Drawing.Size(51, 17); + this.lblTranVersion.TabIndex = 0; + this.lblTranVersion.Text = "Formats"; + this.lblTranVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // tabTranSearch + // + this.tabTranSearch.AttachedControl = this.tabControlPanel5; + this.tabTranSearch.Name = "tabTranSearch"; + this.tabTranSearch.Text = "Transitions"; + // // tabControlPanel4 // this.tabControlPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; @@ -197,7 +327,7 @@ namespace Volian.Controls.Library this.tabControlPanel4.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel4.Location = new System.Drawing.Point(0, 22); - this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(277, 90); @@ -222,7 +352,7 @@ namespace Volian.Controls.Library this.gpSrchText.DisabledBackColor = System.Drawing.Color.Empty; this.gpSrchText.Dock = System.Windows.Forms.DockStyle.Fill; this.gpSrchText.Location = new System.Drawing.Point(23, 1); - this.gpSrchText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.gpSrchText.Margin = new System.Windows.Forms.Padding(2); this.gpSrchText.Name = "gpSrchText"; this.gpSrchText.Size = new System.Drawing.Size(253, 70); // @@ -263,7 +393,7 @@ namespace Volian.Controls.Library this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, -3); - this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(247, 23); this.panel1.TabIndex = 5; @@ -278,7 +408,7 @@ namespace Volian.Controls.Library this.cbxTextSearchText.FormattingEnabled = true; this.cbxTextSearchText.ItemHeight = 16; this.cbxTextSearchText.Location = new System.Drawing.Point(30, 0); - this.cbxTextSearchText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.cbxTextSearchText.Margin = new System.Windows.Forms.Padding(2); this.cbxTextSearchText.Name = "cbxTextSearchText"; 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)); @@ -354,7 +484,7 @@ namespace Volian.Controls.Library this.cbxCaseSensitive.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxCaseSensitive.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxCaseSensitive.Location = new System.Drawing.Point(9, 6); - this.cbxCaseSensitive.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.cbxCaseSensitive.Margin = new System.Windows.Forms.Padding(2); 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 " + @@ -376,7 +506,7 @@ namespace Volian.Controls.Library this.rbtnSrchTxt.Dock = System.Windows.Forms.DockStyle.Left; this.rbtnSrchTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rbtnSrchTxt.Location = new System.Drawing.Point(1, 1); - this.rbtnSrchTxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.rbtnSrchTxt.Margin = new System.Windows.Forms.Padding(2); this.rbtnSrchTxt.Name = "rbtnSrchTxt"; this.rbtnSrchTxt.Size = new System.Drawing.Size(22, 70); this.rbtnSrchTxt.TabIndex = 6; @@ -393,7 +523,7 @@ namespace Volian.Controls.Library this.cbxSrchTypeUsage.Dock = System.Windows.Forms.DockStyle.Bottom; this.cbxSrchTypeUsage.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxSrchTypeUsage.Location = new System.Drawing.Point(1, 71); - this.cbxSrchTypeUsage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.cbxSrchTypeUsage.Margin = new System.Windows.Forms.Padding(2); this.cbxSrchTypeUsage.Name = "cbxSrchTypeUsage"; this.cbxSrchTypeUsage.Size = new System.Drawing.Size(275, 18); 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)); @@ -410,136 +540,6 @@ namespace Volian.Controls.Library this.tabStepTypeSearch.Text = "Text"; this.tabStepTypeSearch.Click += new System.EventHandler(this.tabStepTypeSearch_Click); // - // tabControlPanel5 - // - this.tabControlPanel5.Controls.Add(this.pnlTranCategory); - this.tabControlPanel5.Controls.Add(this.pnlTranFormat); - this.tabControlPanel5.Controls.Add(this.pnlTranVersion); - this.tabControlPanel5.DisabledBackColor = System.Drawing.Color.Empty; - this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControlPanel5.Location = new System.Drawing.Point(0, 22); - 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(277, 90); - 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.GradientAngle = 90; - this.tabControlPanel5.TabIndex = 5; - this.tabControlPanel5.TabItem = this.tabTranSearch; - // - // pnlTranCategory - // - this.pnlTranCategory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pnlTranCategory.Controls.Add(this.cbxTranCategory); - this.pnlTranCategory.Controls.Add(this.lblTranCategory); - this.pnlTranCategory.Dock = System.Windows.Forms.DockStyle.Top; - this.pnlTranCategory.Location = new System.Drawing.Point(1, 43); - 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(275, 21); - this.pnlTranCategory.TabIndex = 2; - // - // cbxTranCategory - // - this.cbxTranCategory.Dock = System.Windows.Forms.DockStyle.Fill; - this.cbxTranCategory.Location = new System.Drawing.Point(63, 1); - this.cbxTranCategory.Margin = new System.Windows.Forms.Padding(2); - this.cbxTranCategory.Name = "cbxTranCategory"; - this.cbxTranCategory.Size = new System.Drawing.Size(209, 21); - this.cbxTranCategory.TabIndex = 1; - this.cbxTranCategory.WatermarkText = "Select Cateogry of Transitions"; - // - // lblTranCategory - // - this.lblTranCategory.Dock = System.Windows.Forms.DockStyle.Left; - this.lblTranCategory.Location = new System.Drawing.Point(1, 1); - this.lblTranCategory.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.lblTranCategory.Name = "lblTranCategory"; - this.lblTranCategory.Size = new System.Drawing.Size(62, 17); - this.lblTranCategory.TabIndex = 0; - this.lblTranCategory.Text = "Select Category"; - this.lblTranCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // pnlTranFormat - // - this.pnlTranFormat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pnlTranFormat.Controls.Add(this.cbxTranFormat); - this.pnlTranFormat.Controls.Add(this.lblTranFormat); - this.pnlTranFormat.Dock = System.Windows.Forms.DockStyle.Top; - this.pnlTranFormat.Location = new System.Drawing.Point(1, 22); - 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(275, 21); - this.pnlTranFormat.TabIndex = 1; - // - // cbxTranFormat - // - this.cbxTranFormat.Dock = System.Windows.Forms.DockStyle.Fill; - 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(215, 21); - this.cbxTranFormat.TabIndex = 1; - this.cbxTranFormat.WatermarkText = "Select Style of Transitions"; - // - // lblTranFormat - // - this.lblTranFormat.Dock = System.Windows.Forms.DockStyle.Left; - this.lblTranFormat.Location = new System.Drawing.Point(1, 1); - this.lblTranFormat.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.lblTranFormat.Name = "lblTranFormat"; - this.lblTranFormat.Size = new System.Drawing.Size(56, 17); - this.lblTranFormat.TabIndex = 0; - this.lblTranFormat.Text = "Select Type"; - this.lblTranFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // pnlTranVersion - // - this.pnlTranVersion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.pnlTranVersion.Controls.Add(this.cbxTranVersion); - this.pnlTranVersion.Controls.Add(this.lblTranVersion); - this.pnlTranVersion.Dock = System.Windows.Forms.DockStyle.Top; - this.pnlTranVersion.Location = new System.Drawing.Point(1, 1); - 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(275, 21); - this.pnlTranVersion.TabIndex = 0; - // - // cbxTranVersion - // - this.cbxTranVersion.Dock = System.Windows.Forms.DockStyle.Fill; - this.cbxTranVersion.Location = new System.Drawing.Point(57, 1); - this.cbxTranVersion.Margin = new System.Windows.Forms.Padding(2); - this.cbxTranVersion.Name = "cbxTranVersion"; - this.cbxTranVersion.Size = new System.Drawing.Size(215, 21); - this.cbxTranVersion.TabIndex = 1; - this.cbxTranVersion.WatermarkText = "Select Format for Transitions"; - // - // lblTranVersion - // - this.lblTranVersion.Dock = System.Windows.Forms.DockStyle.Left; - this.lblTranVersion.Location = new System.Drawing.Point(1, 1); - this.lblTranVersion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.lblTranVersion.Name = "lblTranVersion"; - this.lblTranVersion.Size = new System.Drawing.Size(56, 17); - this.lblTranVersion.TabIndex = 0; - this.lblTranVersion.Text = "Formats"; - this.lblTranVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // tabTranSearch - // - this.tabTranSearch.AttachedControl = this.tabControlPanel5; - this.tabTranSearch.Name = "tabTranSearch"; - this.tabTranSearch.Text = "Transitions"; - // // tabControlPanel2 // this.tabControlPanel2.Controls.Add(this.gpFindROs); @@ -547,7 +547,7 @@ namespace Volian.Controls.Library this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel2.Location = new System.Drawing.Point(0, 22); - this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(277, 90); @@ -569,7 +569,7 @@ namespace Volian.Controls.Library this.gpFindROs.DisabledBackColor = System.Drawing.Color.Empty; this.gpFindROs.Dock = System.Windows.Forms.DockStyle.Fill; this.gpFindROs.Location = new System.Drawing.Point(1, 21); - this.gpFindROs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.gpFindROs.Margin = new System.Windows.Forms.Padding(2); this.gpFindROs.Name = "gpFindROs"; this.gpFindROs.Size = new System.Drawing.Size(275, 68); // @@ -613,7 +613,7 @@ namespace Volian.Controls.Library this.cbxFndUnLnkROVals.Enabled = false; this.cbxFndUnLnkROVals.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxFndUnLnkROVals.Location = new System.Drawing.Point(0, 3); - this.cbxFndUnLnkROVals.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.cbxFndUnLnkROVals.Margin = new System.Windows.Forms.Padding(2); this.cbxFndUnLnkROVals.Name = "cbxFndUnLnkROVals"; this.cbxFndUnLnkROVals.Size = new System.Drawing.Size(176, 19); this.superTooltip1.SetSuperTooltip(this.cbxFndUnLnkROVals, new DevComponents.DotNetBar.SuperTooltipInfo("Find Linked Values", "", "Finding unlinked values does the search for a specific RO.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); @@ -633,7 +633,7 @@ namespace Volian.Controls.Library this.cmboTreeROs.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmboTreeROs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.cmboTreeROs.Location = new System.Drawing.Point(1, 1); - this.cmboTreeROs.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(275, 20); @@ -656,7 +656,7 @@ namespace Volian.Controls.Library this.tabControlPanel3.DisabledBackColor = System.Drawing.Color.Empty; this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel3.Location = new System.Drawing.Point(0, 22); - this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(277, 90); @@ -680,7 +680,7 @@ namespace Volian.Controls.Library this.gpSrchAnnoText.Dock = System.Windows.Forms.DockStyle.Fill; this.gpSrchAnnoText.Enabled = false; this.gpSrchAnnoText.Location = new System.Drawing.Point(1, 23); - this.gpSrchAnnoText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.gpSrchAnnoText.Margin = new System.Windows.Forms.Padding(2); this.gpSrchAnnoText.Name = "gpSrchAnnoText"; this.gpSrchAnnoText.Size = new System.Drawing.Size(275, 66); // @@ -723,7 +723,7 @@ namespace Volian.Controls.Library this.panel4.Controls.Add(this.label2); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); - this.panel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.panel4.Margin = new System.Windows.Forms.Padding(2); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(269, 62); this.panel4.TabIndex = 9; @@ -752,7 +752,7 @@ namespace Volian.Controls.Library this.cbxCaseSensitiveAnnoText.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbxCaseSensitiveAnnoText.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxCaseSensitiveAnnoText.Location = new System.Drawing.Point(12, 25); - this.cbxCaseSensitiveAnnoText.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(92, 15); @@ -771,7 +771,7 @@ namespace Volian.Controls.Library this.cbxTextSearchAnnotation.FormattingEnabled = true; this.cbxTextSearchAnnotation.ItemHeight = 16; this.cbxTextSearchAnnotation.Location = new System.Drawing.Point(30, 0); - this.cbxTextSearchAnnotation.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(239, 22); @@ -807,7 +807,7 @@ namespace Volian.Controls.Library this.cbxAnnoTypes.FormattingEnabled = true; this.cbxAnnoTypes.ItemHeight = 16; this.cbxAnnoTypes.Location = new System.Drawing.Point(1, 1); - this.cbxAnnoTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(275, 22); @@ -830,7 +830,7 @@ namespace Volian.Controls.Library this.contextMenuBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.btnCMIFindText}); this.contextMenuBar1.Location = new System.Drawing.Point(225, -3); - this.contextMenuBar1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.contextMenuBar1.Margin = new System.Windows.Forms.Padding(2); this.contextMenuBar1.Name = "contextMenuBar1"; this.contextMenuBar1.Size = new System.Drawing.Size(56, 25); this.contextMenuBar1.Stretch = true; @@ -994,7 +994,7 @@ namespace Volian.Controls.Library this.advTreeProcSets.DragDropEnabled = false; this.advTreeProcSets.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.advTreeProcSets.Location = new System.Drawing.Point(0, 21); - this.advTreeProcSets.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.advTreeProcSets.Margin = new System.Windows.Forms.Padding(2); this.advTreeProcSets.MultiSelect = true; this.advTreeProcSets.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode; this.advTreeProcSets.Name = "advTreeProcSets"; @@ -1041,7 +1041,7 @@ namespace Volian.Controls.Library this.advTreeStepTypes.DragDropEnabled = false; this.advTreeStepTypes.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.advTreeStepTypes.Location = new System.Drawing.Point(0, 21); - this.advTreeStepTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.advTreeStepTypes.Margin = new System.Windows.Forms.Padding(2); this.advTreeStepTypes.MultiSelect = true; this.advTreeStepTypes.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode; this.advTreeStepTypes.Name = "advTreeStepTypes"; @@ -1083,7 +1083,7 @@ namespace Volian.Controls.Library this.grpPanSearchResults.DisabledBackColor = System.Drawing.Color.Empty; this.grpPanSearchResults.Dock = System.Windows.Forms.DockStyle.Fill; this.grpPanSearchResults.Location = new System.Drawing.Point(0, 445); - this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.grpPanSearchResults.Margin = new System.Windows.Forms.Padding(2); this.grpPanSearchResults.Name = "grpPanSearchResults"; this.grpPanSearchResults.Size = new System.Drawing.Size(277, 231); // @@ -1123,7 +1123,7 @@ namespace Volian.Controls.Library this.lbSrchResults.FormattingEnabled = true; this.lbSrchResults.HorizontalScrollbar = true; this.lbSrchResults.Location = new System.Drawing.Point(0, 0); - this.lbSrchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(271, 210); @@ -1146,7 +1146,7 @@ namespace Volian.Controls.Library this.panSearchButtons.DisabledBackColor = System.Drawing.Color.Empty; this.panSearchButtons.Dock = System.Windows.Forms.DockStyle.Top; this.panSearchButtons.Location = new System.Drawing.Point(0, 386); - this.panSearchButtons.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.panSearchButtons.Margin = new System.Windows.Forms.Padding(2); this.panSearchButtons.Name = "panSearchButtons"; this.panSearchButtons.Size = new System.Drawing.Size(277, 59); this.panSearchButtons.Style.Alignment = System.Drawing.StringAlignment.Center; @@ -1168,7 +1168,7 @@ namespace Volian.Controls.Library 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(237, 3); - this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnClearSearchResults.Margin = new System.Windows.Forms.Padding(2); this.btnClearSearchResults.Name = "btnClearSearchResults"; this.btnClearSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnClearSearchResults.Size = new System.Drawing.Size(37, 23); @@ -1185,7 +1185,7 @@ namespace Volian.Controls.Library this.btnCopySearchResults.Enabled = false; this.btnCopySearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCopySearchResults.Location = new System.Drawing.Point(105, 29); - this.btnCopySearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnCopySearchResults.Margin = new System.Windows.Forms.Padding(2); this.btnCopySearchResults.Name = "btnCopySearchResults"; this.btnCopySearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnCopySearchResults.Size = new System.Drawing.Size(43, 23); @@ -1203,7 +1203,7 @@ namespace Volian.Controls.Library this.btnSaveSearchResults.Enabled = false; this.btnSaveSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSaveSearchResults.Location = new System.Drawing.Point(218, 29); - this.btnSaveSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnSaveSearchResults.Margin = new System.Windows.Forms.Padding(2); this.btnSaveSearchResults.Name = "btnSaveSearchResults"; this.btnSaveSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnSaveSearchResults.Size = new System.Drawing.Size(43, 23); @@ -1220,7 +1220,7 @@ namespace Volian.Controls.Library this.btnLoadSearchResults.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground; this.btnLoadSearchResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLoadSearchResults.Location = new System.Drawing.Point(266, 29); - this.btnLoadSearchResults.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnLoadSearchResults.Margin = new System.Windows.Forms.Padding(2); this.btnLoadSearchResults.Name = "btnLoadSearchResults"; this.btnLoadSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnLoadSearchResults.Size = new System.Drawing.Size(43, 23); @@ -1240,7 +1240,7 @@ namespace Volian.Controls.Library this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX1.Location = new System.Drawing.Point(3, 5); - this.labelX1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(66, 14); @@ -1262,7 +1262,7 @@ namespace Volian.Controls.Library this.comboItem3, this.comboItem4}); this.cmbResultsStyle.Location = new System.Drawing.Point(70, 5); - this.cmbResultsStyle.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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, 22); @@ -1296,7 +1296,7 @@ namespace Volian.Controls.Library this.cbSorted.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.cbSorted.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbSorted.Location = new System.Drawing.Point(152, 33); - this.cbSorted.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(42, 15); @@ -1312,7 +1312,7 @@ namespace Volian.Controls.Library this.btnSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb; this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSearch.Location = new System.Drawing.Point(4, 29); - this.btnSearch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnSearch.Margin = new System.Windows.Forms.Padding(2); this.btnSearch.Name = "btnSearch"; this.btnSearch.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnSearch.Size = new System.Drawing.Size(50, 23); @@ -1329,7 +1329,7 @@ namespace Volian.Controls.Library this.btnPrnSrchRslts.Enabled = false; this.btnPrnSrchRslts.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrnSrchRslts.Location = new System.Drawing.Point(58, 29); - this.btnPrnSrchRslts.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.btnPrnSrchRslts.Margin = new System.Windows.Forms.Padding(2); this.btnPrnSrchRslts.Name = "btnPrnSrchRslts"; this.btnPrnSrchRslts.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnPrnSrchRslts.Size = new System.Drawing.Size(43, 23); @@ -1361,7 +1361,7 @@ namespace Volian.Controls.Library this.xpSetToSearch.Dock = System.Windows.Forms.DockStyle.Top; this.xpSetToSearch.ExpandOnTitleClick = true; this.xpSetToSearch.Location = new System.Drawing.Point(0, 112); - this.xpSetToSearch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(277, 128); @@ -1396,7 +1396,7 @@ namespace Volian.Controls.Library this.xpStepTypes.Dock = System.Windows.Forms.DockStyle.Top; this.xpStepTypes.ExpandOnTitleClick = true; this.xpStepTypes.Location = new System.Drawing.Point(0, 240); - this.xpStepTypes.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + 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(277, 146); @@ -1437,21 +1437,21 @@ namespace Volian.Controls.Library this.Controls.Add(this.xpStepTypes); this.Controls.Add(this.xpSetToSearch); this.Controls.Add(this.tabSearchTypes); - this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.Margin = new System.Windows.Forms.Padding(2); this.Name = "DisplaySearch"; this.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.Size = new System.Drawing.Size(277, 676); ((System.ComponentModel.ISupportInitialize)(this.tabSearchTypes)).EndInit(); this.tabSearchTypes.ResumeLayout(false); + this.tabControlPanel5.ResumeLayout(false); + this.pnlTranCategory.ResumeLayout(false); + this.pnlTranFormat.ResumeLayout(false); + this.pnlTranVersion.ResumeLayout(false); this.tabControlPanel4.ResumeLayout(false); this.gpSrchText.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); - this.tabControlPanel5.ResumeLayout(false); - this.pnlTranCategory.ResumeLayout(false); - this.pnlTranFormat.ResumeLayout(false); - this.pnlTranVersion.ResumeLayout(false); this.tabControlPanel2.ResumeLayout(false); this.gpFindROs.ResumeLayout(false); this.tabControlPanel3.ResumeLayout(false); diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.cs b/PROMS/Volian.Controls.Library/DisplaySearch.cs index 4cbe1abe..a23f36a8 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.cs @@ -1416,6 +1416,9 @@ namespace Volian.Controls.Library sep = ","; } } + // B2018-134 to search specifically for Outside Transitions, set docVeronList to empty string so that all procedure sets are considered + if (cbxTranCategory.SelectedItem.ToString() == "Outside") + docVersionList = ""; // added TypeSearchList for bug fix B2015-055 SearchResults = ItemInfoList.GetListFromTransitionSearch(docVersionList, cbxTranFormat.SelectedIndex - 1, cbxTranCategory.SelectedItem.ToString() == "All" ? "" : cbxTranCategory.SelectedItem.ToString(), TypeSearchList); cmbResultsStyleIndex = 3; // display step text in results @@ -1828,7 +1831,7 @@ namespace Volian.Controls.Library { // show how many selected whether pannel is expanded or not //xpStepTypes.TitleText = string.Format("{0} Step Styles Selected", lstCheckedStepTypes.Count); - xpStepTypes.TitleText = string.Format("{0} Step Element{0} Selected", lstCheckedStepTypes.Count, (lstCheckedStepTypes.Count > 1)?"s":""); + xpStepTypes.TitleText = string.Format("{0} Step Element{1} Selected", lstCheckedStepTypes.Count, (lstCheckedStepTypes.Count > 1)?"s":""); // B2018-132 changed second {0} to {1} xpStepTypes.TitleStyle.BackColor1.Color = Color.PapayaWhip; } }