|
@@ -29,11 +29,13 @@
|
|
|
</CheckBox>
|
|
|
</hc:UniformSpacingPanel>
|
|
|
<hc:UniformSpacingPanel Spacing="10" Margin="20,6,0,0">
|
|
|
- <CheckBox Content="性能模式" IsChecked="{Binding PMModel}"
|
|
|
- hc:Poptip.HitMode="None"
|
|
|
- hc:Poptip.IsOpen="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
|
|
|
- hc:Poptip.Content="开启性能模式将取消图标动画效果"
|
|
|
- hc:Poptip.Placement="TopLeft">
|
|
|
+ <CheckBox Content="性能模式" IsChecked="{Binding PMModel}"
|
|
|
+ hc:Poptip.HitMode="None"
|
|
|
+ hc:Poptip.IsOpen="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
|
|
|
+ hc:Poptip.Content="开启性能模式将取消图标动画效果"
|
|
|
+ hc:Poptip.Placement="LeftTop"
|
|
|
+ hc:Poptip.VerticalOffset="-35"
|
|
|
+ hc:Poptip.HorizontalOffset="-15">
|
|
|
<CheckBox.Background>
|
|
|
<LinearGradientBrush EndPoint="1,0" StartPoint="0,0">
|
|
|
<GradientStop Color="#FF9EA3A6"/>
|
|
@@ -47,7 +49,9 @@
|
|
|
hc:Poptip.HitMode="None"
|
|
|
hc:Poptip.IsOpen="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
|
|
|
hc:Poptip.Content="仅Win11有效"
|
|
|
- hc:Poptip.Placement="TopLeft">
|
|
|
+ hc:Poptip.Placement="LeftTop"
|
|
|
+ hc:Poptip.VerticalOffset="-35"
|
|
|
+ hc:Poptip.HorizontalOffset="-1">
|
|
|
<CheckBox.Background>
|
|
|
<LinearGradientBrush EndPoint="1,0" StartPoint="0,0">
|
|
|
<GradientStop Color="#FF9EA3A6"/>
|
|
@@ -112,8 +116,10 @@
|
|
|
<hc:UniformSpacingPanel Spacing="10" Margin="20,8,0,0">
|
|
|
<Button Content="备份数据"
|
|
|
hc:Poptip.Content="当数据文件损坏时, 以便能够恢复部分数据 (损坏时将有操作提示)"
|
|
|
- hc:Poptip.Placement="TopLeft"
|
|
|
- hc:Poptip.Offset="10"
|
|
|
+ hc:Poptip.Placement="LeftTop"
|
|
|
+ hc:Poptip.IsOpen="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
|
|
|
+ hc:Poptip.VerticalOffset="-35"
|
|
|
+ hc:Poptip.HorizontalOffset="-15"
|
|
|
Style="{StaticResource Btn1}"
|
|
|
Click="BakDataFile"/>
|
|
|
</hc:UniformSpacingPanel>
|