|
@@ -90,9 +90,9 @@
|
|
<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="9,5,0,2">
|
|
- <Image Source="../Assets/Images/Logo.png" Height="42" Width="auto" Margin="0,0,5,0"></Image>
|
|
|
|
<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" />
|
|
-
|
|
|
|
|
|
+ <Image Source="../Assets/Images/Logo.png" Height="42" Width="auto"/>
|
|
|
|
+
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin=" 0,0,14,0">
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin=" 0,0,14,0">
|
|
<TextBlock x:Name="txtTime" Foreground="#ffffff" VerticalAlignment="Center" Margin="0,0,18,0"/>
|
|
<TextBlock x:Name="txtTime" Foreground="#ffffff" VerticalAlignment="Center" Margin="0,0,18,0"/>
|
|
@@ -101,7 +101,7 @@
|
|
<TextBlock Text="|" Style="{StaticResource txtHeadStyle}" Margin="0,0,17,0" Width="2" Height=" 20"></TextBlock>
|
|
<TextBlock Text="|" Style="{StaticResource txtHeadStyle}" Margin="0,0,17,0" Width="2" Height=" 20"></TextBlock>
|
|
<Button x:Name="btnMin" Content="—" Click="btnMin_Click" Style="{StaticResource IconButtonStyle}"/>
|
|
<Button x:Name="btnMin" Content="—" Click="btnMin_Click" Style="{StaticResource IconButtonStyle}"/>
|
|
<Button x:Name="btnMax" Click="btnMax_Click" Content="" FontFamily="../Assets/Fonts/#iconfont" Style="{StaticResource IconButtonStyle}"/>
|
|
<Button x:Name="btnMax" Click="btnMax_Click" Content="" FontFamily="../Assets/Fonts/#iconfont" Style="{StaticResource IconButtonStyle}"/>
|
|
-
|
|
|
|
|
|
+
|
|
<Button x:Name="btnClose" Content="✕" Click="btnClose_Click" Style="{StaticResource IconButtonStyle}"/>
|
|
<Button x:Name="btnClose" Content="✕" Click="btnClose_Click" Style="{StaticResource IconButtonStyle}"/>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Grid>
|
|
</Grid>
|
|
@@ -121,12 +121,12 @@
|
|
Command="{Binding NextCommand}" Margin="5,0,0,10"/>
|
|
Command="{Binding NextCommand}" Margin="5,0,0,10"/>
|
|
<RadioButton Content="数据查询" Tag="" Style="{StaticResource NavTabButtonStyle}"
|
|
<RadioButton Content="数据查询" Tag="" Style="{StaticResource NavTabButtonStyle}"
|
|
CommandParameter="QueryView" Margin="5,0,0,10"/>
|
|
CommandParameter="QueryView" Margin="5,0,0,10"/>
|
|
-
|
|
|
|
|
|
+
|
|
</StackPanel>
|
|
</StackPanel>
|
|
<Border Grid.Column="1" BorderBrush="#CBCBCB" BorderThickness="1,0,0,0"></Border>
|
|
<Border Grid.Column="1" BorderBrush="#CBCBCB" BorderThickness="1,0,0,0"></Border>
|
|
<ContentControl Grid.Column="0" prism:RegionManager.RegionName="MenuRegion" />
|
|
<ContentControl Grid.Column="0" prism:RegionManager.RegionName="MenuRegion" />
|
|
<ContentControl Grid.Column="1" prism:RegionManager.RegionName="ContentRegion" />
|
|
<ContentControl Grid.Column="1" prism:RegionManager.RegionName="ContentRegion" />
|
|
-
|
|
|
|
|
|
+
|
|
</Grid>
|
|
</Grid>
|
|
|
|
|
|
<Border Grid.Row="2" BorderThickness="0,1,0,0" BorderBrush="#CBCBCB">
|
|
<Border Grid.Row="2" BorderThickness="0,1,0,0" BorderBrush="#CBCBCB">
|
|
@@ -151,7 +151,7 @@
|
|
</Path>
|
|
</Path>
|
|
<TextBlock Text="V1.2" Style="{StaticResource txtHeadStyle}" Width="60" Margin="30,0,12,0"/>
|
|
<TextBlock Text="V1.2" Style="{StaticResource txtHeadStyle}" Width="60" Margin="30,0,12,0"/>
|
|
</StackPanel>
|
|
</StackPanel>
|
|
-
|
|
|
|
|
|
+
|
|
</Border>
|
|
</Border>
|
|
</Grid>
|
|
</Grid>
|
|
</Window>
|
|
</Window>
|