UAT complete. Ready for deployment.

This commit is contained in:
Infineon\Mitchem
2025-03-31 11:42:41 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent e876d6a8ac
commit 17d6f68c00
2 changed files with 14 additions and 3 deletions

View File

@ -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