increase PSI labels width
Add argument to fmrPDFStatusForm call for pagenum transition processing (B2015-053) Add argument for pagenum transition processing (B2015-053) Add panel/scroll bar for PSI that has many fields (on larger font display, could not access bottommost) (B2015-051) Add property for tracking of pagenum transitions (B2015-053) For section list, use section default (procedure steps) if transition format has user interface of ‘SectDefault’. (B2015-052) Pagenum transition processing – add 3rd pass for fix. (B2015-053)
This commit is contained in:
@@ -937,6 +937,12 @@ namespace VEPROMS.CSLA.Library
|
||||
get { return _PageNumberUsed; }
|
||||
set { _PageNumberUsed = value; }
|
||||
}
|
||||
private int _PageNumberNextPass = 0;
|
||||
public int PageNumberNextPass
|
||||
{
|
||||
get { return _PageNumberNextPass; }
|
||||
set { _PageNumberNextPass = value; }
|
||||
}
|
||||
private float _MSWordPageCount = 0;
|
||||
public float MSWordPageCount
|
||||
{
|
||||
|
Reference in New Issue
Block a user