|
@@ -17,7 +17,7 @@
|
|
<StackPanel>
|
|
<StackPanel>
|
|
<TextBlock Text="{Binding UnitData.ModuleID, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}},Converter={StaticResource FOUPNameConverter}}" FontFamily="Arial" Width="90" Height="16" TextAlignment="Center" FontSize="14"
|
|
<TextBlock Text="{Binding UnitData.ModuleID, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}},Converter={StaticResource FOUPNameConverter}}" FontFamily="Arial" Width="90" Height="16" TextAlignment="Center" FontSize="14"
|
|
TextWrapping="Wrap" FontWeight="{Binding UnitData.UnitFontWeight, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"
|
|
TextWrapping="Wrap" FontWeight="{Binding UnitData.UnitFontWeight, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}"
|
|
- Foreground="{Binding UnitData.UnitNameForeground, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type UserControl}}}" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
|
|
|
|
+ Foreground="Black" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
</TextBlock>
|
|
</TextBlock>
|
|
<Border BorderThickness="1" BorderBrush="{DynamicResource FOUP_OuterBD}" Background="{DynamicResource FOUP_OuterBG}" HorizontalAlignment="Center" VerticalAlignment="Center" Width="130" Margin="0,0,0,5">
|
|
<Border BorderThickness="1" BorderBrush="{DynamicResource FOUP_OuterBD}" Background="{DynamicResource FOUP_OuterBG}" HorizontalAlignment="Center" VerticalAlignment="Center" Width="130" Margin="0,0,0,5">
|
|
<Grid>
|
|
<Grid>
|