C0218-022: If tab is too long, move text xoffset over for SAMG Supplemental Info (default flag to false)

This commit is contained in:
2018-07-20 15:22:27 +00:00
parent e5ac83ff10
commit a6a9305f7d
4 changed files with 11 additions and 0 deletions

View File

@@ -854,6 +854,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SupInfoIncludeParTab, "@SupInfoIncludeParTab");
}
}
private LazyLoad<bool> _SupInfoAdjustXOffForLongTab;
public bool SupInfoAdjustXOffForLongTab
{
get
{
return LazyLoad(ref _SupInfoAdjustXOffForLongTab, "@SupInfoAdjustXOffForLongTab");
}
}
private LazyLoad<string> _TopOfPageThing;
public string TopOfPageThing
{