For Calvert: remove a tab space if double alphanumeric so tab doesn’t overwrite box line; tabs should be ‘AA’, ‘AB’ rather than ‘AA’, ‘BB’

Added Bottom continue message margin for RNO column
This commit is contained in:
2014-04-16 15:18:33 +00:00
parent 6b4f9a4ac3
commit f51573672f
2 changed files with 26 additions and 6 deletions

View File

@@ -611,6 +611,19 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
#region MarginR BGE
private LazyLoad<float?> _MarginR;
[Category("Continue Msg")]
[DisplayName("Margin for bottom msg RNO Column (if in both columns)")]
[Description("Margin for bottom msg RNO Column (if in both columns)")]
public float? MarginR
{
get
{
return LazyLoad(ref _MarginR, "@MarginR");
}
}
#endregion
#region Location
[Category("Continue Msg")]
[Description("Bottom Continue Location")]