diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs index 03fa3004..c084ced5 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs @@ -321,7 +321,7 @@ namespace Volian.Controls.Library // this.tabIncTrans.AttachedControl = this.tabControlPanel1; this.tabIncTrans.Name = "tabNISearch"; - this.superTooltip1.SetSuperTooltip(this.tabIncTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Allows you to search for Incoming transitions that point to the current item and " + + 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 transition(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"; // diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.cs b/PROMS/Volian.Controls.Library/DisplaySearch.cs index 53671277..2e104601 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.cs @@ -202,6 +202,7 @@ namespace Volian.Controls.Library lbSrchResultsIncTrans.Visible = true; lbSrchResultsIncTrans.CheckBoxesVisible = true; lbSrchResultsIncTrans.AutoScroll = true; + btnSearch.Enabled = false; // C2021 - 002: disable search button - no functionality for Incoming Transitions } else if (e.NewTab == tabROSearch) { @@ -2760,6 +2761,7 @@ namespace Volian.Controls.Library } btnTranCvtAllToTxt.Enabled = IncTransCvtAllToTextPerm(); btnTranCvtSelToTxt.Enabled = false; + btnSearch.Enabled = false; // C2021 - 002: disable search button - no functionality for Incoming Transitions } public bool IncTranCvtPerm() {