|
@@ -392,10 +392,10 @@
|
|
|
<local:WaferAssociationUnit WAInfo="{Binding LP1WaferAssociation}" ButtonIsEnable="{Binding RtDataValues[System.IsAutoMode],Converter={StaticResource BoolToBool}}"/>
|
|
|
</TabPanel>
|
|
|
<TabPanel Canvas.Left="900" Canvas.Top="140" Visibility="{Binding ElementName=JobRadioButton2,Path=IsChecked,Converter={StaticResource boolToVisibility2}}" >
|
|
|
- <local:WaferAssociationUnit WAInfo="{Binding LP2WaferAssociation}"/>
|
|
|
+ <local:WaferAssociationUnit WAInfo="{Binding LP2WaferAssociation}" ButtonIsEnable="{Binding RtDataValues[System.IsAutoMode],Converter={StaticResource BoolToBool}}"/>
|
|
|
</TabPanel>
|
|
|
<TabPanel Canvas.Left="900" Canvas.Top="140" Visibility="{Binding ElementName=JobRadioButton3,Path=IsChecked,Converter={StaticResource boolToVisibility2}}" >
|
|
|
- <local:WaferAssociationUnit WAInfo="{Binding LP3WaferAssociation}"/>
|
|
|
+ <local:WaferAssociationUnit WAInfo="{Binding LP3WaferAssociation}" ButtonIsEnable="{Binding RtDataValues[System.IsAutoMode],Converter={StaticResource BoolToBool}}"/>
|
|
|
</TabPanel>
|
|
|
|
|
|
|