Browse Source

11

样式分支
fyf 2 years ago
parent
commit
50f058edff
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      BPASmartClient.ViewModel/MainViewModel.cs
  2. +1
    -1
      BPASmartClient/MainWindow.xaml

+ 2
- 2
BPASmartClient.ViewModel/MainViewModel.cs View File

@@ -1,4 +1,5 @@
using Microsoft.Toolkit.Mvvm.ComponentModel;
using BPASmartClient.Business;
using Microsoft.Toolkit.Mvvm.ComponentModel;
using Microsoft.Toolkit.Mvvm.Input;
using System;
using System.Collections.Generic;
@@ -20,6 +21,5 @@ namespace BPASmartClient.ViewModel
{

}

}
}

+ 1
- 1
BPASmartClient/MainWindow.xaml View File

@@ -89,7 +89,7 @@
<TextBlock FontSize="12">网</TextBlock>
<TextBlock FontSize="12">络</TextBlock>
</StackPanel>
<ToggleButton Margin="5" VerticalAlignment="Center" ToolTip="网络连接状态" HorizontalAlignment="Center" Style="{DynamicResource StatusBtnStyle网络连接状态}" DataContext="{Binding GaoJingMessage}" Cursor="Hand"/>
<ToggleButton Margin="5" VerticalAlignment="Center" ToolTip="网络连接状态" HorizontalAlignment="Center" Style="{DynamicResource StatusBtnStyle网络连接状态}" IsChecked="True" DataContext="{Binding GaoJingMessage}" Cursor="Hand"/>
<Border Style="{DynamicResource border竖线}" />
<ToggleButton VerticalAlignment="Center" ToolTip="告警消息" HorizontalAlignment="Center" Style="{DynamicResource StatusBtnStyle告警}" DataContext="{Binding GaoJingMessage}" Cursor="Hand"/>
<Border Style="{DynamicResource border竖线}" />


Loading…
Cancel
Save