UAT complete. Ready for deployment.
This commit is contained in:
committed by
Stieber Daniel (CSC FI SPS MESLEO)
parent
e876d6a8ac
commit
17d6f68c00
@ -414,6 +414,16 @@ Setup_OLE_Controls:
|
||||
PicNoLabelCtrlSize<2> = PicNoLabelCtrlSize<2> + (20 * (NumUnsignedWafers - 1))
|
||||
end
|
||||
end
|
||||
If NumNoBatchWafers EQ 0 then
|
||||
RptNoLabelCtrlSize<2> = RptNoLabelCtrlSize<2> - 74
|
||||
PicNoLabelCtrlSize<2> = PicNoLabelCtrlSize<2> - 74
|
||||
end else
|
||||
If NumNoBatchWafers GT 1 then
|
||||
// Unsigned wafers has been made taller. Move the no Label ReportTable down further.
|
||||
RptNoLabelCtrlSize<2> = RptNoLabelCtrlSize<2> + (20 * (NumNoBatchWafers - 1))
|
||||
PicNoLabelCtrlSize<2> = PicNoLabelCtrlSize<2> + (20 * (NumNoBatchWafers - 1))
|
||||
end
|
||||
end
|
||||
Set_Property(RptNoLabelCtrl, 'SIZE', RptNoLabelCtrlSize)
|
||||
Set_Property(PicNoLabelCtrl, 'SIZE', PicNoLabelCtrlSize)
|
||||
end
|
||||
@ -449,3 +459,4 @@ Setup_OLE_Controls:
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user