Remove commented out code from
NDW_MAKEUP_WAFERS_EVENTS.
This commit is contained in:
parent
17d6f68c00
commit
59f7461a13
@ -125,19 +125,6 @@ Event WINDOW.CREATE(CreateParam)
|
||||
MakeupWafers<3> = NoBatchMuCass
|
||||
MakeupWafers<4> = NoLabelMuCass
|
||||
|
||||
* MakeupWafersClean = ''
|
||||
* NumMUCass = DCount(MakeupWafers, @VM)
|
||||
*
|
||||
* If NumMUCass GT 0 then
|
||||
* For CassIndex = 1 to NumMUCass
|
||||
* Row = MakeupWafers<0, CassIndex>
|
||||
* MuWoMatKey = Row<0, 0, 1> : '*' : Row<0, 0, 2>
|
||||
* If (MuWoMatKey NE ThisWOMatKey) then MakeupWafersClean<0, -1> = Row
|
||||
* Next CassIndex
|
||||
* end
|
||||
*
|
||||
* MakeupWafers = MakeupWafersClean
|
||||
|
||||
Msg(@Window, MsgUp)
|
||||
|
||||
GoSub Setup_OLE_Controls
|
||||
@ -380,7 +367,7 @@ Setup_OLE_Controls:
|
||||
Set_Property(RptNoBatchCtrl, 'SIZE', RptNoBatchCtrlSize)
|
||||
Set_Property(PicNoBatchCtrl, 'SIZE', PicNoBatchCtrlSize)
|
||||
end
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Adjust no Label ReportTable
|
||||
If NumNoLabelWafers EQ 0 then
|
||||
Set_Property(PicNoLabelCtrl, 'VISIBLE', False$)
|
||||
@ -427,7 +414,7 @@ Setup_OLE_Controls:
|
||||
Set_Property(RptNoLabelCtrl, 'SIZE', RptNoLabelCtrlSize)
|
||||
Set_Property(PicNoLabelCtrl, 'SIZE', PicNoLabelCtrlSize)
|
||||
end
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
AdditionalRowsAdj = 0
|
||||
If NumSignedWafers GT 1 then AdditionalRowsAdj += (NumSignedWafers - 1) * 20
|
||||
If NumUnsignedWafers GT 1 then AdditionalRowsAdj += (NumUnsignedWafers - 1) * 20
|
||||
@ -460,3 +447,4 @@ return
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user