Files
community/Ink Canvas/Windows/SettingsViews/SettingsWindow.xaml
T

3548 lines
403 KiB
XML
Raw Normal View History

2025-08-31 15:35:28 +08:00
<Window x:Class="Ink_Canvas.Windows.SettingsWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:settingsViews="clr-namespace:Ink_Canvas.Windows.SettingsViews"
WindowStartupLocation="CenterScreen" d:DesignHeight="19198"
mc:Ignorable="d" WindowStyle="None" ResizeMode="CanMinimize" Background="Transparent"
Title="InkCanvasForClass 设置" Height="691" Width="910" UseLayoutRounding="False">
<Window.Resources>
<Style x:Key="ScrollBarThumb" TargetType="{x:Type Thumb}">
<Setter Property="OverridesDefaultStyle" Value="true"/>
<Setter Property="IsTabStop" Value="false"/>
<EventSetter Event="PreviewMouseDown" Handler="ScrollbarThumb_MouseDown"/>
<EventSetter Event="PreviewMouseUp" Handler="ScrollbarThumb_MouseUp"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Border Name="ScrollbarThumbEx"
SnapsToDevicePixels="True"
Background="#c3c3c3"
Opacity="0.5"
CornerRadius="1.5"
Height="{TemplateBinding Height}"
Width="3" HorizontalAlignment="Center"/>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type ScrollBar}">
<EventSetter Event="Scroll" Handler="ScrollBar_Scroll"/>
<Setter Property="Stylus.IsPressAndHoldEnabled" Value="false"/>
<Setter Property="Stylus.IsFlicksEnabled" Value="false"/>
<Setter Property="Width" Value="8"/>
<Setter Property="Margin" Value="-6 3 0 0" />
<Setter Property="MinWidth" Value="{Binding Height, RelativeSource={RelativeSource Self}}"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid x:Name="ScrollbarGrid" SnapsToDevicePixels="true">
<Border Width="3" CornerRadius="1.5" Background="#e0e0e0" Opacity="0" IsHitTestVisible="False" Margin="0 4 -2 4" x:Name="ScrollBarBorderTrackBackground"/>
<Border Padding="0 4" Background="Transparent" MouseEnter="ScrollBarTrack_MouseEnter"
MouseLeave="ScrollBarTrack_MouseLeave">
<Track x:Name="PART_Track"
IsDirectionReversed="true"
IsEnabled="True"
Width="6"
Margin="0,0,0,0"
HorizontalAlignment="Right">
<Track.DecreaseRepeatButton>
<RepeatButton Opacity="0" Command="{x:Static ScrollBar.PageUpCommand}" />
</Track.DecreaseRepeatButton>
<Track.IncreaseRepeatButton>
<RepeatButton Opacity="0" Command="{x:Static ScrollBar.PageDownCommand}" />
</Track.IncreaseRepeatButton>
<Track.Thumb>
<Thumb Style="{StaticResource ScrollBarThumb }" />
</Track.Thumb>
</Track>
</Border>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<DrawingImage x:Key="StartupIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V17 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M17,17z M0,0z M8.52827,1.49316C6.4788,1.49316 4.42993,2.27314 2.87202,3.83105 -0.243799,6.94687 -0.243799,12.0277 2.87202,15.1436 3.05955,15.331 3.31387,15.4364 3.57905,15.4364 3.84423,15.4364 4.09855,15.331 4.28608,15.1436 4.40985,15.0194 4.4988,14.865 4.54405,14.6956 4.5893,14.5263 4.58925,14.348 4.5439,14.1787L5.34663,13.376 4.6396,12.6689 3.95015,13.3584C3.11585,12.3755,2.64691,11.1947,2.54585,9.9873L3.52827,9.9873 3.52827,8.9873 2.54585,8.9873C2.64195,7.83886 3.06961,6.7138 3.82905,5.76074 3.8672,5.85753 3.92507,5.94533 3.99897,6.01855L6.68647,8.70605C6.58185,8.95322 6.52805,9.21891 6.52827,9.4873 6.52827,10.0177 6.73898,10.5264 7.11406,10.9015 7.48913,11.2766 7.99784,11.4873 8.52827,11.4873 9.0587,11.4873 9.56741,11.2766 9.94249,10.9015 10.3176,10.5264 10.5283,10.0177 10.5283,9.4873 10.5283,8.95687 10.3176,8.44819 9.94249,8.07312 9.56741,7.69805 9.0587,7.4873 8.52827,7.4873 8.26106,7.48823 7.99674,7.54268 7.75093,7.64746L5.05952,4.95605C4.98554,4.88262 4.89708,4.82542 4.79976,4.78809 5.75309,4.02803 6.87934,3.60104 8.02827,3.50488L8.02827,4.4873 9.02827,4.4873 9.02827,3.50488C10.2357,3.60594,11.4165,4.07488,12.3994,4.90918L11.7099,5.59863 12.4169,6.30566 13.1064,5.61621C13.9407,6.59908,14.4096,7.77986,14.5107,8.9873L13.5283,8.9873 13.5283,9.9873 14.5107,9.9873C14.4096,11.1947,13.9407,12.3755,13.1064,13.3584L12.4169,12.6689 11.7099,13.376 12.5126,14.1787C12.4673,14.348 12.4672,14.5263 12.5125,14.6956 12.5577,14.865 12.6467,15.0194 12.7705,15.1436 12.958,15.331 13.2123,15.4364 13.4775,15.4364 13.7427,15.4364 13.997,15.331 14.1845,15.1436 17.3003,12.0277 17.3003,6.94687 14.1845,3.83105 12.6266,2.27314 10.5777,1.49316 8.52827,1.49316z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="CanvasAndInkIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M1.03125,3C1.03125,1.33801,2.38486,1E-05,4.18269,0L11.7548,0C12.193,0,12.6249,0.10569,13.0056,0.25L11.6872,2 4.02644,2C3.42716,2.00001,3.0072,2.446,3.00721,3L3.00721,13C3.0072,13.554,3.42716,14,4.02644,14L11.9423,14C12.5416,14,13.024,13.554,13.024,13L13.024,9.2879 15,6.41068 15,13C15,14.662,13.5526,16,11.7548,16L4.18269,16C2.38485,16,1.03125,14.662,1.03125,13L1.03125,3z M9.99966,7.00021C11.5208,4.53767,14.04,1.03125,14.04,1.03125L15.7587,2.09415 11.5737,8.45877 10.9788,9.93973 9.3038,10.4023 8.56352,10.9857 7.86816,10.9867 8.63129,9.74142 8.59399,8.16751 9.99966,7.00021z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="GesturesIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M17,16z M0,0z M7.4284,3.01515C7.32846,3.01926 7.22971,3.03834 7.13543,3.07175 7.07215,3.09421 7.0113,3.123 6.95379,3.15766 6.92552,3.17515 6.89815,3.19403 6.87176,3.21425 6.79115,3.27422 6.72004,3.34599 6.66082,3.42714 6.58255,3.53542 6.52676,3.65828 6.49676,3.78847 6.48929,3.82072 6.48342,3.85333 6.47918,3.88617 6.47443,3.92378 6.47182,3.96162 6.47137,3.99953L6.47137,8.99953 6.47137,12.3823 3.91863,11.105C3.69517,10.9928 3.43777,10.9683 3.19719,11.0365 2.9566,11.1047 2.75028,11.2605 2.61889,11.4733 2.48751,11.686 2.4406,11.9403 2.48741,12.1859 2.53421,12.4316 2.67134,12.6508 2.87176,12.8003L6.85027,15.7827 6.87175,15.8003C6.88141,15.807 6.89117,15.8135 6.90105,15.8198 6.91638,15.8307 6.93201,15.8411 6.94792,15.851 6.95951,15.8578 6.97123,15.8643 6.98308,15.8705 6.99786,15.8787 7.01284,15.8865 7.028,15.8939 7.04597,15.9029 7.06421,15.9114 7.08269,15.9193 7.09496,15.9248 7.10733,15.93 7.1198,15.9349 7.14039,15.9428 7.16124,15.9499 7.1823,15.9564 7.19203,15.9592 7.2018,15.9619 7.2116,15.9644 7.22843,15.9688 7.24536,15.9727 7.26238,15.9761 7.28179,15.9806 7.30133,15.9845 7.32097,15.9878 7.32942,15.9893 7.33788,15.9906 7.34636,15.9918 7.37361,15.9949 7.40098,15.997 7.42839,15.9978 7.4427,15.9987 7.45703,15.9993 7.47137,15.9995L12.4714,15.9995C12.4714,15.9995 12.9301,16.0133 13.4186,15.7691 13.9071,15.5248 14.4714,14.8329 14.4714,13.9995L14.4714,9.99953C14.4715,9.77638 14.3969,9.5596 14.2596,9.3837 14.1223,9.2078 13.9301,9.08289 13.7136,9.02883L9.71355,8.02883C9.63432,8.00921,9.55299,7.99938,9.47137,7.99953L8.47137,7.99953 8.47137,3.99953C8.46996,3.89933 8.4535,3.79991 8.42254,3.70461 8.39131,3.60915 8.34587,3.51895 8.28777,3.43703 8.26889,3.41001 8.24868,3.38395 8.22722,3.35893 8.16192,3.28284 8.08554,3.21699 8.00066,3.16361 7.97216,3.14652 7.94283,3.13088 7.91277,3.11672 7.88288,3.10152 7.85224,3.08783 7.82097,3.07572 7.78958,3.06436 7.75764,3.05457 7.72527,3.0464 7.69309,3.03761 7.6605,3.03044 7.62761,3.0249 7.5617,3.01494 7.49497,3.01184 7.4284,3.01515z" />
<GeometryDrawing Geometry="F1 M17,16z M0,0z M7.4707,0C5.27341,0 3.4707,1.80271 3.4707,4 3.4707,5.46662 4.28317,6.74314 5.4707,7.43945L5.4707,4C5.4707,2.9093 6.38,2 7.4707,2 8.5614,2 9.4707,2.9093 9.4707,4L9.4707,7C9.55233,6.99985,9.63366,7.00968,9.71289,7.0293L9.96875,7.09381C10.8758,6.35839 11.4707,5.24958 11.4707,4 11.4707,1.80271 9.66799,0 7.4707,0z">
<GeometryDrawing.Brush>
<SolidColorBrush Color="#FF222222" Opacity="0.5" />
</GeometryDrawing.Brush>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="AppearanceIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H17 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0" Y="0.0078125" />
</DrawingGroup.Transform>
<GeometryDrawing Brush="#FF222222" Geometry="F1 M17,16z M0,0z M14.3604,-0.0078125L10.8916,3.44922C11.5752,3.80469,12.126,4.35937,12.4814,5.03906L12.6533,4.86719 12.6611,4.87518 16.9619,0.574219 16.9619,-0.0078125 14.3604,-0.0078125z M3.96191,0.992188C2.31738,0.992188,0.961914,2.34766,0.961914,3.99219L0.961914,9.99219C0.961914,11.6367,2.31738,12.9922,3.96191,12.9922L13.9619,12.9922C15.6064,12.9922,16.9619,11.6367,16.9619,9.99219L16.9619,3.99219C16.9619,3.42188,16.7939,2.89062,16.5127,2.43359L14.9619,3.98828 14.9619,9.99219C14.9619,10.5625,14.5322,10.9922,13.9619,10.9922L3.96191,10.9922C3.3916,10.9922,2.96191,10.5625,2.96191,9.99219L2.96191,3.99219C2.96191,3.42188,3.3916,2.99219,3.96191,2.99219L9.93066,2.99219 11.9385,0.992188 3.96191,0.992188z M8.96191,3.99219C7.30566,3.99219,5.96191,5.33203,5.96191,6.99219L5.96191,9.99219 8.96191,9.99219C10.6221,10.0002 11.9619,8.64844 11.9619,6.99219 11.9619,5.33203 10.6221,3.99219 8.96191,3.99219z M5.96191,13.9922C4.85644,13.9922,3.96191,14.8867,3.96191,15.9922L13.9619,15.9922C13.9619,14.8867,13.0674,13.9922,11.9619,13.9922L5.96191,13.9922z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="InkRecognitionIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M16,16z M0,0z M14,16C15.0986,16 16,15.0986 16,14 16,13.265 15.5961,12.6191 15,12.2715L15,8.72852C15.5961,8.38094 16,7.73502 16,7 16,5.90141 15.0986,5 14,5 13.265,5 12.6191,5.4039 12.2715,6L10,6 10,3.72852C10.5961,3.38094 11,2.73502 11,2 11,0.90141 10.0986,0 9,0 8.26498,0 7.61906,0.4039 7.27148,1L3.72852,1C3.38094,0.4039 2.73502,0 2,0 0.90141,0 0,0.90141 0,2 0,2.73502 0.4039,3.38094 1,3.72852L1,7.27148C0.4039,7.61906 0,8.26498 0,9 0,10.0986 0.90141,11 2,11 2.73502,11 3.38094,10.5961 3.72852,10L6,10 6,12.2715C5.4039,12.6191 5,13.265 5,14 5,15.0986 5.90141,16 7,16 7.73502,16 8.38094,15.5961 8.72852,15L12.2715,15C12.6191,15.5961,13.265,16,14,16z M14,15C13.4419,15 13,14.5581 13,14 13,13.4419 13.4419,13 14,13 14.5581,13 15,13.4419 15,14 15,14.5581 14.5581,15 14,15z M7,15C6.44185,15 6,14.5581 6,14 6,13.4419 6.44185,13 7,13 7.55815,13 8,13.4419 8,14 8,14.5581 7.55815,15 7,15z M12.2715,13L8.72852,13C8.55286,12.6988,8.30124,12.4471,8,12.2715L8,8.72852C8.30151,8.55279,8.55279,8.30151,8.72852,8L12.2715,8C12.4471,8.30124,12.6988,8.55286,13,8.72852L13,12.2715C12.6988,12.4471,12.4471,12.6988,12.2715,13z M2,10C1.44185,10 1,9.55815 1,9 1,8.44185 1.44185,8 2,8 2.55815,8 3,8.44185 3,9 3,9.55815 2.55815,10 2,10z M14,8C13.4419,8 13,7.55815 13,7 13,6.44185 13.4419,6 14,6 14.5581,6 15,6.44185 15,7 15,7.55815 14.5581,8 14,8z M9,3C8.44185,3 8,2.55815 8,2 8,1.44185 8.44185,1 9,1 9.55815,1 10,1.44185 10,2 10,2.55815 9.55815,3 9,3z M2,3C1.44185,3 1,2.55815 1,2 1,1.44185 1.44185,1 2,1 2.55815,1 3,1.44185 3,2 3,2.55815 2.55815,3 2,3z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="ShapeDrawingIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M17,16z M0,0z M1.75885,3.2L1.75885,0 4.95885,0 4.95885,3.2 3.89219,3.2 3.89219,6.08542C4.26093,6.19412 4.58486,6.42056 4.81547,6.73079 5.04608,7.04103 5.17094,7.41834 5.17135,7.80625 5.17139,8.19452 5.04673,8.57236 4.81609,8.88301 4.58545,9.19366 4.26127,9.42037 3.89219,9.52917L3.89219,12.8 4.95885,12.8 4.95885,16 1.75885,16 1.75885,12.8 2.82552,12.8 2.82552,9.50417C2.47369,9.38413 2.16793,9.15584 1.9512,8.8513 1.73448,8.54676 1.61767,8.18128 1.61719,7.80625 1.61767,7.43122 1.73448,7.0658 1.9512,6.76126 2.16793,6.45672 2.47369,6.22837 2.82552,6.10833L2.82552,3.2 1.75885,3.2z M9.22552,0L9.22552,2.13333C9.22552,2.13333 7.09219,4.26667 7.09219,8.53333 8.15885,10.2895 8.15885,11.1616 8.15885,11.7333L8.15885,12.8 13.4922,12.8 13.4922,11.7333C13.4922,11.1852 13.4922,10.2188 14.5589,8.53333 14.5589,4.26667 12.4255,2.13333 12.4255,2.13333L12.4255,0 11.3589,0 11.3589,5.3C12.0185,5.51903 12.4922,6.13353 12.4922,6.86667 12.4922,7.78254 11.7414,8.53333 10.8255,8.53333 9.90965,8.53333 9.15885,7.78254 9.15885,6.86667 9.15885,6.1407 9.64262,5.52467 10.2922,5.3L10.2922,0 9.22552,0z M8.15885,16L8.15885,13.8667 13.4922,13.8667 13.4922,16 8.15885,16z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="AutomationIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V17 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M17,17z M0,0z M0.0556641,3.20703C0.0556641,1.54503,1.39366,0.207031,3.05566,0.207031L13.0557,0.207031C14.7177,0.207031,16.0557,1.54503,16.0557,3.20703L16.0557,10.207C16.0557,11.869,14.7177,13.207,13.0557,13.207L3.05566,13.207C1.39366,13.207,0.0556641,11.869,0.0556641,10.207L0.0556641,3.20703z M13.0557,2.20703L3.05566,2.20703C2.50166,2.20703,2.05566,2.65303,2.05566,3.20703L2.05566,10.207C2.05566,10.761,2.50166,11.207,3.05566,11.207L13.0557,11.207C13.6097,11.207,14.0557,10.761,14.0557,10.207L14.0557,3.20703C14.0557,2.65303,13.6097,2.20703,13.0557,2.20703z M5.05566,5.20703C5.05566,4.65475 5.50338,4.20703 6.05566,4.20703 6.60794,4.20703 7.05566,4.65475 7.05566,5.20703 7.05566,5.75931 6.60794,6.20703 6.05566,6.20703 5.50338,6.20703 5.05566,5.75931 5.05566,5.20703z M9.05566,5.20703C9.05566,4.65475 9.50338,4.20703 10.0557,4.20703 10.6079,4.20703 11.0557,4.65475 11.0557,5.20703 11.0557,5.75931 10.6079,6.20703 10.0557,6.20703 9.50338,6.20703 9.05566,5.75931 9.05566,5.20703z M3.64145,14.7928C4.01652,14.4178,4.52523,14.207,5.05566,14.207L11.0557,14.207C11.5861,14.207 12.0948,14.4178 12.4699,14.7928 12.845,15.1679 13.0557,15.6766 13.0557,16.207L11.0557,16.207 5.05566,16.207 3.05566,16.207C3.05566,15.6766,3.26638,15.1679,3.64145,14.7928z M8.05643,9.95801C9.48469,9.95801 10.8071,9.19492 11.5213,7.95801 11.6596,7.71858 11.5774,7.4123 11.3377,7.27441 11.0983,7.13604 10.792,7.21832 10.6541,7.45801 10.1178,8.38691 9.12903,8.95801 8.05643,8.95801 6.98383,8.95801 5.99508,8.38691 5.45878,7.45801 5.32089,7.21832 5.01461,7.13604 4.77518,7.27441 4.53549,7.4123 4.45322,7.71858 4.59159,7.95801 5.30572,9.19492 6.62817,9.95801 8.05643,9.95801z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="PowerPointIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M4.79961,16C3.02692,16,1.59961,14.5727,1.59961,12.8L1.59961,3.2C1.59961,1.42731,3.02692,0,4.79961,0L7.99961,0C8.96563,0,9.89167,0.383595,10.5747,1.06667L13.3329,3.82485C14.016,4.50792,14.3996,5.43398,14.3996,6.4L14.3996,12.8C14.3996,14.5727,12.9723,16,11.1996,16L4.79961,16z M7.99961,2.13333L4.79961,2.13333C4.21589,2.13333,3.73294,2.61628,3.73294,3.2L3.73294,12.8C3.73294,13.3837,4.21589,13.8667,4.79961,13.8667L11.1996,13.8667C11.7833,13.8667,12.2663,13.3837,12.2663,12.8L12.2663,6.4 9.06628,6.4 9.06628,2.57515C8.78348,2.29236,8.39955,2.13333,7.99961,2.13333z M4.79961,4.8C4.79961,3.92267 5.52228,3.2 6.39961,3.2 7.27694,3.2 7.99961,3.92267 7.99961,4.8 7.99961,5.67733 7.27694,6.4 6.39961,6.4 5.52228,6.4 4.79961,5.67733 4.79961,4.8z M6.93294,4.8C6.93294,4.49914 6.70047,4.26667 6.39961,4.26667 6.09875,4.26667 5.86628,4.49914 5.86628,4.8 5.86628,5.10086 6.09875,5.33333 6.39961,5.33333 6.70047,5.33333 6.93294,5.10086 6.93294,4.8z M4.79961,8.53333L4.79961,7.46667 11.1996,7.46667 11.1996,8.53333 4.79961,8.53333z M4.79961,10.6667L4.79961,9.6 11.1996,9.6 11.1996,10.6667 4.79961,10.6667z M4.79961,12.8L4.79961,11.7333 11.1996,11.7333 11.1996,12.8 4.79961,12.8z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="ExtensionsIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M16,16z M0,0z M6.28571,0C5.336,0,4.57143,0.764571,4.57143,1.71429L4.57143,3.42857 1.14286,3.42857C0.509714,3.42857,0,3.93829,0,4.57143L0,8 1.71429,8C2.664,8 3.42857,8.76457 3.42857,9.71429 3.42857,10.664 2.664,11.4286 1.71429,11.4286L0,11.4286 0,14.8571C0,15.4903,0.509714,16,1.14286,16L4.57143,16 4.57143,14.2857C4.57143,13.336 5.336,12.5714 6.28571,12.5714 7.23543,12.5714 8,13.336 8,14.2857L8,16 11.4286,16C12.0617,16,12.5714,15.4903,12.5714,14.8571L12.5714,11.4286 14.2857,11.4286C15.2354,11.4286 16,10.664 16,9.71429 16,8.76457 15.2354,8 14.2857,8L12.5714,8 12.5714,4.57143C12.5714,3.93829,12.0617,3.42857,11.4286,3.42857L8,3.42857 8,1.71429C8,0.764571,7.23543,0,6.28571,0z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="StorageIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V17 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M17,17z M0,0z M4.11328,0.236328C2.46858,0.236328,1.11328,1.59163,1.11328,3.23633L1.11328,13.2363C1.11328,14.881,2.46858,16.2363,4.11328,16.2363L12.1133,16.2363C13.758,16.2363,15.1133,14.881,15.1133,13.2363L15.1133,3.23633C15.1133,1.59163,13.758,0.236328,12.1133,0.236328L4.11328,0.236328z M4.11328,2.23633L12.1133,2.23633C12.6846,2.23633,13.1133,2.66503,13.1133,3.23633L13.1133,8.23633 13.1133,12.2363C13.1133,12.8076,12.6846,13.2363,12.1133,13.2363L4.11328,13.2363C3.55928,13.2363,3.11328,12.7903,3.11328,12.2363L3.11328,3.23633C3.11328,2.68233,3.55928,2.23633,4.11328,2.23633z M8.11328,3.23633C5.90414,3.23633,4.11327,5.02719,4.11328,7.23633L4.11328,11.2363 8.11328,11.2363C10.6133,11.2363 12.1133,9.44547 12.1133,7.23633 12.1133,5.02719 10.3224,3.23633 8.11328,3.23633z M8.11328,5.23633C9.21785,5.23633 10.1133,6.13176 10.1133,7.23633 10.1133,8.3409 9.21785,9.23633 8.11328,9.23633 7.00871,9.23633 6.11328,8.3409 6.11328,7.23633 6.11328,6.13176 7.00871,5.23633 8.11328,5.23633z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="SnapshotIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M7,1L7,2 8,2 8,1 7,1z M9,1L9,2 10,2 10,1 9,1z M11,1L11,2 12,2 12,1 11,1z M13,1L13,2 14,2 14,1 13,1z M15,1L15,2 16,2 16,1 15,1z M7,3L7,4 8,4 8,3 7,3z M7,5L7,6 8,6 8,5 7,5z M12,10C11.2211,10,10.5116,10.2968,9.97827,10.7835L9.23626,9.91891 13.0241,4.88107C13.5487,4.21716,13.2521,3.38331,12.3434,3L8.14135,8.53514 3.93925,3C3.03058,3.38331,2.73402,4.21716,3.25863,4.88107L7.04644,9.91891 6.14654,10.9042C5.60177,10.3463 4.84133,10 4,10 2.34315,10 1,11.3432 1,13 1,14.6568 2.34315,16 4,16 5.65685,16 7,14.6568 7,13 7,12.9054 6.99562,12.8117 6.98704,12.7193L8.14135,11.2811 9.05242,12.4387C9.01801,12.6205 9,12.8082 9,13 9,14.6568 10.3432,16 12,16 13.6568,16 15,14.6568 15,13 15,11.3432 13.6568,10 12,10z M12,12C12.5523,12 13,12.4477 13,13 13,13.5523 12.5523,14 12,14 11.4477,14 11,13.5523 11,13 11,12.4477 11.4477,12 12,12z M5,13C5,12.4477 4.55228,12 4,12 3.44772,12 3,12.4477 3,13 3,13.5523 3.44772,14 4,14 4.55228,14 5,13.5523 5,13z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="LuckyRandomIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V17 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M17,17z M0,0z M5.8252,1.52246C5.16215,1.52246 4.52627,1.78586 4.05743,2.2547 3.58859,2.72354 3.3252,3.35942 3.3252,4.02246 3.3252,4.6855 3.58859,5.32138 4.05743,5.79022 4.52627,6.25906 5.16215,6.52246 5.8252,6.52246 6.48824,6.52246 7.12412,6.25906 7.59296,5.79022 8.0618,5.32138 8.3252,4.6855 8.3252,4.02246 8.3252,3.35942 8.0618,2.72354 7.59296,2.2547 7.12412,1.78586 6.48824,1.52246 5.8252,1.52246z M11.8252,4.52246C11.1622,4.52246 10.5263,4.78586 10.0574,5.2547 9.58859,5.72354 9.3252,6.35942 9.3252,7.02246 9.3252,7.6855 9.58859,8.32138 10.0574,8.79022 10.5263,9.25906 11.1622,9.52246 11.8252,9.52246 12.1535,9.52246 12.4786,9.45779 12.7819,9.33215 13.0852,9.20652 13.3608,9.02237 13.593,8.79022 13.8251,8.55808 14.0093,8.28244 14.1349,7.97913 14.2605,7.67581 14.3252,7.35077 14.3252,7.02246 14.3252,6.69416 14.2605,6.36905 14.1349,6.06573 14.0093,5.76242 13.8251,5.48685 13.593,5.2547 13.3608,5.02255 13.0852,4.83841 12.7819,4.71277 12.4786,4.58713 12.1535,4.52246 11.8252,4.52246z M3.8252,7.52246C2.1632,7.52246,0.825195,8.86046,0.825195,10.5225L0.825195,12.5225C0.825195,13.0765,1.2712,13.5225,1.8252,13.5225L5.90137,13.5225C5.90137,11.4807 7.48312,9.78977 9.48145,9.61426 8.89007,9.08006 8.49871,8.36004 8.37208,7.57324 8.19489,7.54084 8.01203,7.5224 7.8252,7.5224L3.8252,7.52246z M9.8252,10.5225C8.1632,10.5225,6.8252,11.8605,6.8252,13.5225L6.8252,15.5225C6.8252,16.0765,7.2712,16.5225,7.8252,16.5225L15.8252,16.5225C16.3792,16.5225,16.8252,16.0765,16.8252,15.5225L16.8252,13.5225C16.8252,11.8605,15.4872,10.5225,13.8252,10.5225L9.8252,10.5225z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="AdvancedIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H17 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M17,16z M0,0z M4.55176,1C2.61275,1 1.05176,2.561 1.05176,4.5 1.05176,6.439 2.61275,8 4.55176,8L11.5518,8C13.4908,8 15.0518,6.439 15.0518,4.5 15.0518,2.561 13.4908,1 11.5518,1L4.55176,1z M11.5518,2C12.9365,2 14.0518,3.11517 14.0518,4.5 14.0518,5.88467 12.9365,7 11.5518,7 10.167,7 9.05176,5.88467 9.05176,4.5 9.05176,3.11517 10.167,2 11.5518,2z" />
<GeometryDrawing Geometry="F1 M17,16z M0,0z M4.55176,9C2.61275,9 1.05176,10.561 1.05176,12.5 1.05176,14.439 2.61275,16 4.55176,16L11.5518,16C13.4908,16 15.0518,14.439 15.0518,12.5 15.0518,10.561 13.4908,9 11.5518,9L4.55176,9z M4.55176,10C5.93647,10 7.05176,11.1152 7.05176,12.5 7.05176,13.8847 5.93647,15 4.55176,15 3.16702,15 2.05176,13.8847 2.05176,12.5 2.05176,11.1152 3.16702,10 4.55176,10z">
<GeometryDrawing.Brush>
<SolidColorBrush Color="#FF222222" Opacity="0.35" />
</GeometryDrawing.Brush>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="AboutIcon">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M2.35343,2.37395C5.46789,-0.74052 10.5333,-0.740541 13.6478,2.37392 16.7623,5.48839 16.7623,10.5539 13.6478,13.6683 10.5333,16.7828 5.46789,16.7828 2.35343,13.6683 -0.761038,10.5539 -0.761039,5.48841 2.35343,2.37395z M12.0389,12.0594C14.2904,9.80781 14.2904,6.23442 12.0389,3.98287 9.78731,1.73169 6.21255,1.72957 3.96099,3.98113 1.70944,6.23268 1.70944,9.80882 3.96099,12.0604 6.21254,14.3123 9.7873,14.3109 12.0389,12.0594z M10.1211,3.87906C9.58613,3.34403 8.88007,3.04362 8.15234,3.00601 7.71571,2.98341 7.27096,3.05492 6.85156,3.22867 5.73316,3.69199 5,4.78958 5,6.00015L7,6.00015C7,5.59265 7.24089,5.23221 7.61719,5.07632 7.99349,4.92043 8.41898,5.00502 8.70703,5.29312 8.99503,5.58121 9.07974,6.0065 8.92383,6.38296 8.76792,6.75942 8.40728,7.00015 8,7.00015 7.44771,7.00015 7,7.44786 7,8.00015L7,10.0002 9,10.0002 9,8.82046C9.7862,8.54081 10.4413,7.94595 10.7715,7.14859 11.2347,6.03014 10.977,4.73513 10.1211,3.87906z M9,12.0002C9,11.4479 8.55229,11.0002 8,11.0002 7.44771,11.0002 7,11.4479 7,12.0002 7,12.5524 7.44771,13.0002 8,13.0002 8.55229,13.0002 9,12.5524 9,12.0002z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="TwoFingerMoveImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V256 H256 V0 H0 Z">
<GeometryDrawing Brush="#FF99C1F1" Geometry="F1 M256,256z M0,0z M107.776,62.2862C101.407,62.3087 95.2876,64.7719 90.6787,69.169 87.4741,67.7312 84.0016,66.9877 80.4893,66.9873 73.8863,66.9873 67.5538,69.6104 62.8848,74.2794 58.2158,78.9484 55.5928,85.2809 55.5928,91.8838 55.5928,98.4868 58.2158,104.819 62.8848,109.488 67.5538,114.157 73.8863,116.78 80.4893,116.78 86.8895,116.78 93.0439,114.315 97.6748,109.897 100.879,111.335 104.352,112.079 107.864,112.079 111.134,112.079 114.371,111.435 117.392,110.184 120.412,108.933 123.157,107.099 125.469,104.787 127.781,102.475 129.614,99.7307 130.866,96.7101 132.117,93.6896 132.761,90.4521 132.761,87.1827 132.761,83.9132 132.117,80.6758 130.866,77.6552 129.614,74.6346 127.781,71.89 125.469,69.5782 123.157,67.2663 120.412,65.4325 117.392,64.1813 114.371,62.9301 111.134,62.2862 107.864,62.2862 107.835,62.2861 107.806,62.2861 107.776,62.2862z">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="10" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M256,256z M0,0z M80.6081,82.2521L81.0942,82.2521C84.0761,82.2521 86.9358,83.4366 89.0443,85.5451 91.1528,87.6536 92.3373,90.5133 92.3373,93.4952L92.3373,147.462C92.3373,147.757 92.3955,148.05 92.5085,148.323 92.6215,148.595 92.7871,148.843 92.9959,149.052 93.2047,149.261 93.4526,149.426 93.7254,149.539 93.9982,149.652 94.2907,149.711 94.586,149.711L95.5855,149.711C96.1819,149.711 96.7538,149.474 97.1755,149.052 97.5972,148.63 97.8341,148.058 97.8341,147.462L97.8341,89.2973C97.8341,86.5142 98.9397,83.8451 100.908,81.8772 102.876,79.9093 105.545,78.8037 108.328,78.8037 111.111,78.8037 113.78,79.9093 115.748,81.8772 117.716,83.8451 118.821,86.5142 118.821,89.2973L118.821,147.462C118.821,148.058 119.058,148.63 119.48,149.052 119.902,149.474 120.473,149.711 121.07,149.711L121.819,149.711C122.416,149.711 122.988,149.474 123.409,149.052 123.831,148.63 124.068,148.058 124.068,147.462L124.068,145.528C124.068,142.745 125.174,140.076 127.141,138.108 129.109,136.14 131.778,135.035 134.562,135.035 137.345,135.035 140.014,136.14 141.982,138.108 143.95,140.076 145.055,142.745 145.055,145.528L145.055,147.462C145.055,148.058 145.292,148.63 145.714,149.052 146.135,149.474 146.707,149.711 147.304,149.711L148.053,149.711C148.65,149.711 149.222,149.474 149.643,149.052 150.065,148.63 150.302,148.058 150.302,147.462L150.302,146.713C150.302,143.929 151.407,141.26 153.375,139.292 155.343,137.325 158.012,136.219 160.795,136.219 163.579,136.219 166.248,137.325 168.215,139.292 170.183,141.26 171.289,143.929 171.289,146.713L171.289,202.178C171.289,205.131 170.707,208.055 169.577,210.784 168.447,213.512 166.791,215.991 164.703,218.079 162.615,220.167 160.136,221.823 157.408,222.953 154.68,224.083 151.756,224.665 148.803,224.665L88.8396,224.665C84.087,224.665 79.3808,223.729 74.9899,221.91 70.599,220.091 66.6094,217.425 63.2487,214.065L27.6374,178.453C25.901,176.717 24.8492,174.412 24.6751,171.963 24.501,169.513 25.2163,167.083 26.6898,165.119L27.3155,164.284C28.7347,162.392 30.838,161.13 33.1756,160.768 35.5133,160.406 37.8997,160.973 39.8248,162.348L60.215,176.907C61.0803,177.524 62.099,177.892 63.1595,177.969 64.2199,178.046 65.2811,177.829 66.2264,177.342 67.1717,176.856 67.9648,176.118 68.5184,175.21 69.0721,174.303 69.365,173.26 69.365,172.197L69.365,93.4952C69.365,90.5133 70.5495,87.6536 72.658,85.5451 74.7665,83.4366 77.6262,82.2521 80.6081,82.2521z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF3584E4" Geometry="F1 M256,256z M0,0z M189.114,31.3359L171.437,49.0137 181.792,49.0137 181.792,55.0508 181.792,68.9297 181.792,95.9668 171.437,95.9668 189.114,113.645 206.792,95.9668 196.905,95.9668 196.905,68.9297 196.905,55.0508 196.905,49.0137 206.792,49.0137 189.114,31.3359z" />
<GeometryDrawing Brush="#FF3584E4" Geometry="F1 M256,256z M0,0z M149.042,72.4902L166.72,90.168 166.72,79.8125 172.757,79.8125 186.636,79.8125 213.673,79.8125 213.673,90.168 231.351,72.4902 213.673,54.8125 213.673,64.6992 186.636,64.6992 172.757,64.6992 166.72,64.6992 166.72,54.8125 149.042,72.4902z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="TwoFingerPinchToZoomImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V256 H256 V0 H0 Z">
<GeometryDrawing Brush="#FF99C1F1" Geometry="F1 M256,256z M0,0z M122.759,98.1016C136.509,98.1016 147.655,86.955 147.655,73.2051 147.655,59.4551 136.509,48.3086 122.759,48.3086 109.009,48.3086 97.8623,59.4551 97.8623,73.2051 97.8623,86.955 109.009,98.1016 122.759,98.1016z">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="10" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF99C1F1" Geometry="F1 M256,256z M0,0z M87.2422,178.199C100.992,178.199 112.139,167.053 112.139,153.303 112.139,139.553 100.992,128.406 87.2422,128.406 73.4922,128.406 62.3457,139.553 62.3457,153.303 62.3457,167.053 73.4922,178.199 87.2422,178.199z">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="10" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M256,256z M0,0z M120.46,65.342L120.929,65.2162C123.827,64.4397 126.914,64.8322 129.525,66.3091 132.137,67.786 134.063,70.2293 134.891,73.1129L144.181,105.475 144.181,130.489C144.181,131.085 144.417,131.657 144.839,132.079 145.261,132.501 145.833,132.738 146.429,132.738L147.429,132.738C148.025,132.738 148.597,132.501 149.019,132.079 149.44,131.657 149.677,131.085 149.677,130.489L149.677,124.493C149.677,123.115 149.949,121.75 150.476,120.477 151.003,119.204 151.776,118.047 152.751,117.073 153.725,116.098 154.882,115.325 156.155,114.798 157.428,114.271 158.793,113.999 160.171,113.999 162.954,113.999 165.623,115.105 167.591,117.073 169.559,119.041 170.664,121.71 170.664,124.493L170.664,130.489C170.664,131.085 170.901,131.657 171.323,132.079 171.745,132.501 172.317,132.738 172.913,132.738L173.663,132.738C174.259,132.738 174.831,132.501 175.253,132.079 175.674,131.657 175.911,131.085 175.911,130.489L175.911,124.493C175.911,123.115 176.183,121.75 176.71,120.477 177.237,119.204 178.01,118.047 178.985,117.073 179.959,116.098 181.116,115.325 182.389,114.798 183.662,114.271 185.027,113.999 186.405,113.999 189.188,113.999 191.857,115.105 193.825,117.073 195.793,119.041 196.898,121.71 196.898,124.493L196.898,130.489C196.898,131.085 197.135,131.657 197.557,132.079 197.979,132.501 198.551,132.738 199.147,132.738L199.897,132.738C200.493,132.738 201.065,132.501 201.487,132.079 201.908,131.657 202.145,131.085 202.145,130.489L202.145,129.739C202.145,126.956 203.251,124.287 205.219,122.319 207.187,120.351 209.856,119.246 212.639,119.246 215.422,119.246 218.091,120.351 220.059,122.319 222.027,124.287 223.132,126.956 223.132,129.739L223.132,185.205C223.132,188.158 222.551,191.082 221.421,193.811 220.291,196.539 218.634,199.018 216.546,201.106 214.458,203.194 211.979,204.85 209.251,205.98 206.523,207.11 203.599,207.692 200.646,207.692L140.683,207.692C135.93,207.692 131.224,206.756 126.833,204.937 122.442,203.118 118.453,200.452 115.092,197.092L79.4807,161.48C77.7443,159.744 76.6924,157.439 76.5184,154.99 76.3443,152.54 77.0596,150.11 78.533,148.146L79.1587,147.311C80.578,145.419 82.6813,144.157 85.0189,143.795 87.3565,143.433 89.743,144 91.6681,145.375L112.058,159.934C112.924,160.551 113.942,160.919 115.003,160.996 116.063,161.073 117.124,160.856 118.07,160.369 119.015,159.883 119.808,159.145 120.362,158.237 120.915,157.33 121.208,156.287 121.208,155.224L121.208,105.475 112.947,78.9852C112.514,77.5965 112.366,76.1346 112.512,74.6873 112.658,73.24 113.095,71.8371 113.796,70.5629 114.498,69.2886 115.45,68.1693 116.595,67.2722 117.74,66.375 119.055,65.7185 120.46,65.342z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF3584E4" Geometry="F1 M256,256z M0,0z M76.2194,63.6475L51.2193,63.6475 58.5417,70.9699 54.2729,75.2388 44.459,85.0526 40.1901,89.3215 32.8677,81.9991 32.8677,106.999 57.8678,106.999 50.8768,100.008 55.1457,95.7393 64.9596,85.9255 69.2284,81.6566 76.2194,88.6476 76.2194,63.6475z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="TwoFingerRotateImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V256 H256 V0 H0 Z">
<GeometryDrawing Brush="#FF99C1F1" Geometry="F1 M256,256z M0,0z M138.412,97.8573C150.32,104.732 165.547,100.652 172.422,88.7446 179.297,76.8368 175.217,61.6103 163.309,54.7354 151.401,47.8604 136.175,51.9403 129.3,63.8481 122.425,75.7559 126.505,90.9824 138.412,97.8573z">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="10" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF99C1F1" Geometry="F1 M256,256z M0,0z M67.6047,149.466C79.5125,156.341 94.7389,152.261 101.614,140.353 108.489,128.445 104.409,113.219 92.5012,106.344 80.5934,99.4688 65.3669,103.549 58.4919,115.456 51.617,127.364 55.6969,142.591 67.6047,149.466z">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="10" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M256,256z M0,0z M152.801,68.3374L153.27,68.4632C156.168,69.2397 158.645,71.123 160.168,73.7077 161.691,76.2925 162.138,79.3719 161.413,82.283L153.277,114.955 140.77,136.617C140.472,137.133 140.391,137.747 140.546,138.323 140.7,138.899 141.077,139.39 141.593,139.689L142.459,140.188C142.975,140.487 143.589,140.567 144.165,140.413 144.741,140.259 145.232,139.882 145.531,139.365L148.529,134.172C149.218,132.979 150.135,131.933 151.228,131.094 152.322,130.255 153.569,129.64 154.9,129.283 156.232,128.926 157.62,128.835 158.986,129.015 160.352,129.195 161.67,129.642 162.863,130.331 165.273,131.723 167.032,134.015 167.752,136.703 168.473,139.391 168.096,142.256 166.704,144.666L163.706,149.859C163.408,150.375 163.327,150.989 163.481,151.565 163.636,152.141 164.013,152.632 164.529,152.93L165.178,153.305C165.695,153.603 166.308,153.684 166.884,153.53 167.46,153.376 167.952,152.999 168.25,152.482L171.248,147.289C171.937,146.096 172.854,145.05 173.948,144.211 175.041,143.372 176.289,142.757 177.62,142.4 178.951,142.043 180.339,141.952 181.705,142.132 183.072,142.312 184.389,142.759 185.582,143.448 187.993,144.84 189.751,147.132 190.472,149.82 191.192,152.508 190.815,155.373 189.423,157.783L186.425,162.976C186.127,163.492 186.046,164.106 186.2,164.682 186.355,165.258 186.732,165.749 187.248,166.047L187.897,166.422C188.414,166.72 189.028,166.801 189.604,166.647 190.18,166.493 190.671,166.116 190.969,165.599L191.344,164.95C192.735,162.54 195.027,160.781 197.716,160.061 200.404,159.341 203.268,159.718 205.678,161.109 208.088,162.501 209.847,164.793 210.567,167.481 211.288,170.169 210.911,173.033 209.519,175.444L181.786,223.479C180.31,226.036 178.344,228.277 176.001,230.075 173.659,231.873 170.985,233.191 168.132,233.955 165.28,234.72 162.305,234.915 159.378,234.529 156.45,234.144 153.627,233.185 151.069,231.709L99.1398,201.727C95.0239,199.351 91.4163,196.187 88.5231,192.417 85.6298,188.646 83.5076,184.343 82.2775,179.752L69.2429,131.106C68.6073,128.734 68.8486,126.212 69.9226,124.004 70.9966,121.796 72.8312,120.049 75.0895,119.084L76.0485,118.674C78.2238,117.745 80.6763,117.704 82.8817,118.559 85.0871,119.415 86.8704,121.099 87.8503,123.252L98.2292,146.055C98.6696,147.023 99.3681,147.851 100.248,148.448 101.128,149.044 102.155,149.387 103.217,149.439 104.279,149.49 105.335,149.247 106.268,148.738 107.202,148.229 107.977,147.472 108.508,146.552L133.382,103.468 139.473,76.3964C139.792,74.9772 140.395,73.6372 141.245,72.4568 142.095,71.2764 143.175,70.2799 144.42,69.5272 145.665,68.7745 147.049,68.2812 148.489,68.0767 149.929,67.8722 151.396,67.9609 152.801,68.3374z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF3584E4" Geometry="F1 M256,256z M0,0z M90,20.6172L90,30.9727 90,31 83.0195,31C64.5133,31,49.3496,46.1617,49.3496,64.668L49.3496,70.4492 49.1602,70.4492 39.2734,70.4492 56.9512,88.127 74.6289,70.4492 64.3496,70.4492 64.3496,64.668C64.3496,54.2683,72.6199,46,83.0195,46L90,46 90,46.0859 90,55.9727 107.678,38.2949 90,20.6172z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="MouseRightButtonMoveImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V84 H118 V0 H0 Z">
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M118,84z M0,0z M91.2918,2.84009L91.2918,2.88813C91.1165,2.8804 90.9389,2.88067 90.7737,2.87614 90.7658,2.87595 90.7573,2.87612 90.749,2.87614L90.749,2.86415C76.7473,2.86415 70.1762,9.85088 67.646,16.52 66.0017,20.8537 66.6333,25.9674 67.2882,31.1487 67.5319,33.076 67.8366,35.1373 68.1764,37.262 68.197,37.8516 68.214,38.4233 68.201,38.8954 68.0108,45.8257 65.5413,54.3246 65.6847,59.5533 65.9503,69.2341 71.273,75.6244 78.3526,78.89 78.4639,78.9414 78.5734,78.9963 78.6856,79.0462 86.7899,82.8798 96.3851,83.1579 104.157,78.2775 110.869,74.8009 115.752,68.5166 115.752,59.5533 115.752,54.3228 113.426,45.8257 113.235,38.8954 113.158,36.0823 113.803,30.4761 113.803,30.4761 114.409,27.6924 114.845,24.7011 114.728,21.7926 114.726,21.7528 114.73,21.7122 114.728,21.6724 114.684,20.1904 114.475,18.7659 114.062,17.4328 114.015,17.2825 113.966,17.136 113.914,16.9884 113.874,16.8634 113.846,16.7401 113.803,16.6161 113.563,15.9275 113.241,15.2289 112.865,14.5383 112.839,14.4851 112.806,14.4348 112.779,14.3821 108.105,5.23774 100.145,2.84009 91.2918,2.84009z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="3.95257" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Round" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M118,84z M0,0z M104.885,69.1824L111.877,31.518C112.731,26.8039 113.55,21.4244 111.911,17.2838 107.767,6.81594 99.9756,4.15649 91.2401,4.15649L90.7398,4.17573C77.8333,4.17573 71.7762,10.9297 69.4438,17.3766 67.9282,21.566 68.5104,26.5094 69.1141,31.518 70.0946,39.6534 72.0479,50.0504 73.8542,58.8341">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="0.658761" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M118,84z M0,0z M90.7148,2.86035L90.7148,33.1634">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="0.658761" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M118,84z M0,0z M90.7791,8.02271L90.6503,8.02271C88.2158,8.02271,86.2422,9.9963,86.2422,12.4308L86.2422,26.7551C86.2422,29.1896,88.2158,31.1632,90.6503,31.1632L90.7791,31.1632C93.2136,31.1632,95.1872,29.1896,95.1872,26.7551L95.1872,12.4308C95.1872,9.9963,93.2136,8.02271,90.7791,8.02271z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="2.28315" StartLineCap="Square" EndLineCap="Square" LineJoin="Round" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M118,84z M0,0z M68.9756,36.4574C75.7537,34.7352 82.0644,33.1578 90.7052,33.1636 99.346,33.1578 105.657,34.7352 112.435,36.4574">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="0.658761" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF457BBB" Geometry="F1 M118,84z M0,0z M91.374,32.846L91.374,31.1668C93.6851,31.0297,95.517,29.112,95.517,26.7665L95.517,12.4423C95.517,10.0968,93.6851,8.17909,91.374,8.04199L91.374,4.50407 91.5752,4.49634C95.9106,4.49698 99.9779,5.15819 103.467,7.0932 106.949,9.02501 109.886,12.2432 111.933,17.4154 112.729,19.4255 112.934,21.7535 112.828,24.182 112.723,26.6091 112.308,29.1129 111.881,31.469L111.095,35.7067C105.038,34.1863,99.1402,32.8781,91.374,32.846z">
<GeometryDrawing.Pen>
<Pen Brush="#FF457BBB" Thickness="1" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Round" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF3584E4" Geometry="F0 M118,84z M0,0z M11.6876,13.0008L20.5319,4.15649 29.3762,13.0008 24.4298,13.0008 24.4298,16.0212 24.4298,20.8484 32.8188,20.8484 32.8188,15.902 41.6631,24.7463 32.8188,33.5907 32.8188,28.4097 24.4298,28.4097 24.4298,36.4919 29.3762,36.4919 20.5319,45.3362 11.6876,36.4919 16.8685,36.4919 16.8685,28.4097 12.3481,28.4097 9.32772,28.4097 9.32772,33.5907 0.483398,24.7463 9.32772,15.902 9.32772,20.8484 12.3481,20.8484 16.8685,20.8484 16.8685,16.0212 16.8685,13.0008 11.6876,13.0008z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="MouseWheelZoomImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V90 H118 V0 H0 Z">
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M118,90z M0,0z M91.0994,8.84009L91.0994,8.88813C90.9242,8.8804 90.7465,8.88067 90.5813,8.87614 90.5734,8.87595 90.5649,8.87612 90.5566,8.87614L90.5566,8.86415C76.555,8.86415 69.9838,15.8509 67.4536,22.52 65.8093,26.8537 66.441,31.9674 67.0959,37.1487 67.3395,39.076 67.6443,41.1373 67.984,43.262 68.0046,43.8516 68.0216,44.4233 68.0086,44.8954 67.8184,51.8257 65.3489,60.3246 65.4923,65.5533 65.7579,75.2341 71.0807,81.6244 78.1602,84.89 78.2715,84.9414 78.381,84.9963 78.4932,85.0462 86.5975,88.8798 96.1927,89.1579 103.965,84.2775 110.677,80.8009 115.559,74.5166 115.559,65.5533 115.559,60.3228 113.233,51.8257 113.043,44.8954 112.966,42.0823 113.61,36.4761 113.61,36.4761 114.217,33.6924 114.653,30.7011 114.535,27.7926 114.534,27.7528 114.537,27.7122 114.535,27.6724 114.491,26.1904 114.283,24.7659 113.869,23.4328 113.823,23.2825 113.774,23.136 113.721,22.9884 113.682,22.8634 113.654,22.7401 113.61,22.6161 113.371,21.9275 113.048,21.2289 112.673,20.5383 112.646,20.4851 112.614,20.4348 112.587,20.3821 107.913,11.2377 99.9525,8.84009 91.0994,8.84009z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="3.95257" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Round" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M118,90z M0,0z M104.693,75.1824L111.684,37.518C112.539,32.8039 113.357,27.4244 111.718,23.2838 107.575,12.8159 99.7832,10.1565 91.0477,10.1565L90.5474,10.1757C77.6409,10.1757 71.5838,16.9297 69.2515,23.3766 67.7358,27.566 68.318,32.5094 68.9217,37.518 69.9023,45.6534 71.8555,56.0504 73.6618,64.8341">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="0.658761" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M118,90z M0,0z M90.5225,8.86035L90.5225,39.1634">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="0.658761" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M118,90z M0,0z M90.5867,14.0227L90.458,14.0227C88.0234,14.0227,86.0498,15.9963,86.0498,18.4308L86.0498,32.7551C86.0498,35.1896,88.0234,37.1632,90.458,37.1632L90.5867,37.1632C93.0213,37.1632,94.9949,35.1896,94.9949,32.7551L94.9949,18.4308C94.9949,15.9963,93.0213,14.0227,90.5867,14.0227z">
<GeometryDrawing.Pen>
<Pen Brush="#FF457BBB" Thickness="2.28315" StartLineCap="Square" EndLineCap="Square" LineJoin="Round" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M118,90z M0,0z M68.7832,42.4574C75.5614,40.7352 81.872,39.1578 90.5128,39.1636 99.1536,39.1578 105.464,40.7352 112.242,42.4574">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="0.658761" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M118,90z M0,0z M90.5232,48.009L83.9355,40.1038 87.8881,40.1038 90.5232,30.9224 93.1582,40.1038 97.1108,40.1038 90.5232,48.009z">
<GeometryDrawing.Pen>
<Pen Brush="#FFFFFFFF" Thickness="3.95257" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF457BBB" Geometry="F1 M118,90z M0,0z M90.5232,48.009L83.9355,40.1038 87.8881,40.1038 90.5232,30.9224 93.1582,40.1038 97.1108,40.1038 90.5232,48.009z">
<GeometryDrawing.Pen>
<Pen Brush="#FF457BBB" Thickness="1.31752" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M118,90z M0,0z M90.5237,3.19903L97.1113,11.1042 93.1588,11.1042 90.5237,20.2856 87.8887,11.1042 83.9361,11.1042 90.5237,3.19903z">
<GeometryDrawing.Pen>
<Pen Brush="#FFFFFFFF" Thickness="3.95257" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF457BBB" Geometry="F1 M118,90z M0,0z M90.5237,3.19903L97.1113,11.1042 93.1588,11.1042 90.5237,20.2856 87.8887,11.1042 83.9361,11.1042 90.5237,3.19903z">
<GeometryDrawing.Pen>
<Pen Brush="#FF457BBB" Thickness="1.31752" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FF3584E4" Geometry="F1 M118,90z M0,0z M41.5977,7.33594L17.8501,7.33594 24.8057,14.2915 20.7507,18.3465 11.4285,27.6687 7.37352,31.7237 0.417976,24.7681 0.417969,48.5156 24.1655,48.5156 17.5248,41.8749 21.5798,37.8199 30.902,28.4978 34.957,24.4428 41.5977,31.0835 41.5977,7.33594z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="GnomeSliderThumb">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V26 H23 V0 H0 Z">
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M23,26z M0,0z M22.4786,11.0274C22.4786,16.8264 16.782,20.2307 11.9786,24.5271 7.16102,20.2439 1.47852,16.8264 1.47852,11.0274 1.47852,5.22838 6.17959,0.527344 11.9786,0.527344 17.7776,0.527306 22.4786,5.22835 22.4786,11.0274z">
<GeometryDrawing.Pen>
<Pen Brush="#FFD5D5D5" Thickness="1" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="InkRecognitionRectangleImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V273 H520 V0 H0 Z">
<GeometryDrawing Geometry="F1 M520,273z M0,0z M179.577,43.5527C174.714,52.791 167.574,59.0645 159.907,66.0065 148.22,76.5875 136.816,87.83 126.317,99.5963 117.801,109.14 109.772,119.642 101.987,129.373 99.2272,132.823 133.735,133.973 136.485,133.973 153.027,133.973 169.57,133.973 186.113,133.973 219.193,133.973 252.168,132.884 285.248,132.884 287.94,132.884 291.654,133.533 294.085,132.097 301.912,127.471 306.783,116.491 312.423,109.643 319.423,101.143 326.535,92.721 333.545,84.2237 335.906,81.3625 339.264,79.1631 340.808,75.69 342.205,72.5465 344.647,69.5564 346.255,66.4301 347.651,63.7156 351.018,59.9767 351.641,57.1702 352.573,52.9771 280.08,50.4832 271.631,49.5444 256.503,47.8635 240.773,48.9997 225.573,48.9997 217.995,48.9997 210.64,47.9103 203.059,47.9103 195.3,47.9103 187.445,46.8209 179.577,46.8209">
<GeometryDrawing.Pen>
<Pen Brush="#FF99C1F1" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M520,273z M0,0z M234.046,7.60198C239.593,29.4826 239.493,53.1802 239.493,75.75 239.493,78.388 238.542,81.4402 241.611,82.3469 260.097,87.8088 281.501,86.1673 300.499,85.9782 324.664,85.7378 348.772,86.0388 372.884,86.0388 377.261,86.0388 381.639,86.0388 386.017,86.0388 390.918,86.0388 390.743,85.7879 390.98,80.3497 391.602,66.0314 394.126,51.4371 395.821,37.1973 396.38,32.5087 398.273,22.6347 396.245,18.0723 395.556,16.5216 388.055,17.2341 386.925,17.1645 378.09,16.6208 369.208,16.273 360.416,15.2278 348.792,13.8459 337.141,12.6018 325.555,11.1123 310.497,9.17625 294.561,8.67703 279.8,5.18109 264.664,1.59614 246.356,4.33378 230.777,4.33378">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M520,273z M0,0z M380.999,70.7164L381.367,70.4774C383.626,69.0108 386.374,68.5014 389.008,69.0613 391.642,69.6211 393.945,71.2043 395.412,73.4626L421.954,114.334C422.099,114.558 422.287,114.75 422.507,114.902 422.727,115.053 422.974,115.159 423.235,115.214 423.496,115.27 423.765,115.273 424.027,115.225 424.289,115.176 424.539,115.076 424.763,114.931L425.52,114.439C425.971,114.146 426.288,113.685 426.4,113.159 426.512,112.632 426.41,112.082 426.117,111.631L423.168,107.089C422.49,106.046 422.024,104.879 421.798,103.655 421.571,102.432 421.587,101.175 421.846,99.9582 422.105,98.741 422.601,97.5866 423.306,96.5611 424.01,95.5355 424.91,94.6588 425.954,93.9811 428.062,92.6123 430.627,92.1369 433.085,92.6594 435.543,93.1819 437.693,94.6596 439.062,96.7673L442.011,101.309C442.305,101.76 442.765,102.077 443.292,102.189 443.819,102.301 444.369,102.199 444.82,101.906L445.388,101.537C445.84,101.244 446.156,100.783 446.268,100.256 446.38,99.7294 446.278,99.1798 445.985,98.7281L443.036,94.1868C442.358,93.1432 441.892,91.9763 441.666,90.7527 441.439,89.5292 441.455,88.2729 441.714,87.0557 441.973,85.8385 442.469,84.6842 443.174,83.6586 443.878,82.6331 444.778,81.7564 445.822,81.0786 447.93,79.7099 450.495,79.2344 452.953,79.757 455.411,80.2795 457.561,81.7571 458.93,83.8649L461.879,88.4061C462.173,88.8578 462.633,89.1744 463.16,89.2864 463.687,89.3984 464.237,89.2965 464.688,89.0032L465.256,88.6345C465.708,88.3412 466.024,87.8805 466.136,87.3537 466.248,86.827 466.146,86.2773 465.853,85.8256L465.484,85.258C464.116,83.1503 463.64,80.5851 464.163,78.1268 464.685,75.6686 466.163,73.5186 468.271,72.1498 470.378,70.781 472.943,70.3056 475.402,70.8281 477.86,71.3506 480.01,72.8283 481.379,74.936L508.658,116.943C510.111,119.179 511.108,121.68 511.594,124.302 512.08,126.924 512.045,129.615 511.49,132.224 510.936,134.832 509.873,137.306 508.363,139.503 506.853,141.701 504.924,143.579 502.688,145.032L457.275,174.523C453.676,176.861 449.651,178.466 445.431,179.248 441.211,180.03 436.879,179.974 432.681,179.081L388.196,169.626C386.027,169.165 384.097,167.937 382.76,166.167 381.424,164.398 380.77,162.206 380.92,159.993L380.984,159.054C381.128,156.922 382.1,154.932 383.692,153.508 385.285,152.084 387.371,151.34 389.505,151.434L412.108,152.432C413.067,152.475 414.019,152.252 414.86,151.788 415.701,151.325 416.398,150.639 416.875,149.806 417.351,148.972 417.589,148.024 417.562,147.064 417.535,146.104 417.244,145.17 416.721,144.365L378.014,84.761C376.547,82.5027 376.038,79.7543 376.598,77.1204 377.158,74.4866 378.741,72.183 380.999,70.7164z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M520,273z M0,0z M108.229,119.987L108.609,120.206C110.941,121.553 112.643,123.77 113.34,126.371 114.037,128.972 113.672,131.743 112.325,134.075L87.9586,176.28C87.8253,176.511 87.7387,176.766 87.7039,177.03 87.6691,177.294 87.6867,177.563 87.7557,177.821 87.8247,178.078 87.9438,178.32 88.1062,178.531 88.2685,178.743 88.4709,178.92 88.7018,179.054L89.4835,179.505C89.9499,179.774 90.5041,179.847 91.0243,179.708 91.5445,179.568 91.988,179.228 92.2573,178.762L94.9647,174.072C95.5869,172.995 96.4153,172.05 97.4026,171.293 98.3898,170.535 99.5166,169.979 100.719,169.657 101.921,169.335 103.174,169.253 104.408,169.415 105.642,169.578 106.831,169.982 107.909,170.604 110.086,171.86 111.674,173.93 112.324,176.358 112.975,178.785 112.634,181.372 111.378,183.548L108.67,188.238C108.401,188.704 108.328,189.258 108.467,189.779 108.607,190.299 108.947,190.742 109.413,191.011L110,191.35C110.466,191.619 111.02,191.692 111.54,191.553 112.061,191.413 112.504,191.073 112.773,190.607L115.481,185.917C116.103,184.84 116.931,183.895 117.919,183.137 118.906,182.38 120.033,181.824 121.235,181.502 122.437,181.18 123.69,181.098 124.924,181.26 126.158,181.423 127.348,181.827 128.425,182.449 130.602,183.705 132.19,185.775 132.84,188.203 133.491,190.63 133.15,193.217 131.894,195.393L129.186,200.083C128.917,200.549 128.844,201.103 128.983,201.623 129.123,202.144 129.463,202.587 129.93,202.856L130.516,203.195C130.982,203.464 131.536,203.537 132.057,203.398 132.577,203.258 133.02,202.918 133.289,202.452L133.628,201.865C134.884,199.689 136.954,198.101 139.382,197.45 141.809,196.8 144.396,197.14 146.572,198.397 148.749,199.654 150.337,201.723 150.987,204.151 151.638,206.578 151.297,209.165 150.041,211.341L124.997,254.718C123.664,257.028 121.889,259.052 119.773,260.675 117.658,262.298 115.243,263.489 112.667,264.179 110.092,264.869 107.405,265.045 104.762,264.697 102.118,264.349 99.5684,263.484 97.2591,262.151L50.3652,235.076C46.6484,232.931 43.3906,230.074 40.778,226.669 38.1653,223.264 36.2489,219.378 35.1381,215.232L23.3674,171.303C22.7935,169.161 23.0114,166.884 23.9813,164.89 24.9511,162.896 26.6078,161.318 28.6471,160.447L29.5131,160.077C31.4774,159.238 33.6921,159.201 35.6837,159.973 37.6752,160.746 39.2856,162.267 40.1705,164.211L49.5428,184.803C49.9406,185.677 50.5714,186.424 51.366,186.963 52.1606,187.502 53.0883,187.812 54.0473,187.858 55.0063,187.904 55.9595,187.686 56.8024,187.226 57.6452,186.766 58.345,186.083 58.8251,185.251L94.36,123.703C95.7063,121.371 97.9239,119.669 100.525,118.973 103.126,118.276 105.897,118.64 108.229,119.987z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="InkRecognitionTriangleImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V368 H560 V0 H0 Z">
<GeometryDrawing Geometry="F1 M560,368z M0,0z M171.142,28.6018C171.982,42.0313 168.127,52.9126 163.547,65.4907 151.631,98.2182 141.468,131.34 130.456,164.378 123.932,183.949 118.864,204.555 112.011,223.741 111.031,226.487 124.128,225.291 125.883,225.291 139.623,225.291 151.494,222.654 164.942,220.331 175.858,218.446 187.66,217.34 198.731,216.999 206.343,216.765 213.917,216.847 221.516,216.224 223.69,216.046 231.318,216.7 233.296,215.217 233.979,214.704 221.425,184.425 220.586,181.893 214.88,164.668 209.376,147.087 204.621,129.581 198.668,107.663 187.757,86.9745 182.922,64.8708 181.587,58.7699 179.435,50.3078 176.722,44.7213 173.194,37.4572 172.795,28.2907 168.352,21.627">
<GeometryDrawing.Pen>
<Pen Brush="#FF99C1F1" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M560,368z M0,0z M116.897,215.356L117.252,215.614C119.431,217.197 120.891,219.58 121.312,222.24 121.734,224.9 121.081,227.617 119.498,229.796L90.8535,269.222C90.6967,269.438 90.584,269.682 90.5218,269.942 90.4595,270.201 90.449,270.47 90.4907,270.733 90.5324,270.997 90.6256,271.249 90.7649,271.477 90.9042,271.704 91.087,271.902 91.3027,272.059L92.0329,272.589C92.4686,272.906 93.0122,273.036 93.5441,272.952 94.076,272.868 94.5527,272.576 94.8692,272.14L98.052,267.759C98.7834,266.752 99.706,265.9 100.767,265.249 101.828,264.599 103.007,264.164 104.236,263.97 105.465,263.775 106.72,263.824 107.93,264.115 109.14,264.405 110.281,264.931 111.288,265.663 113.321,267.14 114.684,269.364 115.078,271.847 115.471,274.329 114.862,276.866 113.384,278.899L110.202,283.28C109.885,283.715 109.755,284.259 109.839,284.791 109.923,285.323 110.215,285.799 110.651,286.116L111.198,286.514C111.634,286.83 112.178,286.961 112.71,286.876 113.242,286.792 113.718,286.5 114.035,286.064L117.218,281.684C117.949,280.677 118.872,279.824 119.933,279.174 120.994,278.524 122.172,278.089 123.401,277.894 124.63,277.7 125.886,277.749 127.096,278.039 128.306,278.33 129.447,278.856 130.454,279.587 132.487,281.065 133.85,283.289 134.243,285.771 134.636,288.253 134.027,290.79 132.55,292.823L129.367,297.204C129.051,297.64 128.92,298.183 129.004,298.715 129.089,299.247 129.381,299.724 129.816,300.04L130.364,300.438C130.8,300.755 131.343,300.885 131.875,300.801 132.407,300.717 132.884,300.425 133.2,299.989L133.598,299.441C135.075,297.408 137.3,296.045 139.782,295.652 142.264,295.259 144.801,295.868 146.834,297.345 148.867,298.822 150.231,301.047 150.624,303.529 151.017,306.011 150.408,308.548 148.931,310.581L119.49,351.103C117.923,353.26 115.946,355.087 113.672,356.481 111.398,357.874 108.873,358.806 106.239,359.223 103.605,359.64 100.915,359.534 98.3222,358.912 95.7293,358.289 93.2844,357.162 91.1271,355.595L47.3201,323.767C43.848,321.245 40.9067,318.063 38.6642,314.403 36.4218,310.744 34.9221,306.679 34.2507,302.44L27.1363,257.521C26.7894,255.331 27.2442,253.089 28.4172,251.207 29.5902,249.325 31.4026,247.93 33.5218,247.277L34.4217,246.999C36.4631,246.37 38.6695,246.564 40.5694,247.541 42.4693,248.517 43.9119,250.198 44.5887,252.224L51.7572,273.683C52.0615,274.594 52.6107,275.403 53.3446,276.022 54.0785,276.641 54.9688,277.046 55.9177,277.192 56.8666,277.339 57.8375,277.221 58.7238,276.851 59.61,276.482 60.3775,275.876 60.9418,275.099L102.716,217.603C104.298,215.424 106.682,213.964 109.341,213.542 112.001,213.121 114.719,213.774 116.897,215.356z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M560,368z M0,0z M434.79,179.258C432.384,176.55 425.776,176.942 422.701,176.778 410.024,176.103 397.259,176.468 384.572,176.468 319.548,176.468 254.501,178.976 189.587,182.745 179.504,183.331 169.351,183.869 159.363,185.458 152.584,186.536 155.726,183.033 159.208,178.638 171.643,162.941 186.652,149.227 200.902,135.239 222.838,113.706 244.93,92.3705 267.24,71.226 288.63,50.9532 311.594,33.5293 333.811,14.3426 337.699,10.9848 341.186,7.54448 344.66,3.80286 347.073,1.20424 350.348,10.1925 351.093,11.5526 363.094,33.4782 376.973,54.3193 387.362,77.1158 391.494,86.1842 398.129,95.8508 400.536,105.48 404.178,120.045 409.07,135.074 414.563,149.111 418.38,158.864 423.312,167.461 427.815,176.468">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M560,368z M0,0z M420.644,158.132L421.012,157.893C423.27,156.427 426.018,155.917 428.652,156.477 431.286,157.037 433.59,158.62 435.056,160.879L461.598,201.75C461.744,201.974 461.932,202.167 462.151,202.318 462.371,202.469 462.618,202.575 462.879,202.63 463.14,202.686 463.409,202.689 463.671,202.641 463.934,202.592 464.184,202.492 464.407,202.347L465.164,201.855C465.616,201.562 465.933,201.101 466.045,200.575 466.157,200.048 466.055,199.498 465.761,199.047L462.812,194.505C462.135,193.462 461.669,192.295 461.442,191.071 461.215,189.848 461.232,188.591 461.491,187.374 461.749,186.157 462.245,185.003 462.95,183.977 463.655,182.952 464.555,182.075 465.599,181.397 467.706,180.028 470.271,179.553 472.73,180.075 475.188,180.598 477.338,182.076 478.707,184.183L481.656,188.725C481.949,189.176 482.41,189.493 482.937,189.605 483.463,189.717 484.013,189.615 484.465,189.322L485.032,188.953C485.484,188.66 485.801,188.199 485.913,187.672 486.025,187.145 485.923,186.596 485.629,186.144L482.68,181.603C482.003,180.559 481.537,179.392 481.31,178.169 481.083,176.945 481.1,175.689 481.359,174.472 481.617,173.255 482.113,172.1 482.818,171.075 483.523,170.049 484.423,169.172 485.467,168.495 487.574,167.126 490.139,166.65 492.598,167.173 495.056,167.696 497.206,169.173 498.575,171.281L501.524,175.822C501.817,176.274 502.278,176.59 502.805,176.702 503.331,176.814 503.881,176.713 504.333,176.419L504.9,176.051C505.352,175.757 505.669,175.297 505.781,174.77 505.893,174.243 505.791,173.693 505.497,173.242L505.129,172.674C503.76,170.566 503.285,168.001 503.807,165.543 504.33,163.085 505.807,160.935 507.915,159.566 510.023,158.197 512.588,157.722 515.046,158.244 517.504,158.767 519.655,160.244 521.023,162.352L548.303,204.359C549.755,206.595 550.753,209.096 551.239,211.718 551.725,214.34 551.689,217.031 551.135,219.64 550.581,222.248 549.518,224.722 548.007,226.919 546.497,229.117 544.569,230.995 542.332,232.448L496.92,261.939C493.32,264.277 489.296,265.882 485.076,266.664 480.856,267.446 476.523,267.39 472.325,266.497L427.841,257.042C425.672,256.581 423.742,255.353 422.405,253.583 421.068,251.814 420.415,249.622 420.565,247.409L420.628,246.47C420.772,244.338 421.745,242.348 423.337,240.924 424.929,239.501 427.016,238.756 429.15,238.85L451.752,239.848C452.712,239.891 453.664,239.668 454.505,239.205 455.346,238.741 456.043,238.055 456.519,237.222 456.996,236.388 457.234,235.44 457.207,234.48 457.18,233.52 456.889,232.586 456.366,231.781L417.658,172.177C416.192,169.919 415.682,167.17 416.242,164.536 416.802,161.903 418.385,159.599 420.644,158.132z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="InkRecognitionEllipseImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V350 H693 V0 H0 Z">
<GeometryDrawing Geometry="F1 M693,350z M0,0z M570.27,140.874C561.456,124.225 538.192,105.117 522.042,95.9207 492.165,78.9076 447.864,87.6872 416.257,94.8291 357.076,108.202 303.329,153.694 299.16,217.483 296.112,264.125 333.277,300.245 369.418,323.665 407.341,348.239 456.376,354.91 497.034,334.581 544.701,310.747 561.833,261.014 571.262,212.522 576.039,187.955 574.952,167.727 566.697,143.553 562.105,130.104 555.488,116.729 543.476,108.722">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M693,350z M0,0z M563.484,146.953L563.19,146.627C561.389,144.626 560.456,141.991 560.597,139.302 560.737,136.613 561.941,134.09 563.942,132.288L600.158,99.6791C600.356,99.5007 600.517,99.285 600.632,99.0443 600.747,98.8036 600.813,98.5427 600.827,98.2764 600.841,98.0101 600.802,97.7437 600.713,97.4923 600.624,97.241 600.487,97.0096 600.308,96.8114L599.704,96.1407C599.344,95.7404 598.839,95.4998 598.302,95.4716 597.764,95.4434 597.237,95.63 596.837,95.9904L592.813,99.6136C591.888,100.446 590.808,101.089 589.635,101.504 588.462,101.919 587.219,102.1 585.976,102.035 584.733,101.969 583.516,101.66 582.392,101.124 581.269,100.589 580.263,99.837 579.43,98.9122 577.748,97.0446 576.877,94.5854 577.009,92.0756 577.14,89.5659 578.264,87.2112 580.131,85.5296L584.155,81.9063C584.556,81.546 584.796,81.0414 584.824,80.5036 584.853,79.9658 584.666,79.4388 584.306,79.0386L583.853,78.5356C583.492,78.1354 582.988,77.8947 582.45,77.8665 581.912,77.8384 581.385,78.025 580.985,78.3853L576.961,82.0085C576.036,82.8412 574.956,83.4836 573.783,83.899 572.61,84.3144 571.367,84.4946 570.124,84.4295 568.882,84.3644 567.664,84.0551 566.541,83.5194 565.418,82.9837 564.411,82.232 563.578,81.3072 561.897,79.4395 561.026,76.9803 561.157,74.4706 561.289,71.9609 562.412,69.6062 564.28,67.9245L568.304,64.3013C568.704,63.9409 568.945,63.4363 568.973,62.8985 569.001,62.3607 568.814,61.8338 568.454,61.4336L568.001,60.9306C567.641,60.5303 567.136,60.2897 566.598,60.2615 566.06,60.2333 565.534,60.4199 565.133,60.7803L564.63,61.2332C562.763,62.9148 560.303,63.7857 557.794,63.6541 555.284,63.5226 552.929,62.3995 551.248,60.5318 549.566,58.6642 548.695,56.205 548.827,53.6952 548.958,51.1855 550.081,48.8308 551.949,47.1491L589.171,13.6342C591.153,11.8499 593.466,10.4734 595.98,9.5833 598.494,8.69318 601.158,8.30686 603.821,8.44642 606.484,8.58598 609.093,9.24865 611.5,10.3966 613.907,11.5446 616.064,13.1555 617.848,15.1371L654.081,55.3772C656.952,58.5666 659.168,62.2905 660.6,66.3361 662.033,70.3817 662.655,74.6699 662.43,78.9558L660.05,124.372C659.934,126.586 659.023,128.685 657.484,130.282 655.946,131.878 653.883,132.867 651.674,133.065L650.736,133.149C648.609,133.34 646.491,132.691 644.835,131.341 643.18,129.991 642.118,128.047 641.878,125.925L639.327,103.444C639.219,102.49 638.85,101.584 638.261,100.826 637.672,100.068 636.885,99.4871 635.987,99.1467 635.09,98.8063 634.116,98.7198 633.172,98.8967 632.228,99.0737 631.351,99.5071 630.638,100.15L577.823,147.705C575.822,149.506 573.187,150.439 570.498,150.298 567.809,150.158 565.286,148.954 563.484,146.953z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M693,350z M0,0z M229.1,162.31C215.012,163.92 201.174,166.829 187.322,169.852 169.46,173.749 147.518,176.525 131.552,186.424 105.561,202.539 132.494,230.065 147.132,243.484 189.466,282.29 240.706,287.868 295.191,275.041 342.656,263.866 395.043,239.561 432.333,207.561 449.223,193.068 435.54,183.174 418.937,177.394 391.108,167.705 361.468,163.85 332.205,161.913 289.788,159.105 246.516,158.373 204.093,161.317 176.78,163.213 149.873,167.364 123.316,174.02 112.731,176.672 94.9942,179.695 86.0035,187.317 79.4819,192.846 87.7362,197.908 91.5606,199.821">
<GeometryDrawing.Pen>
<Pen Brush="#FF99C1F1" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M693,350z M0,0z M88.5336,191.045L88.9511,191.181C91.512,192.013 93.6375,193.828 94.86,196.227 96.0824,198.627 96.3017,201.413 95.4697,203.974L80.4102,250.322C80.3278,250.576 80.2961,250.843 80.317,251.109 80.338,251.375 80.411,251.634 80.5321,251.872 80.6531,252.109 80.8198,252.321 81.0226,252.494 81.2253,252.667 81.4603,252.799 81.7139,252.881L82.5723,253.16C83.0845,253.326 83.6418,253.282 84.1216,253.038 84.6015,252.794 84.9645,252.368 85.1309,251.856L86.8042,246.706C87.1888,245.523 87.8026,244.427 88.6108,243.48 89.419,242.534 90.4056,241.756 91.5144,241.191 92.6232,240.627 93.8324,240.286 95.0729,240.188 96.3135,240.09 97.5612,240.238 98.7446,240.622 101.135,241.399 103.119,243.093 104.26,245.333 105.401,247.572 105.605,250.173 104.829,252.563L103.155,257.713C102.989,258.225 103.033,258.782 103.277,259.262 103.522,259.742 103.947,260.105 104.459,260.271L105.103,260.481C105.615,260.647 106.172,260.603 106.652,260.359 107.132,260.114 107.495,259.689 107.661,259.177L109.335,254.027C109.719,252.844 110.333,251.747 111.141,250.801 111.949,249.855 112.936,249.077 114.045,248.512 115.154,247.947 116.363,247.606 117.603,247.508 118.844,247.411 120.092,247.559 121.275,247.943 123.665,248.72 125.649,250.414 126.79,252.653 127.931,254.893 128.136,257.493 127.359,259.883L125.686,265.033C125.519,265.545 125.563,266.103 125.808,266.583 126.052,267.062 126.477,267.426 126.989,267.592L127.633,267.801C128.145,267.968 128.703,267.924 129.183,267.679 129.662,267.435 130.025,267.01 130.192,266.497L130.401,265.854C131.178,263.464 132.872,261.48 135.111,260.339 137.35,259.198 139.951,258.993 142.341,259.77 144.732,260.546 146.715,262.241 147.856,264.48 148.997,266.719 149.202,269.32 148.425,271.71L132.948,319.346C132.124,321.882 130.808,324.231 129.076,326.259 127.344,328.286 125.23,329.953 122.854,331.164 120.478,332.374 117.887,333.105 115.229,333.314 112.571,333.523 109.897,333.207 107.361,332.383L55.8628,315.65C51.781,314.324 48.0005,312.207 44.737,309.42 41.4735,306.632 38.7909,303.229 36.8425,299.405L16.1958,258.884C15.189,256.908 14.9288,254.635 15.4628,252.483 15.9969,250.331 17.2893,248.443 19.1029,247.167L19.8731,246.625C21.6201,245.396 23.7787,244.899 25.8873,245.241 27.9959,245.582 29.8873,246.735 31.157,248.453L44.606,266.646C45.1767,267.419 45.9491,268.018 46.8384,268.38 47.7277,268.742 48.6995,268.852 49.6472,268.698 50.5948,268.544 51.4817,268.132 52.2105,267.507 52.9393,266.882 53.4819,266.068 53.7785,265.155L75.7403,197.564C76.5724,195.003 78.3877,192.877 80.7869,191.655 83.1862,190.432 85.9727,190.213 88.5336,191.045z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="InkRecognitionLineImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V412 H631 V0 H0 Z">
<GeometryDrawing Geometry="F1 M631,412z M0,0z M52.543,160.071C96.191,160.071 138.304,156.252 181.391,148.635 260.473,134.653 340.27,123.49 420.535,119.409 448.687,117.977 475.464,119.859 503.13,114.326">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M631,412z M0,0z M491.591,105.222L491.959,104.983C494.217,103.517 496.966,103.007 499.6,103.567 502.233,104.127 504.537,105.71 506.004,107.968L532.546,148.84C532.691,149.064 532.879,149.256 533.099,149.407 533.318,149.558 533.566,149.665 533.827,149.72 534.087,149.776 534.357,149.779 534.619,149.731 534.881,149.682 535.131,149.582 535.355,149.437L536.112,148.945C536.563,148.652 536.88,148.191 536.992,147.665 537.104,147.138 537.002,146.588 536.709,146.136L533.76,141.595C533.082,140.552 532.616,139.385 532.389,138.161 532.163,136.937 532.179,135.681 532.438,134.464 532.697,133.247 533.193,132.092 533.897,131.067 534.602,130.041 535.502,129.165 536.546,128.487 538.654,127.118 541.219,126.643 543.677,127.165 546.135,127.688 548.285,129.165 549.654,131.273L552.603,135.814C552.896,136.266 553.357,136.583 553.884,136.695 554.411,136.807 554.96,136.705 555.412,136.412L555.98,136.043C556.431,135.75 556.748,135.289 556.86,134.762 556.972,134.235 556.87,133.686 556.577,133.234L553.628,128.693C552.95,127.649 552.484,126.482 552.257,125.259 552.031,124.035 552.047,122.779 552.306,121.562 552.565,120.344 553.061,119.19 553.765,118.164 554.47,117.139 555.37,116.262 556.414,115.584 558.522,114.216 561.087,113.74 563.545,114.263 566.003,114.785 568.153,116.263 569.522,118.371L572.471,122.912C572.764,123.364 573.225,123.68 573.752,123.792 574.279,123.904 574.828,123.802 575.28,123.509L575.848,123.14C576.299,122.847 576.616,122.386 576.728,121.86 576.84,121.333 576.738,120.783 576.445,120.332L576.076,119.764C574.707,117.656 574.232,115.091 574.754,112.633 575.277,110.174 576.755,108.024 578.862,106.656 580.97,105.287 583.535,104.811 585.993,105.334 588.452,105.856 590.602,107.334 591.971,109.442L619.25,151.449C620.702,153.685 621.7,156.186 622.186,158.807 622.672,161.429 622.637,164.121 622.082,166.73 621.528,169.338 620.465,171.812 618.955,174.009 617.444,176.207 615.516,178.085 613.28,179.538L567.867,209.029C564.267,211.366 560.243,212.972 556.023,213.754 551.803,214.536 547.47,214.48 543.272,213.587L498.788,204.132C496.619,203.671 494.689,202.443 493.352,200.673 492.016,198.904 491.362,196.711 491.512,194.499L491.575,193.559C491.72,191.428 492.692,189.438 494.284,188.014 495.877,186.59 497.963,185.846 500.097,185.94L522.7,186.938C523.659,186.98 524.611,186.758 525.452,186.294 526.293,185.831 526.99,185.145 527.467,184.311 527.943,183.478 528.181,182.529 528.154,181.57 528.127,180.61 527.836,179.676 527.313,178.871L488.606,119.267C487.139,117.009 486.63,114.26 487.19,111.626 487.749,108.992 489.333,106.689 491.591,105.222z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M631,412z M0,0z M349.47,3.39453C289.98,62.8845 220.883,115.103 168.778,181.291 145.074,211.401 120.158,239.802 97.873,271.002">
<GeometryDrawing.Pen>
<Pen Brush="#FF99C1F1" Thickness="6" StartLineCap="Round" EndLineCap="Round" LineJoin="Miter" MiterLimit="1" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M631,412z M0,0z M98.7065,261.153L99.1075,261.331C101.567,262.427 103.491,264.454 104.456,266.968 105.421,269.482 105.348,272.276 104.253,274.736L84.4313,319.256C84.3229,319.5 84.2634,319.763 84.2565,320.029 84.2495,320.296 84.2951,320.561 84.3906,320.81 84.4862,321.059 84.6299,321.287 84.8134,321.48 84.997,321.673 85.2168,321.829 85.4604,321.937L86.285,322.304C86.777,322.523 87.3358,322.538 87.8386,322.345 88.3414,322.152 88.7469,321.767 88.9659,321.275L91.1683,316.329C91.6745,315.192 92.3996,314.166 93.3022,313.309 94.2049,312.453 95.2674,311.782 96.4292,311.336 97.5909,310.89 98.8291,310.678 100.073,310.71 101.317,310.743 102.542,311.02 103.679,311.526 105.975,312.548 107.771,314.441 108.672,316.787 109.572,319.133 109.504,321.741 108.482,324.037L106.279,328.984C106.06,329.476 106.046,330.035 106.239,330.537 106.432,331.04 106.817,331.446 107.308,331.665L107.927,331.94C108.419,332.159 108.978,332.174 109.48,331.981 109.983,331.788 110.389,331.403 110.608,330.911L112.81,325.964C113.316,324.827 114.041,323.801 114.944,322.945 115.847,322.088 116.909,321.418 118.071,320.972 119.233,320.526 120.471,320.313 121.715,320.346 122.959,320.378 124.184,320.656 125.321,321.162 127.617,322.184 129.413,324.076 130.313,326.423 131.214,328.769 131.146,331.377 130.124,333.673L127.921,338.619C127.702,339.111 127.688,339.67 127.881,340.173 128.074,340.676 128.458,341.081 128.95,341.3L129.569,341.576C130.061,341.795 130.619,341.809 131.122,341.616 131.625,341.423 132.031,341.038 132.25,340.546L132.525,339.928C133.547,337.632 135.439,335.836 137.786,334.936 140.132,334.035 142.74,334.103 145.036,335.126 147.332,336.148 149.128,338.04 150.028,340.386 150.929,342.733 150.861,345.341 149.838,347.637L129.466,393.394C128.381,395.83 126.828,398.028 124.893,399.864 122.959,401.699 120.682,403.136 118.193,404.091 115.703,405.047 113.05,405.503 110.384,405.433 107.719,405.363 105.093,404.769 102.657,403.685L53.1898,381.661C49.269,379.915 45.7305,377.414 42.7762,374.301 39.822,371.188 37.5098,367.523 35.9718,363.516L19.6738,321.059C18.8791,318.989 18.8578,316.701 19.6139,314.616 20.37,312.532 21.8527,310.79 23.7898,309.71L24.6124,309.252C26.4783,308.212 28.6769,307.943 30.7383,308.503 32.7997,309.063 34.5602,310.408 35.6434,312.249L47.1169,331.749C47.6038,332.576 48.3093,333.253 49.1559,333.706 50.0025,334.159 50.9575,334.37 51.9161,334.316 52.8747,334.262 53.7998,333.945 54.5899,333.399 55.3801,332.854 56.0047,332.101 56.3952,331.224L85.3019,266.298C86.3971,263.839 88.4246,261.914 90.9385,260.95 93.4523,259.985 96.2466,260.058 98.7065,261.153z">
<GeometryDrawing.Pen>
<Pen Brush="#FF98C1F1" Thickness="4" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="CursorIconImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#2e3436" Geometry="F1 M24,24z M0,0z M22.7989,10.1653L1.14304,1.14304 10.1653,22.7989 12.8305,14.9518 19.6892,21.8105 21.8105,19.6892 14.9518,12.8305 22.7989,10.1653z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="PanningIconImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#2e3436" Geometry="F1 M24,24z M0,0z M12.1286,0.106764C12.3007,0.0362808 12.4851,0 12.6713,0 12.8575,0 13.0419,0.0362803 13.2139,0.106757 13.386,0.17727 13.5424,0.280597 13.674,0.410823 13.8056,0.541031 13.9101,0.695722 13.9814,0.865884 14.0526,1.03602 14.0893,1.2184 14.0893,1.4026L14.0893,12C14.0893,12.2582 14.3009,12.4675 14.562,12.4675 14.823,12.4675 15.0347,12.2582 15.0347,12L15.0347,3.8961C15.0347,3.52408 15.184,3.16733 15.4499,2.90432 15.7158,2.6413 16.0766,2.49351 16.4527,2.49351 16.8288,2.49351 17.1895,2.6413 17.4554,2.90432 17.7213,3.16733 17.8707,3.52408 17.8707,3.8961L17.8707,12C17.8707,12.2582 18.0823,12.4675 18.3434,12.4675 18.6044,12.4675 18.8161,12.2582 18.8161,12L18.8161,6.38961C18.8161,6.01759 18.9655,5.66083 19.2314,5.39782 19.4973,5.13481 19.858,4.98701 20.2341,4.98701 20.6102,4.98701 20.9709,5.13481 21.2368,5.39782 21.5027,5.66083 21.6521,6.01759 21.6521,6.38961L21.6521,16.987C21.6521,18.847 20.9051,20.6308 19.5754,21.9459 18.2458,23.2611 16.4425,24 14.562,24L12.3007,24 11.9104,23.9893C10.8722,23.9325 9.85756,23.6504 8.9393,23.1611 7.90551,22.6102 7.02629,21.8141 6.38051,20.8442L6.04494,20.3319C5.76921,19.8931,5.21091,18.9445,4.37144,17.4884L2.00874,13.3566C1.82765,13.0382 1.77929,12.6626 1.87391,12.3096 1.96854,11.9564 2.19866,11.6538 2.51547,11.4659 2.8751,11.2525 3.29636,11.1641 3.71242,11.2146 4.12852,11.2652 4.51562,11.4518 4.81224,11.7448L6.66493,13.5773C6.9627,13.8719,7.47184,13.6633,7.47184,13.2468L7.47184,3.8961C7.47184,3.52412 7.62124,3.16735 7.88717,2.90432 8.15309,2.64128 8.51379,2.49351 8.88986,2.49351 9.26595,2.49351 9.62663,2.64128 9.89256,2.90432 10.1585,3.16735 10.3079,3.52411 10.3079,3.8961L10.3079,12C10.3079,12.2582 10.5195,12.4675 10.7806,12.4675 11.0416,12.4675 11.2532,12.2582 11.2532,12L11.2532,1.4026C11.2532,1.21841 11.2899,1.03601 11.3612,0.865835 11.4324,0.695679 11.5369,0.541056 11.6686,0.410811 11.8003,0.280567 11.9566,0.17725 12.1286,0.106764z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="UndoIconImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#2e3436" Geometry="F1 M24,24z M0,0z M8.71408,16.8493L0.874451,9.00964 8.71408,1.17001 8.71408,7.42358 15.7239,7.42358C16.7074,7.42358 17.6791,7.62744 18.583,8.02124 19.4866,8.41493 20.3023,8.98966 20.9857,9.70849 21.6689,10.4271 22.2069,11.276 22.5726,12.2047 22.9383,13.1333 23.1256,14.126 23.1256,15.1268 23.1256,16.1276 22.9383,17.1203 22.5726,18.0489 22.2069,18.9776 21.6689,19.8264 20.9857,20.5451 20.3023,21.2639 19.4866,21.8387 18.583,22.2324 17.6791,22.6262 16.7074,22.83 15.7239,22.83L10.437,22.83 10.437,19.6579 15.7239,19.6579C16.2679,19.6579 16.8086,19.5453 17.3159,19.3243 17.8235,19.1031 18.29,18.7767 18.6867,18.3594 19.0835,17.942 19.4023,17.4422 19.6211,16.8866 19.8399,16.3308 19.9534,15.7326 19.9534,15.1268 19.9534,14.5209 19.8399,13.9227 19.6211,13.367 19.4023,12.8114 19.0835,12.3115 18.6867,11.8941 18.29,11.4769 17.8235,11.1505 17.3159,10.9293 16.8086,10.7083 16.2679,10.5957 15.7239,10.5957L8.71408,10.5957 8.71408,16.8493z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="RedoIconImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#FF000000" Geometry="F1 M24,24z M0,0z M15.2859,16.8493L23.1255,9.00964 15.2859,1.17001 15.2859,7.42358 8.27607,7.42358C7.29262,7.42358 6.32086,7.62744 5.41703,8.02124 4.51341,8.41493 3.69773,8.98966 3.01434,9.70849 2.33111,10.4271 1.79312,11.276 1.42741,12.2047 1.06174,13.1333 0.874422,14.126 0.874422,15.1268 0.874422,16.1276 1.06174,17.1203 1.42741,18.0489 1.79312,18.9776 2.33111,19.8264 3.01434,20.5451 3.69773,21.2639 4.51341,21.8387 5.41703,22.2324 6.32086,22.6262 7.29262,22.83 8.27607,22.83L13.563,22.83 13.563,19.6579 8.27607,19.6579C7.7321,19.6579 7.19139,19.5453 6.68406,19.3243 6.17652,19.1031 5.70999,18.7767 5.31333,18.3594 4.91651,17.942 4.59775,17.4422 4.37894,16.8866 4.1601,16.3308 4.04656,15.7326 4.04656,15.1268 4.04656,14.5209 4.1601,13.9227 4.37894,13.367 4.59775,12.8114 4.91651,12.3115 5.31333,11.8941 5.70999,11.4769 6.17652,11.1505 6.68406,10.9293 7.19139,10.7083 7.7321,10.5957 8.27607,10.5957L15.2859,10.5957 15.2859,16.8493z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="ErrorIconImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="1.2107193470001221E-07" Y="0" />
</DrawingGroup.Transform>
<GeometryDrawing Brush="#e01b24" Geometry="F1 M16,16z M0,0z M7.99988,0C7.74396,0,7.48812,0.0976987,7.29285,0.292969L0.292852,7.29297C-0.0976175,7.68352,-0.0976175,8.31648,0.292852,8.70703L7.29285,15.707C7.6834,16.0975,8.31636,16.0975,8.70691,15.707L15.705,8.70703C16.0954,8.31648,16.0954,7.68352,15.705,7.29297L8.70691,0.292969C8.51164,0.0977287,8.2558,0,7.99988,0z M6.99988,3L8.99988,3 8.99988,9C8.99988,9 8.99988,10 7.99988,10 6.99988,10 6.99988,9 6.99988,9L6.99988,3z M6.99988,11L8.99988,11 8.99988,13 6.99988,13 6.99988,11z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
<DrawingImage x:Key="SuccessIconImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0.0063476599752902985" Y="0" />
</DrawingGroup.Transform>
<GeometryDrawing Brush="#26a269" Geometry="F0 M16,16z M0,0z M-0.00634766,8C-0.00634766,3.59388 3.58698,0 7.99365,0 12.4003,0 15.9937,3.59388 15.9937,8 15.9937,12.4061 12.4003,16 7.99365,16 3.58698,16 -0.00634766,12.4061 -0.00634766,8z M11.6391,7.14113C12.0955,6.68617 11.8035,5.90575 11.1604,5.86185 10.9434,5.84603 10.7302,5.92512 10.5761,6.07863L7.46503,9.18821 5.8187,7.60897C5.11019,6.90064,4.04717,7.96314,4.75569,8.67147L6.93352,10.782C7.22677,11.0761,7.7033,11.0761,7.99654,10.782L11.6391,7.14113z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Window.Resources>
<WindowChrome.WindowChrome>
<WindowChrome GlassFrameThickness="-1" ResizeBorderThickness="0" CaptionHeight="0" CornerRadius="0" />
</WindowChrome.WindowChrome>
<Grid>
<Border Background="#fafafa" CornerRadius="7" BorderBrush="#3584e4" BorderThickness="2" Margin="8">
<Grid>
<!--Sidebar-->
2025-08-31 16:24:57 +08:00
<Border Width="250" Background="#ebebeb" BorderBrush="#e1e1e1" CornerRadius="7,0,0,7" BorderThickness="0,0,2,0" HorizontalAlignment="Left">
2025-08-31 15:35:28 +08:00
<Grid>
<Grid Height="48" VerticalAlignment="Top">
2025-08-31 16:17:21 +08:00
<Border CornerRadius="8" Background="#d9d9d9" Width="34" Height="34" Margin="8,0,0,0" HorizontalAlignment="Left" MouseLeftButtonDown="SearchButton_Click" Cursor="Hand">
2025-08-31 15:35:28 +08:00
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V17 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M16,17z M0,0z M6.9333,0.111572C3.11689,0.111572 -5.16259E-07,3.22999 -5.16259E-07,7.04827 -5.16259E-07,10.8665 3.11689,13.9829 6.9333,13.9829 8.45757,13.9829 9.86954,13.4831 11.0166,12.6427L14.1583,15.7858C15.1805,16.7869,16.6805,15.2528,15.6583,14.2518L12.5333,11.1252C13.3704,9.97933 13.8666,8.57003 13.8666,7.04827 13.8666,3.22999 10.7497,0.111572 6.9333,0.111572z M6.9333,2.24594C9.59676,2.24594 11.7333,4.38351 11.7333,7.04827 11.7333,9.71302 9.59676,11.8485 6.9333,11.8485 4.26985,11.8485 2.13332,9.71302 2.13332,7.04827 2.13332,4.38351 4.26985,2.24594 6.9333,2.24594z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
<TextBlock FontSize="15" Text="软件设置" Foreground="#2e3436" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
2025-08-31 16:17:21 +08:00
<Border CornerRadius="8" Background="#d9d9d9" Width="34" Height="34" Margin="0,0,8,0" HorizontalAlignment="Right" MouseLeftButtonDown="MenuButton_Click" Cursor="Hand">
2025-08-31 15:35:28 +08:00
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M15,2L1,2 1,4 15,4 15,2z M15,7L1,7 1,9 15,9 15,7z M1,12L15,12 15,14 1,14 1,12z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<ItemsControl Name="SidebarItemsControl">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Margin="0,54,0,6"/>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>
<DataTemplate>
<Grid>
<Line Visibility="{Binding _spVisibility}" Margin="0,6" HorizontalAlignment="Center" X1="0" X2="234" Y1="0" Y2="0" Stroke="#d3d3d3" StrokeThickness="1" StrokeStartLineCap="Round" StrokeEndLineCap="Round"/>
<Border MouseDown="SidebarItem_MouseDown" MouseUp="SidebarItem_MouseUp" MouseLeave="SidebarItem_MouseLeave"
Tag="{Binding}" Visibility="{Binding _siVisibility}" Background="{Binding _siBackground}" Height="40" Margin="6,0,6,0" CornerRadius="7">
<Grid>
<Border Height="40" CornerRadius="7" Background="#09090b" IsHitTestVisible="false" Opacity="0" Name="MouseFeedbackBorder"/>
<StackPanel Orientation="Horizontal">
<Image Width="18" Height="18" Margin="14,0,9,0" VerticalAlignment="Center" Source="{Binding IconSource}"/>
<TextBlock FontSize="14" VerticalAlignment="Center" Text="{Binding Title}" Foreground="#FF222222"/>
</StackPanel>
</Grid>
</Border>
</Grid>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
</Grid>
</Border>
2025-08-31 16:24:57 +08:00
<!--AboutPanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="AboutPane">
<settingsViews:AboutPanel x:Name="SettingsAboutPanel"/>
</Grid>
2025-08-31 16:17:21 +08:00
2025-08-31 16:24:57 +08:00
<!--CanvasAndInkPanel-->
<Grid Margin="250,48,0,0" Visibility="Visible" Name="CanvasAndInkPane">
2025-08-31 15:35:28 +08:00
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="CanvasAndInkScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="使用更加明显的画笔光标" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="绘制时将使用系统默认的鼠标指针样式" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="UseObviousCursor">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="退出批注模式后隐藏墨迹" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="切换到鼠标模式时隐藏现有墨迹(不是删除)" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="HideInkWhenExitAnnotationMode">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="禁用模拟笔锋" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="禁用模拟笔锋有助于提升性能" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="DisablePenPressure">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="清空墨迹时不保留时光机历史记录" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="开启后,清空墨迹后将无法通过“撤销”功能恢复" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="AllowTransparency 使用黑色背景" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用不透明度为1的黑色背景阻止鼠标事件穿透" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="UseBlackBackgroundForTransparency">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="保留双曲线渐近线" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="祖传代码导致的Bug,等待修复" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="KeepHyperbolaAsymptote">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="使用墨迹擦" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="将擦除整条墨迹而非墨迹的一部分" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="UseInkEraser">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="板擦橡皮大小" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="EraserSize_VerySmall">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="很小"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="EraserSize_Small">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="小"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="EraserSize_Default">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="默认"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="EraserSize_Large">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="大"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="EraserSize_VeryLarge">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="很大"/>
</Border>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="白板模式" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<Image Height="19" Width="19" Margin="0,0,6,0">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V21 H21 V0 H0 Z">
<GeometryDrawing Brush="#FF000000" Geometry="F1 M21,21z M0,0z M10.2236,19.8291C7.85248,19.8291 6.12441,19.828 4.8039,19.6505 3.49777,19.4749 2.6655,19.1349 2.04165,18.5111 1.4178,17.8872 1.07784,17.055 0.902232,15.7488 0.724695,14.4283 0.723633,12.7003 0.723633,10.3291 0.723633,7.95794 0.724695,6.22988 0.902232,4.90937 1.07784,3.60324 1.4178,2.77097 2.04165,2.14712 2.6655,1.52327 3.49777,1.18331 4.8039,1.0077 6.12441,0.830163 7.85248,0.829102 10.2236,0.829102 12.5948,0.829102 14.3229,0.830163 15.6434,1.0077 16.9495,1.18331 17.7818,1.52327 18.4056,2.14712 19.0295,2.77097 19.3694,3.60324 19.545,4.90937 19.7226,6.22988 19.7236,7.95794 19.7236,10.3291 19.7236,12.7003 19.7226,14.4283 19.545,15.7488 19.3694,17.055 19.0295,17.8872 18.4056,18.5111 17.7818,19.1349 16.9495,19.4749 15.6434,19.6505 14.3229,19.828 12.5948,19.8291 10.2236,19.8291z">
<GeometryDrawing.Pen>
<Pen Brush="#FF3584E4" Thickness="1" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="默认背景色" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultBackgroundColor_GrayBlack">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="灰黑"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultBackgroundColor_GreenBlack">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="黑板绿"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultBackgroundColor_White">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="白色"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultBackgroundColor_BlueBlack">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="蓝黑"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultBackgroundColor_EyeProtection">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="护眼色"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultBackgroundColor_PureBlack">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="纯黑"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="默认稿纸格式" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultPaperFormat_None">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="无"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultPaperFormat_Dots">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="点"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="DefaultPaperFormat_Grid">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="网格"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="创建新页时始终使用默认背景色" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用默认背景色而不是当前页的背景色" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="UseDefaultBackgroundColorForNewPage">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="创建新页时始终使用默认背景稿纸格式" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用默认稿纸格式而不是当前页的稿纸格式" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="更换背景色也同时更换墨迹颜色" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="自动计算前景色并修改页面所有墨迹颜色为高对比度颜色" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="墨迹选择" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="墨迹选择模式" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="套索套选"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="矩形框选"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="将墨迹缩放应用于触笔笔尖" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="调整墨迹大小时也同时调节笔尖笔锋处大小" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="仅命中全部包含的墨迹" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="只有全部被选取覆盖的墨迹才能被命中" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="允许点选命中被锁定的墨迹" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后只有单独选择被锁定的墨迹才能命中" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<settingsViews:FloatingBarDnDSettingsPanel/>
</StackPanel>
</ScrollViewer>
</Grid>
<!--GesturesPanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="GesturesPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="GesturesScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="进退白板模式自动开关双指移动功能" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="退出白板自动关闭,进入白板自动开启" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="允许双指旋转与缩放选中的墨迹" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="允许选中墨迹后对墨迹进行双指或多指缩放操作" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="禁用IC祖传的手势橡皮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="如果发生误触的情况觉得很烦可以关掉" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="多指书写功能" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="修改该功能的偏好" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="每次启动都开启"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="每次启动都关闭"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="保持上次设置"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="触摸书写时隐藏鼠标指针" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="去掉WPF特有的烦人的触摸反馈指针" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="多指手势" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用多指书写功能" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="该选项和多指手势冲突,开启后支持多点触摸同时书写" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="210">
<Grid Height="54" VerticalAlignment="Top">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用多指手势" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="多指手势哪里都能用,也还比较好用" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Grid Margin="0,54,0,0">
<Border CornerRadius="6" VerticalAlignment="Top" Height="142" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<StackPanel VerticalAlignment="Center" Orientation="Vertical">
<Image Height="84" Source="{StaticResource TwoFingerMoveImage}"/>
<TextBlock Foreground="#71717a" FontSize="14" Margin="0,4,0,0" HorizontalAlignment="Center" Text="双指移动"></TextBlock>
</StackPanel>
<StackPanel VerticalAlignment="Center" Orientation="Vertical" Margin="16,0,0,0">
<Image Height="84" Source="{StaticResource TwoFingerPinchToZoomImage}"/>
<TextBlock Foreground="#71717a" FontSize="14" Margin="0,4,0,0" HorizontalAlignment="Center" Text="双指缩放"></TextBlock>
</StackPanel>
<StackPanel VerticalAlignment="Center" Orientation="Vertical" Margin="16,0,0,0">
<Image Height="84" Source="{StaticResource TwoFingerRotateImage}"/>
<TextBlock Foreground="#71717a" FontSize="14" Margin="0,4,0,0" HorizontalAlignment="Center" Text="双指旋转"></TextBlock>
</StackPanel>
</StackPanel>
</Grid>
</Border>
</Grid>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用双指移动画布" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="开启后使用两根手指来移动画布,达到和漫游功能一样的效果" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用双指缩放画布" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="双指伸开和捏合来缩放画布(墨迹过多可能会导致缩放时卡顿)" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用双指旋转画布" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="双指旋转画布墨迹(墨迹过多可能会导致旋转时卡顿)" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="鼠标手势" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="232">
<Grid Height="54" VerticalAlignment="Top">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用鼠标手势" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="鼠标手势也是哪里都能用,比较好用" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Grid Margin="0,54,0,0">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Column="0">
<Border CornerRadius="6" VerticalAlignment="Top" Height="122" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="86" Source="{StaticResource MouseRightButtonMoveImage}"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="右键移动画布" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="按住右键移动画布" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
<StackPanel Orientation="Vertical" Grid.Column="1">
<Border CornerRadius="6" VerticalAlignment="Top" Height="122" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="86" Source="{StaticResource MouseWheelZoomImage}"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="滚轮缩放画布" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="滑动滚轮原处缩放画布" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Grid>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="鼠标滚轮正方向" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="修改是向上滚为正方向还是向下滚是正方向" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="向下"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="向上"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="滚轮缩放功能调整为修改画笔粗细" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="开启后使用 Ctrl 修饰建恢复滚轮缩放功能" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="Windows Ink" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="橡皮按钮行为" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="忽略"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="墨迹擦"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="板擦"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="功能按钮行为" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="指笔上的筒形按钮" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="框选"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="套选"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="全选"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="撤销"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="快捷面板"/>
</Border>
</StackPanel>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--StartupPanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="StartupPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="StartupScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Orientation="Vertical">
<Border Height="44" Background="#d7e5f6">
<Grid Margin="0,1,0,0">
<TextBlock FontSize="14" FontWeight="Bold" Foreground="#2e3436" VerticalAlignment="Center" HorizontalAlignment="Center" Text="以管理员身份重启来修改部分设置"/>
<Border Background="#c1cedd" CornerRadius="6" Margin="0,0,8,0" HorizontalAlignment="Right" VerticalAlignment="Center" Height="30" Padding="12,0">
<TextBlock FontSize="13.5" FontWeight="Bold" Foreground="#2e3436" VerticalAlignment="Center" HorizontalAlignment="Center" Text="重启软件"/>
</Border>
</Grid>
</Border>
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="登录时启动 InkCanvasForClass" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="将会在“启动”文件夹下创建软件的快捷方式" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="自动启动时进入收纳模式" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="自动启动 ICC 后会进入收纳模式隐藏到侧边" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="Windows 启动时启动 InkCanvasForClass" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="该选项会将软件注册到开机自启项目中,需要管理员权限" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<StackPanel Orientation="Horizontal" Margin="4,12,4,0">
<Image Width="20" Height="20" Margin="0,0,9,0">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V17 H16 V0 H0 Z">
<GeometryDrawing Brush="#979a9b" Geometry="F1 M16,17z M0,0z M8.00781,0.0195312C3.59765,0.0195312 0.0078125,3.60937 0.0078125,8.01953 0.0078125,12.4297 3.59765,16.0195 8.00781,16.0195 12.418,16.0195 16.0078,12.4297 16.0078,8.01953 16.0078,3.60937 12.418,0.0195312 8.00781,0.0195312z M8.00781,2.01953C11.3398,2.01953 14.0078,4.6875 14.0078,8.01953 14.0078,11.3516 11.3398,14.0195 8.00781,14.0195 4.67578,14.0195 2.00781,11.3516 2.00781,8.01953 2.00781,4.6875 4.67578,2.01953 8.00781,2.01953z M8.00781,3.89453C7.38672,3.89453 6.88281,4.39844 6.88281,5.01953 6.88281,5.64062 7.38672,6.14453 8.00781,6.14453 8.6289,6.14453 9.13281,5.64062 9.13281,5.01953 9.13281,4.39844 8.6289,3.89453 8.00781,3.89453z M6.48434,7.01953C6.21872,7.03123 6.00781,7.25 6.00781,7.51953 6.00781,7.79687 6.23047,8.01953 6.50781,8.01953L7.00781,8.01953 7.00781,11.0195 6.50781,11.0195C6.23047,11.0195 6.00781,11.2422 6.00781,11.5195 6.00781,11.7969 6.23047,12.0195 6.50781,12.0195L9.50781,12.0195C9.78515,12.0195 10.0078,11.7969 10.0078,11.5195 10.0078,11.2422 9.78515,11.0195 9.50781,11.0195L9.00781,11.0195 9.00781,7.01953 6.50781,7.01953C6.49981,7.01953,6.49214,7.01953,6.48434,7.01953z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Foreground="#2e3436" Width="483" TextWrapping="Wrap" FontSize="13" Text="请注意,修改该选项您需要以管理员身份启动 InkCanvasForClass ,否则无法修改该选项!不建议开启该选项(除非普通方法出了问题)!"></TextBlock>
</StackPanel>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="以 WindowChrome 模式启动" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用高!性!能!的透明窗口渲染方式" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="总是以管理员身份启动" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="如果以普通用户身份启动则自动重启为管理员权限" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="使用基于UIAccess和输入线程抢夺强制置顶 ICC" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="非管理员使用输入线程抢夺和置顶守护,管理员使用 UIAccess" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="总是允许多开实例" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="我不知道你开这个选项是干什么,都你害的啦" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</StackPanel>
</ScrollViewer>
</Grid>
<!--AppearancePanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="AppearancePaneEx">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="AppearanceScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="0,12,0,24" HorizontalAlignment="Center" Width="524">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用动态透明度" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="大幅度优化了控件透明的可见性" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="强调色" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="实时修改实时生效" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,15,0">
<Border Width="24" Height="24" CornerRadius="12" Background="#2563eb">
<Border Margin="-5" BorderBrush="#2563eb" Opacity="0.7" BorderThickness="3" CornerRadius="18"></Border>
</Border>
<Border Width="24" Height="24" Margin="12,0,0,0" CornerRadius="12" Background="#dc2626"/>
<Border Width="24" Height="24" Margin="12,0,0,0" CornerRadius="12" Background="#16a34a"/>
<Border Width="24" Height="24" Margin="12,0,0,0" CornerRadius="12" Background="#9333ea"/>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="工具栏" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示按钮文本标签" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后不会显示工具按钮下面的文字标签" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏显示 ICC 图标" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后将无法移动工具栏,缩小工具栏为单个图标" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="工具栏正常情况下缩放" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="当前缩放:1.3x" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,15,0">
<Grid>
<Border Height="4" VerticalAlignment="Center" Margin="0,0,0,8" Width="280" Background="#DEDEDE" CornerRadius="2">
<Border Height="4" Width="80" HorizontalAlignment="Center" Margin="80,0,0,0" Background="#3584E4" CornerRadius="2"></Border>
</Border>
<Image RenderTransformOrigin="0.5,0.5" Width="21" Height="24" Source="{StaticResource GnomeSliderThumb}" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,0,0,8">
<Image.RenderTransform><TranslateTransform X="200"/></Image.RenderTransform>
<Image.Effect><DropShadowEffect BlurRadius="0" Color="#EFEFEF" Opacity="0.5" ShadowDepth="2" Direction="-90"></DropShadowEffect></Image.Effect>
</Image>
<Line VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,8" Height="9" X1="0" X2="0" Y1="0" Y2="9" Stroke="#CDCDCD" StrokeThickness="2"></Line>
</Grid>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="工具栏PPT下缩放" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="当前缩放:0.7x" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,15,0">
<Grid>
<Border Height="4" VerticalAlignment="Center" Margin="0,0,0,8" Width="280" Background="#DEDEDE" CornerRadius="2">
<Border Height="4" Width="80" HorizontalAlignment="Center" Margin="0,0,80,0" Background="#3584E4" CornerRadius="2"></Border>
</Border>
<Image RenderTransformOrigin="0.5,0.5" Width="21" Height="24" Source="{StaticResource GnomeSliderThumb}" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,0,0,8">
<Image.RenderTransform>
<TranslateTransform X="50"/>
</Image.RenderTransform>
<Image.Effect>
<DropShadowEffect BlurRadius="0" Color="#EFEFEF" Opacity="0.5" ShadowDepth="2" Direction="-90"></DropShadowEffect>
</Image.Effect>
</Image>
<Line VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,8" Height="9" X1="0" X2="0" Y1="0" Y2="9" Stroke="#CDCDCD" StrokeThickness="2"></Line>
</Grid>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="白板模式工具栏缩放" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="当前缩放:0.7x" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,15,0">
<Grid>
<Border Height="4" VerticalAlignment="Center" Margin="0,0,0,8" Width="280" Background="#DEDEDE" CornerRadius="2">
<Border Height="4" Width="80" HorizontalAlignment="Center" Margin="0,0,80,0" Background="#3584E4" CornerRadius="2"></Border>
</Border>
<Image RenderTransformOrigin="0.5,0.5" Width="21" Height="24" Source="{StaticResource GnomeSliderThumb}" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,0,0,8">
<Image.RenderTransform>
<TranslateTransform X="50"/>
</Image.RenderTransform>
<Image.Effect>
<DropShadowEffect BlurRadius="0" Color="#EFEFEF" Opacity="0.5" ShadowDepth="2" Direction="-90"></DropShadowEffect>
</Image.Effect>
</Image>
<Line VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,8" Height="9" X1="0" X2="0" Y1="0" Y2="9" Stroke="#CDCDCD" StrokeThickness="2"></Line>
</Grid>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="74">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="工具栏正常情况不透明度" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="当前不透明度:0.30" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,15,0">
<Grid>
<Border Height="4" VerticalAlignment="Center" Margin="0,0,0,24" Width="280" Background="#DEDEDE" CornerRadius="2">
<Border Height="4" Width="80" HorizontalAlignment="Center" Margin="0,0,80,0" Background="#3584E4" CornerRadius="2"></Border>
</Border>
<Image RenderTransformOrigin="0.5,0.5" Width="21" Height="24" Source="{StaticResource GnomeSliderThumb}" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,0,0,24">
<Image.RenderTransform>
<TranslateTransform X="50"/>
</Image.RenderTransform>
<Image.Effect>
<DropShadowEffect BlurRadius="0" Color="#EFEFEF" Opacity="0.5" ShadowDepth="2" Direction="-90"></DropShadowEffect>
</Image.Effect>
</Image>
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="0,0,0,6" VerticalAlignment="Bottom" >
<Line HorizontalAlignment="Center" Margin="0,0,0,3" Height="10" X1="0" X2="0" Y1="0" Y2="10" Stroke="#9a9996" StrokeThickness="2"/>
<TextBlock Foreground="#9a9996" FontSize="11" Text="半透明"></TextBlock>
</StackPanel>
<StackPanel Orientation="Vertical" HorizontalAlignment="Left" Margin="0,0,0,6" VerticalAlignment="Bottom" >
<Line HorizontalAlignment="Left" Margin="0,0,0,3" Height="10" X1="0" X2="0" Y1="0" Y2="10" Stroke="#9a9996" StrokeThickness="2"/>
<TextBlock Foreground="#9a9996" Margin="-2,0,0,0" FontSize="11" Text="几乎全透明"></TextBlock>
</StackPanel>
<StackPanel Orientation="Vertical" HorizontalAlignment="Right" Margin="0,0,0,6" VerticalAlignment="Bottom" >
<Line HorizontalAlignment="Right" Margin="0,0,0,3" Height="10" X1="0" X2="0" Y1="0" Y2="10" Stroke="#9a9996" StrokeThickness="2"/>
<TextBlock Foreground="#9a9996" Margin="0,0,-2,0" FontSize="11" Text="不透明"></TextBlock>
</StackPanel>
</Grid>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="74">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="工具栏PPT下不透明度" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="当前不透明度:0.30" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,15,0">
<Grid>
<Border Height="4" VerticalAlignment="Center" Margin="0,0,0,24" Width="280" Background="#DEDEDE" CornerRadius="2">
<Border Height="4" Width="80" HorizontalAlignment="Center" Margin="0,0,80,0" Background="#3584E4" CornerRadius="2"></Border>
</Border>
<Image RenderTransformOrigin="0.5,0.5" Width="21" Height="24" Source="{StaticResource GnomeSliderThumb}" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="0,0,0,24">
<Image.RenderTransform>
<TranslateTransform X="50"/>
</Image.RenderTransform>
<Image.Effect>
<DropShadowEffect BlurRadius="0" Color="#EFEFEF" Opacity="0.5" ShadowDepth="2" Direction="-90"></DropShadowEffect>
</Image.Effect>
</Image>
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="0,0,0,6" VerticalAlignment="Bottom" >
<Line HorizontalAlignment="Center" Margin="0,0,0,3" Height="10" X1="0" X2="0" Y1="0" Y2="10" Stroke="#9a9996" StrokeThickness="2"/>
<TextBlock Foreground="#9a9996" FontSize="11" Text="半透明"></TextBlock>
</StackPanel>
<StackPanel Orientation="Vertical" HorizontalAlignment="Left" Margin="0,0,0,6" VerticalAlignment="Bottom" >
<Line HorizontalAlignment="Left" Margin="0,0,0,3" Height="10" X1="0" X2="0" Y1="0" Y2="10" Stroke="#9a9996" StrokeThickness="2"/>
<TextBlock Foreground="#9a9996" Margin="-2,0,0,0" FontSize="11" Text="几乎全透明"></TextBlock>
</StackPanel>
<StackPanel Orientation="Vertical" HorizontalAlignment="Right" Margin="0,0,0,6" VerticalAlignment="Bottom" >
<Line HorizontalAlignment="Right" Margin="0,0,0,3" Height="10" X1="0" X2="0" Y1="0" Y2="10" Stroke="#9a9996" StrokeThickness="2"/>
<TextBlock Foreground="#9a9996" Margin="0,0,-2,0" FontSize="11" Text="不透明"></TextBlock>
</StackPanel>
</Grid>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="白板模式下书写时工具栏半透明" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="书写时根据背景色自动计算半透明渐变,抬手恢复" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="白板模式" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示日期和时间" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="开启后白板左上角会显示当前的日期和时间" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示 InkCanvasForClass Logo 水印" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="建议开启,显示 ICC 水印以表示你支持 ICC 后续开发" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="禁用页面缩略图列表" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="禁用后无法点击页码按钮来快速切换页面" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用滚轮翻页" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="在页码指示器上滚动滚轮以实现翻页功能" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="完全禁用白板模式" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="隐藏任何白板模式的入口并禁用有关白板模式的行为" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="工具栏按钮" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="使用自定义的浮动工具栏按钮布局" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="{StaticResource CursorIconImage}"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏显示“墨迹选择”按钮"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅仅生效于浮动工具栏的“墨迹选择”按钮,白板模式不受影响" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示“形状”按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="不显示将无法手动绘制形状" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏显示“冻结”按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="不显示将无法手动冻结画面" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="{StaticResource PanningIconImage}"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示“漫游”按钮"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后将无法使用漫游功能" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="{StaticResource UndoIconImage}"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示“撤销”按钮"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后将只能使用快捷键撤销" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="{StaticResource RedoIconImage}"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="显示“重做”按钮"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后将只能使用快捷键重做" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏显示“清并鼠”按钮" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏显示“手势”按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后无法快速修改多指手势和多指书写相关选项" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏橡皮按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="修改浮动工具栏重橡皮按钮的显示" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="仅线擦"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="仅板擦"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="我全都要"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="浮动工具栏显示单个橡皮按钮时显示为“橡皮”" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="不显示具体的“板擦”或者“线擦”,而只显示“橡皮”" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="AppearancePane">
<settingsViews:AppearancePanel/>
</Grid>
<!--InkRecognitionPanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="InkRecognitionPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="InkRecognitionScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用墨迹转形状" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="基于微软的清朝老库IACore实现" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableInkToShape">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="识别选项" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="418">
<Grid Height="54" VerticalAlignment="Top">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="墨迹识别范围" HorizontalAlignment="Left"/>
2025-08-31 17:07:40 +08:00
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="允许哪些墨迹自动识别并转换为标准形状" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="InkRecognitionRange">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Grid Margin="0,54,0,0">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<StackPanel Orientation="Vertical" Grid.Column="0" Grid.Row="0">
<Border CornerRadius="6" VerticalAlignment="Top" Height="122" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="86" Source="{StaticResource InkRecognitionRectangleImage}"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="识别四边形" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="矩形/平四/菱形/梯形等" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="RecognizeQuadrilateral">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
<StackPanel Orientation="Vertical" Grid.Column="1" Grid.Row="0">
<Border CornerRadius="6" VerticalAlignment="Top" Height="122" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="96" Source="{StaticResource InkRecognitionTriangleImage}"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="识别三角形" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="等腰/直角/等边等三角形" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="RecognizeTriangle">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
<StackPanel Orientation="Vertical" Grid.Column="0" Grid.Row="1">
<Border CornerRadius="6" VerticalAlignment="Top" Height="122" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="96" Source="{StaticResource InkRecognitionEllipseImage}"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="识别圆形" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="椭圆和正圆形" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="RecognizeCircle">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
<StackPanel Orientation="Vertical" Grid.Column="1" Grid.Row="1">
<Border CornerRadius="6" VerticalAlignment="Top" Height="122" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="100" Source="{StaticResource InkRecognitionLineImage}"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="识别直线" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="检测手绘直线并拉直" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="RecognizeLine">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Grid>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="墨迹识别后转换行为" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="指定墨迹被识别后转换成什么类型进行渲染" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="InkRecognitionBehavior_Ink">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="墨迹"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="InkRecognitionBehavior_Shape">
2025-08-31 15:35:28 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="形状"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用三角形和矩形每边模拟压力值" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅上个选项设置为“墨迹”时生效,使识别后的图形更美观" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="同心圆识别矫正" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="绘制圆中圆时识别为同心圆绘制并纠正位置关系" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="ConcentricCircleCorrection">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--AutomationPanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="AutomationPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="AutomationScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用自动收纳" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="当检测到指定应用活动时自动收纳 ICC 到屏幕侧边" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableAutoHide">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用自动查杀" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="检测到指定软件运行时直接把它嘎掉" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableAutoKill">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用桌面画板悬浮窗杀手" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="查杀各大白板软件的桌面悬浮窗并用 icc 代替" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableWhiteboardKiller">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="自动收纳" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/EasiNote.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="EasiNote5" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/EasiNote5C.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃轻白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="EasiNote3C, EasiNote5C" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/EasiNote3.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃白板3" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="EasiNote3" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/EasiCamera.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃视频展台" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="EasiCamera" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/EasiNote.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃其他全屏软件" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="LuckyRandom, RollCall, 希沃桌面, Shirui" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/SeewoPinco.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃品课" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="SeewoPinco" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/HiteBoard.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="鸿合白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="HiteBoard" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/HiteCamera.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="鸿合视频展台" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="HiteCamera" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/HiteAnnotation.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="鸿合屏幕书写" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="HiteAnnotation" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/HiteLightBoard.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="鸿合轻量白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="HiteLightBoard" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/WenXiang.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="文香白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="WenXiangBoard" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/YiYunWhiteboard.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="艺云白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="YiYunWhiteboard" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/YiYunVisualPresenter.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="艺云视频展台" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="YiYunVisualPresenter" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用自动收纳用户规则" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用用户规则完善自动收纳的软件数据" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="打开用户规则目录" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="检测到 0 条规则,已加载 0 条规则" HorizontalAlignment="Left"/>
</StackPanel>
<Image Margin="0,0,18,0" HorizontalAlignment="Right" Width="16" Height="16" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M16,16z M0,0z M3,2C1.338,2,0,3.338,0,5L0,13C0,14.662,1.338,16,3,16L11,16C12.662,16,14,14.662,14,13L14,9C13.9998,8.4477 13.5522,8 13,8 12.4478,8 12.0002,8.4477 12,9L12,13C12,13.554,11.554,14,11,14L3,14C2.446,14,2,13.554,2,13L2,5C2,4.446,2.446,4,3,4L7,4C7.5523,4 8,3.5523 8,3 8,2.4477 7.5523,2 7,2L3,2z M10,0C9.4477,0 9,0.4477 9,1 9,1.5523 9.4477,2 10,2L12.584,2 7.29303,7.29102C6.90133,7.68172 6.90133,8.31627 7.29303,8.70697 7.68353,9.09737 8.31659,9.09737 8.70709,8.70697L14,3.41412 14,6C14,6.5523 14.4477,7 15,7 15.5523,7 16,6.5523 16,6L16,1C15.9996,0.913 15.988,0.826187 15.965,0.742188 15.942,0.657187 15.909,0.576 15.865,0.5 15.822,0.424 15.768,0.35483 15.7068,0.29303 15.6918,0.28103 15.6758,0.268996 15.6598,0.257996 15.6048,0.207996 15.5433,0.164989 15.4782,0.129089 15.4412,0.110089 15.4022,0.0940781 15.363,0.0800781 15.312,0.0590781 15.2601,0.0431279 15.2067,0.0311279 15.1667,0.0211279 15.1267,0.0171226 15.0856,0.0131226 15.0566,0.00312256 15.0286,0.00309863 14.9996,0.00109863L10,0z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="白板模式下临时禁止自动收纳" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用用户规则完善自动收纳的软件数据" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="osu! 以窗口模式运行时自动收纳" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="彩蛋功能,如标题所述" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="自动查杀" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"></TextBlock>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/EasiNote.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="希沃白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="EasiNote5" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/HiteAnnotation.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="鸿合屏幕书写" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="HiteAnnotation" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,58,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
<Border Width="32" Height="32" CornerRadius="16" Margin="0,0,15,0" Background="#ebebeb" HorizontalAlignment="Right" VerticalAlignment="Center">
<Image Width="16" Height="16">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/YiYunWhiteboard.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="艺云白板" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="YiYunWhiteboard" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/VComYouJiao.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="优教授课端" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="VComYouJiao" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/PPTTools.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="PPT小工具" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="查杀 PPT 小工具会导致希沃课堂授课助手无法使用" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用自动查杀用户规则" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用用户规则完善自动查杀的软件数据" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="打开用户规则目录" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="检测到 0 条规则,已加载 0 条规则" HorizontalAlignment="Left"/>
</StackPanel>
<Image Margin="0,0,18,0" HorizontalAlignment="Right" Width="16" Height="16" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F1 M16,16z M0,0z M3,2C1.338,2,0,3.338,0,5L0,13C0,14.662,1.338,16,3,16L11,16C12.662,16,14,14.662,14,13L14,9C13.9998,8.4477 13.5522,8 13,8 12.4478,8 12.0002,8.4477 12,9L12,13C12,13.554,11.554,14,11,14L3,14C2.446,14,2,13.554,2,13L2,5C2,4.446,2.446,4,3,4L7,4C7.5523,4 8,3.5523 8,3 8,2.4477 7.5523,2 7,2L3,2z M10,0C9.4477,0 9,0.4477 9,1 9,1.5523 9.4477,2 10,2L12.584,2 7.29303,7.29102C6.90133,7.68172 6.90133,8.31627 7.29303,8.70697 7.68353,9.09737 8.31659,9.09737 8.70709,8.70697L14,3.41412 14,6C14,6.5523 14.4477,7 15,7 15.5523,7 16,6.5523 16,6L16,1C15.9996,0.913 15.988,0.826187 15.965,0.742188 15.942,0.657187 15.909,0.576 15.865,0.5 15.822,0.424 15.768,0.35483 15.7068,0.29303 15.6918,0.28103 15.6758,0.268996 15.6598,0.257996 15.6048,0.207996 15.5433,0.164989 15.4782,0.129089 15.4412,0.110089 15.4022,0.0940781 15.363,0.0800781 15.312,0.0590781 15.2601,0.0431279 15.2067,0.0311279 15.1667,0.0211279 15.1267,0.0171226 15.0856,0.0131226 15.0566,0.00312256 15.0286,0.00309863 14.9996,0.00109863L10,0z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--PowerPointPanel-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="PowerPointPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="PowerPointScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/Powerpoint.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用 PowerPoint COM 支持" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="启用基于 COM 接口的 PPT 交互功能" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnablePowerPointCom">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Image Width="24" Height="24" Source="../Resources/Icons-png/WPS.png"></Image>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用 WPS COM 支持" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="不建议使用 WPS,纯纯就一个垃圾软件" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableWpsCom">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="COM 返回版本" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="18,0,0,0"/>
<TextBlock Name="PowerPointComVersion" Foreground="#878787" FontSize="14.5" Text="Microsoft Office PowerPoint 16.0.0.2351" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,18,0"/>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="VSTO 支持" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"/>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用 VSTO 支持" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="VSTO 可缓解 Office 和 WPS 的 COM 接口冲突问题" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableVsto">
2025-08-31 15:35:28 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="Office VSTO" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="16.0.0.2351" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,18,0">
<Image Margin="0,0,6,0" Width="16" Height="16" VerticalAlignment="Center" Source="{StaticResource ErrorIconImage}"/>
<TextBlock FontWeight="Bold" Foreground="#e01b24" FontSize="14.5" Text="找不到 VSTO 通信后端" VerticalAlignment="Center" HorizontalAlignment="Right"/>
<Image Margin="12,0,0,0" Width="16" Height="16" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="WPS Office VSTO" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="9.12.0.0132" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Margin="0,0,18,0">
<Image Margin="0,0,6,0" Width="18" Height="18" VerticalAlignment="Center" Source="{StaticResource SuccessIconImage}"/>
<TextBlock FontWeight="Bold" Foreground="#26a269" FontSize="14.5" Text="pong! VSTO 通信正常" VerticalAlignment="Center" HorizontalAlignment="Right"/>
<Image Margin="12,0,0,0" Width="16" Height="16" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V16 H16 V0 H0 Z">
<GeometryDrawing Brush="#FF222222" Geometry="F0 M16,16z M0,0z M5.70674,1.29318L11.7067,7.29318C11.8942,7.48073 11.9995,7.73504 11.9995,8.00021 11.9995,8.26538 11.8942,8.5197 11.7067,8.70724L5.70674,14.7072C5.51921,14.8947 5.26489,15.0001 4.99971,15.0001 4.73453,15.0001 4.48021,14.8947 4.29268,14.7072 4.10519,14.5197 3.99986,14.2654 3.99986,14.0002 3.99986,13.735 4.10519,13.4807 4.29268,13.2932L9.58564,8.00021 4.29268,2.70724C4.10519,2.51971 3.99986,2.26539 3.99986,2.00021 3.99986,1.73503 4.10519,1.48071 4.29268,1.29318 4.48021,1.10569 4.73453,1.00037 4.99971,1.00037 5.26489,1.00037 5.51921,1.10569 5.70674,1.29318z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="PPT 行为" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"/>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="仅 PPT 放映模式(非 PPT 放映模式下隐藏 ICC)" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅在 PPT 放映时显示 ICC,放映结束后隐藏 ICC,可通过托盘菜单取消隐藏" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="开始 PPT 放映后自动收纳" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="进入放映模式后将 ICC 收纳到屏幕侧边" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<StackPanel Orientation="Horizontal">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="PPT 放映时不显示自带工具按钮" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<Border Height="20" CornerRadius="10" Background="#99f9f06b" Margin="8,0,0,0" Padding="8,0">
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
<Image Width="15" Height="15" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#854d0e" Geometry="F1 M24,24z M0,0z M11.0128,12.0001L11.0128,21.7541C8.82443,21.0462 6.86303,19.7703 5.32881,18.0567 3.79459,16.3431 2.74247,14.2532 2.27982,12.0001L11.0138,12.0001 11.0128,12.0001z M20.2968,15.7941C18.6969,18.6172,16.0991,20.7399,13.0138,21.7451L13.0128,12.0001 21.7208,12.0001C21.448,13.3316,20.9675,14.6119,20.2968,15.7941z M11.0138,2.52612L11.0128,10.0001 2.02682,10.0001C1.95882,8.56812 2.12782,7.12012 2.54082,5.71812 2.60393,5.50338 2.73726,5.31601 2.91947,5.18602 3.10167,5.05603 3.32223,4.99092 3.54582,5.00112 6.13403,5.11958 8.68099,4.32065 10.7378,2.74512L11.0138,2.52612z M13.0128,10.0001L13.0128,2.54712 12.9228,2.47412C14.9401,4.14969,17.4897,5.04942,20.1118,5.01112L20.4538,5.00112C20.6774,4.99092 20.898,5.05603 21.0802,5.18602 21.2624,5.31601 21.3957,5.50338 21.4588,5.71812 21.8718,7.12112 22.0408,8.56812 21.9728,10.0001L13.0128,10.0001z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Foreground="#854d0e" Text="管理员" FontSize="12" Margin="3,0,0,0" VerticalAlignment="Center"/>
</StackPanel>
</Border>
</StackPanel>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="将会修改注册表,仅对 Office 生效" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<StackPanel Orientation="Horizontal">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="PPT 放映结束时隐藏黑色背景页面" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<Border Height="20" CornerRadius="10" Background="#99f9f06b" Margin="8,0,0,0" Padding="8,0">
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
<Image Width="15" Height="15" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#854d0e" Geometry="F1 M24,24z M0,0z M11.0128,12.0001L11.0128,21.7541C8.82443,21.0462 6.86303,19.7703 5.32881,18.0567 3.79459,16.3431 2.74247,14.2532 2.27982,12.0001L11.0138,12.0001 11.0128,12.0001z M20.2968,15.7941C18.6969,18.6172,16.0991,20.7399,13.0138,21.7451L13.0128,12.0001 21.7208,12.0001C21.448,13.3316,20.9675,14.6119,20.2968,15.7941z M11.0138,2.52612L11.0128,10.0001 2.02682,10.0001C1.95882,8.56812 2.12782,7.12012 2.54082,5.71812 2.60393,5.50338 2.73726,5.31601 2.91947,5.18602 3.10167,5.05603 3.32223,4.99092 3.54582,5.00112 6.13403,5.11958 8.68099,4.32065 10.7378,2.74512L11.0138,2.52612z M13.0128,10.0001L13.0128,2.54712 12.9228,2.47412C14.9401,4.14969,17.4897,5.04942,20.1118,5.01112L20.4538,5.00112C20.6774,4.99092 20.898,5.05603 21.0802,5.18602 21.2624,5.31601 21.3957,5.50338 21.4588,5.71812 21.8718,7.12112 22.0408,8.56812 21.9728,10.0001L13.0128,10.0001z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Foreground="#854d0e" Text="管理员" FontSize="12" Margin="3,0,0,0" VerticalAlignment="Center"/>
</StackPanel>
</Border>
</StackPanel>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="将会修改注册表,仅对 Office 生效" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<StackPanel Orientation="Horizontal">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="PPT 强制禁用触摸屏两侧工具按钮" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<Border Height="20" CornerRadius="10" Background="#99f9f06b" Margin="8,0,0,0" Padding="8,0">
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
<Image Width="15" Height="15" VerticalAlignment="Center">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<GeometryDrawing Brush="#854d0e" Geometry="F1 M24,24z M0,0z M11.0128,12.0001L11.0128,21.7541C8.82443,21.0462 6.86303,19.7703 5.32881,18.0567 3.79459,16.3431 2.74247,14.2532 2.27982,12.0001L11.0138,12.0001 11.0128,12.0001z M20.2968,15.7941C18.6969,18.6172,16.0991,20.7399,13.0138,21.7451L13.0128,12.0001 21.7208,12.0001C21.448,13.3316,20.9675,14.6119,20.2968,15.7941z M11.0138,2.52612L11.0128,10.0001 2.02682,10.0001C1.95882,8.56812 2.12782,7.12012 2.54082,5.71812 2.60393,5.50338 2.73726,5.31601 2.91947,5.18602 3.10167,5.05603 3.32223,4.99092 3.54582,5.00112 6.13403,5.11958 8.68099,4.32065 10.7378,2.74512L11.0138,2.52612z M13.0128,10.0001L13.0128,2.54712 12.9228,2.47412C14.9401,4.14969,17.4897,5.04942,20.1118,5.01112L20.4538,5.00112C20.6774,4.99092 20.898,5.05603 21.0802,5.18602 21.2624,5.31601 21.3957,5.50338 21.4588,5.71812 21.8718,7.12112 22.0408,8.56812 21.9728,10.0001L13.0128,10.0001z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
<TextBlock Foreground="#854d0e" Text="管理员" FontSize="12" Margin="3,0,0,0" VerticalAlignment="Center"/>
</StackPanel>
</Border>
</StackPanel>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅对 Office 生效,用于将触摸屏侧边工具按钮恢复到左下角" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="将数据存储进 PPT 文件内(实验性功能)" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="将上次放映页数和墨迹存储进 PPT 文件,仅对非移动设备文件生效" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="记忆并提示上次播放位置" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="记录最后放映的位置,下次打开 PPT 文件时提示" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="提示取消隐藏隐藏幻灯片" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="检测到有隐藏幻灯片时提示用户取消隐藏" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="提示是否禁用自动播放" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="检测到有排练计时生效时,提示用户是否在放映时禁用" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="最后放映位置" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"/>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#3584e4">
<Border Height="8" Width="8" CornerRadius="4" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="弹窗提醒" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="打开 PPT 文件时使用弹窗询问用户是否跳转到上次放映位置" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="Toast 通知提示" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="打开 PPT 时窗口右下角弹出提示是否跳转到上次放映位置" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="静默" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="打开 PPT 时自动跳转到上次放映位置,没有任何通知" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="取消隐藏隐藏幻灯片" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"/>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#3584e4">
<Border Height="8" Width="8" CornerRadius="4" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="弹窗提醒" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用弹窗询问用户是否取消隐藏隐藏幻灯片" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="Toast 通知提示" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="窗口右下角弹出提示是否取消隐藏隐藏幻灯片" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="静默(不推荐)" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="自动取消隐藏所有的隐藏幻灯片,没有任何通知" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="惰性检测" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅在开始放映时检测是否有隐藏幻灯片" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="同时检测并修复启用了0秒自动换片时间的幻灯片" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭0秒自动换片时间的幻灯片的自动翻页选项并启用单击鼠标换页" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="不取消隐藏开头和末尾的隐藏幻灯片" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="如题所述,只修复中间部分的隐藏幻灯片" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="自动播放提醒" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"/>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#3584e4">
<Border Height="8" Width="8" CornerRadius="4" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="弹窗提醒" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="打开 PPT 文件时使用弹窗询问用户是否禁用自动播放" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="Toast 通知提示" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="打开 PPT 时窗口右下角弹出提示是否禁用自动播放" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="静默" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="打开 PPT 时自动禁用自动播放,没有任何通知" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<TextBlock Text="PPT 放映辅助" FontSize="15" FontWeight="Bold" Foreground="#2e3436" Margin="0,25,0,0"/>
<Border Margin="0,12,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用 PPT 放映辅助" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="放映辅助可以让批注跟随 PPT 翻页,同时提供翻页按钮等功能" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#3584e4">
<Border Height="8" Width="8" CornerRadius="4" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="完整" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="显示两侧和底部的翻页按钮,同时显示快捷按钮" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="简约" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="只显示底部的翻页按钮,不显示快捷按钮" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="最小化" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="只为 PPT 放映做基本支持,无任何附加的辅助控件显示" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Horizontal" Margin="18,0,0,0">
<Border Width="18" Height="18" CornerRadius="9" Background="#dedcda">
<Border Height="12" Width="12" CornerRadius="6" VerticalAlignment="Center" HorizontalAlignment="Center" Background="#fafafa"></Border>
</Border>
<StackPanel Orientation="Vertical" Margin="12,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="自定义" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="使用自定义的方案" HorizontalAlignment="Left"/>
</StackPanel>
</StackPanel>
</Grid>
</StackPanel>
</Border>
<Border Margin="0,25,0,0" BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="248">
<Grid Height="54" VerticalAlignment="Top">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用翻页按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="在放映 PPT 时,显示触摸友好的翻页按钮来代替软件自带的工具栏" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Grid Margin="0,54,0,0">
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<StackPanel Orientation="Vertical" Grid.Column="0">
<Border CornerRadius="6" VerticalAlignment="Top" Height="152" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="126" RenderOptions.BitmapScalingMode="HighQuality" Source="../Resources/Illustrations/settingsv2-powerpoint-pagebtns-bottom.png"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="42">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="底部翻页按钮" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
<StackPanel Orientation="Vertical" Grid.Column="1">
<Border CornerRadius="6" VerticalAlignment="Top" Height="152" Margin="16,0" Background="#f6f5f4" BorderBrush="#deddda" BorderThickness="2">
<Grid>
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Center">
<Image Height="126" RenderOptions.BitmapScalingMode="HighQuality" Source="../Resources/Illustrations/settingsv2-powerpoint-pagebtns-side.png"/>
</StackPanel>
</Grid>
</Border>
<Grid Height="42">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="两侧翻页按钮" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,18,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Grid>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="页码按钮点击行为" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="“页面纵览”仅支持 OfficeWPS 吃屎去吧" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="页面纵览"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="ICC 页面列表"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="无"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="两侧翻页按钮可见性" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅开启“两侧翻页按钮”后生效" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="仅左侧"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="仅右侧"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="两边都显示"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="底部翻页按钮可见性" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="仅开启“底部翻页按钮”后生效" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="仅左侧"/>
</Border>
<Border Padding="13,7" CornerRadius="8">
<TextBlock Foreground="#2e3436" FontSize="14" Text="仅右侧"/>
</Border>
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1">
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="两边都显示"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="两侧翻页按钮显示页码按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后将禁用两侧翻页按钮的页码按钮" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="底部翻页按钮显示页码按钮" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="关闭后将禁用底部翻页按钮的页码按钮" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
2025-08-31 15:58:58 +08:00
<!--个性化设置面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="ThemePane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="ThemeScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="主题" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="选择应用程序的主题" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="Theme_Light">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="浅色"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="Theme_Dark">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="深色"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="Theme_System">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="跟随系统"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="语言" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="选择应用程序的语言" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="Language_Chinese">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="简体中文"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="Language_English">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="English"/>
</Border>
</StackPanel>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--快捷键设置面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="ShortcutsPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="ShortcutsScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="新建页面" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="创建新的画布页面" HorizontalAlignment="Left"/>
</StackPanel>
<TextBlock Foreground="#878787" FontSize="14.5" Text="Ctrl+N" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,18,0"/>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="保存" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="保存当前画布" HorizontalAlignment="Left"/>
</StackPanel>
<TextBlock Foreground="#878787" FontSize="14.5" Text="Ctrl+S" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,18,0"/>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="撤销" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="撤销上一步操作" HorizontalAlignment="Left"/>
</StackPanel>
<TextBlock Foreground="#878787" FontSize="14.5" Text="Ctrl+Z" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,18,0"/>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="重做" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="重做上一步操作" HorizontalAlignment="Left"/>
</StackPanel>
<TextBlock Foreground="#878787" FontSize="14.5" Text="Ctrl+Y" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,18,0"/>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--崩溃处理面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="CrashActionPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="CrashActionScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="崩溃时自动重启" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="应用程序崩溃时自动重启" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="AutoRestartOnCrash">
2025-08-31 15:58:58 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="发送崩溃报告" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="自动发送崩溃报告以帮助改进应用程序" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="SendCrashReport">
2025-08-31 15:58:58 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--幸运随机面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="LuckyRandomPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="LuckyRandomScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="启用幸运随机功能" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="启用一些随机的有趣功能" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="EnableLuckyRandom">
2025-08-31 15:58:58 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--存储面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="StoragePane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="StorageScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="自动保存" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="定期自动保存画布内容" HorizontalAlignment="Left"/>
</StackPanel>
<Border Width="48" Height="25" Background="#3584e4" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0">
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Right" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="自动保存间隔" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="设置自动保存的时间间隔" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="AutoSaveInterval_30Seconds">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="30秒"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="AutoSaveInterval_1Minute">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="1分钟"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="AutoSaveInterval_5Minutes">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="5分钟"/>
</Border>
</StackPanel>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--截图面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="SnapshotPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="SnapshotScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="截图质量" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="设置截图的图像质量" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="ScreenshotQuality_Low">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="低"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="ScreenshotQuality_Medium">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="中"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="ScreenshotQuality_High">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="高"/>
</Border>
</StackPanel>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="截图格式" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="选择截图的文件格式" HorizontalAlignment="Left"/>
</StackPanel>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="0,0,15,0">
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" Background="#e1e1e1" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="ScreenshotFormat_PNG">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" FontWeight="Bold" Text="PNG"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="ScreenshotFormat_JPEG">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="JPEG"/>
</Border>
2025-08-31 17:07:40 +08:00
<Border Padding="13,7" CornerRadius="8" MouseLeftButtonDown="OptionButton_Click" Cursor="Hand" Tag="ScreenshotFormat_BMP">
2025-08-31 15:58:58 +08:00
<TextBlock Foreground="#2e3436" FontSize="14" Text="BMP"/>
</Border>
</StackPanel>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
<!--高级面板-->
<Grid Margin="250,48,0,0" Visibility="Collapsed" Name="AdvancedPane">
<ScrollViewer ScrollChanged="ScrollViewerEx_ScrollChanged" IsManipulationEnabled="True" Name="AdvancedScrollViewerEx" IsDeferredScrollingEnabled="True" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Disabled" IsTabStop="False" TabIndex="-1" Margin="0,0,2,2">
<StackPanel Margin="60,12,60,24">
<Border BorderBrush="#e6e6e6" BorderThickness="1.25,1.25,1.25,4" CornerRadius="8">
<StackPanel Orientation="Vertical">
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="调试模式" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="启用调试模式以获取详细的错误信息" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="DebugMode">
2025-08-31 15:58:58 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
<Border Height="1" Background="#ebebeb"/>
<Grid Height="54">
<StackPanel Orientation="Vertical" Margin="18,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<TextBlock Foreground="#2e3436" FontSize="14.5" Text="性能监控" HorizontalAlignment="Left"/>
<TextBlock Foreground="#9a9996" FontSize="11" Margin="0,3.5,0,0" Text="显示性能监控信息" HorizontalAlignment="Left"/>
</StackPanel>
2025-08-31 17:07:40 +08:00
<Border Width="48" Height="25" Background="#e1e1e1" VerticalAlignment="Center" HorizontalAlignment="Right" CornerRadius="12" Margin="0,0,15,0" Padding="3,0" MouseLeftButtonDown="ToggleSwitch_Click" Cursor="Hand" Tag="PerformanceMonitoring">
2025-08-31 15:58:58 +08:00
<Border Width="19" Height="19" Background="White" CornerRadius="10" HorizontalAlignment="Left" VerticalAlignment="Center">
<Border.Effect>
<DropShadowEffect BlurRadius="4" Direction="-45" Color="Black" Opacity="0.3" ShadowDepth="0"></DropShadowEffect>
</Border.Effect>
</Border>
</Border>
</Grid>
</StackPanel>
</Border>
</StackPanel>
</ScrollViewer>
</Grid>
2025-08-31 15:35:28 +08:00
<!--Topbar-->
2025-08-31 16:24:57 +08:00
<Grid Height="48" VerticalAlignment="Top" Margin="250,0,0,0">
2025-08-31 15:35:28 +08:00
<Border Height="48" CornerRadius="0,6,0,0" Background="#fafafa">
<Border.Clip>
<RectangleGeometry Rect="0,0,640,56"/>
</Border.Clip>
<Border Height="48" CornerRadius="0,6,0,0" Background="#fafafa" >
<Border.Effect>
<DropShadowEffect Direction="-90" ShadowDepth="3" BlurRadius="4" Color="#000000" Opacity="0.25" x:Name="DropShadowEffectTopBar"/>
</Border.Effect>
</Border>
</Border>
<TextBlock FontSize="16" Text="设置标题" Name="SettingsWindowTitle" Foreground="#2e3436" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
2025-08-31 16:06:36 +08:00
<Border CornerRadius="8" Background="#33ef4444" Width="34" Height="34" Margin="0,0,8,0" HorizontalAlignment="Right" MouseLeftButtonDown="CloseButton_Click" Cursor="Hand">
2025-08-31 15:35:28 +08:00
<Image Width="12" Height="12">
<Image.Source>
<DrawingImage>
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V12 H12 V0 H0 Z">
<GeometryDrawing Brush="#991b1b" Geometry="F1 M12,12z M0,0z M0.999846,0C0.734646,4.07258E-05 0.480321,0.105424 0.292816,0.29297 0.105327,0.4805 0,0.734821 0,1 0,1.26518 0.105327,1.5195 0.292816,1.70703L4.58579,6 0.292816,10.293C0.105327,10.4805 0,10.7348 0,11 0,11.2652 0.105327,11.5195 0.292816,11.707 0.480347,11.8945 0.734668,11.9998 0.999846,11.9998 1.26503,11.9998 1.51935,11.8945 1.70688,11.707L5.99985,7.41406 10.2928,11.707C10.4803,11.8945 10.7347,11.9998 10.9998,11.9998 11.265,11.9998 11.5193,11.8945 11.7069,11.707 11.8944,11.5195 11.9997,11.2652 11.9997,11 11.9997,10.7348 11.8944,10.4805 11.7069,10.293L7.41391,6 11.7069,1.70703C11.8944,1.5195 11.9997,1.26518 11.9997,1 11.9997,0.734821 11.8944,0.4805 11.7069,0.29297 11.5194,0.105424 11.265,4.07258E-05 10.9998,0 10.7346,4.07258E-05 10.4803,0.105424 10.2928,0.29297L5.99985,4.58594 1.70688,0.29297C1.51937,0.105424,1.26505,4.07258E-05,0.999846,0z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</Image.Source>
</Image>
</Border>
</Grid>
2025-08-31 16:24:57 +08:00
</Grid>
2025-08-31 15:35:28 +08:00
</Border>
</Grid>
</Window>