B2022-129: Barakah - New section type for meta section support, tabbing (location & numbering) & INITIAL header location
This commit is contained in:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user