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:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user