F2021-066 some alarm names print past alarm box border & F2021-070 handle long procedure titles

Added comment
BNPP: F2021-066 some alarm names print past alarm box border & F2021-070 handle long procedure titles
This commit is contained in:
2021-11-09 13:03:25 +00:00
parent 28d361012c
commit 798a4d8058
4 changed files with 41 additions and 2 deletions

View File

@@ -161,8 +161,15 @@ namespace VEPROMS.CSLA.Library
return (LazyLoad(ref _MaxWidthCurPage, "@MaxWidthCurPage"));
}
}
private LazyLoad<int?> _FontShrinkAftLen; // F2021-066 & 070 (text len before shrinking font)
public int? FontShrinkAftLen
{
get
{
return (LazyLoad(ref _FontShrinkAftLen, "@FontShrinkAftLen"));
}
}
#endregion
#region Override ToString
public override string ToString()
{