B2019-011 Better align the First level sub step tab with the high level step tab

This commit is contained in:
2019-01-21 18:19:41 +00:00
parent 29f2e34fd8
commit b874d9e92e
2 changed files with 16 additions and 6 deletions

View File

@@ -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()