F2021-026: Double thick line box around Warning Message
F2021-025: Remove blank line between last Note/Caution/Warning & bottom box F2021-033: No blank line between HLS and its first sub-step and fix sub-step tabs Add format flags for Barakah (F2021-026, 025 & 033) F2021-026: Draw double thick line box (for Barakah) F2021-025: Remove blank line between last Note/Caution/Warning & bottom box (BNPP1)
This commit is contained in:
@@ -1224,6 +1224,22 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _PrintCommonForZeroUnit, "@PrintCommonForZeroUnit");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NoBlankHlsAndFirstSub; // F2021-033: Barakah Alarm: no blank line between HLS & first substep
|
||||
public bool NoBlankHlsAndFirstSub
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NoBlankHlsAndFirstSub, "@NoBlankHlsAndFirstSub");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _NoBlankLastNoteCautionWarn; // F2021-025: Barakah Alarm: no blank line between last Note/Caution/Warn & box line
|
||||
public bool NoBlankLastNoteCautionWarn
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NoBlankLastNoteCautionWarn, "@NoBlankLastNoteCautionWarn");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region VersionIdText
|
||||
@@ -6409,6 +6425,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _TxtRowAdj, "@TxtRowAdj");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ThickDouble; // F2021-026: Barakah single column 2 thick double lines around Warnings
|
||||
public bool ThickDouble
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ThickDouble, "@ThickDouble");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _BXURC;
|
||||
public string BXURC
|
||||
{
|
||||
|
Reference in New Issue
Block a user