make check off selections consistent between OI & STP format. Add 3 line over 3 line check off (check off [6] in menu)

change type of ‘CheckOffXtraLines’ from int to float
This commit is contained in:
Kathy Ruffing 2014-10-23 12:57:37 +00:00
parent 2bcd34b76d
commit 4505955230
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1400,8 +1400,8 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _CheckOffWidAdjust, "@CheckOffWidAdjust"); return LazyLoad(ref _CheckOffWidAdjust, "@CheckOffWidAdjust");
} }
} }
private LazyLoad<int?> _CheckOffXtraLines; private LazyLoad<float?> _CheckOffXtraLines;
public int? CheckOffXtraLines public float? CheckOffXtraLines
{ {
get get
{ {