|
@@ -17,8 +17,9 @@
|
|
|
<TextBlock Text="背景图片" VerticalAlignment="Center"/>
|
|
|
</hc:UniformSpacingPanel>
|
|
|
<hc:UniformSpacingPanel Spacing="10" Margin="20,0,0,0" Grid.ColumnSpan="4">
|
|
|
- <TextBlock Text="图片路径:" VerticalAlignment="Center"/>
|
|
|
+ <TextBlock Text="图片路径:" VerticalAlignment="Center" Margin="0,5,0,0"/>
|
|
|
<TextBlock Text="{Binding BacImgName}" Width="200"
|
|
|
+ Margin="0,5,0,0"
|
|
|
VerticalAlignment="Center"
|
|
|
hc:Poptip.HitMode="None"
|
|
|
hc:Poptip.IsOpen="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
|
|
@@ -39,6 +40,16 @@
|
|
|
</CheckBox>
|
|
|
</hc:UniformSpacingPanel>
|
|
|
|
|
|
+ <hc:UniformSpacingPanel Spacing="10" Margin="20,5,0,0" Grid.ColumnSpan="4">
|
|
|
+ <CheckBox x:Name="BarIcon" Content="显示托盘图标" IsChecked="{Binding ShowBarIcon}">
|
|
|
+ <CheckBox.Background>
|
|
|
+ <LinearGradientBrush EndPoint="1,0" StartPoint="0,0">
|
|
|
+ <GradientStop Color="#FF9EA3A6"/>
|
|
|
+ </LinearGradientBrush>
|
|
|
+ </CheckBox.Background>
|
|
|
+ </CheckBox>
|
|
|
+ </hc:UniformSpacingPanel>
|
|
|
+
|
|
|
<hc:Divider LineStrokeDashArray="3,3" LineStroke="Black" Grid.ColumnSpan="4"/>
|
|
|
|
|
|
<StackPanel>
|