|
@@ -62,7 +62,7 @@
|
|
|
|
|
|
<!--SensorWaterLeakOk-->
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="2" Padding="5,1">
|
|
|
- <TextBlock Text="Wafer Size" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
+ <TextBlock Text="Mask Size" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="0" Grid.Column="3" Padding="5,1">
|
|
|
<TextBlock Text="{Binding Path=LP1LotComplete.WaferSize}" TextAlignment="Center" VerticalAlignment="Center"/>
|
|
@@ -79,7 +79,7 @@
|
|
|
|
|
|
<!--VAC switch-->
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="2" Padding="5,1">
|
|
|
- <TextBlock Text="Wafer Number" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
+ <TextBlock Text="Mask Number" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="3" Padding="5,1">
|
|
|
<TextBlock Text="{Binding Path=LP1LotComplete.WaferNumber}" TextAlignment="Center" VerticalAlignment="Center"/>
|
|
@@ -125,7 +125,7 @@
|
|
|
|
|
|
<!--SensorWaterLeakOk-->
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="0" Grid.Column="2" Padding="5,1">
|
|
|
- <TextBlock Text="Wafer Size" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
+ <TextBlock Text="Mask Size" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="0" Grid.Column="3" Padding="5,1">
|
|
|
<TextBlock Text="{Binding Path=LP2LotComplete.WaferSize}" TextAlignment="Center" VerticalAlignment="Center"/>
|
|
@@ -142,7 +142,7 @@
|
|
|
|
|
|
<!--VAC switch-->
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="2" Padding="5,1">
|
|
|
- <TextBlock Text="Wafer Number" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
+ <TextBlock Text="Mask Number" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="12" FontFamily="Arial" VerticalAlignment="Center"/>
|
|
|
</Border>
|
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="3" Padding="5,1">
|
|
|
<TextBlock Text="{Binding Path=LP2LotComplete.WaferNumber}" TextAlignment="Center" VerticalAlignment="Center"/>
|