齐越消息中心
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
1.0 KiB

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:c="clr-namespace:SJ.Controls;assembly=SJ.Controls">
<SolidColorBrush x:Key="WindowButtonColor" Color="Black"/>
<SolidColorBrush x:Key="Text.Link.Color" Color="#02A7F0"/>
<Style x:Key="LinkButton" TargetType="{x:Type c:BButton}">
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="Background" Value="Transparent"/>
<Setter Property="Foreground" Value="{StaticResource Text.Link.Color}"/>
</Style>
<Style x:Key="bwstyle" TargetType="c:BWindow">
<Setter Property="MaxButtonColor" Value="{StaticResource WindowButtonColor}"/>
<Setter Property="MinButtonColor" Value="{StaticResource WindowButtonColor}"/>
<Setter Property="CloseButtonColor" Value="{StaticResource WindowButtonColor}"/>
<Setter Property="RightButtonGroupMargin" Value="0,5,5,0"/>
</Style>
</ResourceDictionary>