|
|
@@ -26,7 +26,6 @@ |
|
|
|
</ResourceDictionary> |
|
|
|
</Window.Resources> |
|
|
|
|
|
|
|
|
|
|
|
<Border x:Name="br" Style="{DynamicResource border主窗体背景}"> |
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
@@ -214,20 +213,25 @@ |
|
|
|
Grid.Row="0" |
|
|
|
Grid.RowSpan="2" |
|
|
|
Style="{DynamicResource border右下}" /> |
|
|
|
|
|
|
|
<Border |
|
|
|
Grid.Row="0" |
|
|
|
Grid.RowSpan="2" |
|
|
|
Style="{DynamicResource border左下}" /> |
|
|
|
|
|
|
|
<Border |
|
|
|
Grid.Row="0" |
|
|
|
Grid.RowSpan="2" |
|
|
|
Style="{DynamicResource border右上}" /> |
|
|
|
|
|
|
|
<Border |
|
|
|
Grid.Row="0" |
|
|
|
Grid.RowSpan="2" |
|
|
|
Style="{DynamicResource border左上}" /> |
|
|
|
|
|
|
|
<Grid Margin="10"> |
|
|
|
<Border Width="600" Style="{DynamicResource borderFromTitle}" /> |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" > |
|
|
|
<CheckBox |
|
|
|
Content="开机启动" Margin="5,0,5,0" |
|
|
@@ -250,7 +254,6 @@ |
|
|
|
Cursor="Hand" /> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock |
|
|
|
x:Name="Title" |
|
|
|
HorizontalAlignment="Center" |
|
|
@@ -258,6 +261,7 @@ |
|
|
|
Foreground="#feffff"> |
|
|
|
日志监控界面 |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right"> |
|
|
|
<Button |
|
|
|
Name="login" Margin="5,0,5,0" |
|
|
@@ -282,13 +286,10 @@ |
|
|
|
Style="{DynamicResource CommonBtn_返回}" /> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<!--#region 底部窗体栏--> |
|
|
|
|
|
|
|
<ContentControl x:Name="contentRegion" Grid.Row="1" /> |
|
|
|
<!--#endregion--> |
|
|
|
<!--<Button Grid.Row="2" Content="返回" Style="{DynamicResource CommonBtn_返回}" HorizontalAlignment="Left" VerticalAlignment="Top" Click="Button_Click"/> |
|
|
|
|
|
|
|
<Button Grid.Row="2" Visibility="Collapsed" Content="测试" HorizontalAlignment="Left" Margin="153,123,0,0" VerticalAlignment="Top" Click="Button_Click"/>--> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|