B2019-011 Better align the First level sub step tab with the high level step tab
This commit is contained in:
@@ -4324,6 +4324,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _TabFormat, "@PrintTabFormat");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _DontTrimParentTabBeforeAppending; // B2019-011 for Barakah Alarm format
|
||||
public bool DontTrimParentTabBeforeAppending
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _DontTrimParentTabBeforeAppending, "@DontTrimParentTabBeforeAppending");
|
||||
}
|
||||
}
|
||||
public override string GetPDDisplayName()
|
||||
{ return string.Format("Index [{0}]",Index); }
|
||||
public override string GetPDDescription()
|
||||
|
Reference in New Issue
Block a user