Fixed separator location logic, added Template logic for Prairie Island Alarms

Added ChildIndent for use with Callaway Backgounds
This commit is contained in:
2013-12-06 19:51:59 +00:00
parent 7f396c2285
commit a2f1fb0640
3 changed files with 91 additions and 2 deletions

View File

@@ -4075,6 +4075,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _AdjHighLevelTab, "@AdjHighLevelTab");
}
}
private LazyLoad<float?> _ChildIndent;
public float? ChildIndent
{
get
{
return LazyLoad(ref _ChildIndent, "@ChildIndent");
}
}
private LazyLoad<bool> _LeftJustifyBorderless;
public bool LeftJustifyBorderless
{