Allow History to be visible when Procedure is selected
Initially, don't show the History tab (until something is selected)
This commit is contained in:
parent
540a661496
commit
7ec5ca5555
@ -1210,6 +1210,7 @@ namespace VEPROMS
|
|||||||
this.infotabHistory.AttachedControl = this.tabControlPanel1;
|
this.infotabHistory.AttachedControl = this.tabControlPanel1;
|
||||||
this.infotabHistory.Name = "infotabHistory";
|
this.infotabHistory.Name = "infotabHistory";
|
||||||
this.infotabHistory.Text = "History";
|
this.infotabHistory.Text = "History";
|
||||||
|
this.infotabHistory.Visible = false;
|
||||||
//
|
//
|
||||||
// tabControlPanel1
|
// tabControlPanel1
|
||||||
//
|
//
|
||||||
|
@ -1098,6 +1098,7 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
infotabHistory.Visible = true;
|
||||||
if (args.MyEditItem.MyItemInfo.IsSection || args.MyEditItem.MyItemInfo.IsProcedure)
|
if (args.MyEditItem.MyItemInfo.IsSection || args.MyEditItem.MyItemInfo.IsProcedure)
|
||||||
{
|
{
|
||||||
infotabRO.Visible = infotabTransition.Visible = false;
|
infotabRO.Visible = infotabTransition.Visible = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user