|
@@ -92,11 +92,11 @@
|
|
|
</Canvas>
|
|
|
|
|
|
<Canvas Canvas.Left="-210" Canvas.Top="-165">
|
|
|
- <TabPanel Canvas.Left="1170" Canvas.Top="140" Visibility="{Binding ElementName=CarrierRadioButton,Path=IsChecked,Converter={StaticResource boolToVisibility2}}">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TabPanel Canvas.Left="1170" Canvas.Top="140" Visibility="{Binding ElementName=CarrierRadioButton,Path=IsChecked,Converter={StaticResource boolToVisibility2}}">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1" Width="710" Height="480">
|
|
|
<StackPanel Orientation="Horizontal" >
|
|
|
<StackPanel>
|
|
|
- <TextBox Background="{DynamicResource Table_BG_Title}" Text="LP1" Width="100" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
+ <TextBox Background="{DynamicResource Table_BG_Title}" Text="LP1" Width="150" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
IsReadOnly="True" FontSize="10"/>
|
|
|
<ctrls:FOUPFrontView UnitData="{Binding LP1ModuleInfo}"
|
|
|
IsCassettePlaced="{Binding RtDataValues[LP1.CassettePlaced]}"
|
|
@@ -119,7 +119,7 @@
|
|
|
|
|
|
</StackPanel>
|
|
|
<StackPanel>
|
|
|
- <TextBox Background="{DynamicResource Table_BG_Title}" Text="LP2" Width="100" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
+ <TextBox Background="{DynamicResource Table_BG_Title}" Text="LP2" Width="150" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
IsReadOnly="True" FontSize="10"/>
|
|
|
<ctrls:FOUPFrontView UnitData="{Binding LP2ModuleInfo}"
|
|
|
IsCassettePlaced="{Binding RtDataValues[LP2.CassettePlaced]}"
|
|
@@ -142,7 +142,7 @@
|
|
|
</StackPanel>
|
|
|
|
|
|
<StackPanel >
|
|
|
- <TextBox Background="{DynamicResource Table_BG_Title}" Text="LP3" Width="100" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
+ <TextBox Background="{DynamicResource Table_BG_Title}" Text="LP3" Width="150" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
IsReadOnly="True" FontSize="10"/>
|
|
|
<ctrls:FOUPFrontView UnitData="{Binding LP3ModuleInfo}"
|
|
|
IsCassettePlaced="{Binding RtDataValues[LP3.CassettePlaced]}"
|
|
@@ -164,7 +164,7 @@
|
|
|
|
|
|
</StackPanel>
|
|
|
<StackPanel >
|
|
|
- <TextBox Background="{DynamicResource Table_BG_Title}" Text="Dummy1" Width="50" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
+ <TextBox Background="{DynamicResource Table_BG_Title}" Text="Dummy1" Width="130" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
IsReadOnly="True" FontSize="10"/>
|
|
|
<ctrls:FOUPFrontView UnitData="{Binding Dummy1ModuleInfo}"
|
|
|
IsCassettePlaced="{Binding RtDataValues[Dummy1.CassettePlaced]}"
|
|
@@ -182,7 +182,7 @@
|
|
|
Visibility="{Binding RtDataValues[Dummy1.CassettePlaced],Converter={StaticResource boolToVisibility2}}"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel >
|
|
|
- <TextBox Background="{DynamicResource Table_BG_Title}" Text="Dummy2" Width="50" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
+ <TextBox Background="{DynamicResource Table_BG_Title}" Text="Dummy2" Width="130" Height="15" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
|
|
|
IsReadOnly="True" FontSize="10"/>
|
|
|
<ctrls:FOUPFrontView UnitData="{Binding Dummy2ModuleInfo}"
|
|
|
IsCassettePlaced="{Binding RtDataValues[Dummy2.CassettePlaced]}"
|