|
@@ -98,7 +98,6 @@
|
|
|
<Rectangle Width="70" Height="70" Fill="Silver" Opacity="0.8" RadiusX="0.1" RadiusY="0.1"
|
|
|
/>
|
|
|
</Grid>
|
|
|
-
|
|
|
<Canvas Canvas.Top="74" Height="1126" Width="1920" HorizontalAlignment="Center" VerticalAlignment="Top">
|
|
|
|
|
|
<Canvas Height="406" Width="448" HorizontalAlignment="Left" Canvas.Left="42" VerticalAlignment="Center">
|
|
@@ -126,7 +125,7 @@
|
|
|
</StackPanel>
|
|
|
|
|
|
<customControls:PathButton Grid.Row="1" IsEnabled="{Binding IsLP1Unable}" Content="Map" Width="90" Height="33" Command="{Binding LPMapCommand}" CommandParameter="LP1"/>
|
|
|
-
|
|
|
+
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
|
|
@@ -164,8 +163,7 @@
|
|
|
<TextBlock Text="{Binding LP3WaferCount}" FontSize="15" FontFamily="Arial"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
- <customControls:PathButton Grid.Row="1" IsEnabled="{Binding IsLP3Unable}" Content="Map" Width="90" Height="33" Command="{Binding LPMapCommand}" CommandParameter="LP3"/>
|
|
|
- </Grid>
|
|
|
+ <customControls:PathButton Grid.Row="1" IsEnabled="{Binding IsLP3Unable}" Content="Map" Width="90" Height="33" Command="{Binding LPMapCommand}" CommandParameter="LP3"/> </Grid>
|
|
|
</Border>
|
|
|
|
|
|
|
|
@@ -316,8 +314,8 @@
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button Content="Select All" Width="94" Height="33" Margin="10,2,10,2" Command="{Binding SelectAllCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
- <Button Content="DeSelect All" Width="94" Height="33" Margin="-5,2,10,2" Command="{Binding UnSelectAllCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
+ <Button Content="Select All" Width="94" Height="28" Margin="10,2,10,2" Command="{Binding SelectAllCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
+ <Button Content="DeSelect All" Width="94" Height="28" Margin="-5,2,10,2" Command="{Binding UnSelectAllCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<Grid Grid.Row="7" >
|
|
@@ -337,12 +335,12 @@
|
|
|
</Grid>
|
|
|
|
|
|
<StackPanel Grid.Row="8" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button IsEnabled="{Binding IsLP1CanCreatedJob}" Content="Create Job" Width="94" Height="33" Margin="10,2,10,2" Command="{Binding CreateJobCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP1CanCreatedJob}" Content="Create Job" Width="94" Height="28" Margin="10,2,10,2" Command="{Binding CreateJobCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="9" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button IsEnabled="{Binding IsLP1AutoStoped}" Content="Start" Width="64" Height="33" Margin="10,2,10,2" Command="{Binding StartCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
- <Button IsEnabled="{Binding IsLP1AutoStarted}" Content="Stop" Width="64" Height="33" Margin="10,2,10,2" Command="{Binding StopCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP1AutoStoped}" Content="Start" Width="64" Height="28" Margin="10,2,10,2" Command="{Binding StartCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP1AutoStarted}" Content="Stop" Width="64" Height="28" Margin="10,2,10,2" Command="{Binding StopCommand}" CommandParameter="{Binding LP1WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<ListBox Grid.Row="10" ItemsSource="{Binding LP1WaferAssociation.ModuleData.WaferManager.Wafers}" Name="list1" IsEnabled="{Binding IsLP1Unable}">
|
|
@@ -502,8 +500,8 @@
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button Content="Select All" Width="94" Height="33" Margin="10,2,10,2" Command="{Binding SelectAllCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
- <Button Content="DeSelect All" Width="94" Height="33" Margin="-5,2,10,2" Command="{Binding UnSelectAllCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
+ <Button Content="Select All" Width="94" Height="28" Margin="10,2,10,2" Command="{Binding SelectAllCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
+ <Button Content="DeSelect All" Width="94" Height="28" Margin="-5,2,10,2" Command="{Binding UnSelectAllCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<Grid Grid.Row="7" >
|
|
@@ -525,13 +523,13 @@
|
|
|
</Grid>
|
|
|
|
|
|
<StackPanel Grid.Row="8" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button IsEnabled="{Binding IsLP2CanCreatedJob}" Content="Create Job" Width="94" Height="33" Margin="10,2,10,2" Command="{Binding CreateJobCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP2CanCreatedJob}" Content="Create Job" Width="94" Height="28" Margin="10,2,10,2" Command="{Binding CreateJobCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="9" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button IsEnabled="{Binding IsLP2AutoStoped}" Content="Start" Width="64" Height="33" Margin="10,2,10,2" Command="{Binding StartCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
- <Button IsEnabled="{Binding IsLP2AutoStarted}" Content="Stop" Width="64" Height="33" Margin="10,2,10,2" Command="{Binding StopCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP2AutoStoped}" Content="Start" Width="64" Height="28" Margin="10,2,10,2" Command="{Binding StartCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP2AutoStarted}" Content="Stop" Width="64" Height="28" Margin="10,2,10,2" Command="{Binding StopCommand}" CommandParameter="{Binding LP2WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<ListBox Grid.Row="10" ItemsSource="{Binding LP2WaferAssociation.ModuleData.WaferManager.Wafers}" Name="list2" IsEnabled="{Binding IsLP2Unable}">
|
|
@@ -691,8 +689,8 @@
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button Content="Select All" Width="94" Height="33" Margin="10,2,10,2" Command="{Binding SelectAllCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
- <Button Content="DeSelect All" Width="94" Height="33" Margin="-5,2,10,2" Command="{Binding UnSelectAllCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
+ <Button Content="Select All" Width="94" Height="28" Margin="10,2,10,2" Command="{Binding SelectAllCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
+ <Button Content="DeSelect All" Width="94" Height="28" Margin="-5,2,10,2" Command="{Binding UnSelectAllCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<Grid Grid.Row="7" >
|
|
@@ -714,12 +712,12 @@
|
|
|
</Grid>
|
|
|
|
|
|
<StackPanel Grid.Row="8" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button IsEnabled="{Binding IsLP3CanCreatedJob}" Content="Create Job" Width="94" Height="33" Margin="10,2,10,2" Command="{Binding CreateJobCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP3CanCreatedJob}" Content="Create Job" Width="94" Height="28" Margin="10,2,10,2" Command="{Binding CreateJobCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel Grid.Row="9" Orientation="Horizontal" HorizontalAlignment="Center">
|
|
|
- <Button IsEnabled="{Binding IsLP3AutoStoped}" Content="Start" Width="64" Height="33" Margin="10,2,10,2" Command="{Binding StartCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
- <Button IsEnabled="{Binding IsLP3AutoStarted}" Content="Stop" Width="64" Height="33" Margin="10,2,10,2" Command="{Binding StopCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP3AutoStoped}" Content="Start" Width="64" Height="28" Margin="10,2,10,2" Command="{Binding StartCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
+ <Button IsEnabled="{Binding IsLP3AutoStarted}" Content="Stop" Width="64" Height="28" Margin="10,2,10,2" Command="{Binding StopCommand}" CommandParameter="{Binding LP3WaferAssociation}"/>
|
|
|
</StackPanel>
|
|
|
|
|
|
<ListBox Grid.Row="10" ItemsSource="{Binding LP3WaferAssociation.ModuleData.WaferManager.Wafers}" Name="list3" IsEnabled="{Binding IsLP3Unable}">
|
|
@@ -758,7 +756,7 @@
|
|
|
<TextBlock Name="txtSeqName" Text="{Binding SequenceName}" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
|
|
|
</Border>
|
|
|
<Border Grid.Column="2" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,0,1" Width="110" Padding="5,1" >
|
|
|
- <Button Width="60" Height="14" Command="{Binding Path=DataContext.SetSequenceCommand, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ListBox}}" CommandParameter="{Binding}" IsEnabled="{Binding ButtonIsEnableLP1}">
|
|
|
+ <Button Width="60" Height="14" Command="{Binding Path=DataContext.SetSequenceCommand, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ListBox}}" CommandParameter="{Binding}" IsEnabled="{Binding ButtonIsEnableLP1}">
|
|
|
<Button.Style>
|
|
|
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource ResourceKey={x:Type Button}}">
|
|
|
<Setter Property="Button.Content" Value="Remove"/>
|
|
@@ -789,14 +787,14 @@
|
|
|
<TextBox IsReadOnly="True" BorderThickness="0" Text="LP1" FontSize="20" Width="40" Height="28" Background="Transparent" HorizontalContentAlignment="Center" HorizontalAlignment="Left" Canvas.Left="50" Canvas.Top="130" VerticalAlignment="Top"/>
|
|
|
<TextBox IsReadOnly="True" BorderThickness="0" Text="LP2" FontSize="20" Width="40" Height="28" Background="Transparent" HorizontalContentAlignment="Center" Canvas.Left="50" Canvas.Top="266" HorizontalAlignment="Center" VerticalAlignment="Top"/>
|
|
|
<TextBox IsReadOnly="True" BorderThickness="0" Text="LP3" FontSize="20" Width="40" Height="28" Background="Transparent" HorizontalContentAlignment="Center" Canvas.Left="50" Canvas.Top="398" HorizontalAlignment="Center" VerticalAlignment="Top"/>
|
|
|
- <TextBlock Canvas.Top="150" Canvas.Left="50" Text="{Binding RtDataValues[LP1.WaferSize], StringFormat=({0})}" Visibility="{Binding RtDataValues[LP1.CassettePlaced], Converter={StaticResource BoolToVisibility2}}"
|
|
|
-HorizontalAlignment="Center" Margin="0,5,0,0" FontSize="16">
|
|
|
- </TextBlock>
|
|
|
- <TextBlock Canvas.Top="300" Canvas.Left="50" Text="{Binding RtDataValues[LP2.WaferSize], StringFormat=({0})}" Visibility="{Binding RtDataValues[LP2.CassettePlaced], Converter={StaticResource BoolToVisibility2}}"
|
|
|
-HorizontalAlignment="Center" Margin="0,5,0,0" FontSize="16">
|
|
|
- </TextBlock>
|
|
|
- <TextBlock Canvas.Top="420" Canvas.Left="50" Text="{Binding RtDataValues[LP3.WaferSize], StringFormat=({0})}" Visibility="{Binding RtDataValues[LP3.CassettePlaced], Converter={StaticResource BoolToVisibility2}}"
|
|
|
- HorizontalAlignment="Center" Margin="0,5,0,0" FontSize="16">
|
|
|
+ <TextBlock Canvas.Top="150" Canvas.Left="50" Text="{Binding RtDataValues[LP1.WaferSize], StringFormat=({0})}" Visibility="{Binding RtDataValues[LP1.CassettePlaced], Converter={StaticResource BoolToVisibility2}}"
|
|
|
+HorizontalAlignment="Center" Margin="0,5,0,0" FontSize="16">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBlock Canvas.Top="300" Canvas.Left="50" Text="{Binding RtDataValues[LP2.WaferSize], StringFormat=({0})}" Visibility="{Binding RtDataValues[LP2.CassettePlaced], Converter={StaticResource BoolToVisibility2}}"
|
|
|
+HorizontalAlignment="Center" Margin="0,5,0,0" FontSize="16">
|
|
|
+ </TextBlock>
|
|
|
+ <TextBlock Canvas.Top="420" Canvas.Left="50" Text="{Binding RtDataValues[LP3.WaferSize], StringFormat=({0})}" Visibility="{Binding RtDataValues[LP3.CassettePlaced], Converter={StaticResource BoolToVisibility2}}"
|
|
|
+ HorizontalAlignment="Center" Margin="0,5,0,0" FontSize="16">
|
|
|
</TextBlock>
|
|
|
</Canvas>
|
|
|
|