|
@@ -91,7 +91,7 @@
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
<Border Grid.Row="0" BorderBrush="#CBCBCB" BorderThickness="0,0,0,1" />
|
|
<Border Grid.Row="0" BorderBrush="#CBCBCB" BorderThickness="0,0,0,1" />
|
|
<Grid Grid.Row="0" Cursor="Hand" >
|
|
<Grid Grid.Row="0" Cursor="Hand" >
|
|
- <StackPanel Orientation="Horizontal" Margin="9,5,0,2">
|
|
|
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="15,5,0,2">
|
|
<Image Source="../Assets/Images/Logo.png" Height="42" Width="auto"/>
|
|
<Image Source="../Assets/Images/Logo.png" Height="42" Width="auto"/>
|
|
<TextBlock FontSize="26" Text="PLC测试平台" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="10,0,0,0" />
|
|
<TextBlock FontSize="26" Text="PLC测试平台" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="10,0,0,0" />
|
|
|
|
|