B2022-129: Barakah - New section type for meta section support, tabbing (location & numbering) & INITIAL header location

This commit is contained in:
2022-10-18 15:38:17 +00:00
parent 29348661fb
commit 146b7dd053
3 changed files with 30 additions and 5 deletions

View File

@@ -385,6 +385,18 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region AdjSectTitleLoc
[Category("Miscellaneous")]
[Description("Adjust Section Title Location")]
private LazyLoad<bool> _AdjSectTitleLoc;
public bool AdjSectTitleLoc // B2022-129: don't indent HLS when flag is on (Barakah - single column step attachment with meta sect)
{
get
{
return LazyLoad(ref _AdjSectTitleLoc, "@AdjSectTitleLoc");
}
}
#endregion
#region ShowAlarmPointWindowInfo
[Category("Miscellaneous")]
[Description("Show Alarm Point Table Info in Step Editor")]