|
@@ -111,8 +111,8 @@
|
|
|
</TextBlock>
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" IsEnabled="{Binding IsLP1HasNoJob}">
|
|
|
- <customControls:PathButton Content="Load" HorizontalAlignment="Center" Margin="5,5,0,5" Width="75" Height="30" Command="{Binding LoadWaferCommand}" CommandParameter="LP1" IsEnabled="{Binding IsLP1Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
- <customControls:PathButton Content="UnLoad" HorizontalAlignment="Center" Margin="5,5,0,5" Width="75" Height="30" Command="{Binding UnLoadWaferCommand}" CommandParameter="LP1" IsEnabled="{Binding IsLP1Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
+ <customControls:PathButton Content="Map" HorizontalAlignment="Center" Margin="25,5,0,5" Width="75" Height="30" Command="{Binding MapCommand}" CommandParameter="LP1" IsEnabled="{Binding IsLP1Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
+
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
@@ -131,15 +131,15 @@
|
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
<StackPanel Orientation="Horizontal" IsEnabled="{Binding IsLP2HasNoJob}">
|
|
|
- <customControls:PathButton Content="Load" HorizontalAlignment="Center" Margin="5,5,0,5" Width="75" Height="30" Command="{Binding LoadWaferCommand}" CommandParameter="LP2"
|
|
|
+ <customControls:PathButton Content="Map" HorizontalAlignment="Center" Margin="25,5,0,5" Width="75" Height="30" Command="{Binding MapCommand}" CommandParameter="LP2"
|
|
|
IsEnabled="{Binding IsLP2Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
- <customControls:PathButton Content="UnLoad" HorizontalAlignment="Center" Margin="5,5,0,5" Width="75" Height="30" Command="{Binding UnLoadWaferCommand}" CommandParameter="LP2" IsEnabled="{Binding IsLP2Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
+
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
- <StackPanel Visibility="{Binding RtDataValues[LP1.CassettePlaced],Converter={StaticResource boolToVisibility2}}">
|
|
|
+ <StackPanel Visibility="{Binding RtDataValues[LP3.CassettePlaced],Converter={StaticResource boolToVisibility2}}">
|
|
|
<TextBox Background="{DynamicResource Table_BG_Title}" Text="LP3" Width="Auto" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
IsReadOnly="True" FontSize="10"/>
|
|
|
<ctrls:FOUPFrontView UnitData="{Binding LP3ModuleInfo}"
|
|
@@ -153,9 +153,9 @@
|
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
<StackPanel Orientation="Horizontal" IsEnabled="{Binding IsLP3HasNoJob}">
|
|
|
- <customControls:PathButton Content="Load" HorizontalAlignment="Center" Margin="5,5,0,5" Width="75" Height="30" Command="{Binding LoadWaferCommand}" CommandParameter="LP3"
|
|
|
+ <customControls:PathButton Content="Map" HorizontalAlignment="Center" Margin="25,5,0,5" Width="75" Height="30" Command="{Binding MapCommand}" CommandParameter="LP3"
|
|
|
IsEnabled="{Binding IsLP3Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
- <customControls:PathButton Content="UnLoad" HorizontalAlignment="Center" Margin="5,5,0,5" Width="75" Height="30" Command="{Binding UnLoadWaferCommand}" CommandParameter="LP3" IsEnabled="{Binding IsLP3Unable,Converter={StaticResource BoolToBool}}"/>
|
|
|
+
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
@@ -173,6 +173,7 @@
|
|
|
</MultiBinding>
|
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
+ <TextBlock Text="{Binding RtDataValues[Dummy1.WaferSize], StringFormat=({0})}" HorizontalAlignment="Center" Margin="0,10,0,0" FontSize="12"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Visibility="{Binding RtDataValues[Dummy2.CassettePlaced],Converter={StaticResource boolToVisibility2}}">
|
|
|
<TextBox Background="{DynamicResource Table_BG_Title}" Text="Dummy2" Width="Auto" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
@@ -187,6 +188,7 @@
|
|
|
</MultiBinding>
|
|
|
</TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
+ <TextBlock Text="{Binding RtDataValues[Dummy2.WaferSize], StringFormat=({0})}" HorizontalAlignment="Center" Margin="0,10,0,0" FontSize="12"/>
|
|
|
</StackPanel>
|
|
|
</StackPanel>
|
|
|
</Border>
|