|
|
@@ -7,8 +7,7 @@
|
|
|
xmlns:UserControls="clr-namespace:PunkHPX8_Themes.UserControls"
|
|
|
xmlns:Control="clr-namespace:MECF.Framework.UI.Core.Control;assembly=MECF.Framework.UI.Core"
|
|
|
xmlns:local="clr-namespace:PunkHPX8_Themes.UserControls"
|
|
|
- mc:Ignorable="d" x:Name="self"
|
|
|
- d:DesignHeight="310" d:DesignWidth="420">
|
|
|
+ mc:Ignorable="d" x:Name="self" d:DesignWidth="420" Height="336">
|
|
|
<UserControl.Resources>
|
|
|
<converters:BoolToYellowColor x:Key="boolToYellowColor"></converters:BoolToYellowColor>
|
|
|
<converters:BoolToColor x:Key="boolToColor"></converters:BoolToColor>
|
|
|
@@ -17,115 +16,124 @@
|
|
|
<converters:BoolToBool x:Key="boolToBool"></converters:BoolToBool>
|
|
|
</UserControl.Resources>
|
|
|
<GroupBox Header="Plating Cell Control">
|
|
|
- <Grid>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition Height="40"/>
|
|
|
- <RowDefinition/>
|
|
|
- </Grid.RowDefinitions>
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="180"/>
|
|
|
- <ColumnDefinition Width="30"/>
|
|
|
- <ColumnDefinition Width="80"/>
|
|
|
- <ColumnDefinition Width="80"/>
|
|
|
- <ColumnDefinition Width="30"/>
|
|
|
- <ColumnDefinition Width="60"/>
|
|
|
- <ColumnDefinition/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid Grid.Row="0" Grid.Column="0">
|
|
|
- <Label Content="Chemistry" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="1" Grid.Column="0">
|
|
|
- <Label Content="Vertical Station" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2" Grid.Column="0">
|
|
|
- <Label Content="Wafer Size" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="3" Grid.Column="0">
|
|
|
- <Label Content="Clamshell Sensor" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4" Grid.Column="0">
|
|
|
- <Label Content="Clamshell" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="5" Grid.Column="0">
|
|
|
- <Label Content="Angle Entry" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="6" Grid.Column="0">
|
|
|
- <Label Content="Rotation" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
- </Grid>
|
|
|
- <Border Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4" Margin="5,5,5,5" Background="Black" VerticalAlignment="Center" >
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=VerticalStation}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="180"/>
|
|
|
+ <ColumnDefinition Width="30"/>
|
|
|
+ <ColumnDefinition Width="80"/>
|
|
|
+ <ColumnDefinition Width="80"/>
|
|
|
+ <ColumnDefinition Width="30"/>
|
|
|
+ <ColumnDefinition Width="60"/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0">
|
|
|
+ <Label Content="Chemistry" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1" Grid.Column="0">
|
|
|
+ <Label Content="Vertical Station" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="2" Grid.Column="0">
|
|
|
+ <Label Content="Wafer Size" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3" Grid.Column="0">
|
|
|
+ <Label Content="Clamshell Sensor" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4" Grid.Column="0">
|
|
|
+ <Label Content="Clamshell" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5" Grid.Column="0">
|
|
|
+ <Label Content="Angle Entry" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="6" Grid.Column="0">
|
|
|
+ <Label Content="Rotation" FontSize="15" FontWeight="Bold" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
|
|
|
+ </Grid>
|
|
|
+ <Border Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4" Margin="5,5,5,5" Background="Black" VerticalAlignment="Center" >
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=VerticalStation}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
|
|
|
- <ComboBox x:Name="cbox" Grid.Row="2" Grid.Column="3" Grid.ColumnSpan="2" Height="25" Width="80" ItemsSource="{Binding WaferSizeList}" SelectedItem="{Binding SelectedWaferSize,Mode=TwoWay}" SelectionChanged="WaferSize_SelectionChanged"/>
|
|
|
+ <ComboBox x:Name="cbox" Grid.Row="2" Grid.Column="3" Grid.ColumnSpan="2" Height="25" Width="80" ItemsSource="{Binding WaferSizeList}" SelectedItem="{Binding SelectedWaferSize,Mode=TwoWay}" SelectionChanged="WaferSize_SelectionChanged"/>
|
|
|
|
|
|
- <Grid Grid.Row="6" Grid.Column="2" >
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Start" Click="RotationStart_Click"></Button>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="6" Grid.Column="3" >
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Stop" Click="RotationStop_Click"></Button>
|
|
|
- </Grid>
|
|
|
+ <Grid Grid.Row="6" Grid.Column="2" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Start" Click="RotationStart_Click"></Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="6" Grid.Column="3" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Stop" Click="RotationStop_Click"></Button>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Control:NumbericTextBox Grid.Row="7" Grid.Column="1" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="15" FontWeight="Bold" Height="22" Width="50" Margin="5,0,5,0"
|
|
|
+ <Grid Grid.Row="7" Grid.Column="0" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,140,0" Grid.Column="1" Height="25" Width="30" HorizontalAlignment="Center" Content="BiS" Click="BiRotationStart_Click"></Button>
|
|
|
+ </Grid>
|
|
|
+ <Label Grid.Row="7" Grid.Column="0" Content="freq" Margin="0,0,70,0" Width="40" Height="30"></Label>
|
|
|
+ <Control:NumbericTextBox Grid.Row="7" Grid.Column="0" Grid.ColumnSpan="1" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="15" FontWeight="Bold" Height="22" Width="50" Margin="71,0,0,0"
|
|
|
+ Value="{Binding ElementName=self,Path=InputRotationFrequency,Mode=TwoWay}"
|
|
|
+ IsEnabled="True"/>
|
|
|
+ <TextBlock Grid.Row="7" Background="White" Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="15" FontWeight="Bold" Height="22" Width="40" Margin="126,0,0,0" Text="sec"/>
|
|
|
+
|
|
|
+ <Control:NumbericTextBox Grid.Row="7" Grid.Column="1" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="15" FontWeight="Bold" Height="22" Width="50" Margin="5,0,5,0"
|
|
|
Value="{Binding ElementName=self,Path=InputRotationSpeed,Mode=TwoWay}"
|
|
|
IsEnabled="True"/>
|
|
|
- <TextBlock Grid.Row="7" Background="White" Grid.Column="2" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="15" FontWeight="Bold" Height="22" Width="40" Margin="-35,0,30,0" Text="rpm"/>
|
|
|
+ <TextBlock Grid.Row="7" Background="White" Grid.Column="2" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="15" FontWeight="Bold" Height="22" Width="40" Margin="-35,0,30,0" Text="rpm"/>
|
|
|
|
|
|
- <Control:NumbericTextBox Grid.Row="7" Grid.Column="3" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="15" FontWeight="Bold" Height="22" Width="50" Margin="-7,0,5,0"
|
|
|
+ <Control:NumbericTextBox Grid.Row="7" Grid.Column="3" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Left" FontSize="15" FontWeight="Bold" Height="22" Width="50" Margin="-7,0,5,0"
|
|
|
Value="{Binding ElementName=self,Path=InputRotationTime,Mode=TwoWay}"
|
|
|
IsEnabled="True"/>
|
|
|
- <TextBlock Grid.Row="7" Background="White" Grid.Column="4" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="15" FontWeight="Bold" Height="22" Width="40" Margin="-65,0,50,0" Text="sec"/>
|
|
|
+ <TextBlock Grid.Row="7" Background="White" Grid.Column="4" Grid.ColumnSpan="2" VerticalAlignment="Center" HorizontalAlignment="Center" FontSize="15" FontWeight="Bold" Height="22" Width="40" Margin="-65,0,50,0" Text="sec"/>
|
|
|
|
|
|
|
|
|
- <Grid Grid.Row="4" Grid.Column="1">
|
|
|
- <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
+ <Grid Grid.Row="4" Grid.Column="1">
|
|
|
+ <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
Fill="{Binding IsClamshellOpen, Converter={StaticResource boolToColor}, ElementName=self}" />
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4" Grid.Column="2" >
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Open" Click="ClamshellOpen_Click"></Button>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4" Grid.Column="3" >
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Close" Click="ClamshellClose_Click"></Button>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4" Grid.Column="4">
|
|
|
- <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4" Grid.Column="2" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Open" Click="ClamshellOpen_Click"></Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4" Grid.Column="3" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Close" Click="ClamshellClose_Click"></Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4" Grid.Column="4">
|
|
|
+ <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
Fill="{Binding IsClamshellClose, Converter={StaticResource boolToColor}, ElementName=self}" />
|
|
|
- </Grid>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Grid Grid.Row="5" Grid.Column="1">
|
|
|
- <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
+ <Grid Grid.Row="5" Grid.Column="1">
|
|
|
+ <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
Fill="{Binding IsAngleTilt, Converter={StaticResource boolToColor}, ElementName=self}"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="5" Grid.Column="2" >
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Tilt" Click="AngleTilt_Click"></Button>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="5" Grid.Column="3" >
|
|
|
- <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Vertical" Click="AngleVertical_Click"></Button>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="5" Grid.Column="4">
|
|
|
- <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5" Grid.Column="2" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Tilt" Click="AngleTilt_Click"></Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5" Grid.Column="3" >
|
|
|
+ <Button Style="{StaticResource SysBtnStyle}" Margin="0,0,0,0" Grid.Column="1" Height="25" Width="60" HorizontalAlignment="Center" Content="Vertical" Click="AngleVertical_Click"></Button>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5" Grid.Column="4">
|
|
|
+ <Ellipse Grid.Column="1" Width="16" Height="16" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="Silver"
|
|
|
Fill="{Binding IsAngleVertical, Converter={StaticResource boolToColor}, ElementName=self}"/>
|
|
|
+ </Grid>
|
|
|
+ <Border Grid.Row="0" Grid.Column="1" Grid.ColumnSpan="4" Margin="5,5,5,5" Background="Black" VerticalAlignment="Center">
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=Chemistry}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="2" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=SelectedWaferSize,Mode=TwoWay}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="2" Grid.Column="2" Grid.ColumnSpan="2" Margin="32,5,5,5" Background="Black" Height="22" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="mm" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="2" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="{Binding ElementName=self,Path=ClamshellSensor}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
+ <Border Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="2" Margin="32,5,5,5" Background="Black" Height="22" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
+ <TextBlock Text="mm" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
+ </Border>
|
|
|
</Grid>
|
|
|
- <Border Grid.Row="0" Grid.Column="1" Grid.ColumnSpan="4" Margin="5,5,5,5" Background="Black" VerticalAlignment="Center">
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=Chemistry}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="2" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=SelectedWaferSize,Mode=TwoWay}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="2" Grid.Column="2" Grid.ColumnSpan="2" Margin="32,5,5,5" Background="Black" Height="22" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="mm" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="2" Margin="5,5,5,5" Background="Black" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="{Binding ElementName=self,Path=ClamshellSensor}" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- <Border Grid.Row="3" Grid.Column="2" Grid.ColumnSpan="2" Margin="32,5,5,5" Background="Black" Height="22" Width="50" VerticalAlignment="Center" HorizontalAlignment="Left">
|
|
|
- <TextBlock Text="mm" Foreground="Lime" FontSize="16" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Left"/>
|
|
|
- </Border>
|
|
|
- </Grid>
|
|
|
</GroupBox>
|
|
|
</UserControl>
|