Advertisement
Guest User

WPF LUNA

a guest
Mar 18th, 2013
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 307.26 KB | None | 0 0
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:theme="clr-namespace:Microsoft.Windows.Themes" xmlns:ui="clr-namespace:System.Windows.Documents;assembly=PresentationUI">
  2.     <Style x:Key="[0] Ñ">
  3.         <Setter Property="Template">
  4.             <Setter.Value>
  5.                 <ControlTemplate>
  6.                     <Rectangle Margin="3" StrokeThickness="1" Stroke="{DynamicResource {x:Static ControlTextBrush}}" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  7.                 </ControlTemplate>
  8.             </Setter.Value>
  9.         </Setter>
  10.     </Style>
  11.     <LinearGradientBrush x:Key="[1] Ò" EndPoint="0.5,1" StartPoint="0.5,0">
  12.         <LinearGradientBrush.GradientStops>
  13.             <GradientStop Color="#FFFFFFFF" Offset="0" />
  14.             <GradientStop Color="#FFF0F0EA" Offset="0.9" />
  15.         </LinearGradientBrush.GradientStops>
  16.     </LinearGradientBrush>
  17.     <SolidColorBrush x:Key="[2] Ó" Color="#FF003C74" />
  18.     <Style x:Key="[3] Ô" TargetType="{x:Type ButtonBase}">
  19.         <Setter Property="FocusVisualStyle" Value="{StaticResource [0] Ñ}" />
  20.         <Setter Property="Background" Value="{StaticResource [1] Ò}" />
  21.         <Setter Property="BorderBrush" Value="{StaticResource [2] Ó}" />
  22.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  23.         <Setter Property="HorizontalContentAlignment" Value="Center" />
  24.         <Setter Property="VerticalContentAlignment" Value="Center" />
  25.         <Setter Property="Template">
  26.             <Setter.Value>
  27.                 <ControlTemplate TargetType="{x:Type ButtonBase}">
  28.                     <ControlTemplate.Triggers>
  29.                         <Trigger Property="IsKeyboardFocused" Value="true">
  30.                             <Setter TargetName="Chrome" Property="RenderDefaulted" Value="true" />
  31.                         </Trigger>
  32.                         <Trigger Property="IsChecked" Value="true">
  33.                             <Setter TargetName="Chrome" Property="RenderPressed" Value="true" />
  34.                         </Trigger>
  35.                         <Trigger Property="IsEnabled" Value="false">
  36.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  37.                         </Trigger>
  38.                     </ControlTemplate.Triggers>
  39.                     <theme:ButtonChrome Name="Chrome" ThemeColor="NormalColor" BorderBrush="{TemplateBinding BorderBrush}" Fill="{TemplateBinding Background}" RenderDefaulted="{TemplateBinding IsDefaulted}" RenderMouseOver="{TemplateBinding IsMouseOver}" RenderPressed="{TemplateBinding IsPressed}" SnapsToDevicePixels="true">
  40.                         <ContentPresenter Margin="{TemplateBinding Padding}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  41.                     </theme:ButtonChrome>
  42.                 </ControlTemplate>
  43.             </Setter.Value>
  44.         </Setter>
  45.     </Style>
  46.     <Style x:Key="{x:Type ToggleButton}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type ToggleButton}" />
  47.     <Style x:Key="{x:Type RepeatButton}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type RepeatButton}">
  48.         <Setter Property="IsPressAndHoldEnabled" Value="false" />
  49.     </Style>
  50.     <Style x:Key="{x:Type Button}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type Button}" />
  51.     <Style x:Key="[4] Õ">
  52.         <Setter Property="Template">
  53.             <Setter.Value>
  54.                 <ControlTemplate>
  55.                     <Rectangle Margin="14,0,0,0" StrokeThickness="1" Stroke="{DynamicResource {x:Static ControlTextBrush}}" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  56.                 </ControlTemplate>
  57.             </Setter.Value>
  58.         </Setter>
  59.     </Style>
  60.     <Style x:Key="[5] Ö">
  61.         <Setter Property="Template">
  62.             <Setter.Value>
  63.                 <ControlTemplate>
  64.                     <Rectangle Margin="1" StrokeThickness="1" Stroke="{DynamicResource {x:Static ControlTextBrush}}" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  65.                 </ControlTemplate>
  66.             </Setter.Value>
  67.         </Setter>
  68.     </Style>
  69.     <LinearGradientBrush x:Key="[6] ×">
  70.         <LinearGradientBrush.GradientStops>
  71.             <GradientStop Color="#FFD2D4D2" Offset="0" />
  72.             <GradientStop Color="#FFFFFFFF" Offset="1" />
  73.         </LinearGradientBrush.GradientStops>
  74.     </LinearGradientBrush>
  75.     <LinearGradientBrush x:Key="[7] Ø">
  76.         <LinearGradientBrush.GradientStops>
  77.             <GradientStop Color="#FF004C94" Offset="0" />
  78.             <GradientStop Color="#FF003C74" Offset="1" />
  79.         </LinearGradientBrush.GradientStops>
  80.     </LinearGradientBrush>
  81.     <Style x:Key="{x:Type CheckBox}" TargetType="{x:Type CheckBox}">
  82.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  83.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  84.         <Setter Property="BorderBrush" Value="{StaticResource [1] Ò}" />
  85.         <Setter Property="BorderThickness" Value="1" />
  86.         <Setter Property="FocusVisualStyle" Value="{StaticResource [2] Ó}" />
  87.         <Setter Property="Template">
  88.             <Setter.Value>
  89.                 <ControlTemplate TargetType="{x:Type CheckBox}">
  90.                     <ControlTemplate.Triggers>
  91.                         <Trigger Property="HasContent" Value="true">
  92.                             <Setter Value="{StaticResource [3] Ô}" Property="FocusVisualStyle" />
  93.                             <Setter Property="Padding" Value="2,0,0,0" />
  94.                         </Trigger>
  95.                         <Trigger Property="IsEnabled" Value="false">
  96.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  97.                         </Trigger>
  98.                     </ControlTemplate.Triggers>
  99.                     <BulletDecorator Background="Transparent" SnapsToDevicePixels="true" Bullet="{theme:BulletChrome Background={TemplateBinding Background}, BorderBrush={TemplateBinding BorderBrush}, BorderThickness={TemplateBinding BorderThickness}, IsChecked={TemplateBinding IsChecked}, RenderMouseOver={TemplateBinding IsMouseOver}, RenderPressed={TemplateBinding IsPressed}}">
  100.                         <ContentPresenter Margin="{TemplateBinding Padding}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  101.                     </BulletDecorator>
  102.                 </ControlTemplate>
  103.             </Setter.Value>
  104.         </Setter>
  105.     </Style>
  106.     <DataTemplate DataType="{x:Type CollectionViewGroup}">
  107.         <ContentPresenter ContentStringFormat="{TemplateBinding ContentStringFormat}" Content="{Binding Path=Name}" />
  108.     </DataTemplate>
  109.     <Style x:Key="{x:Type ComboBoxItem}" TargetType="{x:Type ComboBoxItem}">
  110.         <Setter Property="HorizontalContentAlignment" Value="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  111.         <Setter Property="VerticalContentAlignment" Value="{Binding Path=VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  112.         <Setter Property="Padding" Value="3,0,3,0" />
  113.         <Setter Property="Background" Value="Transparent" />
  114.         <Setter Property="Template">
  115.             <Setter.Value>
  116.                 <ControlTemplate TargetType="{x:Type ComboBoxItem}">
  117.                     <ControlTemplate.Triggers>
  118.                         <Trigger Property="IsHighlighted" Value="true">
  119.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  120.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  121.                         </Trigger>
  122.                         <Trigger Property="IsEnabled" Value="false">
  123.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  124.                         </Trigger>
  125.                     </ControlTemplate.Triggers>
  126.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  127.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  128.                     </Border>
  129.                 </ControlTemplate>
  130.             </Setter.Value>
  131.         </Setter>
  132.     </Style>
  133.     <Style x:Key="{x:Type ContentControl}" TargetType="{x:Type ContentControl}">
  134.         <Setter Property="Template">
  135.             <Setter.Value>
  136.                 <ControlTemplate TargetType="{x:Type ContentControl}">
  137.                     <ContentPresenter />
  138.                 </ControlTemplate>
  139.             </Setter.Value>
  140.         </Setter>
  141.     </Style>
  142.     <Style x:Key="{x:Type ContextMenu}" TargetType="{x:Type ContextMenu}">
  143.         <Setter Property="Background" Value="{DynamicResource {x:Static MenuBrush}}" />
  144.         <Setter Property="FontFamily" Value="{DynamicResource {x:Static MenuFontFamily}}" />
  145.         <Setter Property="FontSize" Value="{DynamicResource {x:Static MenuFontSize}}" />
  146.         <Setter Property="FontStyle" Value="{DynamicResource {x:Static MenuFontStyle}}" />
  147.         <Setter Property="FontWeight" Value="{DynamicResource {x:Static MenuFontWeight}}" />
  148.         <Setter Property="Foreground" Value="{DynamicResource {x:Static MenuTextBrush}}" />
  149.         <Setter Property="VerticalContentAlignment" Value="Center" />
  150.         <Setter Property="BorderThickness" Value="1" />
  151.         <Setter Property="BorderBrush" Value="{DynamicResource {x:Static ControlDarkBrush}}" />
  152.         <Setter Property="Padding" Value="2" />
  153.         <Setter Property="IsSharedSizeScope" Value="true" />
  154.         <Setter Property="HasDropShadow" Value="{DynamicResource {x:Static DropShadow}}" />
  155.         <Setter Property="Template">
  156.             <Setter.Value>
  157.                 <ControlTemplate TargetType="{x:Type ContextMenu}">
  158.                     <ControlTemplate.Triggers>
  159.                         <Trigger Property="HasDropShadow" Value="true">
  160.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  161.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  162.                         </Trigger>
  163.                     </ControlTemplate.Triggers>
  164.                     <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent" SnapsToDevicePixels="true">
  165.                         <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  166.                             <ScrollViewer CanContentScroll="true" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  167.                                 <ItemsPresenter Margin="{TemplateBinding Padding}" DirectionalNavigation="Cycle" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  168.                             </ScrollViewer>
  169.                         </Border>
  170.                     </theme:SystemDropShadowChrome>
  171.                 </ControlTemplate>
  172.             </Setter.Value>
  173.         </Setter>
  174.     </Style>
  175.     <Style x:Key="{x:Type FlowDocument}" TargetType="{x:Type FlowDocument}">
  176.         <Setter Property="TextAlignment" Value="Justify" />
  177.         <Setter Property="FontFamily" Value="Georgia" />
  178.         <Setter Property="FontSize" Value="16.0" />
  179.     </Style>
  180.     <Style x:Key="{x:Type TextBlock}" TargetType="{x:Type TextBlock}">
  181.         <Setter Property="TextWrapping" Value="NoWrap" />
  182.         <Setter Property="TextTrimming" Value="None" />
  183.     </Style>
  184.     <Style x:Key="{x:Type Bold}" TargetType="{x:Type Bold}">
  185.         <Setter Property="FontWeight" Value="Bold" />
  186.     </Style>
  187.     <Style x:Key="{x:Type Italic}" TargetType="{x:Type Italic}">
  188.         <Setter Property="FontStyle" Value="Italic" />
  189.     </Style>
  190.     <Style x:Key="{x:Type Underline}" TargetType="{x:Type Underline}">
  191.         <Setter Property="TextDecorations" Value="Underline" />
  192.     </Style>
  193.     <Style x:Key="{x:Type Paragraph}" TargetType="{x:Type Paragraph}">
  194.         <Setter Property="Margin" Value="Auto" />
  195.     </Style>
  196.     <Style x:Key="{x:Type List}" TargetType="{x:Type List}">
  197.         <Setter Property="Margin" Value="Auto" />
  198.         <Setter Property="Padding" Value="Auto" />
  199.     </Style>
  200.     <Style x:Key="{x:Type Floater}" TargetType="{x:Type Floater}">
  201.         <Setter Property="HorizontalAlignment" Value="Right" />
  202.     </Style>
  203.     <DataTemplate DataType="{x:Type FlowDocument}">
  204.         <FlowDocumentReader Document="{Binding}" />
  205.     </DataTemplate>
  206.     <DataTemplate DataType="{x:Type FixedDocument}">
  207.         <DocumentViewer Document="{Binding}" />
  208.     </DataTemplate>
  209.     <DataTemplate DataType="{x:Type FixedDocumentSequence}">
  210.         <DocumentViewer Document="{Binding}" />
  211.     </DataTemplate>
  212.     <LinearGradientBrush x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=DocumentViewerToolBarGradient}" StartPoint="0,0" EndPoint="0,1">
  213.         <LinearGradientBrush.GradientStops>
  214.             <GradientStop Color="{Static InactiveCaptionTextColor}" Offset="0" />
  215.             <GradientStop Color="{Static InactiveCaptionColor}" Offset="1" />
  216.         </LinearGradientBrush.GradientStops>
  217.     </LinearGradientBrush>
  218.     <LinearGradientBrush x:Key="[8] Þ" StartPoint="0,0" EndPoint="1,0">
  219.         <LinearGradientBrush.GradientStops>
  220.             <GradientStop Color="{Static InactiveCaptionTextColor}" Offset="1" />
  221.             <GradientStop Color="{Static InactiveCaptionColor}" Offset="0" />
  222.         </LinearGradientBrush.GradientStops>
  223.     </LinearGradientBrush>
  224.     <Style x:Key="{x:Type DocumentViewer}" TargetType="{x:Type DocumentViewer}" BasedOn="{Null}">
  225.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  226.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlBrush}}" />
  227.         <Setter Property="FocusVisualStyle" Value="{Null}" />
  228.         <Setter Property="ContextMenu" Value="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type ui:PresentationUIStyleResources}, ResourceId=PUIDocumentViewerContextMenu}}" />
  229.         <Setter Property="Template">
  230.             <Setter.Value>
  231.                 <ControlTemplate TargetType="{x:Type DocumentViewer}">
  232.                     <Border BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Focusable="false">
  233.                         <Grid Background="{TemplateBinding Background}" TabNavigation="Local">
  234.                             <Grid.ColumnDefinitions>
  235.                                 <ColumnDefinition Width="*" />
  236.                             </Grid.ColumnDefinitions>
  237.                             <Grid.RowDefinitions>
  238.                                 <RowDefinition Height="Auto" />
  239.                                 <RowDefinition Height="*" />
  240.                                 <RowDefinition Height="Auto" />
  241.                             </Grid.RowDefinitions>
  242.                             <ContentControl Row="0" Column="0" Focusable="{TemplateBinding Focusable}" TabIndex="0" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type ui:PresentationUIStyleResources}, ResourceId=PUIDocumentViewerToolBarStyleKey}}" />
  243.                             <ScrollViewer Name="PART_ContentHost" Row="1" Column="0" CanContentScroll="true" HorizontalScrollBarVisibility="Auto" Focusable="{TemplateBinding Focusable}" IsTabStop="true" TabIndex="1" />
  244.                             <DockPanel Row="1">
  245.                                 <FrameworkElement Dock="Right" Width="{DynamicResource {x:Static VerticalScrollBarWidth}}" />
  246.                                 <Rectangle Visibility="Visible" VerticalAlignment="top" Height="10">
  247.                                     <Rectangle.Fill>
  248.                                         <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  249.                                             <LinearGradientBrush.GradientStops>
  250.                                                 <GradientStopCollection>
  251.                                                     <GradientStop Color="#66000000" Offset="0" />
  252.                                                     <GradientStop Color="Transparent" Offset="1" />
  253.                                                 </GradientStopCollection>
  254.                                             </LinearGradientBrush.GradientStops>
  255.                                         </LinearGradientBrush>
  256.                                     </Rectangle.Fill>
  257.                                 </Rectangle>
  258.                             </DockPanel>
  259.                             <ContentControl Name="PART_FindToolBarHost" Row="2" Column="0" TabIndex="2" Focusable="{TemplateBinding Focusable}" />
  260.                         </Grid>
  261.                     </Border>
  262.                 </ControlTemplate>
  263.             </Setter.Value>
  264.         </Setter>
  265.     </Style>
  266.     <Style x:Key="[9] ß">
  267.         <Setter Property="Template">
  268.             <Setter.Value>
  269.                 <ControlTemplate>
  270.                     <Border>
  271.                         <Rectangle Margin="0" StrokeThickness="1" Stroke="Black" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  272.                     </Border>
  273.                 </ControlTemplate>
  274.             </Setter.Value>
  275.         </Setter>
  276.     </Style>
  277.     <LinearGradientBrush x:Key="[10] à" StartPoint="0,0" EndPoint="0,1">
  278.         <LinearGradientBrush.GradientStops>
  279.             <GradientStop Color="Transparent" Offset="0.5" />
  280.             <GradientStop Color="#30111111" Offset="1" />
  281.         </LinearGradientBrush.GradientStops>
  282.     </LinearGradientBrush>
  283.     <Style x:Key="[11] á" TargetType="{x:Type ToggleButton}">
  284.         <Setter Property="Template">
  285.             <Setter.Value>
  286.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  287.                     <ControlTemplate.Triggers>
  288.                         <Trigger Property="IsChecked" Value="true">
  289.                             <Setter TargetName="arrow" Property="Data" Value="F0 M 1,4,5 L 4,5,1 8,4,5 " />
  290.                         </Trigger>
  291.                         <Trigger Property="IsMouseOver" Value="true">
  292.                             <Setter TargetName="circle" Property="Stroke" Value="#666" />
  293.                             <Setter TargetName="arrow" Property="Stroke" Value="#222" />
  294.                             <Setter TargetName="shadow" Property="Visibility" Value="Visible" />
  295.                         </Trigger>
  296.                     </ControlTemplate.Triggers>
  297.                     <Border Padding="{TemplateBinding Padding}">
  298.                         <Grid Background="Transparent" SnapsToDevicePixels="false">
  299.                             <Grid.ColumnDefinitions>
  300.                                 <ColumnDefinition Width="19" />
  301.                                 <ColumnDefinition Width="*" />
  302.                             </Grid.ColumnDefinitions>
  303.                             <Ellipse Name="circle" Width="19" Height="19" Stroke="DarkGray" HorizontalAlignment="Center" VerticalAlignment="Center" />
  304.                             <Ellipse Name="shadow" Width="17" Height="17" Visibility="Hidden" HorizontalAlignment="Center" VerticalAlignment="Center" />
  305.                             <Path Name="arrow" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="#666" StrokeThickness="2" SnapsToDevicePixels="false" Data="F0 M 1,1,5 L 4,5,5 8,1,5 " />
  306.                             <ContentPresenter Column="1" Margin="4,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" SnapsToDevicePixels="true" RecognizesAccessKey="true" />
  307.                         </Grid>
  308.                     </Border>
  309.                 </ControlTemplate>
  310.             </Setter.Value>
  311.         </Setter>
  312.     </Style>
  313.     <Style x:Key="[12] â" TargetType="{x:Type ToggleButton}">
  314.         <Setter Property="Template">
  315.             <Setter.Value>
  316.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  317.                     <ControlTemplate.Triggers>
  318.                         <Trigger Property="IsChecked" Value="true">
  319.                             <Setter TargetName="arrow" Property="Data" Value="F0 M 1,4,5 L 4,5,1 8,4,5 " />
  320.                         </Trigger>
  321.                         <Trigger Property="IsMouseOver" Value="true">
  322.                             <Setter TargetName="circle" Property="Stroke" Value="#666" />
  323.                             <Setter TargetName="arrow" Property="Stroke" Value="#222" />
  324.                             <Setter TargetName="shadow" Property="Visibility" Value="Visible" />
  325.                         </Trigger>
  326.                     </ControlTemplate.Triggers>
  327.                     <Border Padding="{TemplateBinding Padding}">
  328.                         <Grid Background="Transparent" SnapsToDevicePixels="false">
  329.                             <Grid.ColumnDefinitions>
  330.                                 <ColumnDefinition Width="19" />
  331.                                 <ColumnDefinition Width="*" />
  332.                             </Grid.ColumnDefinitions>
  333.                             <Grid>
  334.                                 <Grid.LayoutTransform>
  335.                                     <TransformGroup>
  336.                                         <TransformGroup.Children>
  337.                                             <TransformCollection>
  338.                                                 <RotateTransform Angle="180" />
  339.                                             </TransformCollection>
  340.                                         </TransformGroup.Children>
  341.                                     </TransformGroup>
  342.                                 </Grid.LayoutTransform>
  343.                                 <Ellipse Name="circle" Width="19" Height="19" Stroke="DarkGray" HorizontalAlignment="Center" VerticalAlignment="Center" />
  344.                                 <Ellipse Name="shadow" Width="17" Height="17" Visibility="Hidden" HorizontalAlignment="Center" VerticalAlignment="Center" />
  345.                                 <Path Name="arrow" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="#666" StrokeThickness="2" SnapsToDevicePixels="false" Data="F0 M 1,1,5 L 4,5,5 8,1,5 " />
  346.                             </Grid>
  347.                             <ContentPresenter Column="1" Margin="4,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" SnapsToDevicePixels="true" RecognizesAccessKey="true" />
  348.                         </Grid>
  349.                     </Border>
  350.                 </ControlTemplate>
  351.             </Setter.Value>
  352.         </Setter>
  353.     </Style>
  354.     <Style x:Key="[13] ã" TargetType="{x:Type ToggleButton}">
  355.         <Setter Property="Template">
  356.             <Setter.Value>
  357.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  358.                     <ControlTemplate.Triggers>
  359.                         <Trigger Property="IsChecked" Value="true">
  360.                             <Setter TargetName="arrow" Property="Data" Value="F0 M 1,4,5 L 4,5,1 8,4,5 " />
  361.                         </Trigger>
  362.                         <Trigger Property="IsMouseOver" Value="true">
  363.                             <Setter TargetName="circle" Property="Stroke" Value="#666" />
  364.                             <Setter TargetName="arrow" Property="Stroke" Value="#222" />
  365.                             <Setter TargetName="shadow" Property="Visibility" Value="Visible" />
  366.                         </Trigger>
  367.                     </ControlTemplate.Triggers>
  368.                     <Border Padding="{TemplateBinding Padding}">
  369.                         <Grid Background="Transparent" SnapsToDevicePixels="false">
  370.                             <Grid.RowDefinitions>
  371.                                 <RowDefinition Height="19" />
  372.                                 <RowDefinition Height="*" />
  373.                             </Grid.RowDefinitions>
  374.                             <Grid>
  375.                                 <Grid.LayoutTransform>
  376.                                     <TransformGroup>
  377.                                         <TransformGroup.Children>
  378.                                             <TransformCollection>
  379.                                                 <RotateTransform Angle="90" />
  380.                                             </TransformCollection>
  381.                                         </TransformGroup.Children>
  382.                                     </TransformGroup>
  383.                                 </Grid.LayoutTransform>
  384.                                 <Ellipse Name="circle" Width="19" Height="19" Stroke="DarkGray" HorizontalAlignment="Center" VerticalAlignment="Center" />
  385.                                 <Ellipse Name="shadow" Width="17" Height="17" Visibility="Hidden" HorizontalAlignment="Center" VerticalAlignment="Center" />
  386.                                 <Path Name="arrow" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="#666" StrokeThickness="2" SnapsToDevicePixels="false" Data="F0 M 1,1,5 L 4,5,5 8,1,5 " />
  387.                             </Grid>
  388.                             <ContentPresenter Row="1" Margin="0,4,0,0" HorizontalAlignment="Center" VerticalAlignment="Top" SnapsToDevicePixels="true" RecognizesAccessKey="true" />
  389.                         </Grid>
  390.                     </Border>
  391.                 </ControlTemplate>
  392.             </Setter.Value>
  393.         </Setter>
  394.     </Style>
  395.     <Style x:Key="[14] ä" TargetType="{x:Type ToggleButton}">
  396.         <Setter Property="Template">
  397.             <Setter.Value>
  398.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  399.                     <ControlTemplate.Triggers>
  400.                         <Trigger Property="IsChecked" Value="true">
  401.                             <Setter TargetName="arrow" Property="Data" Value="F0 M 1,4,5 L 4,5,1 8,4,5 " />
  402.                         </Trigger>
  403.                         <Trigger Property="IsMouseOver" Value="true">
  404.                             <Setter TargetName="circle" Property="Stroke" Value="#666" />
  405.                             <Setter TargetName="arrow" Property="Stroke" Value="#222" />
  406.                             <Setter TargetName="shadow" Property="Visibility" Value="Visible" />
  407.                         </Trigger>
  408.                     </ControlTemplate.Triggers>
  409.                     <Border Padding="{TemplateBinding Padding}">
  410.                         <Grid Background="Transparent" SnapsToDevicePixels="false">
  411.                             <Grid.RowDefinitions>
  412.                                 <RowDefinition Height="19" />
  413.                                 <RowDefinition Height="*" />
  414.                             </Grid.RowDefinitions>
  415.                             <Grid>
  416.                                 <Grid.LayoutTransform>
  417.                                     <TransformGroup>
  418.                                         <TransformGroup.Children>
  419.                                             <TransformCollection>
  420.                                                 <RotateTransform Angle="-90" />
  421.                                             </TransformCollection>
  422.                                         </TransformGroup.Children>
  423.                                     </TransformGroup>
  424.                                 </Grid.LayoutTransform>
  425.                                 <Ellipse Name="circle" Width="19" Height="19" Stroke="DarkGray" HorizontalAlignment="Center" VerticalAlignment="Center" />
  426.                                 <Ellipse Name="shadow" Width="17" Height="17" Visibility="Hidden" HorizontalAlignment="Center" VerticalAlignment="Center" />
  427.                                 <Path Name="arrow" HorizontalAlignment="Center" VerticalAlignment="Center" Stroke="#666" StrokeThickness="2" SnapsToDevicePixels="false" Data="F0 M 1,1,5 L 4,5,5 8,1,5 " />
  428.                             </Grid>
  429.                             <ContentPresenter Row="1" Margin="0,4,0,0" HorizontalAlignment="Center" VerticalAlignment="Top" SnapsToDevicePixels="true" RecognizesAccessKey="true" />
  430.                         </Grid>
  431.                     </Border>
  432.                 </ControlTemplate>
  433.             </Setter.Value>
  434.         </Setter>
  435.     </Style>
  436.     <Style x:Key="{x:Type Expander}" TargetType="{x:Type Expander}">
  437.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  438.         <Setter Property="Background" Value="Transparent" />
  439.         <Setter Property="HorizontalContentAlignment" Value="Stretch" />
  440.         <Setter Property="VerticalContentAlignment" Value="Stretch" />
  441.         <Setter Property="BorderBrush" Value="Transparent" />
  442.         <Setter Property="BorderThickness" Value="1" />
  443.         <Setter Property="Template">
  444.             <Setter.Value>
  445.                 <ControlTemplate TargetType="{x:Type Expander}">
  446.                     <ControlTemplate.Triggers>
  447.                         <Trigger Property="IsExpanded" Value="true">
  448.                             <Setter TargetName="ExpandSite" Property="Visibility" Value="Visible" />
  449.                         </Trigger>
  450.                         <Trigger Property="ExpandDirection" Value="Right">
  451.                             <Setter TargetName="ExpandSite" Property="Dock" Value="Right" />
  452.                             <Setter TargetName="HeaderSite" Property="Dock" Value="Left" />
  453.                             <Setter Value="{StaticResource [2] Ó}" TargetName="HeaderSite" Property="Style" />
  454.                         </Trigger>
  455.                         <Trigger Property="ExpandDirection" Value="Up">
  456.                             <Setter TargetName="ExpandSite" Property="Dock" Value="Top" />
  457.                             <Setter TargetName="HeaderSite" Property="Dock" Value="Bottom" />
  458.                             <Setter Value="{StaticResource [3] Ô}" TargetName="HeaderSite" Property="Style" />
  459.                         </Trigger>
  460.                         <Trigger Property="ExpandDirection" Value="Left">
  461.                             <Setter TargetName="ExpandSite" Property="Dock" Value="Left" />
  462.                             <Setter TargetName="HeaderSite" Property="Dock" Value="Right" />
  463.                             <Setter Value="{StaticResource [3] Ô}" TargetName="HeaderSite" Property="Style" />
  464.                         </Trigger>
  465.                         <Trigger Property="IsEnabled" Value="false">
  466.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  467.                         </Trigger>
  468.                     </ControlTemplate.Triggers>
  469.                     <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" CornerRadius="3" SnapsToDevicePixels="true">
  470.                         <DockPanel>
  471.                             <ToggleButton Name="HeaderSite" Dock="Top" Margin="1" MinWidth="0" MinHeight="0" Style="{StaticResource [0] Ñ}" FocusVisualStyle="{StaticResource [1] Ò}" Content="{TemplateBinding Header}" ContentTemplate="{TemplateBinding HeaderTemplate}" ContentTemplateSelector="{TemplateBinding HeaderTemplateSelector}" Foreground="{TemplateBinding Foreground}" Padding="{TemplateBinding Padding}" FontFamily="{TemplateBinding FontFamily}" FontSize="{TemplateBinding FontSize}" FontStyle="{TemplateBinding FontStyle}" FontStretch="{TemplateBinding FontStretch}" FontWeight="{TemplateBinding FontWeight}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" IsChecked="{Binding Path=IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  472.                             <ContentPresenter Name="ExpandSite" Dock="Bottom" Visibility="Collapsed" Focusable="false" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" Margin="{TemplateBinding Padding}" />
  473.                         </DockPanel>
  474.                     </Border>
  475.                 </ControlTemplate>
  476.             </Setter.Value>
  477.         </Setter>
  478.     </Style>
  479.     <Style x:Key="{Static SystemParameters.FocusVisualStyleKey}">
  480.         <Setter Property="Template">
  481.             <Setter.Value>
  482.                 <ControlTemplate>
  483.                     <Rectangle StrokeThickness="1" Stroke="{DynamicResource {x:Static ControlTextBrush}}" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  484.                 </ControlTemplate>
  485.             </Setter.Value>
  486.         </Setter>
  487.     </Style>
  488.     <Style x:Key="[15] í">
  489.         <Setter Property="Template">
  490.             <Setter.Value>
  491.                 <ControlTemplate>
  492.                     <Rectangle Fill="#80000000" />
  493.                 </ControlTemplate>
  494.             </Setter.Value>
  495.         </Setter>
  496.     </Style>
  497.     <Style x:Key="{x:Type GridSplitter}" TargetType="{x:Type GridSplitter}">
  498.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlBrush}}" />
  499.         <Setter Property="PreviewStyle" Value="{StaticResource [0] Ñ}" />
  500.         <Setter Property="Template">
  501.             <Setter.Value>
  502.                 <ControlTemplate TargetType="{x:Type GridSplitter}">
  503.                     <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" />
  504.                 </ControlTemplate>
  505.             </Setter.Value>
  506.         </Setter>
  507.     </Style>
  508.     <SolidColorBrush x:Key="[16] î" Color="#D0D0BF" />
  509.     <SolidColorBrush x:Key="[17] ï" Color="#0046D5" />
  510.     <BorderGapMaskConverter x:Key="[18] ð" />
  511.     <Style x:Key="{x:Type GroupBox}" TargetType="{x:Type GroupBox}">
  512.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  513.         <Setter Property="BorderThickness" Value="1" />
  514.         <Setter Property="Template">
  515.             <Setter.Value>
  516.                 <ControlTemplate TargetType="{x:Type GroupBox}">
  517.                     <Grid SnapsToDevicePixels="true">
  518.                         <Grid.ColumnDefinitions>
  519.                             <ColumnDefinition Width="6" />
  520.                             <ColumnDefinition Width="Auto" />
  521.                             <ColumnDefinition Width="*" />
  522.                             <ColumnDefinition Width="6" />
  523.                         </Grid.ColumnDefinitions>
  524.                         <Grid.RowDefinitions>
  525.                             <RowDefinition Height="Auto" />
  526.                             <RowDefinition Height="Auto" />
  527.                             <RowDefinition Height="*" />
  528.                             <RowDefinition Height="6" />
  529.                         </Grid.RowDefinitions>
  530.                         <Border CornerRadius="4" Row="1" RowSpan="3" Column="0" ColumnSpan="4" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="Transparent" Background="{TemplateBinding Background}" />
  531.                         <Border Name="Header" Padding="3,0,3,0" Row="0" RowSpan="2" Column="1">
  532.                             <ContentPresenter ContentSource="Header" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" Foreground="{StaticResource [1] Ò}" />
  533.                         </Border>
  534.                         <ContentPresenter Row="2" Column="1" ColumnSpan="2" Margin="{TemplateBinding Padding}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  535.                         <Border CornerRadius="4" Row="1" RowSpan="3" ColumnSpan="4" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}">
  536.                             <Border.OpacityMask>
  537.                                 <MultiBinding Converter="{StaticResource [2] Ó}" ConverterParameter="7">
  538.                                     <Binding ElementName="Header" Path="ActualWidth" />
  539.                                     <Binding Path="ActualWidth" RelativeSource="{RelativeSource Self}" />
  540.                                     <Binding Path="ActualHeight" RelativeSource="{RelativeSource Self}" />
  541.                                 </MultiBinding>
  542.                             </Border.OpacityMask>
  543.                         </Border>
  544.                     </Grid>
  545.                 </ControlTemplate>
  546.             </Setter.Value>
  547.         </Setter>
  548.     </Style>
  549.     <Style x:Key="{x:Type GroupItem}" TargetType="{x:Type GroupItem}">
  550.         <Setter Property="Template">
  551.             <Setter.Value>
  552.                 <ControlTemplate TargetType="{x:Type GroupItem}">
  553.                     <StackPanel>
  554.                         <ContentPresenter />
  555.                         <ItemsPresenter Margin="5,0,0,0" />
  556.                     </StackPanel>
  557.                 </ControlTemplate>
  558.             </Setter.Value>
  559.         </Setter>
  560.     </Style>
  561.     <Style x:Key="{x:Type HeaderedContentControl}" TargetType="{x:Type HeaderedContentControl}">
  562.         <Setter Property="Template">
  563.             <Setter.Value>
  564.                 <ControlTemplate TargetType="{x:Type HeaderedContentControl}">
  565.                     <StackPanel>
  566.                         <ContentPresenter ContentSource="Header" />
  567.                         <ContentPresenter />
  568.                     </StackPanel>
  569.                 </ControlTemplate>
  570.             </Setter.Value>
  571.         </Setter>
  572.     </Style>
  573.     <Style x:Key="{x:Type Hyperlink}" TargetType="{x:Type Hyperlink}">
  574.         <Style.Triggers>
  575.             <Trigger Property="IsMouseOver" Value="true">
  576.                 <Setter Property="Foreground" Value="Red" />
  577.             </Trigger>
  578.             <Trigger Property="IsEnabled" Value="false">
  579.                 <Setter Property="Foreground" Value="{DynamicResource {x:Static GrayTextBrush}}" />
  580.             </Trigger>
  581.             <Trigger Property="IsEnabled" Value="true">
  582.                 <Setter Property="Cursor" Value="Hand" />
  583.             </Trigger>
  584.         </Style.Triggers>
  585.         <Setter Property="Foreground" Value="Blue" />
  586.         <Setter Property="TextDecorations" Value="Underline" />
  587.     </Style>
  588.     <Style x:Key="{x:Type ItemsControl}" TargetType="{x:Type ItemsControl}">
  589.         <Setter Property="Template">
  590.             <Setter.Value>
  591.                 <ControlTemplate TargetType="{x:Type ItemsControl}">
  592.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  593.                         <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  594.                     </Border>
  595.                 </ControlTemplate>
  596.             </Setter.Value>
  597.         </Setter>
  598.     </Style>
  599.     <Style x:Key="{x:Type Label}" TargetType="{x:Type Label}">
  600.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  601.         <Setter Property="Background" Value="Transparent" />
  602.         <Setter Property="Padding" Value="5" />
  603.         <Setter Property="HorizontalContentAlignment" Value="Left" />
  604.         <Setter Property="VerticalContentAlignment" Value="Top" />
  605.         <Setter Property="Template">
  606.             <Setter.Value>
  607.                 <ControlTemplate TargetType="{x:Type Label}">
  608.                     <ControlTemplate.Triggers>
  609.                         <Trigger Property="IsEnabled" Value="false">
  610.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  611.                         </Trigger>
  612.                     </ControlTemplate.Triggers>
  613.                     <Border Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  614.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  615.                     </Border>
  616.                 </ControlTemplate>
  617.             </Setter.Value>
  618.         </Setter>
  619.     </Style>
  620.     <SolidColorBrush x:Key="[19] Ý" Color="#FF7F9DB9" />
  621.     <Style x:Key="{x:Type ListBox}" TargetType="{x:Type ListBox}">
  622.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  623.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  624.         <Setter Property="BorderThickness" Value="1" />
  625.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  626.         <Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
  627.         <Setter Property="VerticalScrollBarVisibility" Value="Auto" />
  628.         <Setter Property="CanContentScroll" Value="true" />
  629.         <Setter Property="VerticalContentAlignment" Value="Center" />
  630.         <Setter Property="Template">
  631.             <Setter.Value>
  632.                 <ControlTemplate TargetType="{x:Type ListBox}">
  633.                     <ControlTemplate.Triggers>
  634.                         <Trigger Property="IsEnabled" Value="false">
  635.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  636.                         </Trigger>
  637.                         <Trigger Property="IsGrouping" Value="true">
  638.                             <Setter Property="CanContentScroll" Value="false" />
  639.                         </Trigger>
  640.                     </ControlTemplate.Triggers>
  641.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true" Padding="1">
  642.                         <ScrollViewer Padding="{TemplateBinding Padding}" Focusable="false">
  643.                             <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  644.                         </ScrollViewer>
  645.                     </Border>
  646.                 </ControlTemplate>
  647.             </Setter.Value>
  648.         </Setter>
  649.     </Style>
  650.     <Style x:Key="{x:Type ListBoxItem}" TargetType="{x:Type ListBoxItem}">
  651.         <Setter Property="Background" Value="Transparent" />
  652.         <Setter Property="HorizontalContentAlignment" Value="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  653.         <Setter Property="VerticalContentAlignment" Value="{Binding Path=VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  654.         <Setter Property="Padding" Value="2,0,0,0" />
  655.         <Setter Property="Template">
  656.             <Setter.Value>
  657.                 <ControlTemplate TargetType="{x:Type ListBoxItem}">
  658.                     <ControlTemplate.Triggers>
  659.                         <Trigger Property="IsSelected" Value="true">
  660.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  661.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  662.                         </Trigger>
  663.                         <MultiTrigger>
  664.                             <MultiTrigger.Conditions>
  665.                                 <Condition Property="IsSelected" Value="true" />
  666.                                 <Condition Property="IsSelectionActive" Value="false" />
  667.                             </MultiTrigger.Conditions>
  668.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  669.                             <Setter Value="{DynamicResource {x:Static ControlTextBrush}}" Property="Foreground" />
  670.                         </MultiTrigger>
  671.                         <Trigger Property="IsEnabled" Value="false">
  672.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  673.                         </Trigger>
  674.                     </ControlTemplate.Triggers>
  675.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  676.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  677.                     </Border>
  678.                 </ControlTemplate>
  679.             </Setter.Value>
  680.         </Setter>
  681.     </Style>
  682.     <Style x:Key="{Static GridView.GridViewItemContainerStyleKey}" TargetType="{x:Type ListViewItem}">
  683.         <Setter Property="Background" Value="Transparent" />
  684.         <Setter Property="VerticalContentAlignment" Value="Center" />
  685.         <Setter Property="Template">
  686.             <Setter.Value>
  687.                 <ControlTemplate TargetType="{x:Type ListViewItem}">
  688.                     <ControlTemplate.Triggers>
  689.                         <Trigger Property="IsSelected" Value="true">
  690.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  691.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  692.                         </Trigger>
  693.                         <MultiTrigger>
  694.                             <MultiTrigger.Conditions>
  695.                                 <Condition Property="IsSelected" Value="true" />
  696.                                 <Condition Property="IsSelectionActive" Value="false" />
  697.                             </MultiTrigger.Conditions>
  698.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  699.                             <Setter Value="{DynamicResource {x:Static ControlTextBrush}}" Property="Foreground" />
  700.                         </MultiTrigger>
  701.                         <Trigger Property="IsEnabled" Value="false">
  702.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  703.                         </Trigger>
  704.                     </ControlTemplate.Triggers>
  705.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  706.                         <GridViewRowPresenter VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  707.                     </Border>
  708.                 </ControlTemplate>
  709.             </Setter.Value>
  710.         </Setter>
  711.     </Style>
  712.     <Style x:Key="{x:Type Menu}" TargetType="{x:Type Menu}">
  713.         <Setter Property="Background" Value="{DynamicResource {x:Static MenuBarBrush}}" />
  714.         <Setter Property="FontFamily" Value="{DynamicResource {x:Static MenuFontFamily}}" />
  715.         <Setter Property="FontSize" Value="{DynamicResource {x:Static MenuFontSize}}" />
  716.         <Setter Property="FontStyle" Value="{DynamicResource {x:Static MenuFontStyle}}" />
  717.         <Setter Property="FontWeight" Value="{DynamicResource {x:Static MenuFontWeight}}" />
  718.         <Setter Property="Foreground" Value="{DynamicResource {x:Static MenuTextBrush}}" />
  719.         <Setter Property="VerticalContentAlignment" Value="Center" />
  720.         <Setter Property="Template">
  721.             <Setter.Value>
  722.                 <ControlTemplate TargetType="{x:Type Menu}">
  723.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  724.                         <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  725.                     </Border>
  726.                 </ControlTemplate>
  727.             </Setter.Value>
  728.         </Setter>
  729.     </Style>
  730.     <MenuScrollingVisibilityConverter x:Key="[20] ü" />
  731.     <Geometry x:Key="[21] Ë">M 0,0 L 3.5,4 L 7,0 Z</Geometry>
  732.     <Geometry x:Key="[22] ý">M 0,4 L 3.5,0 L 7,4 Z</Geometry>
  733.     <Geometry x:Key="[23] þ">M 0,0 L 4,3.5 L 0,7 Z</Geometry>
  734.     <PathGeometry x:Key="[24] ÿ">
  735.         <PathGeometry.Figures>
  736.             <PathFigureCollection>
  737.                 <PathFigure StartPoint="0 2" IsClosed="true" IsFilled="true">
  738.                     <PathFigure.Segments>
  739.                         <PathSegmentCollection>
  740.                             <LineSegment Point="0 4.8" />
  741.                             <LineSegment Point="2.5 7.4" />
  742.                             <LineSegment Point="7.1 2.8" />
  743.                             <LineSegment Point="7.1 0" />
  744.                             <LineSegment Point="2.5 4.6" />
  745.                         </PathSegmentCollection>
  746.                     </PathFigure.Segments>
  747.                 </PathFigure>
  748.             </PathFigureCollection>
  749.         </PathGeometry.Figures>
  750.     </PathGeometry>
  751.     <Style x:Key="[25] Ā" TargetType="{x:Type RepeatButton}" BasedOn="{Null}">
  752.         <Setter Property="ClickMode" Value="Hover" />
  753.         <Setter Property="MinWidth" Value="0" />
  754.         <Setter Property="MinHeight" Value="0" />
  755.         <Setter Property="Template">
  756.             <Setter.Value>
  757.                 <ControlTemplate TargetType="{x:Type RepeatButton}">
  758.                     <ControlTemplate.Triggers>
  759.                         <Trigger Property="IsPressed" Value="true">
  760.                             <Setter TargetName="R1" Value="{DynamicResource {x:Static ControlLightLightBrush}}" Property="Fill" />
  761.                             <Setter TargetName="B1" Value="{DynamicResource {x:Static ControlLightLightBrush}}" Property="Fill" />
  762.                             <Setter TargetName="L1" Value="{DynamicResource {x:Static ControlDarkDarkBrush}}" Property="Fill" />
  763.                             <Setter TargetName="T1" Value="{DynamicResource {x:Static ControlDarkDarkBrush}}" Property="Fill" />
  764.                             <Setter TargetName="ContentContainer" Property="Margin" Value="3,3,1,1" />
  765.                         </Trigger>
  766.                     </ControlTemplate.Triggers>
  767.                     <DockPanel Background="Transparent" SnapsToDevicePixels="true">
  768.                         <Rectangle Name="R1" Dock="Right" Width="1" Fill="Transparent" />
  769.                         <Rectangle Name="B1" Dock="Bottom" Height="1" Fill="Transparent" />
  770.                         <Rectangle Name="L1" Dock="Left" Width="1" Fill="Transparent" />
  771.                         <Rectangle Name="T1" Dock="Top" Height="1" Fill="Transparent" />
  772.                         <ContentPresenter Name="ContentContainer" Margin="2,2,2,2" VerticalAlignment="Center" HorizontalAlignment="Center" />
  773.                     </DockPanel>
  774.                 </ControlTemplate>
  775.             </Setter.Value>
  776.         </Setter>
  777.     </Style>
  778.     <Style x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}" TargetType="{x:Type ScrollViewer}" BasedOn="{Null}">
  779.         <Setter Property="HorizontalScrollBarVisibility" Value="Hidden" />
  780.         <Setter Property="VerticalScrollBarVisibility" Value="Auto" />
  781.         <Setter Property="Template">
  782.             <Setter.Value>
  783.                 <ControlTemplate TargetType="{x:Type ScrollViewer}">
  784.                     <Grid SnapsToDevicePixels="true">
  785.                         <Grid.ColumnDefinitions>
  786.                             <ColumnDefinition Width="*" />
  787.                         </Grid.ColumnDefinitions>
  788.                         <Grid.RowDefinitions>
  789.                             <RowDefinition Height="Auto" />
  790.                             <RowDefinition Height="*" />
  791.                             <RowDefinition Height="Auto" />
  792.                         </Grid.RowDefinitions>
  793.                         <Border Row="1" Column="0">
  794.                             <ScrollContentPresenter Margin="{TemplateBinding Padding}" />
  795.                         </Border>
  796.                         <RepeatButton Style="{StaticResource [0] Ñ}" Row="0" Column="0" Command="{Static LineUpCommand}" Focusable="false" CommandTarget="{Binding RelativeSource={RelativeSource TemplatedParent}}">
  797.                             <RepeatButton.Visibility>
  798.                                 <MultiBinding FallbackValue="Visibility.Collapsed" Converter="{StaticResource [1] Ò}" ConverterParameter="0">
  799.                                     <Binding Path="ComputedVerticalScrollBarVisibility" RelativeSource="{RelativeSource TemplatedParent}" />
  800.                                     <Binding Path="VerticalOffset" RelativeSource="{RelativeSource TemplatedParent}" />
  801.                                     <Binding Path="ExtentHeight" RelativeSource="{RelativeSource TemplatedParent}" />
  802.                                     <Binding Path="ViewportHeight" RelativeSource="{RelativeSource TemplatedParent}" />
  803.                                 </MultiBinding>
  804.                             </RepeatButton.Visibility>
  805.                             <Path Fill="{DynamicResource {x:Static MenuTextBrush}}" Data="{StaticResource [2] Ó}" />
  806.                         </RepeatButton>
  807.                         <RepeatButton Style="{StaticResource [3] Ô}" Row="2" Column="0" Command="{Static LineDownCommand}" Focusable="false" CommandTarget="{Binding RelativeSource={RelativeSource TemplatedParent}}">
  808.                             <RepeatButton.Visibility>
  809.                                 <MultiBinding FallbackValue="Visibility.Collapsed" Converter="{StaticResource [3] Ô}" ConverterParameter="100">
  810.                                     <Binding Path="ComputedVerticalScrollBarVisibility" RelativeSource="{RelativeSource TemplatedParent}" />
  811.                                     <Binding Path="VerticalOffset" RelativeSource="{RelativeSource TemplatedParent}" />
  812.                                     <Binding Path="ExtentHeight" RelativeSource="{RelativeSource TemplatedParent}" />
  813.                                     <Binding Path="ViewportHeight" RelativeSource="{RelativeSource TemplatedParent}" />
  814.                                 </MultiBinding>
  815.                             </RepeatButton.Visibility>
  816.                             <Path Fill="{DynamicResource {x:Static MenuTextBrush}}" Data="{StaticResource [3] Ô}" />
  817.                         </RepeatButton>
  818.                     </Grid>
  819.                 </ControlTemplate>
  820.             </Setter.Value>
  821.         </Setter>
  822.     </Style>
  823.     <Style x:Key="{Static MenuItem.SeparatorStyleKey}" TargetType="{x:Type Separator}">
  824.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlDarkBrush}}" />
  825.         <Setter Property="MinHeight" Value="1" />
  826.         <Setter Property="SnapsToDevicePixels" Value="true" />
  827.         <Setter Property="Template">
  828.             <Setter.Value>
  829.                 <ControlTemplate TargetType="{x:Type Separator}">
  830.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true" />
  831.                 </ControlTemplate>
  832.             </Setter.Value>
  833.         </Setter>
  834.     </Style>
  835.     <ControlTemplate x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=SubmenuContent}" TargetType="{x:Type ContentControl}">
  836.         <Border Background="{DynamicResource {x:Static MenuBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static ActiveBorderBrush}}">
  837.             <ContentPresenter />
  838.         </Border>
  839.     </ControlTemplate>
  840.     <ControlTemplate x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=TopLevelItemTemplateKey}" TargetType="{x:Type MenuItem}">
  841.         <ControlTemplate.Triggers>
  842.             <Trigger Value="{Null}" Property="Icon">
  843.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  844.             </Trigger>
  845.             <Trigger Property="IsChecked" Value="true">
  846.                 <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  847.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  848.             </Trigger>
  849.             <Trigger Property="IsHighlighted" Value="true">
  850.                 <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  851.                 <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  852.             </Trigger>
  853.             <Trigger Property="IsEnabled" Value="false">
  854.                 <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  855.             </Trigger>
  856.         </ControlTemplate.Triggers>
  857.         <Border Name="Bd" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" SnapsToDevicePixels="true">
  858.             <DockPanel>
  859.                 <ContentPresenter Name="Icon" Margin="4,0,6,0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  860.                 <Path Name="GlyphPanel" Margin="4,0,6,0" Visibility="Collapsed" VerticalAlignment="Center" Fill="{TemplateBinding Foreground}" FlowDirection="LeftToRight" Data="{StaticResource [0] Ñ}" />
  861.                 <ContentPresenter ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  862.             </DockPanel>
  863.         </Border>
  864.     </ControlTemplate>
  865.     <ControlTemplate x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=TopLevelHeaderTemplateKey}" TargetType="{x:Type MenuItem}">
  866.         <ControlTemplate.Triggers>
  867.             <Trigger Property="IsSuspendingPopupAnimation" Value="true">
  868.                 <Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
  869.             </Trigger>
  870.             <Trigger Value="{Null}" Property="Icon">
  871.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  872.             </Trigger>
  873.             <Trigger Property="IsChecked" Value="true">
  874.                 <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  875.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  876.             </Trigger>
  877.             <Trigger Property="IsHighlighted" Value="true">
  878.                 <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  879.                 <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  880.             </Trigger>
  881.             <Trigger Property="IsEnabled" Value="false">
  882.                 <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  883.             </Trigger>
  884.             <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  885.                 <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  886.                 <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  887.             </Trigger>
  888.         </ControlTemplate.Triggers>
  889.         <Border Name="Bd" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" SnapsToDevicePixels="true">
  890.             <DockPanel>
  891.                 <ContentPresenter Name="Icon" Margin="4,0,6,0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  892.                 <Path Name="GlyphPanel" Margin="4,0,6,0" Visibility="Collapsed" VerticalAlignment="Center" Fill="{TemplateBinding Foreground}" FlowDirection="LeftToRight" Data="{StaticResource [0] Ñ}" />
  893.                 <ContentPresenter ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  894.                 <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Bottom" Focusable="false" PopupAnimation="{DynamicResource {x:Static MenuPopupAnimation}}" IsOpen="{Binding Path=IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}">
  895.                     <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  896.                         <Border Name="SubMenuBorder" Background="{DynamicResource {x:Static MenuBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static ControlDarkBrush}}">
  897.                             <ScrollViewer CanContentScroll="true" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  898.                                 <ItemsPresenter Margin="2" TabNavigation="Cycle" DirectionalNavigation="Cycle" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" IsSharedSizeScope="true" />
  899.                             </ScrollViewer>
  900.                         </Border>
  901.                     </theme:SystemDropShadowChrome>
  902.                 </Popup>
  903.             </DockPanel>
  904.         </Border>
  905.     </ControlTemplate>
  906.     <ControlTemplate x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=SubmenuItemTemplateKey}" TargetType="{x:Type MenuItem}">
  907.         <ControlTemplate.Triggers>
  908.             <Trigger Value="{Null}" Property="Icon">
  909.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  910.             </Trigger>
  911.             <Trigger Property="IsChecked" Value="true">
  912.                 <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  913.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  914.             </Trigger>
  915.             <Trigger Property="IsHighlighted" Value="true">
  916.                 <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  917.                 <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  918.             </Trigger>
  919.             <Trigger Property="IsEnabled" Value="false">
  920.                 <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  921.             </Trigger>
  922.         </ControlTemplate.Triggers>
  923.         <Border Name="Bd" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" SnapsToDevicePixels="true">
  924.             <Grid>
  925.                 <Grid.ColumnDefinitions>
  926.                     <ColumnDefinition MinWidth="17" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  927.                     <ColumnDefinition Width="*" />
  928.                     <ColumnDefinition Width="Auto" SharedSizeGroup="MenuItemIGTColumnGroup" />
  929.                     <ColumnDefinition Width="14" />
  930.                 </Grid.ColumnDefinitions>
  931.                 <ContentPresenter Name="Icon" Margin="4,0,6,0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  932.                 <Path Name="GlyphPanel" Margin="4,0,6,0" Visibility="Hidden" VerticalAlignment="Center" Fill="{TemplateBinding Foreground}" FlowDirection="LeftToRight" Data="{StaticResource [0] Ñ}" />
  933.                 <ContentPresenter Column="1" ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  934.                 <TextBlock Name="InputGestureText" Column="2" Text="{TemplateBinding InputGestureText}" Margin="5,2,0,2" Dock="Right" />
  935.             </Grid>
  936.         </Border>
  937.     </ControlTemplate>
  938.     <ControlTemplate x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=SubmenuHeaderTemplateKey}" TargetType="{x:Type MenuItem}">
  939.         <ControlTemplate.Triggers>
  940.             <Trigger Property="IsSuspendingPopupAnimation" Value="true">
  941.                 <Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
  942.             </Trigger>
  943.             <Trigger Value="{Null}" Property="Icon">
  944.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  945.             </Trigger>
  946.             <Trigger Property="IsChecked" Value="true">
  947.                 <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  948.                 <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  949.             </Trigger>
  950.             <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  951.                 <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  952.                 <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  953.             </Trigger>
  954.             <Trigger Property="IsHighlighted" Value="true">
  955.                 <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  956.                 <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  957.             </Trigger>
  958.             <Trigger Property="IsEnabled" Value="false">
  959.                 <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  960.             </Trigger>
  961.         </ControlTemplate.Triggers>
  962.         <Border Name="Bd" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" SnapsToDevicePixels="true">
  963.             <Grid>
  964.                 <Grid.ColumnDefinitions>
  965.                     <ColumnDefinition MinWidth="17" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  966.                     <ColumnDefinition Width="*" />
  967.                     <ColumnDefinition Width="Auto" SharedSizeGroup="MenuItemIGTColumnGroup" />
  968.                     <ColumnDefinition Width="14" />
  969.                 </Grid.ColumnDefinitions>
  970.                 <ContentPresenter Name="Icon" Margin="4,0,6,0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  971.                 <Path Name="GlyphPanel" Margin="4,0,6,0" Visibility="Hidden" VerticalAlignment="Center" Fill="{TemplateBinding Foreground}" FlowDirection="LeftToRight" Data="{StaticResource [0] Ñ}" />
  972.                 <ContentPresenter Column="1" ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  973.                 <Path Column="3" Dock="Right" VerticalAlignment="Center" Margin="4,0,6,0" Fill="{TemplateBinding Foreground}" Data="{StaticResource [1] Ò}" />
  974.                 <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Right" VerticalOffset="-3" Focusable="false" PopupAnimation="{DynamicResource {x:Static MenuPopupAnimation}}" IsOpen="{Binding Path=IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}">
  975.                     <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  976.                         <Border Name="SubMenuBorder" Background="{DynamicResource {x:Static MenuBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static ControlDarkBrush}}">
  977.                             <ScrollViewer CanContentScroll="true" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  978.                                 <ItemsPresenter Margin="2" TabNavigation="Cycle" DirectionalNavigation="Cycle" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" IsSharedSizeScope="true" />
  979.                             </ScrollViewer>
  980.                         </Border>
  981.                     </theme:SystemDropShadowChrome>
  982.                 </Popup>
  983.             </Grid>
  984.         </Border>
  985.     </ControlTemplate>
  986.     <Style x:Key="{x:Type MenuItem}" TargetType="{x:Type MenuItem}">
  987.         <Style.Triggers>
  988.             <Trigger Property="Role" Value="TopLevelHeader">
  989.                 <Setter Property="Margin" Value="0,1,0,1" />
  990.                 <Setter Property="Padding" Value="6,3,6,3" />
  991.                 <Setter Property="Template" Value="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=TopLevelHeaderTemplateKey}}" />
  992.             </Trigger>
  993.             <Trigger Property="Role" Value="TopLevelItem">
  994.                 <Setter Property="Margin" Value="0,1,0,1" />
  995.                 <Setter Property="Padding" Value="6,3,6,3" />
  996.                 <Setter Property="Template" Value="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=TopLevelItemTemplateKey}}" />
  997.             </Trigger>
  998.             <Trigger Property="Role" Value="SubmenuHeader">
  999.                 <Setter Property="Dock" Value="Top" />
  1000.                 <Setter Property="Padding" Value="0,2,0,2" />
  1001.                 <Setter Property="Template" Value="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=SubmenuHeaderTemplateKey}}" />
  1002.             </Trigger>
  1003.             <Trigger Property="Role" Value="SubmenuItem">
  1004.                 <Setter Property="Dock" Value="Top" />
  1005.                 <Setter Property="Padding" Value="0,2,0,2" />
  1006.             </Trigger>
  1007.         </Style.Triggers>
  1008.         <Setter Property="HorizontalContentAlignment" Value="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  1009.         <Setter Property="VerticalContentAlignment" Value="{Binding Path=VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  1010.         <Setter Property="Background" Value="Transparent" />
  1011.         <Setter Property="Foreground" Value="{DynamicResource {x:Static MenuTextBrush}}" />
  1012.         <Setter Property="Template" Value="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type MenuItem}, ResourceId=SubmenuItemTemplateKey}}" />
  1013.     </Style>
  1014.     <JournalEntryUnifiedViewConverter x:Key="[26] ê" />
  1015.     <LinearGradientBrush x:Key="[27] ā" StartPoint="0.5,0.0" EndPoint="0.5,1.0">
  1016.         <LinearGradientBrush.GradientStops>
  1017.             <GradientStopCollection>
  1018.                 <GradientStop Color="#FFFFFF" Offset="0.0" />
  1019.                 <GradientStop Color="#CCD4E9" Offset="0.1" />
  1020.                 <GradientStop Color="#4881D2" Offset="0.47" />
  1021.                 <GradientStop Color="#001A5A" Offset="0.47" />
  1022.                 <GradientStop Color="#007BD6" Offset="0.70" />
  1023.                 <GradientStop Color="#54DAFF" Offset="0.85" />
  1024.                 <GradientStop Color="#86FFFF" Offset="0.95" />
  1025.                 <GradientStop Color="#FFFFFF" Offset="1.0" />
  1026.             </GradientStopCollection>
  1027.         </LinearGradientBrush.GradientStops>
  1028.     </LinearGradientBrush>
  1029.     <LinearGradientBrush x:Key="[28] Ă" StartPoint="0.5,0.0" EndPoint="0.5,1.0">
  1030.         <LinearGradientBrush.GradientStops>
  1031.             <GradientStopCollection>
  1032.                 <GradientStop Color="#FFFFFF" Offset="0.0" />
  1033.                 <GradientStop Color="#DFEDF9" Offset="0.1" />
  1034.                 <GradientStop Color="#3086E1" Offset="0.47" />
  1035.                 <GradientStop Color="#003B91" Offset="0.47" />
  1036.                 <GradientStop Color="#1793EF" Offset="0.70" />
  1037.                 <GradientStop Color="#5AD4FF" Offset="0.85" />
  1038.                 <GradientStop Color="#BDFFFF" Offset="0.95" />
  1039.                 <GradientStop Color="#FFFFFF" Offset="1.0" />
  1040.             </GradientStopCollection>
  1041.         </LinearGradientBrush.GradientStops>
  1042.     </LinearGradientBrush>
  1043.     <LinearGradientBrush x:Key="[29] ă" StartPoint="0.5,0.0" EndPoint="0.5,1.0">
  1044.         <LinearGradientBrush.GradientStops>
  1045.             <GradientStopCollection>
  1046.                 <GradientStop Color="#C0D2F5" Offset="0.0" />
  1047.                 <GradientStop Color="#5E7A9C" Offset="0.47" />
  1048.                 <GradientStop Color="#00062D" Offset="0.47" />
  1049.                 <GradientStop Color="#005F9F" Offset="0.70" />
  1050.                 <GradientStop Color="#1FA4E2" Offset="0.85" />
  1051.                 <GradientStop Color="#61DAFF" Offset="0.95" />
  1052.                 <GradientStop Color="#48CFFF" Offset="1.0" />
  1053.             </GradientStopCollection>
  1054.         </LinearGradientBrush.GradientStops>
  1055.     </LinearGradientBrush>
  1056.     <LinearGradientBrush x:Key="[30] Ą" StartPoint="0.5,0.0" EndPoint="0.5,1.0">
  1057.         <LinearGradientBrush.GradientStops>
  1058.             <GradientStopCollection>
  1059.                 <GradientStop Color="#FFFFFF" Offset="0" />
  1060.                 <GradientStop Color="#EBEEF5" Offset="0.5" />
  1061.                 <GradientStop Color="#D8DDEB" Offset="0.5" />
  1062.                 <GradientStop Color="#DFE2F0" Offset="1.0" />
  1063.             </GradientStopCollection>
  1064.         </LinearGradientBrush.GradientStops>
  1065.     </LinearGradientBrush>
  1066.     <LinearGradientBrush x:Key="[31] ą" StartPoint="0,0" EndPoint="0,1">
  1067.         <LinearGradientBrush.GradientStops>
  1068.             <GradientStopCollection>
  1069.                 <GradientStop Color="#6C90C4" Offset="0" />
  1070.                 <GradientStop Color="#315BB4" Offset="0.5" />
  1071.                 <GradientStop Color="#002091" Offset="0.5" />
  1072.                 <GradientStop Color="#08377C" Offset="1" />
  1073.             </GradientStopCollection>
  1074.         </LinearGradientBrush.GradientStops>
  1075.     </LinearGradientBrush>
  1076.     <LinearGradientBrush x:Key="[32] Ć" StartPoint="0,0" EndPoint="0,1">
  1077.         <LinearGradientBrush.GradientStops>
  1078.             <GradientStop Color="#8AB1FB" Offset="0" />
  1079.             <GradientStop Color="#002874" Offset="1" />
  1080.         </LinearGradientBrush.GradientStops>
  1081.     </LinearGradientBrush>
  1082.     <LinearGradientBrush x:Key="[33] ć" StartPoint="0,0" EndPoint="0,1">
  1083.         <LinearGradientBrush.GradientStops>
  1084.             <GradientStopCollection>
  1085.                 <GradientStop Color="#FFFFFF" Offset="0.5" />
  1086.                 <GradientStop Color="#EEEEEE" Offset="0.5" />
  1087.                 <GradientStop Color="#B0B0B0" Offset="1" />
  1088.             </GradientStopCollection>
  1089.         </LinearGradientBrush.GradientStops>
  1090.     </LinearGradientBrush>
  1091.     <LinearGradientBrush x:Key="[34] Ĉ" StartPoint="0,0" EndPoint="0,1">
  1092.         <LinearGradientBrush.GradientStops>
  1093.             <GradientStopCollection>
  1094.                 <GradientStop Color="#33B5DA" Offset="0" />
  1095.                 <GradientStop Color="#335799" Offset="1" />
  1096.             </GradientStopCollection>
  1097.         </LinearGradientBrush.GradientStops>
  1098.     </LinearGradientBrush>
  1099.     <LinearGradientBrush x:Key="[35] æ" StartPoint="0,0" EndPoint="0,1">
  1100.         <LinearGradientBrush.GradientStops>
  1101.             <GradientStop Color="#FFFFFF" Offset="0" />
  1102.             <GradientStop Color="#E3E8F4" Offset="0.5" />
  1103.             <GradientStop Color="#CFD7EB" Offset="0.5" />
  1104.             <GradientStop Color="#E9ECFA" Offset="1.0" />
  1105.         </LinearGradientBrush.GradientStops>
  1106.     </LinearGradientBrush>
  1107.     <SolidColorBrush x:Key="[36] ĉ" Color="{StaticResource [0] Ñ}" Opacity="0.25" />
  1108.     <Style x:Key="[37] é" TargetType="{x:Type MenuItem}">
  1109.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1110.         <Setter Property="Header" Value="{Binding Path=(JournalEntry.Name)}" />
  1111.         <Setter Property="Command" Value="NavigationCommands.NavigateJournal" />
  1112.         <Setter Property="CommandTarget" Value="{Binding RelativeSource={RelativeSource AncestorType={x:Type Menu}}, Path=TemplatedParent}" />
  1113.         <Setter Property="CommandParameter" Value="{Binding RelativeSource={RelativeSource Self}}" />
  1114.         <Setter Property="JournalEntryPosition" Value="{Binding (JournalEntryUnifiedViewConverter.JournalEntryPosition)}" />
  1115.         <Setter Property="Template">
  1116.             <Setter.Value>
  1117.                 <ControlTemplate TargetType="{x:Type MenuItem}">
  1118.                     <ControlTemplate.Triggers>
  1119.                         <Trigger Property="JournalEntryPosition" Value="Current">
  1120.                             <Setter TargetName="Panel" Value="{StaticResource [0] Ñ}" Property="Background" />
  1121.                             <Setter TargetName="Glyph" Property="Data" Value="F0 M 0,5 L 2,5,8 7,3 " />
  1122.                             <Setter TargetName="Glyph" Property="FlowDirection" Value="LeftToRight" />
  1123.                             <Setter TargetName="Glyph" Property="StrokeLineJoin" Value="Miter" />
  1124.                         </Trigger>
  1125.                         <Trigger Property="IsHighlighted" Value="true">
  1126.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  1127.                             <Setter TargetName="Panel" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  1128.                         </Trigger>
  1129.                         <MultiTrigger>
  1130.                             <MultiTrigger.Conditions>
  1131.                                 <Condition Property="IsHighlighted" Value="true" />
  1132.                                 <Condition Property="JournalEntryPosition" Value="Forward" />
  1133.                             </MultiTrigger.Conditions>
  1134.                             <Setter TargetName="Glyph" Property="Stroke" Value="White" />
  1135.                             <Setter TargetName="Glyph" Property="Data" Value="F0 M 1,5 L 7,5 M 5,1 L 9,5 5,9 " />
  1136.                         </MultiTrigger>
  1137.                         <MultiTrigger>
  1138.                             <MultiTrigger.Conditions>
  1139.                                 <Condition Property="IsHighlighted" Value="true" />
  1140.                                 <Condition Property="JournalEntryPosition" Value="Back" />
  1141.                             </MultiTrigger.Conditions>
  1142.                             <Setter TargetName="Glyph" Property="Stroke" Value="White" />
  1143.                             <Setter TargetName="Glyph" Property="Data" Value="F0 M 9,5 L 3,5 M 5,1 L 1,5 5,9 " />
  1144.                         </MultiTrigger>
  1145.                     </ControlTemplate.Triggers>
  1146.                     <Grid Name="Panel" Background="Transparent" SnapsToDevicePixels="true">
  1147.                         <Path Name="Glyph" SnapsToDevicePixels="false" Margin="7,5" Width="10" Height="10" HorizontalAlignment="Left" StrokeStartLineCap="Triangle" StrokeEndLineCap="Triangle" StrokeThickness="2" Stroke="{TemplateBinding Foreground}" />
  1148.                         <ContentPresenter ContentSource="Header" Margin="24,5,21,5" />
  1149.                     </Grid>
  1150.                 </ControlTemplate>
  1151.             </Setter.Value>
  1152.         </Setter>
  1153.     </Style>
  1154.     <Style x:Key="[38] è" TargetType="{x:Type MenuItem}">
  1155.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1156.         <Setter Property="Template">
  1157.             <Setter.Value>
  1158.                 <ControlTemplate TargetType="{x:Type MenuItem}">
  1159.                     <ControlTemplate.Triggers>
  1160.                         <Trigger Property="IsHighlighted" Value="true">
  1161.                             <Setter TargetName="HighlightBorder" Property="Visibility" Value="Visible" />
  1162.                         </Trigger>
  1163.                         <Trigger Property="IsEnabled" Value="false">
  1164.                             <Setter TargetName="Arrow" Property="Fill" Value="#A5AABE" />
  1165.                         </Trigger>
  1166.                         <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  1167.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  1168.                             <Setter TargetName="Shdw" Property="SnapsToDevicePixels" Value="true" />
  1169.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  1170.                         </Trigger>
  1171.                     </ControlTemplate.Triggers>
  1172.                     <Grid>
  1173.                         <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Bottom" VerticalOffset="2" Focusable="false" PopupAnimation="{DynamicResource {x:Static MenuPopupAnimation}}" IsOpen="{Binding Path=(MenuItem.IsSubmenuOpen), RelativeSource={RelativeSource TemplatedParent}}">
  1174.                             <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  1175.                                 <Border Name="SubMenuBorder" Background="{DynamicResource {x:Static MenuBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static ActiveBorderBrush}}">
  1176.                                     <ScrollViewer CanContentScroll="true" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  1177.                                         <ItemsPresenter Margin="2" TabNavigation="Cycle" DirectionalNavigation="Cycle" />
  1178.                                     </ScrollViewer>
  1179.                                 </Border>
  1180.                             </theme:SystemDropShadowChrome>
  1181.                         </Popup>
  1182.                         <Grid Name="Panel" Width="26" Background="Transparent" HorizontalAlignment="Right">
  1183.                             <Border Name="HighlightBorder" SnapsToDevicePixels="true" Visibility="Hidden" BorderThickness="1,1,1,1" BorderBrush="#B0B5BACE" CornerRadius="2">
  1184.                                 <Border.Background>
  1185.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  1186.                                         <LinearGradientBrush.GradientStops>
  1187.                                             <GradientStop Color="#20DDDDDD" Offset="0" />
  1188.                                             <GradientStop Color="#80FFFFFF" Offset="1" />
  1189.                                         </LinearGradientBrush.GradientStops>
  1190.                                     </LinearGradientBrush>
  1191.                                 </Border.Background>
  1192.                                 <Border BorderBrush="#A0FFFFFF" CornerRadius="1.5" BorderThickness="1" />
  1193.                             </Border>
  1194.                             <Path Name="Arrow" SnapsToDevicePixels="false" HorizontalAlignment="Right" VerticalAlignment="Center" Margin="{TemplateBinding Padding}" Fill="{StaticResource [0] Ñ}" Stroke="White" StrokeThickness="1" StrokeLineJoin="Round" Data="F0 M 0,0 L 4,5,5 9,0 Z" />
  1195.                         </Grid>
  1196.                     </Grid>
  1197.                 </ControlTemplate>
  1198.             </Setter.Value>
  1199.         </Setter>
  1200.     </Style>
  1201.     <Style x:Key="[39] ç" TargetType="{x:Type Menu}">
  1202.         <Setter Property="ItemsPanel">
  1203.             <Setter.Value>
  1204.                 <ItemsPanelTemplate>
  1205.                     <DockPanel />
  1206.                 </ItemsPanelTemplate>
  1207.             </Setter.Value>
  1208.         </Setter>
  1209.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1210.         <Setter Property="TabNavigation" Value="None" />
  1211.         <Setter Property="IsMainMenu" Value="false" />
  1212.         <Setter Property="Template">
  1213.             <Setter.Value>
  1214.                 <ControlTemplate TargetType="{x:Type Menu}">
  1215.                     <ItemsPresenter />
  1216.                 </ControlTemplate>
  1217.             </Setter.Value>
  1218.         </Setter>
  1219.     </Style>
  1220.     <Style x:Key="[40] ë" TargetType="{x:Type Button}">
  1221.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1222.         <Setter Property="Command" Value="NavigationCommands.BrowseBack" />
  1223.         <Setter Property="Focusable" Value="false" />
  1224.         <Setter Property="Template">
  1225.             <Setter.Value>
  1226.                 <ControlTemplate TargetType="{x:Type Button}">
  1227.                     <ControlTemplate.Triggers>
  1228.                         <Trigger Property="IsEnabled" Value="false">
  1229.                             <Setter Value="{StaticResource [3] Ô}" TargetName="Circle" Property="Fill" />
  1230.                             <Setter TargetName="Circle" Property="Stroke" Value="#B5BACE" />
  1231.                             <Setter TargetName="Arrow" Property="Stroke" Value="#B0B5BACE" />
  1232.                             <Setter TargetName="Arrow" Property="Fill" Value="#D0FFFFFF" />
  1233.                         </Trigger>
  1234.                         <Trigger Property="IsMouseOver" Value="true">
  1235.                             <Setter Value="{StaticResource [3] Ô}" TargetName="Circle" Property="Fill" />
  1236.                         </Trigger>
  1237.                         <Trigger Property="IsPressed" Value="true">
  1238.                             <Setter Value="{StaticResource [6] ×}" TargetName="Circle" Property="Fill" />
  1239.                         </Trigger>
  1240.                     </ControlTemplate.Triggers>
  1241.                     <Grid Width="24" Height="24" Background="Transparent">
  1242.                         <Ellipse Name="Circle" StrokeThickness="1" Fill="{StaticResource [0] Ñ}" Stroke="{StaticResource [1] Ò}" />
  1243.                         <Path Name="Arrow" VerticalAlignment="Center" HorizontalAlignment="Center" StrokeThickness="0.75" Data="F0 M 0,37,7,69 L 5,74,14,2 A 1,5,1,5 0 1 0 10,26,12,27 L 8,42,10,42 14,9,10,39 A 1,5,1,5 0 1 0 14,92,5,87 L 8,44,5,9 10,31,4,03 A 1,5,1,5 0 1 0 5,79,1,77 Z" Stroke="{StaticResource [2] Ó}" Fill="{StaticResource [3] Ô}" />
  1244.                     </Grid>
  1245.                 </ControlTemplate>
  1246.             </Setter.Value>
  1247.         </Setter>
  1248.     </Style>
  1249.     <Style x:Key="[41] ì" TargetType="{x:Type Button}">
  1250.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1251.         <Setter Property="Command" Value="NavigationCommands.BrowseForward" />
  1252.         <Setter Property="Focusable" Value="false" />
  1253.         <Setter Property="Template">
  1254.             <Setter.Value>
  1255.                 <ControlTemplate TargetType="{x:Type Button}">
  1256.                     <ControlTemplate.Triggers>
  1257.                         <Trigger Property="IsEnabled" Value="false">
  1258.                             <Setter Value="{StaticResource [3] Ô}" TargetName="Circle" Property="Fill" />
  1259.                             <Setter TargetName="Circle" Property="Stroke" Value="#B5BACE" />
  1260.                             <Setter TargetName="Arrow" Property="Stroke" Value="#B0B5BACE" />
  1261.                             <Setter TargetName="Arrow" Property="Fill" Value="#D0FFFFFF" />
  1262.                         </Trigger>
  1263.                         <Trigger Property="IsMouseOver" Value="true">
  1264.                             <Setter Value="{StaticResource [3] Ô}" TargetName="Circle" Property="Fill" />
  1265.                         </Trigger>
  1266.                         <Trigger Property="IsPressed" Value="true">
  1267.                             <Setter Value="{StaticResource [6] ×}" TargetName="Circle" Property="Fill" />
  1268.                         </Trigger>
  1269.                     </ControlTemplate.Triggers>
  1270.                     <Grid Width="24" Height="24" Background="Transparent">
  1271.                         <Ellipse Name="Circle" Column="0" StrokeThickness="1" Fill="{StaticResource [0] Ñ}" Stroke="{StaticResource [1] Ò}" />
  1272.                         <Path Name="Arrow" Column="0" VerticalAlignment="Center" HorizontalAlignment="Center" StrokeThickness="0.75" Data="F0 M 0,37,7,69 L 5,74,14,2 A 1,5,1,5 0 1 0 10,26,12,27 L 8,42,10,42 14,9,10,39 A 1,5,1,5 0 1 0 14,92,5,87 L 8,44,5,9 10,31,4,03 A 1,5,1,5 0 1 0 5,79,1,77 Z" Stroke="{StaticResource [2] Ó}" Fill="{StaticResource [3] Ô}" RenderTransformOrigin="0.5,0" RenderTransform="{ScaleTransform ScaleX=-1}" />
  1273.                     </Grid>
  1274.                 </ControlTemplate>
  1275.             </Setter.Value>
  1276.         </Setter>
  1277.     </Style>
  1278.     <ControlTemplate x:Key="[42] Ċ" TargetType="{x:Type NavigationWindow}">
  1279.         <ControlTemplate.Triggers>
  1280.             <Trigger Property="ShowsNavigationUI" Value="false">
  1281.                 <Setter TargetName="NavChrome" Property="Visibility" Value="Collapsed" />
  1282.             </Trigger>
  1283.             <MultiTrigger>
  1284.                 <MultiTrigger.Conditions>
  1285.                     <Condition Property="ResizeMode" Value="CanResizeWithGrip" />
  1286.                     <Condition Property="WindowState" Value="Normal" />
  1287.                 </MultiTrigger.Conditions>
  1288.                 <Setter TargetName="WindowResizeGrip" Property="Visibility" Value="Visible" />
  1289.             </MultiTrigger>
  1290.             <MultiTrigger>
  1291.                 <MultiTrigger.Conditions>
  1292.                     <Condition Property="CanGoForward" Value="false" />
  1293.                     <Condition Property="CanGoBack" Value="false" />
  1294.                 </MultiTrigger.Conditions>
  1295.                 <Setter TargetName="NavMenu" Property="IsEnabled" Value="false" />
  1296.             </MultiTrigger>
  1297.         </ControlTemplate.Triggers>
  1298.         <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  1299.             <DockPanel>
  1300.                 <Grid Name="NavChrome" Background="{StaticResource [0] Ñ}" Dock="Top" Height="30">
  1301.                     <Grid.ColumnDefinitions>
  1302.                         <ColumnDefinition Width="29" />
  1303.                         <ColumnDefinition Width="26" />
  1304.                         <ColumnDefinition Width="17" />
  1305.                         <ColumnDefinition Width="*" />
  1306.                     </Grid.ColumnDefinitions>
  1307.                     <Menu Name="NavMenu" ColumnSpan="3" Height="23" Margin="1,0,0,1" VerticalAlignment="Center" Style="{StaticResource [1] Ò}">
  1308.                         <MenuItem Padding="0,2,5,0" Style="{StaticResource [2] Ó}" ItemContainerStyle="{StaticResource [3] Ô}" IsSubmenuOpen="{Binding Path=(MenuItem.IsSubmenuOpen), Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}">
  1309.                             <MenuItem.ItemsSource>
  1310.                                 <MultiBinding Converter="{StaticResource [3] Ô}">
  1311.                                     <MultiBinding.Bindings>
  1312.                                         <Binding Path="(NavigationWindow.BackStack)" RelativeSource="{RelativeSource TemplatedParent}" />
  1313.                                         <Binding Path="(NavigationWindow.ForwardStack)" RelativeSource="{RelativeSource TemplatedParent}" />
  1314.                                     </MultiBinding.Bindings>
  1315.                                 </MultiBinding>
  1316.                             </MenuItem.ItemsSource>
  1317.                         </MenuItem>
  1318.                     </Menu>
  1319.                     <Path Column="0" SnapsToDevicePixels="false" IsHitTestVisible="false" Margin="2,0,0,0" ColumnSpan="3" StrokeThickness="1" HorizontalAlignment="Left" VerticalAlignment="Center" Data="F0 M 22,5767,21,035 Q 27,19,37 31,424,21,035 A 12,5,12,5 0 0 0 53,5,13 A 12,5,12,5 0 0 0 37,765,0,926 Q 27,4,93 16,235,0,926 A 12,5,12,5 0 0 0 0,5,13 A 12,5,12,5 0 0 0 22,5767,21,035 Z">
  1320.                         <Path.Fill>
  1321.                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  1322.                                 <LinearGradientBrush.GradientStops>
  1323.                                     <GradientStopCollection>
  1324.                                         <GradientStop Color="#A0C2CCE7" Offset="0" />
  1325.                                         <GradientStop Color="#60FFFFFF" Offset="1" />
  1326.                                     </GradientStopCollection>
  1327.                                 </LinearGradientBrush.GradientStops>
  1328.                             </LinearGradientBrush>
  1329.                         </Path.Fill>
  1330.                         <Path.Stroke>
  1331.                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  1332.                                 <LinearGradientBrush.GradientStops>
  1333.                                     <GradientStopCollection>
  1334.                                         <GradientStop Color="#FFB7C2E3" Offset="0.2" />
  1335.                                         <GradientStop Color="#A0FFFFFF" Offset="0.9" />
  1336.                                     </GradientStopCollection>
  1337.                                 </LinearGradientBrush.GradientStops>
  1338.                             </LinearGradientBrush>
  1339.                         </Path.Stroke>
  1340.                     </Path>
  1341.                     <Button Style="{StaticResource [3] Ô}" Margin="3,0,2,0" Column="0" />
  1342.                     <Button Style="{StaticResource [6] ×}" Margin="2,0,0,0" Column="1" />
  1343.                 </Grid>
  1344.                 <Grid>
  1345.                     <AdornerDecorator>
  1346.                         <ContentPresenter Name="PART_NavWinCP" ClipToBounds="true" />
  1347.                     </AdornerDecorator>
  1348.                     <ResizeGrip Name="WindowResizeGrip" HorizontalAlignment="Right" VerticalAlignment="Bottom" Visibility="Collapsed" IsTabStop="false" />
  1349.                 </Grid>
  1350.             </DockPanel>
  1351.         </Border>
  1352.     </ControlTemplate>
  1353.     <Style x:Key="{x:Type NavigationWindow}" TargetType="{x:Type NavigationWindow}">
  1354.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  1355.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  1356.         <Setter Property="Template" Value="{StaticResource [0] Ñ}" />
  1357.     </Style>
  1358.     <Style x:Key="{x:Type Page}" TargetType="{x:Type Page}">
  1359.         <Setter Property="Template">
  1360.             <Setter.Value>
  1361.                 <ControlTemplate TargetType="{x:Type Page}">
  1362.                     <Border Background="{TemplateBinding Background}">
  1363.                         <ContentPresenter Content="{TemplateBinding Content}" />
  1364.                     </Border>
  1365.                 </ControlTemplate>
  1366.             </Setter.Value>
  1367.         </Setter>
  1368.     </Style>
  1369.     <LinearGradientBrush x:Key="[43] ċ" EndPoint="0,1" StartPoint="0,0">
  1370.         <LinearGradientBrush.GradientStops>
  1371.             <GradientStop Color="#ABEDAC" Offset="0" />
  1372.             <GradientStop Color="#2ED331" Offset="0.5" />
  1373.             <GradientStop Color="#8EE790" Offset="1" />
  1374.         </LinearGradientBrush.GradientStops>
  1375.     </LinearGradientBrush>
  1376.     <Style x:Key="{x:Type ProgressBar}" TargetType="{x:Type ProgressBar}">
  1377.         <Style.Triggers>
  1378.             <Trigger Property="Orientation" Value="Vertical">
  1379.                 <Setter Property="Template">
  1380.                     <Setter.Value>
  1381.                         <ControlTemplate TargetType="{x:Type ProgressBar}">
  1382.                             <Border Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" CornerRadius="3" SnapsToDevicePixels="true">
  1383.                                 <Border BorderThickness="1,1,1,0" BorderBrush="#BEBEBE" CornerRadius="2">
  1384.                                     <Border BorderThickness="1" BorderBrush="#EFEFEF" CornerRadius="1">
  1385.                                         <DockPanel Name="PART_Track" Margin="0,0,0,1" LastChildFill="false">
  1386.                                             <Decorator Name="PART_Indicator" Dock="Bottom">
  1387.                                                 <Rectangle LayoutTransform="{RotateTransform Angle=-90}">
  1388.                                                     <Rectangle.Fill>
  1389.                                                         <MultiBinding Converter="{theme:ProgressBarBrushConverter}">
  1390.                                                             <Binding Path="Foreground" RelativeSource="{RelativeSource TemplatedParent}" />
  1391.                                                             <Binding Path="IsIndeterminate" RelativeSource="{RelativeSource TemplatedParent}" />
  1392.                                                             <Binding Path="ActualHeight" ElementName="PART_Indicator" />
  1393.                                                             <Binding Path="ActualWidth" ElementName="PART_Indicator" />
  1394.                                                             <Binding Path="ActualHeight" ElementName="PART_Track" />
  1395.                                                         </MultiBinding>
  1396.                                                     </Rectangle.Fill>
  1397.                                                 </Rectangle>
  1398.                                             </Decorator>
  1399.                                         </DockPanel>
  1400.                                     </Border>
  1401.                                 </Border>
  1402.                             </Border>
  1403.                         </ControlTemplate>
  1404.                     </Setter.Value>
  1405.                 </Setter>
  1406.             </Trigger>
  1407.         </Style.Triggers>
  1408.         <Setter Property="Foreground" Value="{StaticResource [0] Ñ}" />
  1409.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  1410.         <Setter Property="BorderBrush" Value="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  1411.         <Setter Property="BorderThickness" Value="1" />
  1412.         <Setter Property="Template">
  1413.             <Setter.Value>
  1414.                 <ControlTemplate TargetType="{x:Type ProgressBar}">
  1415.                     <Border Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" CornerRadius="3" SnapsToDevicePixels="true">
  1416.                         <Border BorderThickness="1,1,1,0" BorderBrush="#BEBEBE" CornerRadius="2">
  1417.                             <Border BorderThickness="1" BorderBrush="#EFEFEF" CornerRadius="1">
  1418.                                 <DockPanel Name="PART_Track" Margin="1,0,0,1" LastChildFill="false">
  1419.                                     <Rectangle Name="PART_Indicator">
  1420.                                         <Rectangle.Fill>
  1421.                                             <MultiBinding Converter="{theme:ProgressBarBrushConverter}">
  1422.                                                 <Binding Path="Foreground" RelativeSource="{RelativeSource TemplatedParent}" />
  1423.                                                 <Binding Path="IsIndeterminate" RelativeSource="{RelativeSource TemplatedParent}" />
  1424.                                                 <Binding Path="ActualWidth" ElementName="PART_Indicator" />
  1425.                                                 <Binding Path="ActualHeight" ElementName="PART_Indicator" />
  1426.                                                 <Binding Path="ActualWidth" ElementName="PART_Track" />
  1427.                                             </MultiBinding>
  1428.                                         </Rectangle.Fill>
  1429.                                     </Rectangle>
  1430.                                 </DockPanel>
  1431.                             </Border>
  1432.                         </Border>
  1433.                     </Border>
  1434.                 </ControlTemplate>
  1435.             </Setter.Value>
  1436.         </Setter>
  1437.     </Style>
  1438.     <Style x:Key="{x:Type RadioButton}" TargetType="{x:Type RadioButton}">
  1439.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  1440.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  1441.         <Setter Property="BorderBrush" Value="{StaticResource [1] Ò}" />
  1442.         <Setter Property="BorderThickness" Value="1" />
  1443.         <Setter Property="Template">
  1444.             <Setter.Value>
  1445.                 <ControlTemplate TargetType="{x:Type RadioButton}">
  1446.                     <ControlTemplate.Triggers>
  1447.                         <Trigger Property="HasContent" Value="true">
  1448.                             <Setter Value="{StaticResource [2] Ó}" Property="FocusVisualStyle" />
  1449.                             <Setter Property="Padding" Value="2,0,0,0" />
  1450.                         </Trigger>
  1451.                         <Trigger Property="IsEnabled" Value="false">
  1452.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  1453.                         </Trigger>
  1454.                     </ControlTemplate.Triggers>
  1455.                     <BulletDecorator Background="Transparent" Bullet="{theme:BulletChrome IsRound=true, Background={TemplateBinding Background}, BorderBrush={TemplateBinding BorderBrush}, IsChecked={TemplateBinding IsChecked}, RenderMouseOver={TemplateBinding IsMouseOver}, RenderPressed={TemplateBinding IsPressed}}">
  1456.                         <ContentPresenter Margin="{TemplateBinding Padding}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" RecognizesAccessKey="true" />
  1457.                     </BulletDecorator>
  1458.                 </ControlTemplate>
  1459.             </Setter.Value>
  1460.         </Setter>
  1461.     </Style>
  1462.     <SolidColorBrush x:Key="[44] Č" Color="#B8B4A2" />
  1463.     <Style x:Key="{x:Type ResizeGrip}" TargetType="{x:Type ResizeGrip}">
  1464.         <Setter Property="MinWidth" Value="{DynamicResource {x:Static VerticalScrollBarWidth}}" />
  1465.         <Setter Property="MinHeight" Value="{DynamicResource {x:Static HorizontalScrollBarHeight}}" />
  1466.         <Setter Property="Background" Value="Transparent" />
  1467.         <Setter Property="Template">
  1468.             <Setter.Value>
  1469.                 <ControlTemplate TargetType="{x:Type ResizeGrip}">
  1470.                     <Grid SnapsToDevicePixels="true" Background="{TemplateBinding Background}">
  1471.                         <Path HorizontalAlignment="Right" VerticalAlignment="Bottom" Fill="White" Margin="0,0,2,2" Data="F0 M 8,0 L 10,0 10,2 8,2 M 4,4 L 6,4 6,6 4,6 M 8,4 L 10,4 10,6 8,6 M 0,8 L 2,8 2,10 0,10 M 4,8 L 6,8 6,10 4,10 M 8,8 L 10,8 10,10 8,10 Z" />
  1472.                         <Path HorizontalAlignment="Right" VerticalAlignment="Bottom" Fill="{StaticResource [0] Ñ}" Margin="0,0,3,3" Data="F0 M 8,0 L 10,0 10,2 8,2 M 4,4 L 6,4 6,6 4,6 M 8,4 L 10,4 10,6 8,6 M 0,8 L 2,8 2,10 0,10 M 4,8 L 6,8 6,10 4,10 M 8,8 L 10,8 10,10 8,10 Z" />
  1473.                     </Grid>
  1474.                 </ControlTemplate>
  1475.             </Setter.Value>
  1476.         </Setter>
  1477.     </Style>
  1478.     <SolidColorBrush x:Key="[45] č" Color="#EEEDE5" />
  1479.     <Pen x:Key="[46] Ď" Thickness="1">
  1480.         <Pen.Brush>
  1481.             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  1482.                 <LinearGradientBrush.GradientStops>
  1483.                     <GradientStop Color="#00A0B5D3" Offset="0" />
  1484.                     <GradientStop Color="#FFA0B5D3" Offset="0.5" />
  1485.                     <GradientStop Color="#FF7C9FD3" Offset="1" />
  1486.                 </LinearGradientBrush.GradientStops>
  1487.             </LinearGradientBrush>
  1488.         </Pen.Brush>
  1489.     </Pen>
  1490.     <Pen x:Key="[47] ď" Thickness="1">
  1491.         <Pen.Brush>
  1492.             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  1493.                 <LinearGradientBrush.GradientStops>
  1494.                     <GradientStop Color="#00CCCCBA" Offset="0" />
  1495.                     <GradientStop Color="#FFCCCCBA" Offset="0.5" />
  1496.                     <GradientStop Color="#FFC4C4AF" Offset="1" />
  1497.                 </LinearGradientBrush.GradientStops>
  1498.             </LinearGradientBrush>
  1499.         </Pen.Brush>
  1500.     </Pen>
  1501.     <LinearGradientBrush x:Key="[48] Đ" StartPoint="0, 0" EndPoint="0, 1">
  1502.         <LinearGradientBrush.GradientStops>
  1503.             <GradientStop Color="#EEEDE5" Offset="0" />
  1504.             <GradientStop Color="#EEEDE5" Offset="0.05" />
  1505.             <GradientStop Color="#F3F1EC" Offset="0.06" />
  1506.             <GradientStop Color="#FEFEFE" Offset="0.94" />
  1507.             <GradientStop Color="#EEEDE5" Offset="0.95" />
  1508.             <GradientStop Color="#EEEDE5" Offset="1" />
  1509.         </LinearGradientBrush.GradientStops>
  1510.     </LinearGradientBrush>
  1511.     <LinearGradientBrush x:Key="[49] đ" StartPoint="0, 0" EndPoint="0, 1">
  1512.         <LinearGradientBrush.GradientStops>
  1513.             <GradientStop Color="#D7D5C2" Offset="0" />
  1514.             <GradientStop Color="#D7D5C2" Offset="0.05" />
  1515.             <GradientStop Color="#E3DED3" Offset="0.06" />
  1516.             <GradientStop Color="#FDFDF6" Offset="0.94" />
  1517.             <GradientStop Color="#D7D5C2" Offset="0.95" />
  1518.             <GradientStop Color="#D7D5C2" Offset="1" />
  1519.         </LinearGradientBrush.GradientStops>
  1520.     </LinearGradientBrush>
  1521.     <LinearGradientBrush x:Key="[50] Ē" StartPoint="0, 0" EndPoint="1, 0">
  1522.         <LinearGradientBrush.GradientStops>
  1523.             <GradientStop Color="#EEEDE5" Offset="0" />
  1524.             <GradientStop Color="#EEEDE5" Offset="0.05" />
  1525.             <GradientStop Color="#F3F1EC" Offset="0.06" />
  1526.             <GradientStop Color="#FEFEFE" Offset="0.94" />
  1527.             <GradientStop Color="#EEEDE5" Offset="0.95" />
  1528.             <GradientStop Color="#EEEDE5" Offset="1" />
  1529.         </LinearGradientBrush.GradientStops>
  1530.     </LinearGradientBrush>
  1531.     <LinearGradientBrush x:Key="[51] ē" StartPoint="0, 0" EndPoint="1, 0">
  1532.         <LinearGradientBrush.GradientStops>
  1533.             <GradientStop Color="#D7D5C2" Offset="0" />
  1534.             <GradientStop Color="#D7D5C2" Offset="0.05" />
  1535.             <GradientStop Color="#E3DED3" Offset="0.06" />
  1536.             <GradientStop Color="#FDFDF6" Offset="0.94" />
  1537.             <GradientStop Color="#D7D5C2" Offset="0.95" />
  1538.             <GradientStop Color="#D7D5C2" Offset="1" />
  1539.         </LinearGradientBrush.GradientStops>
  1540.     </LinearGradientBrush>
  1541.     <Style x:Key="[52] Ĕ" TargetType="{x:Type RepeatButton}">
  1542.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1543.         <Setter Property="Focusable" Value="false" />
  1544.         <Setter Property="IsTabStop" Value="false" />
  1545.         <Setter Property="Template">
  1546.             <Setter.Value>
  1547.                 <ControlTemplate TargetType="{x:Type RepeatButton}">
  1548.                     <theme:ScrollChrome Name="Chrome" ThemeColor="NormalColor" RenderMouseOver="{TemplateBinding IsMouseOver}" RenderPressed="{TemplateBinding IsPressed}" ScrollGlyph="{TemplateBinding ScrollGlyph}" SnapsToDevicePixels="true" />
  1549.                 </ControlTemplate>
  1550.             </Setter.Value>
  1551.         </Setter>
  1552.     </Style>
  1553.     <Style x:Key="[53] ĕ" TargetType="{x:Type Thumb}">
  1554.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1555.         <Setter Property="IsTabStop" Value="false" />
  1556.         <Setter Property="Template">
  1557.             <Setter.Value>
  1558.                 <ControlTemplate TargetType="{x:Type Thumb}">
  1559.                     <theme:ScrollChrome Name="Chrome" ThemeColor="NormalColor" RenderMouseOver="{TemplateBinding IsMouseOver}" RenderPressed="{TemplateBinding IsDragging}" ScrollGlyph="{TemplateBinding ScrollGlyph}" SnapsToDevicePixels="true" />
  1560.                 </ControlTemplate>
  1561.             </Setter.Value>
  1562.         </Setter>
  1563.     </Style>
  1564.     <Style x:Key="[54] Ė" TargetType="{x:Type RepeatButton}">
  1565.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1566.         <Setter Property="Background" Value="Transparent" />
  1567.         <Setter Property="Focusable" Value="false" />
  1568.         <Setter Property="IsTabStop" Value="false" />
  1569.         <Setter Property="Template">
  1570.             <Setter.Value>
  1571.                 <ControlTemplate TargetType="{x:Type RepeatButton}">
  1572.                     <ControlTemplate.Triggers>
  1573.                         <Trigger Property="IsPressed" Value="true">
  1574.                             <Setter TargetName="Bg" Value="{StaticResource [0] Ñ}" Property="Fill" />
  1575.                         </Trigger>
  1576.                     </ControlTemplate.Triggers>
  1577.                     <Rectangle Name="Bg" Fill="{TemplateBinding Background}" />
  1578.                 </ControlTemplate>
  1579.             </Setter.Value>
  1580.         </Setter>
  1581.     </Style>
  1582.     <Style x:Key="[55] ė" TargetType="{x:Type RepeatButton}">
  1583.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1584.         <Setter Property="Background" Value="Transparent" />
  1585.         <Setter Property="Focusable" Value="false" />
  1586.         <Setter Property="IsTabStop" Value="false" />
  1587.         <Setter Property="Template">
  1588.             <Setter.Value>
  1589.                 <ControlTemplate TargetType="{x:Type RepeatButton}">
  1590.                     <ControlTemplate.Triggers>
  1591.                         <Trigger Property="IsPressed" Value="true">
  1592.                             <Setter TargetName="Bg" Value="{StaticResource [0] Ñ}" Property="Fill" />
  1593.                         </Trigger>
  1594.                     </ControlTemplate.Triggers>
  1595.                     <Rectangle Name="Bg" Fill="{TemplateBinding Background}" />
  1596.                 </ControlTemplate>
  1597.             </Setter.Value>
  1598.         </Setter>
  1599.     </Style>
  1600.     <Style x:Key="{x:Type ScrollBar}" TargetType="{x:Type ScrollBar}">
  1601.         <Style.Triggers>
  1602.             <Trigger Property="Orientation" Value="Horizontal">
  1603.                 <Setter Property="Width" Value="Auto" />
  1604.                 <Setter Property="MinWidth" Value="0" />
  1605.                 <Setter Property="Background" Value="{StaticResource [6] ×}" />
  1606.                 <Setter Property="Height" Value="{DynamicResource {x:Static HorizontalScrollBarHeight}}" />
  1607.                 <Setter Property="MinHeight" Value="{DynamicResource {x:Static HorizontalScrollBarHeight}}" />
  1608.                 <Setter Property="Template">
  1609.                     <Setter.Value>
  1610.                         <ControlTemplate TargetType="{x:Type ScrollBar}">
  1611.                             <Grid Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  1612.                                 <Grid.ColumnDefinitions>
  1613.                                     <ColumnDefinition MaxWidth="{DynamicResource {x:Static HorizontalScrollBarButtonWidth}}" />
  1614.                                     <ColumnDefinition Width="0.00001*" />
  1615.                                     <ColumnDefinition MaxWidth="{DynamicResource {x:Static HorizontalScrollBarButtonWidth}}" />
  1616.                                 </Grid.ColumnDefinitions>
  1617.                                 <RepeatButton Style="{StaticResource [7] Ø}" Command="{Static LineLeftCommand}" ScrollGlyph="LeftArrow" />
  1618.                                 <Track Name="PART_Track" Column="1" DecreaseRepeatButton="{RepeatButton Style={StaticResource [5] Ö}, Command={Static PageLeftCommand}}" IncreaseRepeatButton="{RepeatButton Style={StaticResource [4] Õ}, Command={Static PageRightCommand}}" Thumb="{Thumb Style={StaticResource [11] á}, ScrollGlyph=HorizontalGripper}" />
  1619.                                 <RepeatButton Style="{StaticResource [9] ß}" Column="2" Command="{Static LineRightCommand}" ScrollGlyph="RightArrow" />
  1620.                             </Grid>
  1621.                         </ControlTemplate>
  1622.                     </Setter.Value>
  1623.                 </Setter>
  1624.             </Trigger>
  1625.         </Style.Triggers>
  1626.         <Setter Property="IsPressAndHoldEnabled" Value="false" />
  1627.         <Setter Property="IsFlicksEnabled" Value="false" />
  1628.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  1629.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  1630.         <Setter Property="Width" Value="{DynamicResource {x:Static VerticalScrollBarWidth}}" />
  1631.         <Setter Property="MinWidth" Value="{DynamicResource {x:Static VerticalScrollBarWidth}}" />
  1632.         <Setter Property="Template">
  1633.             <Setter.Value>
  1634.                 <ControlTemplate TargetType="{x:Type ScrollBar}">
  1635.                     <Grid Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  1636.                         <Grid.RowDefinitions>
  1637.                             <RowDefinition MaxHeight="{DynamicResource {x:Static VerticalScrollBarButtonHeight}}" />
  1638.                             <RowDefinition Height="0.00001*" />
  1639.                             <RowDefinition MaxHeight="{DynamicResource {x:Static VerticalScrollBarButtonHeight}}" />
  1640.                         </Grid.RowDefinitions>
  1641.                         <RepeatButton Style="{StaticResource [1] Ò}" Command="{Static LineUpCommand}" ScrollGlyph="UpArrow" />
  1642.                         <Track Name="PART_Track" Row="1" IsDirectionReversed="true" DecreaseRepeatButton="{RepeatButton Style={StaticResource [2] Ó}, Command={Static PageUpCommand}}" IncreaseRepeatButton="{RepeatButton Style={StaticResource [3] Ô}, Command={Static PageDownCommand}}" Thumb="{Thumb Style={StaticResource [3] Ô}, ScrollGlyph=VerticalGripper}" />
  1643.                         <RepeatButton Style="{StaticResource [3] Ô}" Row="2" Command="{Static LineDownCommand}" ScrollGlyph="DownArrow" />
  1644.                     </Grid>
  1645.                 </ControlTemplate>
  1646.             </Setter.Value>
  1647.         </Setter>
  1648.     </Style>
  1649.     <Style x:Key="{x:Type ScrollViewer}" TargetType="{x:Type ScrollViewer}">
  1650.         <Style.Triggers>
  1651.             <Trigger Property="IsEnabled" Value="false">
  1652.                 <Setter Property="Foreground" Value="{DynamicResource {x:Static GrayTextBrush}}" />
  1653.             </Trigger>
  1654.         </Style.Triggers>
  1655.     </Style>
  1656.     <Style x:Key="{x:Type Separator}" TargetType="{x:Type Separator}">
  1657.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlDarkBrush}}" />
  1658.         <Setter Property="Margin" Value="0,2,0,2" />
  1659.         <Setter Property="Focusable" Value="false" />
  1660.         <Setter Property="Template">
  1661.             <Setter.Value>
  1662.                 <ControlTemplate TargetType="{x:Type Separator}">
  1663.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true" Height="1" />
  1664.                 </ControlTemplate>
  1665.             </Setter.Value>
  1666.         </Setter>
  1667.     </Style>
  1668.     <SolidColorBrush x:Key="[56] Ę" Color="#F3F3EF" />
  1669.     <SolidColorBrush x:Key="[57] ę" Color="#F3F3EF" />
  1670.     <LinearGradientBrush x:Key="[58] Ě" StartPoint="0,0" EndPoint="1,0">
  1671.         <LinearGradientBrush.GradientStops>
  1672.             <GradientStop Color="#40FFFFFF" Offset="0" />
  1673.             <GradientStop Color="#00FFFFFF" Offset=".3" />
  1674.             <GradientStop Color="#00000000" Offset=".7" />
  1675.             <GradientStop Color="#40000000" Offset="1" />
  1676.         </LinearGradientBrush.GradientStops>
  1677.     </LinearGradientBrush>
  1678.     <LinearGradientBrush x:Key="[59] ě" StartPoint="1,0" EndPoint="0,0">
  1679.         <LinearGradientBrush.GradientStops>
  1680.             <GradientStop Color="#40FFFFFF" Offset="0" />
  1681.             <GradientStop Color="#00FFFFFF" Offset=".3" />
  1682.             <GradientStop Color="#00000000" Offset=".7" />
  1683.             <GradientStop Color="#40000000" Offset="1" />
  1684.         </LinearGradientBrush.GradientStops>
  1685.     </LinearGradientBrush>
  1686.     <LinearGradientBrush x:Key="[60] Ĝ" EndPoint="0,1" StartPoint="0,0">
  1687.         <LinearGradientBrush.GradientStops>
  1688.             <GradientStop Color="#FFAEB1AF" Offset="0.1" />
  1689.             <GradientStop Color="White" Offset=".9" />
  1690.         </LinearGradientBrush.GradientStops>
  1691.     </LinearGradientBrush>
  1692.     <Geometry x:Key="[61] ĝ">M 5,-8 A 1.5 1.5 0 0 0 3.5,-9.5 L -3.5,-9.5 A 1.5 1.5 0 0 0 -5,-8 L -5,5.5 L 0,10.5 L 5,5.5 Z</Geometry>
  1693.     <Geometry x:Key="[62] Ğ">M 4.5,-6 L 4.5,-9 L -4.5,-9 L -4.5,-6 Z</Geometry>
  1694.     <Geometry x:Key="[63] ğ">M 4.5,4 L 0,8.5 L -4.5,4 L -4.5,5 L 0,10 L 4.5,5 Z</Geometry>
  1695.     <Geometry x:Key="[64] Ġ">M 5,-9 A 1.5 1.5 0 0 0 3.5,-10.5 L -3.5,-10.5 A 1.5 1.5 0 0 0 -5,-9 L -5,9 A 1.5 1.5 0 0 0 -3.5,10.5 L 3.5,10.5 A 1.5 1.5 0 0 0 5,9 Z</Geometry>
  1696.     <Geometry x:Key="[65] ġ">M 4.5,-8 L 4.5,-10 L -4.5,-10 L -4.5,-8 Z</Geometry>
  1697.     <Geometry x:Key="[66] Ģ">M 4.5,8 L 4.5,10 L -4.5,10 L -4.5,8 Z</Geometry>
  1698.     <LinearGradientBrush x:Key="[67] ģ" StartPoint="0,0" EndPoint="1,1">
  1699.         <LinearGradientBrush.GradientStops>
  1700.             <GradientStop Color="#FFBECBD3" Offset="0" />
  1701.             <GradientStop Color="#FF72838D" Offset="1" />
  1702.         </LinearGradientBrush.GradientStops>
  1703.     </LinearGradientBrush>
  1704.     <LinearGradientBrush x:Key="[68] Ĥ" StartPoint="0,0" EndPoint="1,1">
  1705.         <LinearGradientBrush.GradientStops>
  1706.             <GradientStop Color="#70D66F" Offset="0" />
  1707.             <GradientStop Color="#46CA44" Offset="1" />
  1708.         </LinearGradientBrush.GradientStops>
  1709.     </LinearGradientBrush>
  1710.     <LinearGradientBrush x:Key="[69] ĥ" StartPoint="0,0" EndPoint="1,1">
  1711.         <LinearGradientBrush.GradientStops>
  1712.             <GradientStop Color="#46CA44" Offset="0" />
  1713.             <GradientStop Color="#1B9B1A" Offset=".8" />
  1714.         </LinearGradientBrush.GradientStops>
  1715.     </LinearGradientBrush>
  1716.     <LinearGradientBrush x:Key="[70] Ħ" StartPoint="0,0" EndPoint="1,0">
  1717.         <LinearGradientBrush.GradientStops>
  1718.             <GradientStop Color="#40FFFFFF" Offset="1" />
  1719.             <GradientStop Color="#00FFFFFF" Offset=".7" />
  1720.             <GradientStop Color="#00000000" Offset=".3" />
  1721.             <GradientStop Color="#40000000" Offset="0" />
  1722.         </LinearGradientBrush.GradientStops>
  1723.     </LinearGradientBrush>
  1724.     <LinearGradientBrush x:Key="[71] ħ" StartPoint="0,0" EndPoint="1,1">
  1725.         <LinearGradientBrush.GradientStops>
  1726.             <GradientStop Color="#FFBECBD3" Offset="1" />
  1727.             <GradientStop Color="#FF72838D" Offset="0" />
  1728.         </LinearGradientBrush.GradientStops>
  1729.     </LinearGradientBrush>
  1730.     <LinearGradientBrush x:Key="[72] Ĩ" StartPoint="0,0" EndPoint="1,1">
  1731.         <LinearGradientBrush.GradientStops>
  1732.             <GradientStop Color="#46CA44" Offset="1" />
  1733.             <GradientStop Color="#1B9B1A" Offset="0" />
  1734.         </LinearGradientBrush.GradientStops>
  1735.     </LinearGradientBrush>
  1736.     <LinearGradientBrush x:Key="[73] ĩ" StartPoint="0,0" EndPoint="1,1">
  1737.         <LinearGradientBrush.GradientStops>
  1738.             <GradientStop Color="#70D66F" Offset="1" />
  1739.             <GradientStop Color="#46CA44" Offset=".2" />
  1740.         </LinearGradientBrush.GradientStops>
  1741.     </LinearGradientBrush>
  1742.     <LinearGradientBrush x:Key="[74] Ī" StartPoint="0,0" EndPoint="1,1">
  1743.         <LinearGradientBrush.GradientStops>
  1744.             <GradientStop Color="#FBCE7C" Offset="0" />
  1745.             <GradientStop Color="#F7B335" Offset="1" />
  1746.         </LinearGradientBrush.GradientStops>
  1747.     </LinearGradientBrush>
  1748.     <LinearGradientBrush x:Key="[75] ī" StartPoint="0,0" EndPoint="1,1">
  1749.         <LinearGradientBrush.GradientStops>
  1750.             <GradientStop Color="#FAC055" Offset="0" />
  1751.             <GradientStop Color="#C7902A" Offset=".8" />
  1752.         </LinearGradientBrush.GradientStops>
  1753.     </LinearGradientBrush>
  1754.     <LinearGradientBrush x:Key="[76] Ĭ" StartPoint="0,0" EndPoint="1,1">
  1755.         <LinearGradientBrush.GradientStops>
  1756.             <GradientStop Color="#FAC055" Offset="1" />
  1757.             <GradientStop Color="#C7902A" Offset="0" />
  1758.         </LinearGradientBrush.GradientStops>
  1759.     </LinearGradientBrush>
  1760.     <LinearGradientBrush x:Key="[77] ĭ" StartPoint="0,0" EndPoint="1,1">
  1761.         <LinearGradientBrush.GradientStops>
  1762.             <GradientStop Color="#FBCE7C" Offset="1" />
  1763.             <GradientStop Color="#F7B335" Offset=".2" />
  1764.         </LinearGradientBrush.GradientStops>
  1765.     </LinearGradientBrush>
  1766.     <LinearGradientBrush x:Key="[78] Į" StartPoint="0,0" EndPoint="1,1">
  1767.         <LinearGradientBrush.GradientStops>
  1768.             <GradientStop Color="#70BA66" Offset="0" />
  1769.             <GradientStop Color="#229412" Offset="1" />
  1770.         </LinearGradientBrush.GradientStops>
  1771.     </LinearGradientBrush>
  1772.     <LinearGradientBrush x:Key="[79] į" StartPoint="0,0" EndPoint="1,1">
  1773.         <LinearGradientBrush.GradientStops>
  1774.             <GradientStop Color="#46A638" Offset="0" />
  1775.             <GradientStop Color="#1B770E" Offset=".8" />
  1776.         </LinearGradientBrush.GradientStops>
  1777.     </LinearGradientBrush>
  1778.     <LinearGradientBrush x:Key="[80] İ" StartPoint="0,0" EndPoint="1,1">
  1779.         <LinearGradientBrush.GradientStops>
  1780.             <GradientStop Color="#46A638" Offset="1" />
  1781.             <GradientStop Color="#1B770E" Offset="0" />
  1782.         </LinearGradientBrush.GradientStops>
  1783.     </LinearGradientBrush>
  1784.     <SolidColorBrush x:Key="[81] ı" Color="#FFF0EDE0" />
  1785.     <Style x:Key="[82] IJ" TargetType="{x:Type RepeatButton}">
  1786.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1787.         <Setter Property="IsTabStop" Value="false" />
  1788.         <Setter Property="Focusable" Value="false" />
  1789.         <Setter Property="Template">
  1790.             <Setter.Value>
  1791.                 <ControlTemplate TargetType="{x:Type RepeatButton}">
  1792.                     <Border Background="Transparent" />
  1793.                 </ControlTemplate>
  1794.             </Setter.Value>
  1795.         </Setter>
  1796.     </Style>
  1797.     <Style x:Key="[83] ij" TargetType="{x:Type Thumb}">
  1798.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1799.         <Setter Property="Height" Value="22" />
  1800.         <Setter Property="Width" Value="11" />
  1801.         <Setter Property="Foreground" Value="Green" />
  1802.         <Setter Property="Template">
  1803.             <Setter.Value>
  1804.                 <ControlTemplate TargetType="{x:Type Thumb}">
  1805.                     <ControlTemplate.Triggers>
  1806.                         <Trigger Property="IsMouseOver" Value="true">
  1807.                             <Setter TargetName="TopAccent" Value="{StaticResource [4] Õ}" Property="Fill" />
  1808.                             <Setter TargetName="BottomAccent" Value="{StaticResource [11] á}" Property="Fill" />
  1809.                         </Trigger>
  1810.                         <Trigger Property="Foreground" Value="Orange">
  1811.                             <Setter TargetName="TopAccent" Value="{StaticResource [9] ß}" Property="Fill" />
  1812.                             <Setter TargetName="BottomAccent" Value="{StaticResource [14] ä}" Property="Fill" />
  1813.                         </Trigger>
  1814.                         <Trigger Property="IsDragging" Value="true">
  1815.                             <Setter TargetName="TopAccent" Value="{StaticResource [12] â}" Property="Fill" />
  1816.                             <Setter TargetName="BottomAccent" Value="{StaticResource [13] ã}" Property="Fill" />
  1817.                         </Trigger>
  1818.                         <Trigger Property="IsEnabled" Value="false">
  1819.                             <Setter TargetName="Background" Property="Fill" Value="#FFF5F4EA" />
  1820.                             <Setter TargetName="OuterBorder" Property="Stroke" Value="#FFD6D4C6" />
  1821.                             <Setter TargetName="TopAccent" Property="Fill" Value="#FFD2D0C6" />
  1822.                             <Setter TargetName="BottomAccent" Property="Fill" Value="#FFBCBAAE" />
  1823.                         </Trigger>
  1824.                     </ControlTemplate.Triggers>
  1825.                     <Canvas SnapsToDevicePixels="true" RenderTransform="{TranslateTransform X=5.5, Y=11}">
  1826.                         <Path Name="Background" Fill="{StaticResource [0] Ñ}" Data="{StaticResource [1] Ò}" />
  1827.                         <Path Name="TopAccent" Fill="{StaticResource [2] Ó}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  1828.                         <Path Name="BottomAccent" Fill="{StaticResource [3] Ô}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  1829.                         <Path Name="OuterBorder" Fill="{StaticResource [6] ×}" Stroke="{StaticResource [7] Ø}" StrokeThickness="1" Data="{StaticResource [5] Ö}" />
  1830.                     </Canvas>
  1831.                 </ControlTemplate>
  1832.             </Setter.Value>
  1833.         </Setter>
  1834.     </Style>
  1835.     <Style x:Key="[84] Ĵ" TargetType="{x:Type Thumb}">
  1836.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1837.         <Setter Property="Height" Value="22" />
  1838.         <Setter Property="Width" Value="11" />
  1839.         <Setter Property="Foreground" Value="Green" />
  1840.         <Setter Property="Template">
  1841.             <Setter.Value>
  1842.                 <ControlTemplate TargetType="{x:Type Thumb}">
  1843.                     <ControlTemplate.Triggers>
  1844.                         <Trigger Property="IsMouseOver" Value="true">
  1845.                             <Setter TargetName="TopAccent" Value="{StaticResource [4] Õ}" Property="Fill" />
  1846.                             <Setter TargetName="BottomAccent" Value="{StaticResource [11] á}" Property="Fill" />
  1847.                         </Trigger>
  1848.                         <Trigger Property="Foreground" Value="Orange">
  1849.                             <Setter TargetName="TopAccent" Value="{StaticResource [9] ß}" Property="Fill" />
  1850.                             <Setter TargetName="BottomAccent" Value="{StaticResource [14] ä}" Property="Fill" />
  1851.                         </Trigger>
  1852.                         <Trigger Property="IsDragging" Value="true">
  1853.                             <Setter TargetName="TopAccent" Value="{StaticResource [12] â}" Property="Fill" />
  1854.                             <Setter TargetName="BottomAccent" Value="{StaticResource [13] ã}" Property="Fill" />
  1855.                         </Trigger>
  1856.                         <Trigger Property="IsEnabled" Value="false">
  1857.                             <Setter TargetName="Background" Property="Fill" Value="#FFF5F4EA" />
  1858.                             <Setter TargetName="OuterBorder" Property="Stroke" Value="#FFD6D4C6" />
  1859.                             <Setter TargetName="TopAccent" Property="Fill" Value="#BBB9AD" />
  1860.                             <Setter TargetName="BottomAccent" Property="Fill" Value="Transparent" />
  1861.                         </Trigger>
  1862.                     </ControlTemplate.Triggers>
  1863.                     <Canvas SnapsToDevicePixels="true">
  1864.                         <Canvas.RenderTransform>
  1865.                             <TransformGroup>
  1866.                                 <TransformGroup.Children>
  1867.                                     <TransformCollection>
  1868.                                         <RotateTransform Angle="180" />
  1869.                                         <TranslateTransform X="5.5" Y="11" />
  1870.                                     </TransformCollection>
  1871.                                 </TransformGroup.Children>
  1872.                             </TransformGroup>
  1873.                         </Canvas.RenderTransform>
  1874.                         <Path Name="Background" Fill="{StaticResource [0] Ñ}" Data="{StaticResource [1] Ò}" />
  1875.                         <Path Name="TopAccent" Fill="{StaticResource [2] Ó}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  1876.                         <Path Name="BottomAccent" Fill="{StaticResource [3] Ô}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  1877.                         <Path Name="OuterBorder" Fill="{StaticResource [6] ×}" Stroke="{StaticResource [7] Ø}" StrokeThickness="1" Data="{StaticResource [5] Ö}" />
  1878.                     </Canvas>
  1879.                 </ControlTemplate>
  1880.             </Setter.Value>
  1881.         </Setter>
  1882.     </Style>
  1883.     <Style x:Key="[85] ĵ" TargetType="{x:Type Thumb}">
  1884.         <Setter Property="OverridesDefaultStyle" Value="true" />
  1885.         <Setter Property="Height" Value="22" />
  1886.         <Setter Property="Width" Value="11" />
  1887.         <Setter Property="Foreground" Value="Green" />
  1888.         <Setter Property="Template">
  1889.             <Setter.Value>
  1890.                 <ControlTemplate TargetType="{x:Type Thumb}">
  1891.                     <ControlTemplate.Triggers>
  1892.                         <Trigger Property="IsMouseOver" Value="true">
  1893.                             <Setter TargetName="TopAccent" Value="{StaticResource [4] Õ}" Property="Fill" />
  1894.                             <Setter TargetName="BottomAccent" Value="{StaticResource [11] á}" Property="Fill" />
  1895.                         </Trigger>
  1896.                         <Trigger Property="Foreground" Value="Orange">
  1897.                             <Setter TargetName="TopAccent" Value="{StaticResource [9] ß}" Property="Fill" />
  1898.                             <Setter TargetName="BottomAccent" Value="{StaticResource [14] ä}" Property="Fill" />
  1899.                         </Trigger>
  1900.                         <Trigger Property="IsDragging" Value="true">
  1901.                             <Setter TargetName="TopAccent" Value="{StaticResource [12] â}" Property="Fill" />
  1902.                             <Setter TargetName="BottomAccent" Value="{StaticResource [13] ã}" Property="Fill" />
  1903.                         </Trigger>
  1904.                         <Trigger Property="IsEnabled" Value="false">
  1905.                             <Setter TargetName="Background" Property="Fill" Value="#FFF5F4EA" />
  1906.                             <Setter TargetName="OuterBorder" Property="Stroke" Value="#FFD6D4C6" />
  1907.                             <Setter TargetName="TopAccent" Property="Fill" Value="#FFD2D0C6" />
  1908.                             <Setter TargetName="BottomAccent" Property="Fill" Value="Transparent" />
  1909.                         </Trigger>
  1910.                     </ControlTemplate.Triggers>
  1911.                     <Canvas SnapsToDevicePixels="true" RenderTransform="{TranslateTransform X=5.5, Y=11}">
  1912.                         <Path Name="Background" Fill="{StaticResource [0] Ñ}" Data="{StaticResource [1] Ò}" />
  1913.                         <Path Name="TopAccent" Fill="{StaticResource [2] Ó}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  1914.                         <Path Name="BottomAccent" Fill="{StaticResource [3] Ô}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  1915.                         <Path Name="OuterBorder" Fill="{StaticResource [6] ×}" Stroke="{StaticResource [7] Ø}" StrokeThickness="1" Data="{StaticResource [5] Ö}" />
  1916.                     </Canvas>
  1917.                 </ControlTemplate>
  1918.             </Setter.Value>
  1919.         </Setter>
  1920.     </Style>
  1921.     <LinearGradientBrush x:Key="[86] Ķ" StartPoint="1,0" EndPoint="0,.5">
  1922.         <LinearGradientBrush.GradientStops>
  1923.             <GradientStop Color="#FFBECBD3" Offset="0" />
  1924.             <GradientStop Color="#FF72838D" Offset="1" />
  1925.         </LinearGradientBrush.GradientStops>
  1926.     </LinearGradientBrush>
  1927.     <LinearGradientBrush x:Key="[87] ķ" StartPoint="1,0" EndPoint="0,1">
  1928.         <LinearGradientBrush.GradientStops>
  1929.             <GradientStop Color="#70D66F" Offset="0" />
  1930.             <GradientStop Color="#46CA44" Offset="1" />
  1931.         </LinearGradientBrush.GradientStops>
  1932.     </LinearGradientBrush>
  1933.     <LinearGradientBrush x:Key="[88] ĸ" StartPoint="1,0" EndPoint="0,1">
  1934.         <LinearGradientBrush.GradientStops>
  1935.             <GradientStop Color="#46CA44" Offset="0" />
  1936.             <GradientStop Color="#1B9B1A" Offset=".8" />
  1937.         </LinearGradientBrush.GradientStops>
  1938.     </LinearGradientBrush>
  1939.     <LinearGradientBrush x:Key="[89] Ĺ" StartPoint="1,0" EndPoint="0,0">
  1940.         <LinearGradientBrush.GradientStops>
  1941.             <GradientStop Color="#40FFFFFF" Offset="1" />
  1942.             <GradientStop Color="#00FFFFFF" Offset=".7" />
  1943.             <GradientStop Color="#00000000" Offset=".3" />
  1944.             <GradientStop Color="#40000000" Offset="0" />
  1945.         </LinearGradientBrush.GradientStops>
  1946.     </LinearGradientBrush>
  1947.     <LinearGradientBrush x:Key="[90] ĺ" StartPoint="1,0" EndPoint="0,1">
  1948.         <LinearGradientBrush.GradientStops>
  1949.             <GradientStop Color="#FFBECBD3" Offset="1" />
  1950.             <GradientStop Color="#FF72838D" Offset="0" />
  1951.         </LinearGradientBrush.GradientStops>
  1952.     </LinearGradientBrush>
  1953.     <LinearGradientBrush x:Key="[91] Ļ" StartPoint="1,0" EndPoint="0,1">
  1954.         <LinearGradientBrush.GradientStops>
  1955.             <GradientStop Color="#46CA44" Offset="1" />
  1956.             <GradientStop Color="#1B9B1A" Offset="0" />
  1957.         </LinearGradientBrush.GradientStops>
  1958.     </LinearGradientBrush>
  1959.     <LinearGradientBrush x:Key="[92] ļ" StartPoint="1,0" EndPoint="0,1">
  1960.         <LinearGradientBrush.GradientStops>
  1961.             <GradientStop Color="#70D66F" Offset="1" />
  1962.             <GradientStop Color="#46CA44" Offset=".2" />
  1963.         </LinearGradientBrush.GradientStops>
  1964.     </LinearGradientBrush>
  1965.     <LinearGradientBrush x:Key="[93] Ľ" StartPoint="1,0" EndPoint="0,1">
  1966.         <LinearGradientBrush.GradientStops>
  1967.             <GradientStop Color="#FBCE7C" Offset="0" />
  1968.             <GradientStop Color="#F7B335" Offset="1" />
  1969.         </LinearGradientBrush.GradientStops>
  1970.     </LinearGradientBrush>
  1971.     <LinearGradientBrush x:Key="[94] ľ" StartPoint="1,0" EndPoint="0,1">
  1972.         <LinearGradientBrush.GradientStops>
  1973.             <GradientStop Color="#FAC055" Offset="0" />
  1974.             <GradientStop Color="#C7902A" Offset=".8" />
  1975.         </LinearGradientBrush.GradientStops>
  1976.     </LinearGradientBrush>
  1977.     <LinearGradientBrush x:Key="[95] Ŀ" StartPoint="1,0" EndPoint="0,1">
  1978.         <LinearGradientBrush.GradientStops>
  1979.             <GradientStop Color="#FAC055" Offset="1" />
  1980.             <GradientStop Color="#C7902A" Offset="0" />
  1981.         </LinearGradientBrush.GradientStops>
  1982.     </LinearGradientBrush>
  1983.     <LinearGradientBrush x:Key="[96] ŀ" StartPoint="1,0" EndPoint="0,1">
  1984.         <LinearGradientBrush.GradientStops>
  1985.             <GradientStop Color="#FBCE7C" Offset="1" />
  1986.             <GradientStop Color="#F7B335" Offset=".2" />
  1987.         </LinearGradientBrush.GradientStops>
  1988.     </LinearGradientBrush>
  1989.     <LinearGradientBrush x:Key="[97] Ł" StartPoint="1,0" EndPoint="0,1">
  1990.         <LinearGradientBrush.GradientStops>
  1991.             <GradientStop Color="#70BA66" Offset="0" />
  1992.             <GradientStop Color="#229412" Offset="1" />
  1993.         </LinearGradientBrush.GradientStops>
  1994.     </LinearGradientBrush>
  1995.     <LinearGradientBrush x:Key="[98] ł" StartPoint="1,0" EndPoint="0,1">
  1996.         <LinearGradientBrush.GradientStops>
  1997.             <GradientStop Color="#46A638" Offset="0" />
  1998.             <GradientStop Color="#1B770E" Offset=".8" />
  1999.         </LinearGradientBrush.GradientStops>
  2000.     </LinearGradientBrush>
  2001.     <LinearGradientBrush x:Key="[99] Ń" StartPoint="1,0" EndPoint="0,1">
  2002.         <LinearGradientBrush.GradientStops>
  2003.             <GradientStop Color="#46A638" Offset="1" />
  2004.             <GradientStop Color="#1B770E" Offset="0" />
  2005.         </LinearGradientBrush.GradientStops>
  2006.     </LinearGradientBrush>
  2007.     <SolidColorBrush x:Key="[100] ń" Color="#FFF0EDE0" />
  2008.     <LinearGradientBrush x:Key="[101] Ņ" EndPoint="1,0" StartPoint="0,0">
  2009.         <LinearGradientBrush.GradientStops>
  2010.             <GradientStop Color="#FFAEB1AF" Offset="0.1" />
  2011.             <GradientStop Color="White" Offset=".9" />
  2012.         </LinearGradientBrush.GradientStops>
  2013.     </LinearGradientBrush>
  2014.     <Style x:Key="[102] ņ" TargetType="{x:Type Thumb}">
  2015.         <Setter Property="OverridesDefaultStyle" Value="true" />
  2016.         <Setter Property="Width" Value="22" />
  2017.         <Setter Property="Height" Value="11" />
  2018.         <Setter Property="Foreground" Value="Green" />
  2019.         <Setter Property="Template">
  2020.             <Setter.Value>
  2021.                 <ControlTemplate TargetType="{x:Type Thumb}">
  2022.                     <ControlTemplate.Triggers>
  2023.                         <Trigger Property="IsMouseOver" Value="true">
  2024.                             <Setter TargetName="TopAccent" Value="{StaticResource [4] Õ}" Property="Fill" />
  2025.                             <Setter TargetName="BottomAccent" Value="{StaticResource [11] á}" Property="Fill" />
  2026.                         </Trigger>
  2027.                         <Trigger Property="Foreground" Value="Orange">
  2028.                             <Setter TargetName="TopAccent" Value="{StaticResource [9] ß}" Property="Fill" />
  2029.                             <Setter TargetName="BottomAccent" Value="{StaticResource [14] ä}" Property="Fill" />
  2030.                         </Trigger>
  2031.                         <Trigger Property="IsDragging" Value="true">
  2032.                             <Setter TargetName="TopAccent" Value="{StaticResource [12] â}" Property="Fill" />
  2033.                             <Setter TargetName="BottomAccent" Value="{StaticResource [13] ã}" Property="Fill" />
  2034.                         </Trigger>
  2035.                         <Trigger Property="IsEnabled" Value="false">
  2036.                             <Setter TargetName="Background" Property="Fill" Value="#FFF5F4EA" />
  2037.                             <Setter TargetName="OuterBorder" Property="Stroke" Value="#FFD6D4C6" />
  2038.                             <Setter TargetName="TopAccent" Property="Fill" Value="#FFD2D0C6" />
  2039.                             <Setter TargetName="BottomAccent" Property="Fill" Value="#FFD8D5CB" />
  2040.                         </Trigger>
  2041.                     </ControlTemplate.Triggers>
  2042.                     <Canvas SnapsToDevicePixels="true">
  2043.                         <Canvas.RenderTransform>
  2044.                             <TransformGroup>
  2045.                                 <TransformGroup.Children>
  2046.                                     <TransformCollection>
  2047.                                         <RotateTransform Angle="-90" />
  2048.                                         <TranslateTransform X="11" Y="5.5" />
  2049.                                     </TransformCollection>
  2050.                                 </TransformGroup.Children>
  2051.                             </TransformGroup>
  2052.                         </Canvas.RenderTransform>
  2053.                         <Path Name="Background" Fill="{StaticResource [0] Ñ}" Data="{StaticResource [1] Ò}" />
  2054.                         <Path Name="TopAccent" Fill="{StaticResource [2] Ó}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  2055.                         <Path Name="BottomAccent" Fill="{StaticResource [3] Ô}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  2056.                         <Path Name="OuterBorder" Fill="{StaticResource [6] ×}" Stroke="{StaticResource [7] Ø}" StrokeThickness="1" Data="{StaticResource [5] Ö}" />
  2057.                     </Canvas>
  2058.                 </ControlTemplate>
  2059.             </Setter.Value>
  2060.         </Setter>
  2061.     </Style>
  2062.     <Style x:Key="[103] Ň" TargetType="{x:Type Thumb}">
  2063.         <Setter Property="OverridesDefaultStyle" Value="true" />
  2064.         <Setter Property="Width" Value="22" />
  2065.         <Setter Property="Height" Value="11" />
  2066.         <Setter Property="Foreground" Value="Green" />
  2067.         <Setter Property="Template">
  2068.             <Setter.Value>
  2069.                 <ControlTemplate TargetType="{x:Type Thumb}">
  2070.                     <ControlTemplate.Triggers>
  2071.                         <Trigger Property="IsMouseOver" Value="true">
  2072.                             <Setter TargetName="TopAccent" Value="{StaticResource [4] Õ}" Property="Fill" />
  2073.                             <Setter TargetName="BottomAccent" Value="{StaticResource [11] á}" Property="Fill" />
  2074.                         </Trigger>
  2075.                         <Trigger Property="Foreground" Value="Orange">
  2076.                             <Setter TargetName="TopAccent" Value="{StaticResource [9] ß}" Property="Fill" />
  2077.                             <Setter TargetName="BottomAccent" Value="{StaticResource [14] ä}" Property="Fill" />
  2078.                         </Trigger>
  2079.                         <Trigger Property="IsDragging" Value="true">
  2080.                             <Setter TargetName="TopAccent" Value="{StaticResource [12] â}" Property="Fill" />
  2081.                             <Setter TargetName="BottomAccent" Value="{StaticResource [13] ã}" Property="Fill" />
  2082.                         </Trigger>
  2083.                         <Trigger Property="IsEnabled" Value="false">
  2084.                             <Setter TargetName="Background" Property="Fill" Value="#FFF5F4EA" />
  2085.                             <Setter TargetName="OuterBorder" Property="Stroke" Value="#FFD6D4C6" />
  2086.                             <Setter TargetName="TopAccent" Property="Fill" Value="#BBB9AD" />
  2087.                             <Setter TargetName="BottomAccent" Property="Fill" Value="Transparent" />
  2088.                         </Trigger>
  2089.                     </ControlTemplate.Triggers>
  2090.                     <Canvas SnapsToDevicePixels="true">
  2091.                         <Canvas.RenderTransform>
  2092.                             <TransformGroup>
  2093.                                 <TransformGroup.Children>
  2094.                                     <TransformCollection>
  2095.                                         <RotateTransform Angle="90" />
  2096.                                         <TranslateTransform X="11" Y="5.5" />
  2097.                                     </TransformCollection>
  2098.                                 </TransformGroup.Children>
  2099.                             </TransformGroup>
  2100.                         </Canvas.RenderTransform>
  2101.                         <Path Name="Background" Fill="{StaticResource [0] Ñ}" Data="{StaticResource [1] Ò}" />
  2102.                         <Path Name="TopAccent" Fill="{StaticResource [2] Ó}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  2103.                         <Path Name="BottomAccent" Fill="{StaticResource [3] Ô}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  2104.                         <Path Name="OuterBorder" Fill="{StaticResource [6] ×}" Stroke="{StaticResource [7] Ø}" StrokeThickness="1" Data="{StaticResource [5] Ö}" />
  2105.                     </Canvas>
  2106.                 </ControlTemplate>
  2107.             </Setter.Value>
  2108.         </Setter>
  2109.     </Style>
  2110.     <Style x:Key="[104] ň" TargetType="{x:Type Thumb}">
  2111.         <Setter Property="OverridesDefaultStyle" Value="true" />
  2112.         <Setter Property="Width" Value="22" />
  2113.         <Setter Property="Height" Value="11" />
  2114.         <Setter Property="Foreground" Value="Green" />
  2115.         <Setter Property="Template">
  2116.             <Setter.Value>
  2117.                 <ControlTemplate TargetType="{x:Type Thumb}">
  2118.                     <ControlTemplate.Triggers>
  2119.                         <Trigger Property="IsMouseOver" Value="true">
  2120.                             <Setter TargetName="TopAccent" Value="{StaticResource [4] Õ}" Property="Fill" />
  2121.                             <Setter TargetName="BottomAccent" Value="{StaticResource [11] á}" Property="Fill" />
  2122.                         </Trigger>
  2123.                         <Trigger Property="Foreground" Value="Orange">
  2124.                             <Setter TargetName="TopAccent" Value="{StaticResource [9] ß}" Property="Fill" />
  2125.                             <Setter TargetName="BottomAccent" Value="{StaticResource [14] ä}" Property="Fill" />
  2126.                         </Trigger>
  2127.                         <Trigger Property="IsDragging" Value="true">
  2128.                             <Setter TargetName="TopAccent" Value="{StaticResource [12] â}" Property="Fill" />
  2129.                             <Setter TargetName="BottomAccent" Value="{StaticResource [13] ã}" Property="Fill" />
  2130.                         </Trigger>
  2131.                         <Trigger Property="IsEnabled" Value="false">
  2132.                             <Setter TargetName="Background" Property="Fill" Value="#FFF5F4EA" />
  2133.                             <Setter TargetName="OuterBorder" Property="Stroke" Value="#FFD6D4C6" />
  2134.                             <Setter TargetName="TopAccent" Property="Fill" Value="#FFD2D0C6" />
  2135.                             <Setter TargetName="BottomAccent" Property="Fill" Value="Transparent" />
  2136.                         </Trigger>
  2137.                     </ControlTemplate.Triggers>
  2138.                     <Canvas SnapsToDevicePixels="true">
  2139.                         <Canvas.RenderTransform>
  2140.                             <TransformGroup>
  2141.                                 <TransformGroup.Children>
  2142.                                     <TransformCollection>
  2143.                                         <RotateTransform Angle="-90" />
  2144.                                         <TranslateTransform X="11" Y="5.5" />
  2145.                                     </TransformCollection>
  2146.                                 </TransformGroup.Children>
  2147.                             </TransformGroup>
  2148.                         </Canvas.RenderTransform>
  2149.                         <Path Name="Background" Fill="{StaticResource [0] Ñ}" Data="{StaticResource [1] Ò}" />
  2150.                         <Path Name="TopAccent" Fill="{StaticResource [2] Ó}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  2151.                         <Path Name="BottomAccent" Fill="{StaticResource [3] Ô}" StrokeThickness="1" Data="{StaticResource [3] Ô}" />
  2152.                         <Path Name="OuterBorder" Fill="{StaticResource [6] ×}" Stroke="{StaticResource [7] Ø}" StrokeThickness="1" Data="{StaticResource [5] Ö}" />
  2153.                     </Canvas>
  2154.                 </ControlTemplate>
  2155.             </Setter.Value>
  2156.         </Setter>
  2157.     </Style>
  2158.     <Style x:Key="{x:Type Slider}" TargetType="{x:Type Slider}">
  2159.         <Style.Triggers>
  2160.             <Trigger Property="Orientation" Value="Vertical">
  2161.                 <Setter Property="Template">
  2162.                     <Setter.Value>
  2163.                         <ControlTemplate TargetType="{x:Type Slider}">
  2164.                             <ControlTemplate.Triggers>
  2165.                                 <Trigger Property="TickPlacement" Value="TopLeft">
  2166.                                     <Setter TargetName="LeftTick" Property="Visibility" Value="Visible" />
  2167.                                     <Setter TargetName="Thumb" Value="{StaticResource [14] ä}" Property="Style" />
  2168.                                 </Trigger>
  2169.                                 <Trigger Property="TickPlacement" Value="BottomRight">
  2170.                                     <Setter TargetName="RightTick" Property="Visibility" Value="Visible" />
  2171.                                     <Setter TargetName="Thumb" Value="{StaticResource [12] â}" Property="Style" />
  2172.                                 </Trigger>
  2173.                                 <Trigger Property="TickPlacement" Value="Both">
  2174.                                     <Setter TargetName="LeftTick" Property="Visibility" Value="Visible" />
  2175.                                     <Setter TargetName="RightTick" Property="Visibility" Value="Visible" />
  2176.                                 </Trigger>
  2177.                                 <Trigger Property="IsSelectionRangeEnabled" Value="true">
  2178.                                     <Setter TargetName="PART_SelectionRange" Property="Visibility" Value="Visible" />
  2179.                                 </Trigger>
  2180.                                 <Trigger Property="IsKeyboardFocused" Value="true">
  2181.                                     <Setter TargetName="Thumb" Property="Foreground" Value="Orange" />
  2182.                                 </Trigger>
  2183.                             </ControlTemplate.Triggers>
  2184.                             <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  2185.                                 <Grid>
  2186.                                     <Grid.ColumnDefinitions>
  2187.                                         <ColumnDefinition Width="Auto" />
  2188.                                         <ColumnDefinition Width="Auto" MinWidth="{TemplateBinding MinWidth}" />
  2189.                                         <ColumnDefinition Width="Auto" />
  2190.                                     </Grid.ColumnDefinitions>
  2191.                                     <TickBar Name="LeftTick" Column="0" Visibility="Collapsed" Placement="Left" Fill="{TemplateBinding Foreground}" Width="4" />
  2192.                                     <TickBar Name="RightTick" Column="2" Visibility="Collapsed" Placement="Right" Fill="{TemplateBinding Foreground}" Width="4" />
  2193.                                     <Border Column="1" Margin="0,5" HorizontalAlignment="center" BorderBrush="{StaticResource [7] Ø}" BorderThickness="1" CornerRadius="1" Background="{StaticResource [5] Ö}" Width="4.0">
  2194.                                         <Canvas Margin="-1,-6">
  2195.                                             <Rectangle Name="PART_SelectionRange" Fill="{DynamicResource {x:Static HighlightBrush}}" Width="4.0" Visibility="Hidden" StrokeThickness="1.0" Stroke="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  2196.                                         </Canvas>
  2197.                                     </Border>
  2198.                                     <Track Name="PART_Track" Column="1" DecreaseRepeatButton="{RepeatButton Style={StaticResource [4] Õ}, Command={Static DecreaseLarge}}" IncreaseRepeatButton="{RepeatButton Style={StaticResource [11] á}, Command={Static IncreaseLarge}}" Thumb="{Thumb Name=Thumb, Style={StaticResource [9] ß}}" />
  2199.                                 </Grid>
  2200.                             </Border>
  2201.                         </ControlTemplate>
  2202.                     </Setter.Value>
  2203.                 </Setter>
  2204.             </Trigger>
  2205.         </Style.Triggers>
  2206.         <Setter Property="IsPressAndHoldEnabled" Value="false" />
  2207.         <Setter Property="Background" Value="Transparent" />
  2208.         <Setter Property="Foreground" Value="#FFA1A192" />
  2209.         <Setter Property="Template">
  2210.             <Setter.Value>
  2211.                 <ControlTemplate TargetType="{x:Type Slider}">
  2212.                     <ControlTemplate.Triggers>
  2213.                         <Trigger Property="TickPlacement" Value="TopLeft">
  2214.                             <Setter TargetName="TopTick" Property="Visibility" Value="Visible" />
  2215.                             <Setter TargetName="Thumb" Value="{StaticResource [3] Ô}" Property="Style" />
  2216.                         </Trigger>
  2217.                         <Trigger Property="TickPlacement" Value="BottomRight">
  2218.                             <Setter TargetName="BottomTick" Property="Visibility" Value="Visible" />
  2219.                             <Setter TargetName="Thumb" Value="{StaticResource [6] ×}" Property="Style" />
  2220.                         </Trigger>
  2221.                         <Trigger Property="TickPlacement" Value="Both">
  2222.                             <Setter TargetName="TopTick" Property="Visibility" Value="Visible" />
  2223.                             <Setter TargetName="BottomTick" Property="Visibility" Value="Visible" />
  2224.                         </Trigger>
  2225.                         <Trigger Property="IsSelectionRangeEnabled" Value="true">
  2226.                             <Setter TargetName="PART_SelectionRange" Property="Visibility" Value="Visible" />
  2227.                         </Trigger>
  2228.                         <Trigger Property="IsKeyboardFocused" Value="true">
  2229.                             <Setter TargetName="Thumb" Property="Foreground" Value="Orange" />
  2230.                         </Trigger>
  2231.                     </ControlTemplate.Triggers>
  2232.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  2233.                         <Grid>
  2234.                             <Grid.RowDefinitions>
  2235.                                 <RowDefinition Height="Auto" />
  2236.                                 <RowDefinition Height="Auto" MinHeight="{TemplateBinding MinHeight}" />
  2237.                                 <RowDefinition Height="Auto" />
  2238.                             </Grid.RowDefinitions>
  2239.                             <TickBar Name="TopTick" Row="0" Visibility="Collapsed" Placement="Top" Fill="{TemplateBinding Foreground}" Height="4" />
  2240.                             <TickBar Name="BottomTick" Row="2" Visibility="Collapsed" Placement="Bottom" Fill="{TemplateBinding Foreground}" Height="4" />
  2241.                             <Border Row="1" Margin="5,0" VerticalAlignment="center" BorderBrush="{StaticResource [0] Ñ}" BorderThickness="1" CornerRadius="1" Background="{StaticResource [1] Ò}" Height="4.0">
  2242.                                 <Canvas Margin="-6,-1">
  2243.                                     <Rectangle Name="PART_SelectionRange" Fill="{DynamicResource {x:Static HighlightBrush}}" Height="4.0" Visibility="Hidden" StrokeThickness="1.0" Stroke="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  2244.                                 </Canvas>
  2245.                             </Border>
  2246.                             <Track Name="PART_Track" Row="1" DecreaseRepeatButton="{RepeatButton Style={StaticResource [2] Ó}, Command={Static DecreaseLarge}}" IncreaseRepeatButton="{RepeatButton Style={StaticResource [3] Ô}, Command={Static IncreaseLarge}}" Thumb="{Thumb Name=Thumb, Style={StaticResource [3] Ô}}" />
  2247.                         </Grid>
  2248.                     </Border>
  2249.                 </ControlTemplate>
  2250.             </Setter.Value>
  2251.         </Setter>
  2252.     </Style>
  2253.     <Style x:Key="{x:Type StatusBar}" TargetType="{x:Type StatusBar}">
  2254.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlBrush}}" />
  2255.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2256.         <Setter Property="FontFamily" Value="{DynamicResource {x:Static StatusFontFamily}}" />
  2257.         <Setter Property="FontSize" Value="{DynamicResource {x:Static StatusFontSize}}" />
  2258.         <Setter Property="FontStyle" Value="{DynamicResource {x:Static StatusFontStyle}}" />
  2259.         <Setter Property="FontWeight" Value="{DynamicResource {x:Static StatusFontWeight}}" />
  2260.         <Setter Property="Template">
  2261.             <Setter.Value>
  2262.                 <ControlTemplate TargetType="{x:Type StatusBar}">
  2263.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  2264.                         <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2265.                     </Border>
  2266.                 </ControlTemplate>
  2267.             </Setter.Value>
  2268.         </Setter>
  2269.     </Style>
  2270.     <Style x:Key="{Static StatusBar.SeparatorStyleKey}" TargetType="{x:Type Separator}">
  2271.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlDarkBrush}}" />
  2272.         <Setter Property="MinWidth" Value="1" />
  2273.         <Setter Property="MinHeight" Value="1" />
  2274.         <Setter Property="Margin" Value="2" />
  2275.         <Setter Property="Template">
  2276.             <Setter.Value>
  2277.                 <ControlTemplate TargetType="{x:Type Separator}">
  2278.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true" />
  2279.                 </ControlTemplate>
  2280.             </Setter.Value>
  2281.         </Setter>
  2282.     </Style>
  2283.     <Style x:Key="{x:Type StatusBarItem}" TargetType="{x:Type StatusBarItem}">
  2284.         <Setter Property="Padding" Value="3" />
  2285.         <Setter Property="Background" Value="Transparent" />
  2286.         <Setter Property="HorizontalContentAlignment" Value="Left" />
  2287.         <Setter Property="VerticalContentAlignment" Value="Center" />
  2288.         <Setter Property="Template">
  2289.             <Setter.Value>
  2290.                 <ControlTemplate TargetType="{x:Type StatusBarItem}">
  2291.                     <ControlTemplate.Triggers>
  2292.                         <Trigger Property="IsEnabled" Value="false">
  2293.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  2294.                         </Trigger>
  2295.                     </ControlTemplate.Triggers>
  2296.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  2297.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2298.                     </Border>
  2299.                 </ControlTemplate>
  2300.             </Setter.Value>
  2301.         </Setter>
  2302.     </Style>
  2303.     <LinearGradientBrush x:Key="[105] ʼn" StartPoint="0,0" EndPoint="0,1">
  2304.         <LinearGradientBrush.GradientStops>
  2305.             <GradientStop Color="#FFFCFCFE" Offset="0" />
  2306.             <GradientStop Color="#FFF4F3EE" Offset="1" />
  2307.         </LinearGradientBrush.GradientStops>
  2308.     </LinearGradientBrush>
  2309.     <LinearGradientBrush x:Key="[106] Ŋ" StartPoint="0,1" EndPoint="0,0">
  2310.         <LinearGradientBrush.GradientStops>
  2311.             <GradientStop Color="#FFFCFCFE" Offset="0" />
  2312.             <GradientStop Color="#FFF4F3EE" Offset="1" />
  2313.         </LinearGradientBrush.GradientStops>
  2314.     </LinearGradientBrush>
  2315.     <LinearGradientBrush x:Key="[107] ŋ" StartPoint="0,0" EndPoint="1,0">
  2316.         <LinearGradientBrush.GradientStops>
  2317.             <GradientStop Color="#FFFCFCFE" Offset="0" />
  2318.             <GradientStop Color="#FFF4F3EE" Offset="1" />
  2319.         </LinearGradientBrush.GradientStops>
  2320.     </LinearGradientBrush>
  2321.     <LinearGradientBrush x:Key="[108] Ō" StartPoint="1,0" EndPoint="0,0">
  2322.         <LinearGradientBrush.GradientStops>
  2323.             <GradientStop Color="#FFFCFCFE" Offset="0" />
  2324.             <GradientStop Color="#FFF4F3EE" Offset="1" />
  2325.         </LinearGradientBrush.GradientStops>
  2326.     </LinearGradientBrush>
  2327.     <SolidColorBrush x:Key="[109] ō" Color="#919B9C" />
  2328.     <Style x:Key="{x:Type TabControl}" TargetType="{x:Type TabControl}">
  2329.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2330.         <Setter Property="Padding" Value="4,4,4,4" />
  2331.         <Setter Property="BorderThickness" Value="1" />
  2332.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  2333.         <Setter Property="Background" Value="{StaticResource [1] Ò}" />
  2334.         <Setter Property="HorizontalContentAlignment" Value="Center" />
  2335.         <Setter Property="VerticalContentAlignment" Value="Center" />
  2336.         <Setter Property="Template">
  2337.             <Setter.Value>
  2338.                 <ControlTemplate TargetType="{x:Type TabControl}">
  2339.                     <ControlTemplate.Triggers>
  2340.                         <Trigger Property="TabStripPlacement" Value="Bottom">
  2341.                             <Setter TargetName="HeaderPanel" Property="Row" Value="1" />
  2342.                             <Setter TargetName="ContentPanel" Property="Row" Value="0" />
  2343.                             <Setter TargetName="RowDefinition0" Property="Height" Value="*" />
  2344.                             <Setter TargetName="RowDefinition1" Property="Height" Value="Auto" />
  2345.                             <Setter TargetName="HeaderPanel" Property="Margin" Value="2,0,2,2" />
  2346.                             <Setter Value="{StaticResource [2] Ó}" Property="Background" />
  2347.                         </Trigger>
  2348.                         <Trigger Property="TabStripPlacement" Value="Left">
  2349.                             <Setter TargetName="HeaderPanel" Property="Row" Value="0" />
  2350.                             <Setter TargetName="ContentPanel" Property="Row" Value="0" />
  2351.                             <Setter TargetName="HeaderPanel" Property="Column" Value="0" />
  2352.                             <Setter TargetName="ContentPanel" Property="Column" Value="1" />
  2353.                             <Setter TargetName="ColumnDefinition0" Property="Width" Value="Auto" />
  2354.                             <Setter TargetName="ColumnDefinition1" Property="Width" Value="*" />
  2355.                             <Setter TargetName="RowDefinition0" Property="Height" Value="*" />
  2356.                             <Setter TargetName="RowDefinition1" Property="Height" Value="0" />
  2357.                             <Setter TargetName="HeaderPanel" Property="Margin" Value="2,2,-1,2" />
  2358.                             <Setter Value="{StaticResource [3] Ô}" Property="Background" />
  2359.                         </Trigger>
  2360.                         <Trigger Property="TabStripPlacement" Value="Right">
  2361.                             <Setter TargetName="HeaderPanel" Property="Row" Value="0" />
  2362.                             <Setter TargetName="ContentPanel" Property="Row" Value="0" />
  2363.                             <Setter TargetName="HeaderPanel" Property="Column" Value="1" />
  2364.                             <Setter TargetName="ContentPanel" Property="Column" Value="0" />
  2365.                             <Setter TargetName="ColumnDefinition0" Property="Width" Value="*" />
  2366.                             <Setter TargetName="ColumnDefinition1" Property="Width" Value="Auto" />
  2367.                             <Setter TargetName="RowDefinition0" Property="Height" Value="*" />
  2368.                             <Setter TargetName="RowDefinition1" Property="Height" Value="0" />
  2369.                             <Setter TargetName="HeaderPanel" Property="Margin" Value="-1,2,2,2" />
  2370.                             <Setter Value="{StaticResource [3] Ô}" Property="Background" />
  2371.                         </Trigger>
  2372.                         <Trigger Property="IsEnabled" Value="false">
  2373.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  2374.                         </Trigger>
  2375.                     </ControlTemplate.Triggers>
  2376.                     <Grid TabNavigation="Local" SnapsToDevicePixels="true" ClipToBounds="true">
  2377.                         <Grid.ColumnDefinitions>
  2378.                             <ColumnDefinition Name="ColumnDefinition0" />
  2379.                             <ColumnDefinition Name="ColumnDefinition1" Width="0" />
  2380.                         </Grid.ColumnDefinitions>
  2381.                         <Grid.RowDefinitions>
  2382.                             <RowDefinition Name="RowDefinition0" Height="Auto" />
  2383.                             <RowDefinition Name="RowDefinition1" Height="*" />
  2384.                         </Grid.RowDefinitions>
  2385.                         <TabPanel Name="HeaderPanel" ZIndex="1" TabIndex="1" Column="0" Row="0" Margin="2,2,2,0" IsItemsHost="true" />
  2386.                         <Border Name="ContentPanel" BorderThickness="0,0,1,1" BorderBrush="#D0CEBF" TabNavigation="Local" DirectionalNavigation="Contained" TabIndex="2" Column="0" Row="1">
  2387.                             <Border BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}">
  2388.                                 <Border Background="{TemplateBinding Background}">
  2389.                                     <ContentPresenter Name="PART_SelectedContentHost" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" Margin="{TemplateBinding Padding}" ContentSource="SelectedContent" />
  2390.                                 </Border>
  2391.                             </Border>
  2392.                         </Border>
  2393.                     </Grid>
  2394.                 </ControlTemplate>
  2395.             </Setter.Value>
  2396.         </Setter>
  2397.     </Style>
  2398.     <Style x:Key="[110] Ŏ">
  2399.         <Setter Property="Template">
  2400.             <Setter.Value>
  2401.                 <ControlTemplate>
  2402.                     <Rectangle Margin="3,3,3,1" StrokeThickness="1" Stroke="{DynamicResource {x:Static ControlTextBrush}}" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  2403.                 </ControlTemplate>
  2404.             </Setter.Value>
  2405.         </Setter>
  2406.     </Style>
  2407.     <LinearGradientBrush x:Key="[111] ŏ" StartPoint="0,0" EndPoint="0,1">
  2408.         <LinearGradientBrush.GradientStops>
  2409.             <GradientStop Color="#FFFFFFFF" Offset="0" />
  2410.             <GradientStop Color="#FFECEBE6" Offset="1" />
  2411.         </LinearGradientBrush.GradientStops>
  2412.     </LinearGradientBrush>
  2413.     <LinearGradientBrush x:Key="[112] Ő" StartPoint="0,0" EndPoint="0,1">
  2414.         <LinearGradientBrush.GradientStops>
  2415.             <GradientStop Color="#FFFFFFFF" Offset="0" />
  2416.             <GradientStop Color="#FFECEBE6" Offset="1" />
  2417.         </LinearGradientBrush.GradientStops>
  2418.     </LinearGradientBrush>
  2419.     <SolidColorBrush x:Key="[113] ő" Color="#FFFCFCFE" />
  2420.     <SolidColorBrush x:Key="[114] Œ" Color="#FFF5F4EA" />
  2421.     <SolidColorBrush x:Key="[115] œ" Color="#FFFFC73C" />
  2422.     <SolidColorBrush x:Key="[116] Ŕ" Color="#FFE68B2C" />
  2423.     <SolidColorBrush x:Key="[117] û" Color="#FFFFC73C" />
  2424.     <SolidColorBrush x:Key="[118] ú" Color="#FFE68B2C" />
  2425.     <SolidColorBrush x:Key="[119] ŕ" Color="#FFC9C7BA" />
  2426.     <Style x:Key="{x:Type TabItem}" TargetType="{x:Type TabItem}">
  2427.         <Setter Property="FocusVisualStyle" Value="{StaticResource [0] Ñ}" />
  2428.         <Setter Property="Padding" Value="12,2,12,2" />
  2429.         <Setter Property="BorderThickness" Value="1,1,1,0" />
  2430.         <Setter Property="BorderBrush" Value="{StaticResource [1] Ò}" />
  2431.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2432.         <Setter Property="Background" Value="{StaticResource [2] Ó}" />
  2433.         <Setter Property="HorizontalContentAlignment" Value="Stretch" />
  2434.         <Setter Property="VerticalContentAlignment" Value="Stretch" />
  2435.         <Setter Property="Template">
  2436.             <Setter.Value>
  2437.                 <ControlTemplate TargetType="{x:Type TabItem}">
  2438.                     <ControlTemplate.Triggers>
  2439.                         <Trigger Property="IsMouseOver" Value="true">
  2440.                             <Setter TargetName="HighlightBorder" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  2441.                             <Setter TargetName="HighlightBorder" Value="{StaticResource [3] Ô}" Property="Background" />
  2442.                             <Setter TargetName="Bd" Value="{StaticResource [3] Ô}" Property="Background" />
  2443.                         </Trigger>
  2444.                         <Trigger Property="IsSelected" Value="true">
  2445.                             <Setter Property="ZIndex" Value="1" />
  2446.                             <Setter TargetName="HighlightBorder" Value="{StaticResource [6] ×}" Property="BorderBrush" />
  2447.                             <Setter TargetName="HighlightBorder" Value="{StaticResource [7] Ø}" Property="Background" />
  2448.                             <Setter TargetName="Bd" Value="{StaticResource [5] Ö}" Property="Background" />
  2449.                         </Trigger>
  2450.                         <Trigger Property="TabStripPlacement" Value="Bottom">
  2451.                             <Setter TargetName="Transform" Property="LayoutTransform" Value="{ScaleTransform ScaleX=1, ScaleY=-1}" />
  2452.                         </Trigger>
  2453.                         <Trigger Property="TabStripPlacement" Value="Left">
  2454.                             <Setter TargetName="Transform" Property="LayoutTransform" Value="{RotateTransform Angle=-90}" />
  2455.                         </Trigger>
  2456.                         <Trigger Property="TabStripPlacement" Value="Right">
  2457.                             <Setter TargetName="Transform" Property="LayoutTransform" Value="{RotateTransform Angle=90}" />
  2458.                         </Trigger>
  2459.                         <Trigger Property="IsEnabled" Value="false">
  2460.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  2461.                             <Setter TargetName="Bd" Value="{StaticResource [4] Õ}" Property="Background" />
  2462.                             <Setter TargetName="Bd" Value="{StaticResource [11] á}" Property="BorderBrush" />
  2463.                         </Trigger>
  2464.                         <MultiTrigger>
  2465.                             <MultiTrigger.Conditions>
  2466.                                 <Condition Property="IsSelected" Value="true" />
  2467.                                 <Condition Property="TabStripPlacement" Value="Top" />
  2468.                             </MultiTrigger.Conditions>
  2469.                             <Setter Property="Margin" Value="-2,-2,-2,-1" />
  2470.                         </MultiTrigger>
  2471.                         <MultiTrigger>
  2472.                             <MultiTrigger.Conditions>
  2473.                                 <Condition Property="IsSelected" Value="true" />
  2474.                                 <Condition Property="TabStripPlacement" Value="Bottom" />
  2475.                             </MultiTrigger.Conditions>
  2476.                             <Setter Property="Margin" Value="-2" />
  2477.                         </MultiTrigger>
  2478.                         <MultiTrigger>
  2479.                             <MultiTrigger.Conditions>
  2480.                                 <Condition Property="IsSelected" Value="true" />
  2481.                                 <Condition Property="TabStripPlacement" Value="Left" />
  2482.                             </MultiTrigger.Conditions>
  2483.                             <Setter Property="Margin" Value="-2,-2,-1,-2" />
  2484.                         </MultiTrigger>
  2485.                         <MultiTrigger>
  2486.                             <MultiTrigger.Conditions>
  2487.                                 <Condition Property="IsSelected" Value="true" />
  2488.                                 <Condition Property="TabStripPlacement" Value="Right" />
  2489.                             </MultiTrigger.Conditions>
  2490.                             <Setter Property="Margin" Value="-1,-2,-2,-2" />
  2491.                         </MultiTrigger>
  2492.                     </ControlTemplate.Triggers>
  2493.                     <Border SnapsToDevicePixels="true">
  2494.                         <Grid Margin="0,0,1,0">
  2495.                             <Grid Name="Transform">
  2496.                                 <Border Name="Bd" CornerRadius="3,3,0,0" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" />
  2497.                                 <Border Name="HighlightBorder" Height="3" BorderThickness="1,1,1,0" CornerRadius="3,3,0,0" VerticalAlignment="Top" />
  2498.                             </Grid>
  2499.                             <Border BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
  2500.                                 <ContentPresenter ContentSource="Header" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" RecognizesAccessKey="true" HorizontalAlignment="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" VerticalAlignment="{Binding Path=VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  2501.                             </Border>
  2502.                         </Grid>
  2503.                     </Border>
  2504.                 </ControlTemplate>
  2505.             </Setter.Value>
  2506.         </Setter>
  2507.     </Style>
  2508.     <Style x:Key="{x:Type TextBoxBase}" TargetType="{x:Type TextBoxBase}">
  2509.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  2510.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  2511.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2512.         <Setter Property="TabNavigation" Value="None" />
  2513.         <Setter Property="BorderThickness" Value="1" />
  2514.         <Setter Property="HorizontalContentAlignment" Value="Left" />
  2515.         <Setter Property="Padding" Value="2" />
  2516.         <Setter Property="FocusVisualStyle" Value="{Null}" />
  2517.         <Setter Property="AllowDrop" Value="true" />
  2518.         <Setter Property="Template">
  2519.             <Setter.Value>
  2520.                 <ControlTemplate TargetType="{x:Type TextBoxBase}">
  2521.                     <ControlTemplate.Triggers>
  2522.                         <Trigger Property="IsEnabled" Value="false">
  2523.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  2524.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  2525.                         </Trigger>
  2526.                     </ControlTemplate.Triggers>
  2527.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  2528.                         <ScrollViewer Name="PART_ContentHost" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2529.                     </Border>
  2530.                 </ControlTemplate>
  2531.             </Setter.Value>
  2532.         </Setter>
  2533.     </Style>
  2534.     <Style x:Key="{x:Type TextBox}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type TextBox}" />
  2535.     <Style x:Key="{x:Type RichTextBox}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type RichTextBox}">
  2536.         <Style.Resources>
  2537.             <Style TargetType="{x:Type FlowDocument}">
  2538.                 <Setter x:Key="{x:Type FlowDocument}" Property="OverridesDefaultStyle" Value="true" />
  2539.             </Style>
  2540.             <Style BasedOn="{StaticResource [1] Ò}" TargetType="{x:Type Hyperlink}">
  2541.                 <Style.Triggers>
  2542.                     <Trigger Property="IsMouseOver" Value="true">
  2543.                         <Setter Property="Foreground" Value="Blue" />
  2544.                     </Trigger>
  2545.                     <Trigger Property="IsEnabled" Value="false">
  2546.                         <Setter Property="Foreground" Value="{DynamicResource {x:Static GrayTextBrush}}" />
  2547.                     </Trigger>
  2548.                 </Style.Triggers>
  2549.             </Style>
  2550.         </Style.Resources>
  2551.         <Setter Property="MinWidth" Value="10" />
  2552.     </Style>
  2553.     <Style x:Key="{x:Type PasswordBox}" TargetType="{x:Type PasswordBox}">
  2554.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  2555.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  2556.         <Setter Property="FontFamily" Value="Times New Roman" />
  2557.         <Setter Property="PasswordChar" Value="●" />
  2558.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2559.         <Setter Property="TabNavigation" Value="None" />
  2560.         <Setter Property="BorderThickness" Value="1" />
  2561.         <Setter Property="HorizontalContentAlignment" Value="Left" />
  2562.         <Setter Property="Padding" Value="2" />
  2563.         <Setter Property="FocusVisualStyle" Value="{Null}" />
  2564.         <Setter Property="AllowDrop" Value="true" />
  2565.         <Setter Property="Template">
  2566.             <Setter.Value>
  2567.                 <ControlTemplate TargetType="{x:Type PasswordBox}">
  2568.                     <ControlTemplate.Triggers>
  2569.                         <Trigger Property="IsEnabled" Value="false">
  2570.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  2571.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  2572.                         </Trigger>
  2573.                     </ControlTemplate.Triggers>
  2574.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  2575.                         <ScrollViewer Name="PART_ContentHost" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2576.                     </Border>
  2577.                 </ControlTemplate>
  2578.             </Setter.Value>
  2579.         </Setter>
  2580.     </Style>
  2581.     <Style x:Key="{x:Type Thumb}" TargetType="{x:Type Thumb}">
  2582.         <Setter Property="IsPressAndHoldEnabled" Value="false" />
  2583.         <Setter Property="Background" Value="{DynamicResource {x:Static ControlBrush}}" />
  2584.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2585.         <Setter Property="Template">
  2586.             <Setter.Value>
  2587.                 <ControlTemplate TargetType="{x:Type Thumb}">
  2588.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  2589.                         <Grid>
  2590.                             <Border BorderThickness="0,0,1,1" Background="{DynamicResource {x:Static ControlBrush}}" BorderBrush="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  2591.                             <Border BorderThickness="0,0,1,1" Margin="1" Background="{DynamicResource {x:Static ControlLightLightBrush}}" BorderBrush="{DynamicResource {x:Static ControlDarkBrush}}" />
  2592.                             <Border Margin="2" Background="{TemplateBinding Background}" />
  2593.                         </Grid>
  2594.                     </Border>
  2595.                 </ControlTemplate>
  2596.             </Setter.Value>
  2597.         </Setter>
  2598.     </Style>
  2599.     <Style x:Key="{x:Type ToolTip}" TargetType="{x:Type ToolTip}">
  2600.         <Setter Property="BorderThickness" Value="1" />
  2601.         <Setter Property="BorderBrush" Value="{DynamicResource {x:Static WindowFrameBrush}}" />
  2602.         <Setter Property="Background" Value="{DynamicResource {x:Static InfoBrush}}" />
  2603.         <Setter Property="Foreground" Value="{DynamicResource {x:Static InfoTextBrush}}" />
  2604.         <Setter Property="FontFamily" Value="{DynamicResource {x:Static StatusFontFamily}}" />
  2605.         <Setter Property="FontSize" Value="{DynamicResource {x:Static StatusFontSize}}" />
  2606.         <Setter Property="FontStyle" Value="{DynamicResource {x:Static StatusFontStyle}}" />
  2607.         <Setter Property="FontWeight" Value="{DynamicResource {x:Static StatusFontWeight}}" />
  2608.         <Setter Property="Padding" Value="1,1,3,1" />
  2609.         <Setter Property="HorizontalContentAlignment" Value="Left" />
  2610.         <Setter Property="VerticalContentAlignment" Value="Center" />
  2611.         <Setter Property="HasDropShadow" Value="{DynamicResource {x:Static DropShadow}}" />
  2612.         <Setter Property="Template">
  2613.             <Setter.Value>
  2614.                 <ControlTemplate TargetType="{x:Type ToolTip}">
  2615.                     <ControlTemplate.Triggers>
  2616.                         <Trigger Property="HasDropShadow" Value="true">
  2617.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  2618.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  2619.                         </Trigger>
  2620.                     </ControlTemplate.Triggers>
  2621.                     <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent" SnapsToDevicePixels="true">
  2622.                         <Border Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Padding="{TemplateBinding Padding}">
  2623.                             <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2624.                         </Border>
  2625.                     </theme:SystemDropShadowChrome>
  2626.                 </ControlTemplate>
  2627.             </Setter.Value>
  2628.         </Setter>
  2629.     </Style>
  2630.     <Style x:Key="{x:Type TreeView}" TargetType="{x:Type TreeView}">
  2631.         <Style.Triggers>
  2632.             <Trigger Property="IsVirtualizing" Value="true">
  2633.                 <Setter Property="ItemsPanel">
  2634.                     <Setter.Value>
  2635.                         <ItemsPanelTemplate>
  2636.                             <VirtualizingStackPanel />
  2637.                         </ItemsPanelTemplate>
  2638.                     </Setter.Value>
  2639.                 </Setter>
  2640.             </Trigger>
  2641.         </Style.Triggers>
  2642.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  2643.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  2644.         <Setter Property="BorderThickness" Value="1" />
  2645.         <Setter Property="Padding" Value="1" />
  2646.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2647.         <Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
  2648.         <Setter Property="VerticalScrollBarVisibility" Value="Auto" />
  2649.         <Setter Property="VerticalContentAlignment" Value="Center" />
  2650.         <Setter Property="Template">
  2651.             <Setter.Value>
  2652.                 <ControlTemplate TargetType="{x:Type TreeView}">
  2653.                     <ControlTemplate.Triggers>
  2654.                         <Trigger Property="IsVirtualizing" Value="true">
  2655.                             <Setter TargetName="_tv_scrollviewer_" Property="CanContentScroll" Value="true" />
  2656.                         </Trigger>
  2657.                     </ControlTemplate.Triggers>
  2658.                     <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  2659.                         <ScrollViewer Name="_tv_scrollviewer_" Background="{TemplateBinding Background}" Focusable="false" CanContentScroll="false" HorizontalScrollBarVisibility="{TemplateBinding HorizontalScrollBarVisibility}" VerticalScrollBarVisibility="{TemplateBinding VerticalScrollBarVisibility}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}">
  2660.                             <ItemsPresenter />
  2661.                         </ScrollViewer>
  2662.                     </Border>
  2663.                 </ControlTemplate>
  2664.             </Setter.Value>
  2665.         </Setter>
  2666.     </Style>
  2667.     <Style x:Key="[120] Ű" TargetType="{x:Type ToggleButton}">
  2668.         <Setter Property="Focusable" Value="false" />
  2669.         <Setter Property="Width" Value="19" />
  2670.         <Setter Property="Height" Value="13" />
  2671.         <Setter Property="Template">
  2672.             <Setter.Value>
  2673.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  2674.                     <ControlTemplate.Triggers>
  2675.                         <Trigger Property="IsChecked" Value="True">
  2676.                             <Setter TargetName="ExpandPath" Property="Data" Value="F0 M 0,2 L 0,3 5,3 5,2 Z" />
  2677.                         </Trigger>
  2678.                     </ControlTemplate.Triggers>
  2679.                     <Border Width="19" Height="13" Background="Transparent">
  2680.                         <Border Width="9" Height="9" BorderThickness="1" BorderBrush="#FF7898B5" CornerRadius="1" SnapsToDevicePixels="true">
  2681.                             <Border.Background>
  2682.                                 <LinearGradientBrush StartPoint="0,0" EndPoint="1,1">
  2683.                                     <LinearGradientBrush.GradientStops>
  2684.                                         <GradientStop Color="White" Offset=".2" />
  2685.                                         <GradientStop Color="#FFC0B7A6" Offset="1" />
  2686.                                     </LinearGradientBrush.GradientStops>
  2687.                                 </LinearGradientBrush>
  2688.                             </Border.Background>
  2689.                             <Path Name="ExpandPath" Margin="1,1,1,1" Fill="Black" Data="F0 M 0,2 L 0,3 2,3 2,5 3,5 3,3 5,3 5,2 3,2 3,0 2,0 2,2 Z" />
  2690.                         </Border>
  2691.                     </Border>
  2692.                 </ControlTemplate>
  2693.             </Setter.Value>
  2694.         </Setter>
  2695.     </Style>
  2696.     <Style x:Key="[121] ű">
  2697.         <Setter Property="Template">
  2698.             <Setter.Value>
  2699.                 <ControlTemplate>
  2700.                     <Rectangle />
  2701.                 </ControlTemplate>
  2702.             </Setter.Value>
  2703.         </Setter>
  2704.     </Style>
  2705.     <Style x:Key="{x:Type TreeViewItem}" TargetType="{x:Type TreeViewItem}">
  2706.         <Style.Triggers>
  2707.             <Trigger Property="IsVirtualizing" Value="true">
  2708.                 <Setter Property="ItemsPanel">
  2709.                     <Setter.Value>
  2710.                         <ItemsPanelTemplate>
  2711.                             <VirtualizingStackPanel />
  2712.                         </ItemsPanelTemplate>
  2713.                     </Setter.Value>
  2714.                 </Setter>
  2715.             </Trigger>
  2716.         </Style.Triggers>
  2717.         <Setter Property="Background" Value="Transparent" />
  2718.         <Setter Property="HorizontalContentAlignment" Value="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  2719.         <Setter Property="VerticalContentAlignment" Value="{Binding Path=VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  2720.         <Setter Property="Padding" Value="1,0,0,0" />
  2721.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  2722.         <Setter Property="FocusVisualStyle" Value="{StaticResource [0] Ñ}" />
  2723.         <Setter Property="Template">
  2724.             <Setter.Value>
  2725.                 <ControlTemplate TargetType="{x:Type TreeViewItem}">
  2726.                     <ControlTemplate.Triggers>
  2727.                         <Trigger Property="IsExpanded" Value="false">
  2728.                             <Setter TargetName="ItemsHost" Property="Visibility" Value="Collapsed" />
  2729.                         </Trigger>
  2730.                         <Trigger Property="HasItems" Value="false">
  2731.                             <Setter TargetName="Expander" Property="Visibility" Value="Hidden" />
  2732.                         </Trigger>
  2733.                         <Trigger Property="IsSelected" Value="true">
  2734.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  2735.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  2736.                         </Trigger>
  2737.                         <MultiTrigger>
  2738.                             <MultiTrigger.Conditions>
  2739.                                 <Condition Property="IsSelected" Value="true" />
  2740.                                 <Condition Property="IsSelectionActive" Value="false" />
  2741.                             </MultiTrigger.Conditions>
  2742.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  2743.                             <Setter Value="{DynamicResource {x:Static ControlTextBrush}}" Property="Foreground" />
  2744.                         </MultiTrigger>
  2745.                         <Trigger Property="IsEnabled" Value="false">
  2746.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  2747.                         </Trigger>
  2748.                     </ControlTemplate.Triggers>
  2749.                     <Grid>
  2750.                         <Grid.ColumnDefinitions>
  2751.                             <ColumnDefinition MinWidth="19" Width="Auto" />
  2752.                             <ColumnDefinition Width="Auto" />
  2753.                             <ColumnDefinition Width="*" />
  2754.                         </Grid.ColumnDefinitions>
  2755.                         <Grid.RowDefinitions>
  2756.                             <RowDefinition Height="Auto" />
  2757.                             <RowDefinition />
  2758.                         </Grid.RowDefinitions>
  2759.                         <ToggleButton Name="Expander" Style="{StaticResource [1] Ò}" ClickMode="Press" IsChecked="{Binding Path=IsExpanded, RelativeSource={RelativeSource TemplatedParent}}" />
  2760.                         <Border Name="Bd" Column="1" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  2761.                             <ContentPresenter Name="PART_Header" ContentSource="Header" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2762.                         </Border>
  2763.                         <ItemsPresenter Name="ItemsHost" Row="1" Column="1" ColumnSpan="2" />
  2764.                     </Grid>
  2765.                 </ControlTemplate>
  2766.             </Setter.Value>
  2767.         </Setter>
  2768.     </Style>
  2769.     <Style x:Key="{x:Type UserControl}" TargetType="{x:Type UserControl}">
  2770.         <Setter Property="Template">
  2771.             <Setter.Value>
  2772.                 <ControlTemplate TargetType="{x:Type UserControl}">
  2773.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  2774.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  2775.                     </Border>
  2776.                 </ControlTemplate>
  2777.             </Setter.Value>
  2778.         </Setter>
  2779.     </Style>
  2780.     <ControlTemplate x:Key="[122] Ų" TargetType="{x:Type Window}">
  2781.         <ControlTemplate.Triggers>
  2782.             <MultiTrigger>
  2783.                 <MultiTrigger.Conditions>
  2784.                     <Condition Property="ResizeMode" Value="CanResizeWithGrip" />
  2785.                     <Condition Property="WindowState" Value="Normal" />
  2786.                 </MultiTrigger.Conditions>
  2787.                 <Setter TargetName="WindowResizeGrip" Property="Visibility" Value="Visible" />
  2788.             </MultiTrigger>
  2789.         </ControlTemplate.Triggers>
  2790.         <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  2791.             <Grid>
  2792.                 <AdornerDecorator>
  2793.                     <ContentPresenter />
  2794.                 </AdornerDecorator>
  2795.                 <ResizeGrip Name="WindowResizeGrip" HorizontalAlignment="Right" VerticalAlignment="Bottom" Visibility="Collapsed" IsTabStop="false" />
  2796.             </Grid>
  2797.         </Border>
  2798.     </ControlTemplate>
  2799.     <Style x:Key="{x:Type Window}" TargetType="{x:Type Window}">
  2800.         <Style.Triggers>
  2801.             <Trigger Property="ResizeMode" Value="CanResizeWithGrip">
  2802.                 <Setter Property="Template" Value="{StaticResource [0] Ñ}" />
  2803.             </Trigger>
  2804.         </Style.Triggers>
  2805.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  2806.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  2807.         <Setter Property="Template">
  2808.             <Setter.Value>
  2809.                 <ControlTemplate TargetType="{x:Type Window}">
  2810.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  2811.                         <AdornerDecorator>
  2812.                             <ContentPresenter />
  2813.                         </AdornerDecorator>
  2814.                     </Border>
  2815.                 </ControlTemplate>
  2816.             </Setter.Value>
  2817.         </Setter>
  2818.     </Style>
  2819.     <JournalEntryListConverter x:Key="[123] È" />
  2820.     <Style x:Key="[124] É" TargetType="{x:Type MenuItem}">
  2821.         <Setter Property="Header" Value="{Binding Path=Name}" />
  2822.         <Setter Property="Command" Value="NavigationCommands.NavigateJournal" />
  2823.         <Setter Property="CommandTarget" Value="{Binding RelativeSource={RelativeSource AncestorType={x:Type NavigationWindow}}}" />
  2824.         <Setter Property="CommandParameter" Value="{Binding RelativeSource={RelativeSource Self}}" />
  2825.     </Style>
  2826.     <Style x:Key="[125] Ê" TargetType="{x:Type MenuItem}">
  2827.         <Setter Property="Margin" Value="0" />
  2828.         <Setter Property="Template">
  2829.             <Setter.Value>
  2830.                 <ControlTemplate TargetType="{x:Type MenuItem}">
  2831.                     <ControlTemplate.Triggers>
  2832.                         <Trigger Property="IsSuspendingPopupAnimation" Value="true">
  2833.                             <Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
  2834.                         </Trigger>
  2835.                         <Trigger Property="IsHighlighted" Value="true">
  2836.                             <Setter TargetName="Arrow" Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Fill" />
  2837.                             <Setter TargetName="Panel" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  2838.                         </Trigger>
  2839.                         <Trigger Property="IsEnabled" Value="false">
  2840.                             <Setter TargetName="Arrow" Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Fill" />
  2841.                         </Trigger>
  2842.                         <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  2843.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  2844.                             <Setter TargetName="Shdw" Property="SnapsToDevicePixels" Value="true" />
  2845.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  2846.                         </Trigger>
  2847.                     </ControlTemplate.Triggers>
  2848.                     <DockPanel Name="Panel" Background="Transparent">
  2849.                         <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Bottom" Focusable="false" PopupAnimation="{DynamicResource {x:Static MenuPopupAnimation}}" IsOpen="{Binding Path=IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}">
  2850.                             <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  2851.                                 <Border Name="SubMenuBorder" Background="{DynamicResource {x:Static MenuBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static ActiveBorderBrush}}">
  2852.                                     <ScrollViewer CanContentScroll="true" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  2853.                                         <ItemsPresenter Margin="2" TabNavigation="Cycle" DirectionalNavigation="Cycle" />
  2854.                                     </ScrollViewer>
  2855.                                 </Border>
  2856.                             </theme:SystemDropShadowChrome>
  2857.                         </Popup>
  2858.                         <Path Name="Arrow" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0 2 0 0" Fill="White" Stroke="#AAAAAA" StrokeThickness="1" Data="{StaticResource [0] Ñ}" />
  2859.                     </DockPanel>
  2860.                 </ControlTemplate>
  2861.             </Setter.Value>
  2862.         </Setter>
  2863.     </Style>
  2864.     <Style x:Key="[126] Ì" TargetType="{x:Type Menu}">
  2865.         <Setter Property="ItemsPanel">
  2866.             <Setter.Value>
  2867.                 <ItemsPanelTemplate>
  2868.                     <DockPanel />
  2869.                 </ItemsPanelTemplate>
  2870.             </Setter.Value>
  2871.         </Setter>
  2872.         <Setter Property="Padding" Value="0,0,0,0" />
  2873.         <Setter Property="TabNavigation" Value="None" />
  2874.         <Setter Property="IsMainMenu" Value="false" />
  2875.         <Setter Property="Template">
  2876.             <Setter.Value>
  2877.                 <ControlTemplate TargetType="{x:Type Menu}">
  2878.                     <ItemsPresenter />
  2879.                 </ControlTemplate>
  2880.             </Setter.Value>
  2881.         </Setter>
  2882.     </Style>
  2883.     <Style x:Key="[127] Í" TargetType="{x:Type Button}">
  2884.         <Setter Property="Margin" Value="0,0,0,0" />
  2885.         <Setter Property="IsEnabled" Value="false" />
  2886.         <Setter Property="Command" Value="NavigationCommands.BrowseBack" />
  2887.         <Setter Property="Focusable" Value="false" />
  2888.         <Setter Property="Template">
  2889.             <Setter.Value>
  2890.                 <ControlTemplate TargetType="{x:Type Button}">
  2891.                     <ControlTemplate.Triggers>
  2892.                         <Trigger Property="IsEnabled" Value="false">
  2893.                             <Setter TargetName="EllipseBackground" Property="Fill">
  2894.                                 <Setter.Value>
  2895.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  2896.                                         <LinearGradientBrush.GradientStops>
  2897.                                             <GradientStopCollection>
  2898.                                                 <GradientStop Color="white" Offset="0" />
  2899.                                                 <GradientStop Color="gray" Offset="1" />
  2900.                                             </GradientStopCollection>
  2901.                                         </LinearGradientBrush.GradientStops>
  2902.                                     </LinearGradientBrush>
  2903.                                 </Setter.Value>
  2904.                             </Setter>
  2905.                         </Trigger>
  2906.                         <MultiTrigger>
  2907.                             <MultiTrigger.Conditions>
  2908.                                 <Condition Property="IsMouseOver" Value="true" />
  2909.                                 <Condition Property="IsEnabled" Value="true" />
  2910.                             </MultiTrigger.Conditions>
  2911.                             <Setter TargetName="EllipseBackground" Property="Fill">
  2912.                                 <Setter.Value>
  2913.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  2914.                                         <LinearGradientBrush.GradientStops>
  2915.                                             <GradientStopCollection>
  2916.                                                 <GradientStop Color="#25B40E" Offset="0" />
  2917.                                                 <GradientStop Color="#086403" Offset="1" />
  2918.                                             </GradientStopCollection>
  2919.                                         </LinearGradientBrush.GradientStops>
  2920.                                     </LinearGradientBrush>
  2921.                                 </Setter.Value>
  2922.                             </Setter>
  2923.                             <Setter TargetName="NavWinMenu" Property="Background" Value="Transparent" />
  2924.                             <Setter TargetName="L1" Property="Visibility" Value="Visible" />
  2925.                             <Setter TargetName="R1" Property="Visibility" Value="Visible" />
  2926.                             <Setter TargetName="T1" Property="Visibility" Value="Visible" />
  2927.                             <Setter TargetName="B1" Property="Visibility" Value="Visible" />
  2928.                         </MultiTrigger>
  2929.                         <Trigger Property="IsPressed" Value="true">
  2930.                             <Setter TargetName="EllipseBackground" Property="Fill">
  2931.                                 <Setter.Value>
  2932.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  2933.                                         <LinearGradientBrush.GradientStops>
  2934.                                             <GradientStopCollection>
  2935.                                                 <GradientStop Color="#25B40E" Offset="0" />
  2936.                                                 <GradientStop Color="#086403" Offset="1" />
  2937.                                             </GradientStopCollection>
  2938.                                         </LinearGradientBrush.GradientStops>
  2939.                                     </LinearGradientBrush>
  2940.                                 </Setter.Value>
  2941.                             </Setter>
  2942.                             <Setter TargetName="Arrow" Property="RenderTransform">
  2943.                                 <Setter.Value>
  2944.                                     <TransformGroup>
  2945.                                         <TransformGroup.Children>
  2946.                                             <TransformCollection>
  2947.                                                 <ScaleTransform ScaleX="0.65" ScaleY="0.65" />
  2948.                                                 <TranslateTransform X="10" Y="12" />
  2949.                                             </TransformCollection>
  2950.                                         </TransformGroup.Children>
  2951.                                     </TransformGroup>
  2952.                                 </Setter.Value>
  2953.                             </Setter>
  2954.                             <Setter TargetName="EllipseShine" Property="RenderTransform" Value="{TranslateTransform X=0, Y=2}" />
  2955.                         </Trigger>
  2956.                         <Trigger Property="IsSubmenuOpen" Value="true">
  2957.                             <Setter TargetName="L2" Property="Visibility" Value="Visible" />
  2958.                             <Setter TargetName="R2" Property="Visibility" Value="Visible" />
  2959.                             <Setter TargetName="T2" Property="Visibility" Value="Visible" />
  2960.                             <Setter TargetName="B2" Property="Visibility" Value="Visible" />
  2961.                         </Trigger>
  2962.                     </ControlTemplate.Triggers>
  2963.                     <DockPanel>
  2964.                         <Rectangle Name="R1" Dock="Right" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  2965.                         <Rectangle Name="B1" Dock="Bottom" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  2966.                         <Rectangle Name="L1" Dock="Left" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  2967.                         <Rectangle Name="T1" Dock="Top" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  2968.                         <Grid>
  2969.                             <Grid.ColumnDefinitions>
  2970.                                 <ColumnDefinition Width="*" />
  2971.                                 <ColumnDefinition Width="Auto" />
  2972.                             </Grid.ColumnDefinitions>
  2973.                             <Grid.RowDefinitions>
  2974.                                 <RowDefinition Height="*" />
  2975.                             </Grid.RowDefinitions>
  2976.                             <Viewbox Column="0" Row="0">
  2977.                                 <Grid Width="50" Height="50" Margin="15,0,0,0">
  2978.                                     <Ellipse Name="EllipseBackground" Opacity="1" StrokeThickness="2">
  2979.                                         <Ellipse.Fill>
  2980.                                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  2981.                                                 <LinearGradientBrush.GradientStops>
  2982.                                                     <GradientStopCollection>
  2983.                                                         <GradientStop Color="#B3E2A2" Offset="0" />
  2984.                                                         <GradientStop Color="#25B40E" Offset="1" />
  2985.                                                     </GradientStopCollection>
  2986.                                                 </LinearGradientBrush.GradientStops>
  2987.                                             </LinearGradientBrush>
  2988.                                         </Ellipse.Fill>
  2989.                                         <Ellipse.Stroke>
  2990.                                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  2991.                                                 <LinearGradientBrush.GradientStops>
  2992.                                                     <GradientStopCollection>
  2993.                                                         <GradientStop Color="black" Offset="0" />
  2994.                                                         <GradientStop Color="#ccffffff" Offset="1" />
  2995.                                                     </GradientStopCollection>
  2996.                                                 </LinearGradientBrush.GradientStops>
  2997.                                             </LinearGradientBrush>
  2998.                                         </Ellipse.Stroke>
  2999.                                     </Ellipse>
  3000.                                     <Ellipse Name="EllipseShine" Stroke="Transparent" Margin="5,5,5,15">
  3001.                                         <Ellipse.Fill>
  3002.                                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3003.                                                 <LinearGradientBrush.GradientStops>
  3004.                                                     <GradientStopCollection>
  3005.                                                         <GradientStop Color="#aaffffff" Offset="0" />
  3006.                                                         <GradientStop Color="transparent" Offset="1" />
  3007.                                                     </GradientStopCollection>
  3008.                                                 </LinearGradientBrush.GradientStops>
  3009.                                             </LinearGradientBrush>
  3010.                                         </Ellipse.Fill>
  3011.                                     </Ellipse>
  3012.                                     <Path Name="Arrow" Fill="White" Stroke="#086403" Data="F0 M 0,5,20,468 C 0,502,20,808 0,536,21,147 0,602,21,481 0,634,21,643 0,694,21,793 0,741,21,949 0,793,22,125 0,833,22,304 0,904,22,476 0,98,22,659 1,084,22,825 1,178,22,997 1,251,23,129 1,309,23,267 1,394,23,394 1,59,23,688 1,812,23,962 2,061,24,211 L 16,672,38,822 C 18,755,40,905 22,131,40,905 24,214,38,822 26,297,36,739 26,297,33,363 24,214,31,28 L 18,705,25,771 42,496,25,771 C 45,441,25,771 47,829,23,383 47,829,20,438 47,829,17,492 45,441,15,105 42,496,15,105 L 18,732,15,105 24,241,9,596 C 26,324,7,513 26,324,4,137 24,241,2,054 22,158,-0,0289999999999981 18,782,-0,0289999999999981 16,699,2,054 L 2,203,16,549 C 2,16,16,589 2,108,16,619 2,067,16,66 2,065,16,662 2,062,16,663 2,06,16,666 2,058,16,668 2,057,16,67 2,055,16,672 1,809,16,919 1,59,17,189 1,396,17,479 1,308,17,611 1,247,17,754 1,172,17,892 1,08,18,059 0,98,18,22 0,906,18,397 0,834,18,572 0,792,18,754 0,739,18,935 0,694,19,088 0,635,19,234 0,604,19,393 0,536,19,732 0,5,20,075 0,5,20,419 0,5,20,425 0,498,20,431 0,498,20,438 0,498,20,448 0,5,20,458 0,5,20,468 Z">
  3013.                                         <Path.RenderTransform>
  3014.                                             <TransformGroup>
  3015.                                                 <TransformGroup.Children>
  3016.                                                     <TransformCollection>
  3017.                                                         <ScaleTransform ScaleX="0.65" ScaleY="0.65" />
  3018.                                                         <TranslateTransform X="11.5" Y="10" />
  3019.                                                     </TransformCollection>
  3020.                                                 </TransformGroup.Children>
  3021.                                             </TransformGroup>
  3022.                                         </Path.RenderTransform>
  3023.                                     </Path>
  3024.                                 </Grid>
  3025.                             </Viewbox>
  3026.                             <DockPanel Column="1" Row="0">
  3027.                                 <Rectangle Name="R2" Dock="Right" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  3028.                                 <Rectangle Name="B2" Dock="Bottom" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  3029.                                 <Rectangle Name="L2" Dock="Left" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  3030.                                 <Rectangle Name="T2" Dock="Top" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  3031.                                 <Grid Width="10">
  3032.                                     <Menu Style="{StaticResource [0] Ñ}">
  3033.                                         <MenuItem Name="NavWinMenu" Style="{StaticResource [1] Ò}" ItemContainerStyle="{StaticResource [2] Ó}" ItemsSource="{Binding Path=BackStack, Converter={StaticResource [3] Ô}, Mode=OneTime, RelativeSource={RelativeSource AncestorType={x:Type NavigationWindow}}}" IsSubmenuOpen="{Binding Path=(MenuItem.IsSubmenuOpen), Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  3034.                                     </Menu>
  3035.                                 </Grid>
  3036.                             </DockPanel>
  3037.                         </Grid>
  3038.                     </DockPanel>
  3039.                 </ControlTemplate>
  3040.             </Setter.Value>
  3041.         </Setter>
  3042.     </Style>
  3043.     <Style x:Key="[128] Î" TargetType="{x:Type Button}">
  3044.         <Setter Property="Margin" Value="0,0,0,0" />
  3045.         <Setter Property="IsEnabled" Value="false" />
  3046.         <Setter Property="Command" Value="NavigationCommands.BrowseForward" />
  3047.         <Setter Property="Focusable" Value="false" />
  3048.         <Setter Property="Template">
  3049.             <Setter.Value>
  3050.                 <ControlTemplate TargetType="{x:Type Button}">
  3051.                     <ControlTemplate.Triggers>
  3052.                         <Trigger Property="IsEnabled" Value="false">
  3053.                             <Setter TargetName="EllipseBackground" Property="Fill">
  3054.                                 <Setter.Value>
  3055.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3056.                                         <LinearGradientBrush.GradientStops>
  3057.                                             <GradientStopCollection>
  3058.                                                 <GradientStop Color="white" Offset="0" />
  3059.                                                 <GradientStop Color="gray" Offset="1" />
  3060.                                             </GradientStopCollection>
  3061.                                         </LinearGradientBrush.GradientStops>
  3062.                                     </LinearGradientBrush>
  3063.                                 </Setter.Value>
  3064.                             </Setter>
  3065.                         </Trigger>
  3066.                         <MultiTrigger>
  3067.                             <MultiTrigger.Conditions>
  3068.                                 <Condition Property="IsMouseOver" Value="true" />
  3069.                                 <Condition Property="IsEnabled" Value="true" />
  3070.                             </MultiTrigger.Conditions>
  3071.                             <Setter TargetName="EllipseBackground" Property="Fill">
  3072.                                 <Setter.Value>
  3073.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3074.                                         <LinearGradientBrush.GradientStops>
  3075.                                             <GradientStopCollection>
  3076.                                                 <GradientStop Color="#25B40E" Offset="0" />
  3077.                                                 <GradientStop Color="#086403" Offset="1" />
  3078.                                             </GradientStopCollection>
  3079.                                         </LinearGradientBrush.GradientStops>
  3080.                                     </LinearGradientBrush>
  3081.                                 </Setter.Value>
  3082.                             </Setter>
  3083.                             <Setter TargetName="NavWinMenu" Property="Background" Value="Transparent" />
  3084.                             <Setter TargetName="L1" Property="Visibility" Value="Visible" />
  3085.                             <Setter TargetName="R1" Property="Visibility" Value="Visible" />
  3086.                             <Setter TargetName="T1" Property="Visibility" Value="Visible" />
  3087.                             <Setter TargetName="B1" Property="Visibility" Value="Visible" />
  3088.                         </MultiTrigger>
  3089.                         <Trigger Property="IsPressed" Value="true">
  3090.                             <Setter TargetName="EllipseBackground" Property="Fill">
  3091.                                 <Setter.Value>
  3092.                                     <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3093.                                         <LinearGradientBrush.GradientStops>
  3094.                                             <GradientStopCollection>
  3095.                                                 <GradientStop Color="#25B40E" Offset="0" />
  3096.                                                 <GradientStop Color="#086403" Offset="1" />
  3097.                                             </GradientStopCollection>
  3098.                                         </LinearGradientBrush.GradientStops>
  3099.                                     </LinearGradientBrush>
  3100.                                 </Setter.Value>
  3101.                             </Setter>
  3102.                             <Setter TargetName="Arrow" Property="RenderTransform">
  3103.                                 <Setter.Value>
  3104.                                     <TransformGroup>
  3105.                                         <TransformGroup.Children>
  3106.                                             <TransformCollection>
  3107.                                                 <ScaleTransform ScaleX="0.65" ScaleY="0.65" />
  3108.                                                 <TranslateTransform X="10" Y="12" />
  3109.                                             </TransformCollection>
  3110.                                         </TransformGroup.Children>
  3111.                                     </TransformGroup>
  3112.                                 </Setter.Value>
  3113.                             </Setter>
  3114.                             <Setter TargetName="EllipseShine" Property="RenderTransform" Value="{TranslateTransform X=0, Y=2}" />
  3115.                         </Trigger>
  3116.                         <Trigger Property="IsSubmenuOpen" Value="true">
  3117.                             <Setter TargetName="L2" Property="Visibility" Value="Visible" />
  3118.                             <Setter TargetName="R2" Property="Visibility" Value="Visible" />
  3119.                             <Setter TargetName="T2" Property="Visibility" Value="Visible" />
  3120.                             <Setter TargetName="B2" Property="Visibility" Value="Visible" />
  3121.                         </Trigger>
  3122.                     </ControlTemplate.Triggers>
  3123.                     <DockPanel>
  3124.                         <Rectangle Name="R1" Dock="Right" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  3125.                         <Rectangle Name="B1" Dock="Bottom" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  3126.                         <Rectangle Name="L1" Dock="Left" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  3127.                         <Rectangle Name="T1" Dock="Top" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  3128.                         <Grid>
  3129.                             <Grid.ColumnDefinitions>
  3130.                                 <ColumnDefinition Width="*" />
  3131.                                 <ColumnDefinition Width="Auto" />
  3132.                             </Grid.ColumnDefinitions>
  3133.                             <Grid.RowDefinitions>
  3134.                                 <RowDefinition Height="*" />
  3135.                             </Grid.RowDefinitions>
  3136.                             <Viewbox Column="0" Row="0">
  3137.                                 <Grid Width="50" Height="50" Margin="15,0,0,0">
  3138.                                     <Ellipse Name="EllipseBackground" Opacity="1" StrokeThickness="2">
  3139.                                         <Ellipse.Fill>
  3140.                                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3141.                                                 <LinearGradientBrush.GradientStops>
  3142.                                                     <GradientStopCollection>
  3143.                                                         <GradientStop Color="#B3E2A2" Offset="0" />
  3144.                                                         <GradientStop Color="#25B40E" Offset="1" />
  3145.                                                     </GradientStopCollection>
  3146.                                                 </LinearGradientBrush.GradientStops>
  3147.                                             </LinearGradientBrush>
  3148.                                         </Ellipse.Fill>
  3149.                                         <Ellipse.Stroke>
  3150.                                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3151.                                                 <LinearGradientBrush.GradientStops>
  3152.                                                     <GradientStopCollection>
  3153.                                                         <GradientStop Color="black" Offset="0" />
  3154.                                                         <GradientStop Color="#ccffffff" Offset="1" />
  3155.                                                     </GradientStopCollection>
  3156.                                                 </LinearGradientBrush.GradientStops>
  3157.                                             </LinearGradientBrush>
  3158.                                         </Ellipse.Stroke>
  3159.                                     </Ellipse>
  3160.                                     <Ellipse Name="EllipseShine" Stroke="Transparent" Margin="5,3,5,15">
  3161.                                         <Ellipse.Fill>
  3162.                                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3163.                                                 <LinearGradientBrush.GradientStops>
  3164.                                                     <GradientStopCollection>
  3165.                                                         <GradientStop Color="#aaffffff" Offset="0" />
  3166.                                                         <GradientStop Color="transparent" Offset="1" />
  3167.                                                     </GradientStopCollection>
  3168.                                                 </LinearGradientBrush.GradientStops>
  3169.                                             </LinearGradientBrush>
  3170.                                         </Ellipse.Fill>
  3171.                                     </Ellipse>
  3172.                                     <Path Name="Arrow" Fill="White" Stroke="#086403" Data="F0 M 47,82,20,407 C 47,818,20,067 47,784,19,728 47,718,19,394 47,686,19,232 47,626,19,082 47,579,18,926 47,527,18,75 47,487,18,571 47,416,18,399 47,34,18,216 47,236,18,05 47,142,17,878 47,069,17,746 47,011,17,608 46,926,17,481 46,73,17,187 46,508,16,913 46,259,16,664 L 31,647,2,053 C 29,564,-0,0300000000000002 26,188,-0,0300000000000002 24,105,2,053 22,022,4,136 22,022,7,512 24,105,9,595 L 29,614,15,104 5,823,15,104 C 2,878,15,104 0,49,17,492 0,49,20,437 0,49,23,383 2,878,25,77 5,823,25,77 L 29,588,25,77 24,079,31,279 C 21,996,33,362 21,996,36,738 24,079,38,821 26,162,40,904 29,538,40,904 31,621,38,821 L 46,118,24,324 C 46,161,24,284 46,213,24,254 46,254,24,213 46,256,24,211 46,259,24,21 46,261,24,207 46,263,24,205 46,264,24,203 46,266,24,201 46,512,23,954 46,731,23,684 46,925,23,394 47,013,23,262 47,074,23,119 47,149,22,981 47,241,22,814 47,341,22,653 47,415,22,476 47,487,22,301 47,529,22,119 47,582,21,938 47,627,21,785 47,686,21,639 47,717,21,48 47,784,21,141 47,82,20,798 47,821,20,454 47,821,20,448 47,823,20,442 47,823,20,435 47,823,20,427 47,82,20,417 47,82,20,407 Z">
  3173.                                         <Path.RenderTransform>
  3174.                                             <TransformGroup>
  3175.                                                 <TransformGroup.Children>
  3176.                                                     <TransformCollection>
  3177.                                                         <ScaleTransform ScaleX="0.65" ScaleY="0.65" />
  3178.                                                         <TranslateTransform X="8.5" Y="10" />
  3179.                                                     </TransformCollection>
  3180.                                                 </TransformGroup.Children>
  3181.                                             </TransformGroup>
  3182.                                         </Path.RenderTransform>
  3183.                                     </Path>
  3184.                                 </Grid>
  3185.                             </Viewbox>
  3186.                             <DockPanel Column="1" Row="0">
  3187.                                 <Rectangle Name="R2" Dock="Right" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  3188.                                 <Rectangle Name="B2" Dock="Bottom" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlDarkDarkBrush}}" />
  3189.                                 <Rectangle Name="L2" Dock="Left" Width="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  3190.                                 <Rectangle Name="T2" Dock="Top" Height="1" Visibility="Hidden" Fill="{DynamicResource {x:Static ControlLightLightBrush}}" />
  3191.                                 <Grid Width="10">
  3192.                                     <Menu Style="{StaticResource [0] Ñ}">
  3193.                                         <MenuItem Name="NavWinMenu" Style="{StaticResource [1] Ò}" ItemContainerStyle="{StaticResource [2] Ó}" ItemsSource="{Binding Path=ForwardStack, Converter={StaticResource [3] Ô}, Mode=OneTime, RelativeSource={RelativeSource AncestorType={x:Type NavigationWindow}}}" IsSubmenuOpen="{Binding Path=(MenuItem.IsSubmenuOpen), Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  3194.                                     </Menu>
  3195.                                 </Grid>
  3196.                             </DockPanel>
  3197.                         </Grid>
  3198.                     </DockPanel>
  3199.                 </ControlTemplate>
  3200.             </Setter.Value>
  3201.         </Setter>
  3202.     </Style>
  3203.     <ControlTemplate x:Key="[129] Ï" TargetType="{x:Type NavigationWindow}">
  3204.         <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  3205.             <AdornerDecorator>
  3206.                 <ContentPresenter Name="PART_NavWinCP" ClipToBounds="true" />
  3207.             </AdornerDecorator>
  3208.         </Border>
  3209.     </ControlTemplate>
  3210.     <Style x:Key="{Static SystemParameters.NavigationChromeStyleKey}" TargetType="{x:Type NavigationWindow}">
  3211.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  3212.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  3213.         <Setter Property="Template" Value="{StaticResource [0] Ñ}" />
  3214.     </Style>
  3215.     <ControlTemplate x:Key="[130] Ð" TargetType="{x:Type NavigationWindow}">
  3216.         <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}">
  3217.             <DockPanel>
  3218.                 <Grid FlowDirection="{Static FlowDirection}" Dock="Top" Height="30">
  3219.                     <Grid.Background>
  3220.                         <LinearGradientBrush StartPoint="0,0" EndPoint="1,0">
  3221.                             <LinearGradientBrush.GradientStops>
  3222.                                 <GradientStopCollection>
  3223.                                     <GradientStop Color="silver" Offset="0" />
  3224.                                     <GradientStop Color="white" Offset="1" />
  3225.                                 </GradientStopCollection>
  3226.                             </LinearGradientBrush.GradientStops>
  3227.                         </LinearGradientBrush>
  3228.                     </Grid.Background>
  3229.                     <DockPanel LastChildFill="false">
  3230.                         <Button Style="{StaticResource [0] Ñ}" Dock="left" Width="40" IsEnabled="{TemplateBinding CanGoBack}" />
  3231.                         <Button Style="{StaticResource [1] Ò}" Dock="left" Width="40" IsEnabled="{TemplateBinding CanGoForward}" />
  3232.                     </DockPanel>
  3233.                 </Grid>
  3234.                 <Border>
  3235.                     <AdornerDecorator>
  3236.                         <ContentPresenter Name="PART_NavWinCP" ClipToBounds="true" />
  3237.                     </AdornerDecorator>
  3238.                 </Border>
  3239.             </DockPanel>
  3240.         </Border>
  3241.     </ControlTemplate>
  3242.     <Style x:Key="{Static SystemParameters.NavigationChromeDownLevelStyleKey}" TargetType="{x:Type NavigationWindow}">
  3243.         <Style.Triggers>
  3244.             <Trigger Property="ShowsNavigationUI" Value="false">
  3245.                 <Setter Property="Template" Value="{StaticResource [1] Ò}" />
  3246.             </Trigger>
  3247.         </Style.Triggers>
  3248.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  3249.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  3250.         <Setter Property="Template" Value="{StaticResource [0] Ñ}" />
  3251.     </Style>
  3252.     <Style x:Key="[131] Ù">
  3253.         <Setter Property="Template">
  3254.             <Setter.Value>
  3255.                 <ControlTemplate>
  3256.                     <Rectangle Margin="4,4,21,4" StrokeThickness="1" Stroke="{DynamicResource {x:Static ControlTextBrush}}" StrokeDashArray="1 2" SnapsToDevicePixels="true" />
  3257.                 </ControlTemplate>
  3258.             </Setter.Value>
  3259.         </Setter>
  3260.     </Style>
  3261.     <Style x:Key="[132] Ú" TargetType="{x:Type TextBox}">
  3262.         <Setter Property="OverridesDefaultStyle" Value="true" />
  3263.         <Setter Property="AllowDrop" Value="true" />
  3264.         <Setter Property="MinWidth" Value="0" />
  3265.         <Setter Property="MinHeight" Value="0" />
  3266.         <Setter Property="FocusVisualStyle" Value="{Null}" />
  3267.         <Setter Property="Template">
  3268.             <Setter.Value>
  3269.                 <ControlTemplate TargetType="{x:Type TextBox}">
  3270.                     <ScrollViewer Name="PART_ContentHost" Focusable="false" HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Hidden" Background="Transparent" />
  3271.                 </ControlTemplate>
  3272.             </Setter.Value>
  3273.         </Setter>
  3274.     </Style>
  3275.     <Style x:Key="[133] Û" TargetType="{x:Type ToggleButton}">
  3276.         <Setter Property="MinWidth" Value="0" />
  3277.         <Setter Property="MinHeight" Value="0" />
  3278.         <Setter Property="Width" Value="Auto" />
  3279.         <Setter Property="Height" Value="Auto" />
  3280.         <Setter Property="Background" Value="Transparent" />
  3281.         <Setter Property="Focusable" Value="false" />
  3282.         <Setter Property="ClickMode" Value="Press" />
  3283.         <Setter Property="Template">
  3284.             <Setter.Value>
  3285.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  3286.                     <Grid Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  3287.                         <Grid.ColumnDefinitions>
  3288.                             <ColumnDefinition Width="*" />
  3289.                             <ColumnDefinition Width="Auto" SharedSizeGroup="ComboBoxButton" />
  3290.                         </Grid.ColumnDefinitions>
  3291.                         <theme:ScrollChrome Name="Chrome" ThemeColor="NormalColor" HasOuterBorder="false" RenderMouseOver="{TemplateBinding IsMouseOver}" RenderPressed="{TemplateBinding IsChecked}" Column="1" Width="{DynamicResource {x:Static VerticalScrollBarWidth}}" ScrollGlyph="DownArrow" Padding="1,0,0,0" />
  3292.                     </Grid>
  3293.                 </ControlTemplate>
  3294.             </Setter.Value>
  3295.         </Setter>
  3296.     </Style>
  3297.     <ControlTemplate x:Key="[134] Ü" TargetType="{x:Type ComboBox}">
  3298.         <ControlTemplate.Triggers>
  3299.             <Trigger Property="HasItems" Value="false">
  3300.                 <Setter TargetName="DropDownBorder" Property="MinHeight" Value="95" />
  3301.             </Trigger>
  3302.             <Trigger Property="IsEnabled" Value="false">
  3303.                 <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3304.                 <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  3305.             </Trigger>
  3306.             <Trigger Property="IsGrouping" Value="true">
  3307.                 <Setter Property="CanContentScroll" Value="false" />
  3308.             </Trigger>
  3309.             <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  3310.                 <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  3311.                 <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  3312.             </Trigger>
  3313.         </ControlTemplate.Triggers>
  3314.         <Grid SnapsToDevicePixels="true">
  3315.             <Border Name="Bd" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Padding="1">
  3316.                 <Grid IsSharedSizeScope="true">
  3317.                     <Grid.ColumnDefinitions>
  3318.                         <ColumnDefinition Width="1" />
  3319.                         <ColumnDefinition Width="*" />
  3320.                         <ColumnDefinition Width="Auto" SharedSizeGroup="ComboBoxButton" />
  3321.                     </Grid.ColumnDefinitions>
  3322.                     <TextBox Name="PART_EditableTextBox" Column="1" Style="{StaticResource [0] Ñ}" Margin="{TemplateBinding Padding}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" IsReadOnly="{Binding Path=IsReadOnly, RelativeSource={RelativeSource TemplatedParent}}" />
  3323.                     <ToggleButton ColumnSpan="3" Style="{StaticResource [1] Ò}" Background="{Null}" IsChecked="{Binding Path=IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  3324.                 </Grid>
  3325.             </Border>
  3326.             <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Bottom" Focusable="false" PopupAnimation="{DynamicResource {x:Static ComboBoxPopupAnimation}}" IsOpen="{Binding Path=IsDropDownOpen, RelativeSource={RelativeSource TemplatedParent}}">
  3327.                 <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent" MinWidth="{TemplateBinding ActualWidth}" MaxHeight="{TemplateBinding MaxDropDownHeight}">
  3328.                     <Border Name="DropDownBorder" Background="{DynamicResource {x:Static WindowBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static WindowFrameBrush}}">
  3329.                         <ScrollViewer>
  3330.                             <ItemsPresenter DirectionalNavigation="Contained" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3331.                         </ScrollViewer>
  3332.                     </Border>
  3333.                 </theme:SystemDropShadowChrome>
  3334.             </Popup>
  3335.         </Grid>
  3336.     </ControlTemplate>
  3337.     <Style x:Key="{x:Type ComboBox}" TargetType="{x:Type ComboBox}">
  3338.         <Style.Triggers>
  3339.             <Trigger Property="IsEditable" Value="true">
  3340.                 <Setter Property="IsTabStop" Value="false" />
  3341.                 <Setter Property="Padding" Value="0,1" />
  3342.                 <Setter Property="Template" Value="{StaticResource [3] Ô}" />
  3343.             </Trigger>
  3344.         </Style.Triggers>
  3345.         <Setter Property="FocusVisualStyle" Value="{StaticResource [0] Ñ}" />
  3346.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  3347.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  3348.         <Setter Property="BorderBrush" Value="{StaticResource [1] Ò}" />
  3349.         <Setter Property="BorderThickness" Value="1" />
  3350.         <Setter Property="Padding" Value="1" />
  3351.         <Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
  3352.         <Setter Property="VerticalScrollBarVisibility" Value="Auto" />
  3353.         <Setter Property="CanContentScroll" Value="true" />
  3354.         <Setter Property="VerticalContentAlignment" Value="Center" />
  3355.         <Setter Property="Template">
  3356.             <Setter.Value>
  3357.                 <ControlTemplate TargetType="{x:Type ComboBox}">
  3358.                     <ControlTemplate.Triggers>
  3359.                         <MultiTrigger>
  3360.                             <MultiTrigger.Conditions>
  3361.                                 <Condition Property="IsSelectionBoxHighlighted" Value="true" />
  3362.                                 <Condition Property="IsDropDownOpen" Value="false" />
  3363.                             </MultiTrigger.Conditions>
  3364.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  3365.                         </MultiTrigger>
  3366.                         <Trigger Property="IsSelectionBoxHighlighted" Value="true">
  3367.                             <Setter TargetName="SelectedItemBorder" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  3368.                         </Trigger>
  3369.                         <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  3370.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  3371.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  3372.                         </Trigger>
  3373.                         <Trigger Property="HasItems" Value="false">
  3374.                             <Setter TargetName="DropDownBorder" Property="MinHeight" Value="95" />
  3375.                         </Trigger>
  3376.                         <Trigger Property="IsEnabled" Value="false">
  3377.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3378.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  3379.                         </Trigger>
  3380.                         <Trigger Property="IsGrouping" Value="true">
  3381.                             <Setter Property="CanContentScroll" Value="false" />
  3382.                         </Trigger>
  3383.                     </ControlTemplate.Triggers>
  3384.                     <Grid SnapsToDevicePixels="true">
  3385.                         <Border Name="Bd" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Padding="1">
  3386.                             <Grid IsSharedSizeScope="true">
  3387.                                 <Grid.ColumnDefinitions>
  3388.                                     <ColumnDefinition Width="1" />
  3389.                                     <ColumnDefinition Width="*" />
  3390.                                     <ColumnDefinition Width="Auto" SharedSizeGroup="ComboBoxButton" />
  3391.                                 </Grid.ColumnDefinitions>
  3392.                                 <Border Name="SelectedItemBorder" ColumnSpan="2" Margin="{TemplateBinding Padding}" />
  3393.                                 <ContentPresenter Column="1" Content="{TemplateBinding SelectionBoxItem}" ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}" ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}" ContentStringFormat="{TemplateBinding SelectionBoxItemStringFormat}" Margin="{TemplateBinding Padding}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3394.                                 <ToggleButton ColumnSpan="3" Style="{StaticResource [2] Ó}" IsChecked="{Binding Path=IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  3395.                             </Grid>
  3396.                         </Border>
  3397.                         <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Bottom" Focusable="false" PopupAnimation="{DynamicResource {x:Static ComboBoxPopupAnimation}}" IsOpen="{Binding Path=IsDropDownOpen, RelativeSource={RelativeSource TemplatedParent}}">
  3398.                             <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent" MinWidth="{TemplateBinding ActualWidth}" MaxHeight="{TemplateBinding MaxDropDownHeight}">
  3399.                                 <Border Name="DropDownBorder" Background="{DynamicResource {x:Static WindowBrush}}" BorderThickness="1" BorderBrush="{DynamicResource {x:Static WindowFrameBrush}}">
  3400.                                     <ScrollViewer>
  3401.                                         <ItemsPresenter DirectionalNavigation="Contained" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3402.                                     </ScrollViewer>
  3403.                                 </Border>
  3404.                             </theme:SystemDropShadowChrome>
  3405.                         </Popup>
  3406.                     </Grid>
  3407.                 </ControlTemplate>
  3408.             </Setter.Value>
  3409.         </Setter>
  3410.     </Style>
  3411.     <ControlTemplate x:Key="[135] å" TargetType="{x:Type Frame}">
  3412.         <ControlTemplate.Triggers>
  3413.             <MultiTrigger>
  3414.                 <MultiTrigger.Conditions>
  3415.                     <Condition Property="CanGoForward" Value="false" />
  3416.                     <Condition Property="CanGoBack" Value="false" />
  3417.                 </MultiTrigger.Conditions>
  3418.                 <Setter TargetName="NavMenu" Property="IsEnabled" Value="false" />
  3419.             </MultiTrigger>
  3420.         </ControlTemplate.Triggers>
  3421.         <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
  3422.             <DockPanel>
  3423.                 <Grid Background="{StaticResource [0] Ñ}" Dock="Top" Height="22">
  3424.                     <Grid.ColumnDefinitions>
  3425.                         <ColumnDefinition Width="Auto" />
  3426.                         <ColumnDefinition Width="Auto" />
  3427.                         <ColumnDefinition Width="16" />
  3428.                         <ColumnDefinition Width="*" />
  3429.                     </Grid.ColumnDefinitions>
  3430.                     <Menu Name="NavMenu" ColumnSpan="3" Height="16" Margin="1,0,0,0" VerticalAlignment="Center" Style="{StaticResource [1] Ò}">
  3431.                         <MenuItem Padding="0,2,4,0" Style="{StaticResource [2] Ó}" ItemContainerStyle="{StaticResource [3] Ô}" IsSubmenuOpen="{Binding Path=(MenuItem.IsSubmenuOpen), Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}">
  3432.                             <MenuItem.ItemsSource>
  3433.                                 <MultiBinding Converter="{StaticResource [3] Ô}">
  3434.                                     <MultiBinding.Bindings>
  3435.                                         <Binding Path="BackStack" RelativeSource="{RelativeSource TemplatedParent}" />
  3436.                                         <Binding Path="ForwardStack" RelativeSource="{RelativeSource TemplatedParent}" />
  3437.                                     </MultiBinding.Bindings>
  3438.                                 </MultiBinding>
  3439.                             </MenuItem.ItemsSource>
  3440.                         </MenuItem>
  3441.                     </Menu>
  3442.                     <Path Column="0" SnapsToDevicePixels="false" IsHitTestVisible="false" Margin="2,0,0,0" ColumnSpan="3" StrokeThickness="1" HorizontalAlignment="Left" VerticalAlignment="Center" Data="F0 M 22,5767,21,035 Q 27,19,37 31,424,21,035 A 12,5,12,5 0 0 0 53,5,13 A 12,5,12,5 0 0 0 37,765,0,926 Q 27,4,93 16,235,0,926 A 12,5,12,5 0 0 0 0,5,13 A 12,5,12,5 0 0 0 22,5767,21,035 Z" LayoutTransform="{ScaleTransform ScaleX=0.667, ScaleY=0.667}">
  3443.                         <Path.Fill>
  3444.                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3445.                                 <LinearGradientBrush.GradientStops>
  3446.                                     <GradientStopCollection>
  3447.                                         <GradientStop Color="#A0C2CCE7" Offset="0" />
  3448.                                         <GradientStop Color="#60FFFFFF" Offset="1" />
  3449.                                     </GradientStopCollection>
  3450.                                 </LinearGradientBrush.GradientStops>
  3451.                             </LinearGradientBrush>
  3452.                         </Path.Fill>
  3453.                         <Path.Stroke>
  3454.                             <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
  3455.                                 <LinearGradientBrush.GradientStops>
  3456.                                     <GradientStopCollection>
  3457.                                         <GradientStop Color="#FFB7C2E3" Offset="0.2" />
  3458.                                         <GradientStop Color="#A0FFFFFF" Offset="0.9" />
  3459.                                     </GradientStopCollection>
  3460.                                 </LinearGradientBrush.GradientStops>
  3461.                             </LinearGradientBrush>
  3462.                         </Path.Stroke>
  3463.                     </Path>
  3464.                     <Button Style="{StaticResource [3] Ô}" Margin="3,0,1,0" Column="0" LayoutTransform="{ScaleTransform ScaleX=0.667, ScaleY=0.667}" />
  3465.                     <Button Style="{StaticResource [6] ×}" Margin="1,0,0,0" Column="1" LayoutTransform="{ScaleTransform ScaleX=0.667, ScaleY=0.667}" />
  3466.                 </Grid>
  3467.                 <ContentPresenter Name="PART_FrameCP" />
  3468.             </DockPanel>
  3469.         </Border>
  3470.     </ControlTemplate>
  3471.     <Style x:Key="{x:Type Frame}" TargetType="{x:Type Frame}">
  3472.         <Style.Triggers>
  3473.             <Trigger Property="NavigationUIVisibility" Value="Visible">
  3474.                 <Setter Property="Template" Value="{StaticResource [0] Ñ}" />
  3475.             </Trigger>
  3476.             <MultiTrigger>
  3477.                 <MultiTrigger.Conditions>
  3478.                     <Condition Property="JournalOwnership" Value="OwnsJournal" />
  3479.                     <Condition Property="NavigationUIVisibility" Value="Automatic" />
  3480.                 </MultiTrigger.Conditions>
  3481.                 <Setter Property="Template" Value="{StaticResource [1] Ò}" />
  3482.             </MultiTrigger>
  3483.         </Style.Triggers>
  3484.         <Setter Property="Template">
  3485.             <Setter.Value>
  3486.                 <ControlTemplate TargetType="{x:Type Frame}">
  3487.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}">
  3488.                         <ContentPresenter Name="PART_FrameCP" />
  3489.                     </Border>
  3490.                 </ControlTemplate>
  3491.             </Setter.Value>
  3492.         </Setter>
  3493.     </Style>
  3494.     <Style x:Key="{Static GridView.GridViewScrollViewerStyleKey}" TargetType="{x:Type ScrollViewer}">
  3495.         <Setter Property="Focusable" Value="false" />
  3496.         <Setter Property="Template">
  3497.             <Setter.Value>
  3498.                 <ControlTemplate TargetType="{x:Type ScrollViewer}">
  3499.                     <Grid Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  3500.                         <Grid.ColumnDefinitions>
  3501.                             <ColumnDefinition Width="*" />
  3502.                             <ColumnDefinition Width="Auto" />
  3503.                         </Grid.ColumnDefinitions>
  3504.                         <Grid.RowDefinitions>
  3505.                             <RowDefinition Height="*" />
  3506.                             <RowDefinition Height="Auto" />
  3507.                         </Grid.RowDefinitions>
  3508.                         <DockPanel Margin="{TemplateBinding Padding}">
  3509.                             <ScrollViewer Dock="Top" HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Hidden" Focusable="false">
  3510.                                 <GridViewHeaderRowPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" ColumnHeaderContainerStyle="{Binding Path=TemplatedParent.View.ColumnHeaderContainerStyle, RelativeSource={RelativeSource TemplatedParent}}" ColumnHeaderTemplate="{Binding Path=TemplatedParent.View.ColumnHeaderTemplate, RelativeSource={RelativeSource TemplatedParent}}" ColumnHeaderTemplateSelector="{Binding Path=TemplatedParent.View.ColumnHeaderTemplateSelector, RelativeSource={RelativeSource TemplatedParent}}" ColumnHeaderStringFormat="{Binding Path=TemplatedParent.View.ColumnHeaderStringFormat, RelativeSource={RelativeSource TemplatedParent}}" AllowsColumnReorder="{Binding Path=TemplatedParent.View.AllowsColumnReorder, RelativeSource={RelativeSource TemplatedParent}}" ColumnHeaderContextMenu="{Binding Path=TemplatedParent.View.ColumnHeaderContextMenu, RelativeSource={RelativeSource TemplatedParent}}" ColumnHeaderToolTip="{Binding Path=TemplatedParent.View.ColumnHeaderToolTip, RelativeSource={RelativeSource TemplatedParent}}">
  3511.                                     <GridViewHeaderRowPresenter.Columns>
  3512.                                         <Binding Path="TemplatedParent.View.Columns" RelativeSource="{RelativeSource TemplatedParent}" />
  3513.                                     </GridViewHeaderRowPresenter.Columns>
  3514.                                 </GridViewHeaderRowPresenter>
  3515.                             </ScrollViewer>
  3516.                             <ScrollContentPresenter Name="PART_ScrollContentPresenter" DirectionalNavigation="Local" Content="{TemplateBinding Content}" ContentTemplate="{TemplateBinding ContentTemplate}" CanContentScroll="{TemplateBinding CanContentScroll}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3517.                         </DockPanel>
  3518.                         <ScrollBar Name="PART_HorizontalScrollBar" Orientation="Horizontal" Row="1" Minimum="0.0" Maximum="{TemplateBinding ScrollableWidth}" ViewportSize="{TemplateBinding ViewportWidth}" Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}" Cursor="Arrow" Value="{Binding Path=HorizontalOffset, RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}" />
  3519.                         <ScrollBar Name="PART_VerticalScrollBar" Orientation="Vertical" Column="1" Minimum="0.0" Maximum="{TemplateBinding ScrollableHeight}" ViewportSize="{TemplateBinding ViewportHeight}" Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}" Cursor="Arrow" Value="{Binding Path=VerticalOffset, RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}" />
  3520.                         <DockPanel Column="1" Row="1" LastChildFill="false" Background="{Binding Path=Background, ElementName=PART_VerticalScrollBar}">
  3521.                             <Rectangle Dock="Left" Width="1" Fill="White" Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}" />
  3522.                             <Rectangle Dock="Top" Height="1" Fill="White" Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}" />
  3523.                         </DockPanel>
  3524.                     </Grid>
  3525.                 </ControlTemplate>
  3526.             </Setter.Value>
  3527.         </Setter>
  3528.     </Style>
  3529.     <LinearGradientBrush x:Key="[136] ñ" StartPoint="0,0" EndPoint="0,1">
  3530.         <LinearGradientBrush.GradientStops>
  3531.             <GradientStop Color="#FFECE9D8" Offset="0" />
  3532.             <GradientStop Color="#FFCBC7B8" Offset="1" />
  3533.         </LinearGradientBrush.GradientStops>
  3534.     </LinearGradientBrush>
  3535.     <SolidColorBrush x:Key="[137] ò" Color="#FFECE9D8" />
  3536.     <SolidColorBrush x:Key="[138] ó" Color="#FFCBC7B8" />
  3537.     <SolidColorBrush x:Key="[139] ô" Color="#FFFAF8F3" />
  3538.     <SolidColorBrush x:Key="[140] õ" Color="#FFA5A597" />
  3539.     <SolidColorBrush x:Key="[141] ö" Color="#FFDEDFD8" />
  3540.     <SolidColorBrush x:Key="[142] ÷" Color="#FFCECDC6" />
  3541.     <SolidColorBrush x:Key="[143] ø" Color="#FFC7C5B2" />
  3542.     <Style x:Key="[144] ù" TargetType="{x:Type Thumb}">
  3543.         <Setter Property="Right" Value="-9" />
  3544.         <Setter Property="Width" Value="18" />
  3545.         <Setter Property="Height" Value="{Binding Path=ActualHeight, RelativeSource={RelativeSource TemplatedParent}}" />
  3546.         <Setter Property="Padding" Value="0,3,0,4" />
  3547.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  3548.         <Setter Property="Template">
  3549.             <Setter.Value>
  3550.                 <ControlTemplate TargetType="{x:Type Thumb}">
  3551.                     <Border Padding="{TemplateBinding Padding}" Background="Transparent">
  3552.                         <DockPanel HorizontalAlignment="Center">
  3553.                             <Rectangle Width="1" Fill="{TemplateBinding Background}" />
  3554.                             <Rectangle Width="1" Fill="White" />
  3555.                         </DockPanel>
  3556.                     </Border>
  3557.                 </ControlTemplate>
  3558.             </Setter.Value>
  3559.         </Setter>
  3560.     </Style>
  3561.     <Style x:Key="{x:Type GridViewColumnHeader}" TargetType="{x:Type GridViewColumnHeader}">
  3562.         <Style.Triggers>
  3563.             <Trigger Property="Role" Value="Floating">
  3564.                 <Setter Property="Opacity" Value="0.7" />
  3565.                 <Setter Property="Template">
  3566.                     <Setter.Value>
  3567.                         <ControlTemplate TargetType="{x:Type GridViewColumnHeader}">
  3568.                             <Canvas Name="PART_FloatingHeaderCanvas" />
  3569.                         </ControlTemplate>
  3570.                     </Setter.Value>
  3571.                 </Setter>
  3572.             </Trigger>
  3573.             <Trigger Property="Role" Value="Padding">
  3574.                 <Setter Property="Template">
  3575.                     <Setter.Value>
  3576.                         <ControlTemplate TargetType="{x:Type GridViewColumnHeader}">
  3577.                             <ControlTemplate.Triggers>
  3578.                                 <Trigger Property="Height" Value="Auto">
  3579.                                     <Setter Property="MinHeight" Value="20" />
  3580.                                 </Trigger>
  3581.                             </ControlTemplate.Triggers>
  3582.                             <Grid Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  3583.                                 <Border VerticalAlignment="Bottom" Background="{StaticResource [11] á}" BorderBrush="{StaticResource [9] ß}" Height="3" BorderThickness="0,0,0,1" />
  3584.                                 <Border BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Padding="{TemplateBinding Padding}" Margin="1,0,1,0" />
  3585.                             </Grid>
  3586.                         </ControlTemplate>
  3587.                     </Setter.Value>
  3588.                 </Setter>
  3589.             </Trigger>
  3590.         </Style.Triggers>
  3591.         <Setter Property="HorizontalContentAlignment" Value="Center" />
  3592.         <Setter Property="VerticalContentAlignment" Value="Center" />
  3593.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  3594.         <Setter Property="BorderThickness" Value="1" />
  3595.         <Setter Property="Padding" Value="2,0,2,0" />
  3596.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  3597.         <Setter Property="Template">
  3598.             <Setter.Value>
  3599.                 <ControlTemplate TargetType="{x:Type GridViewColumnHeader}">
  3600.                     <ControlTemplate.Triggers>
  3601.                         <Trigger Property="IsMouseOver" Value="true">
  3602.                             <Setter TargetName="HighlightBorder" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  3603.                             <Setter TargetName="HighlightBorder" Value="{StaticResource [3] Ô}" Property="Background" />
  3604.                             <Setter TargetName="HighlightBorder" Property="CornerRadius" Value="0,0,3,3" />
  3605.                             <Setter TargetName="HighlightBorder" Property="BorderThickness" Value="1,0,1,1" />
  3606.                             <Setter TargetName="PART_HeaderGripper" Property="Background" Value="Transparent" />
  3607.                             <Setter Value="{StaticResource [6] ×}" Property="Background" />
  3608.                         </Trigger>
  3609.                         <Trigger Property="IsPressed" Value="true">
  3610.                             <Setter TargetName="HighlightBorder" Property="Visibility" Value="Hidden" />
  3611.                             <Setter TargetName="PART_HeaderGripper" Property="Visibility" Value="Hidden" />
  3612.                             <Setter TargetName="HeaderPressBorder" Value="{StaticResource [7] Ø}" Property="BorderBrush" />
  3613.                             <Setter TargetName="HeaderPressBorder" Property="Margin" Value="1,0,0,0" />
  3614.                             <Setter TargetName="HeaderContent" Property="Margin" Value="1,1,0,0" />
  3615.                             <Setter Value="{StaticResource [5] Ö}" Property="Background" />
  3616.                             <Setter Value="{StaticResource [4] Õ}" Property="BorderBrush" />
  3617.                         </Trigger>
  3618.                         <Trigger Property="Height" Value="Auto">
  3619.                             <Setter Property="MinHeight" Value="20" />
  3620.                         </Trigger>
  3621.                         <Trigger Property="IsEnabled" Value="false">
  3622.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3623.                         </Trigger>
  3624.                     </ControlTemplate.Triggers>
  3625.                     <Grid SnapsToDevicePixels="true" Background="{TemplateBinding Background}">
  3626.                         <Border Name="HighlightBorder" VerticalAlignment="Bottom" Background="{StaticResource [1] Ò}" BorderBrush="{StaticResource [2] Ó}" Height="3" BorderThickness="0,0,0,1" />
  3627.                         <Border BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" Padding="{TemplateBinding Padding}" Margin="1,0,1,0">
  3628.                             <ContentPresenter Name="HeaderContent" Margin="0,0,0,1" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3629.                         </Border>
  3630.                         <Canvas>
  3631.                             <Thumb Name="PART_HeaderGripper" Style="{StaticResource [3] Ô}" />
  3632.                         </Canvas>
  3633.                         <Border Name="HeaderPressBorder" BorderThickness="1" />
  3634.                     </Grid>
  3635.                 </ControlTemplate>
  3636.             </Setter.Value>
  3637.         </Setter>
  3638.     </Style>
  3639.     <Style x:Key="{Static GridView.GridViewStyleKey}" TargetType="{x:Type ListView}">
  3640.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  3641.         <Setter Property="BorderBrush" Value="{StaticResource [0] Ñ}" />
  3642.         <Setter Property="BorderThickness" Value="1" />
  3643.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  3644.         <Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
  3645.         <Setter Property="VerticalScrollBarVisibility" Value="Auto" />
  3646.         <Setter Property="CanContentScroll" Value="true" />
  3647.         <Setter Property="Template">
  3648.             <Setter.Value>
  3649.                 <ControlTemplate TargetType="{x:Type ListView}">
  3650.                     <ControlTemplate.Triggers>
  3651.                         <Trigger Property="IsGrouping" Value="true">
  3652.                             <Setter Property="CanContentScroll" Value="false" />
  3653.                         </Trigger>
  3654.                         <Trigger Property="IsEnabled" Value="false">
  3655.                             <Setter TargetName="Bd" Value="{DynamicResource {x:Static ControlBrush}}" Property="Background" />
  3656.                         </Trigger>
  3657.                     </ControlTemplate.Triggers>
  3658.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  3659.                         <ScrollViewer Style="{DynamicResource {x:Static GridViewScrollViewerStyle}}" Padding="{TemplateBinding Padding}">
  3660.                             <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3661.                         </ScrollViewer>
  3662.                     </Border>
  3663.                 </ControlTemplate>
  3664.             </Setter.Value>
  3665.         </Setter>
  3666.     </Style>
  3667.     <SolidColorBrush x:Key="[145] Ŗ" Color="#E1E6E8" />
  3668.     <SolidColorBrush x:Key="[146] ŗ" Color="#C1D2EE" />
  3669.     <SolidColorBrush x:Key="[147] Ř" Color="#316AC5" />
  3670.     <SolidColorBrush x:Key="[148] ř" Color="#ECE9D8" />
  3671.     <SolidColorBrush x:Key="[149] Ś" Color="#B4B1A3" />
  3672.     <SolidColorBrush x:Key="[150] ś" Color="#C5C2B8" />
  3673.     <SolidColorBrush x:Key="[151] Ŝ" Color="#C1D2EE" />
  3674.     <SolidColorBrush x:Key="[152] ŝ" Color="#316AC5" />
  3675.     <SolidColorBrush x:Key="[153] Ş" Color="#E1E6E8" />
  3676.     <SolidColorBrush x:Key="[154] ş" Color="#98B5E2" />
  3677.     <SolidColorBrush x:Key="[155] Š" Color="#4B4B6F" />
  3678.     <SolidColorBrush x:Key="[156] š" Color="#8A867A" />
  3679.     <SolidColorBrush x:Key="[157] Ţ" Color="#FCFCF9" />
  3680.     <SolidColorBrush x:Key="[158] ţ" Color="#E1E6E8" />
  3681.     <LinearGradientBrush x:Key="[159] Ť" StartPoint="0,0" EndPoint="0,1">
  3682.         <LinearGradientBrush.GradientStops>
  3683.             <GradientStop Color="#FBFBF9" Offset="0" />
  3684.             <GradientStop Color="#F7F5EF" Offset="1" />
  3685.         </LinearGradientBrush.GradientStops>
  3686.     </LinearGradientBrush>
  3687.     <LinearGradientBrush x:Key="[160] ť" StartPoint="0,0" EndPoint="688,0" MappingMode="Absolute">
  3688.         <LinearGradientBrush.GradientStops>
  3689.             <GradientStop Color="#E5E5D7" Offset="0" />
  3690.             <GradientStop Color="#F3F2E7" Offset="1" />
  3691.         </LinearGradientBrush.GradientStops>
  3692.     </LinearGradientBrush>
  3693.     <LinearGradientBrush x:Key="[161] Ŧ" StartPoint="0,0" EndPoint="0,1">
  3694.         <LinearGradientBrush.GradientStops>
  3695.             <GradientStop Color="#FAF9F5" Offset="0" />
  3696.             <GradientStop Color="#EBE7E0" Offset="0.5" />
  3697.             <GradientStop Color="#C0C0A8" Offset="0.9" />
  3698.             <GradientStop Color="#A3A37C" Offset="1" />
  3699.         </LinearGradientBrush.GradientStops>
  3700.     </LinearGradientBrush>
  3701.     <LinearGradientBrush x:Key="[162] ŧ" StartPoint="0,0" EndPoint="1,0">
  3702.         <LinearGradientBrush.GradientStops>
  3703.             <GradientStop Color="#FAF9F5" Offset="0" />
  3704.             <GradientStop Color="#EBE7E0" Offset="0.5" />
  3705.             <GradientStop Color="#C0C0A8" Offset="0.9" />
  3706.             <GradientStop Color="#A3A37C" Offset="1" />
  3707.         </LinearGradientBrush.GradientStops>
  3708.     </LinearGradientBrush>
  3709.     <SolidColorBrush x:Key="[163] Ũ" Color="#C1BEB3" />
  3710.     <LinearGradientBrush x:Key="[164] ũ" StartPoint="0,0" EndPoint="0,1">
  3711.         <LinearGradientBrush.GradientStops>
  3712.             <GradientStop Color="#EFEEEB" Offset="0" />
  3713.             <GradientStop Color="#E1E1DA" Offset="0.5" />
  3714.             <GradientStop Color="#98987E" Offset="1" />
  3715.         </LinearGradientBrush.GradientStops>
  3716.     </LinearGradientBrush>
  3717.     <LinearGradientBrush x:Key="[165] Ū" StartPoint="0,0" EndPoint="1,0">
  3718.         <LinearGradientBrush.GradientStops>
  3719.             <GradientStop Color="#EFEEEB" Offset="0" />
  3720.             <GradientStop Color="#E1E1DA" Offset="0.5" />
  3721.             <GradientStop Color="#98987E" Offset="1" />
  3722.         </LinearGradientBrush.GradientStops>
  3723.     </LinearGradientBrush>
  3724.     <Geometry x:Key="[166] ū">M 0,2.5 L 2.5,5 L 7,0.5</Geometry>
  3725.     <Style x:Key="{Static ToolBar.SeparatorStyleKey}" TargetType="{x:Type Separator}">
  3726.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  3727.         <Setter Property="MinWidth" Value="1" />
  3728.         <Setter Property="MinHeight" Value="1" />
  3729.         <Setter Property="Margin" Value="2,2,2,2" />
  3730.         <Setter Property="Template">
  3731.             <Setter.Value>
  3732.                 <ControlTemplate TargetType="{x:Type Separator}">
  3733.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true" />
  3734.                 </ControlTemplate>
  3735.             </Setter.Value>
  3736.         </Setter>
  3737.     </Style>
  3738.     <Style x:Key="{Static ToolBar.ButtonStyleKey}" TargetType="{x:Type Button}">
  3739.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  3740.         <Setter Property="Padding" Value="2" />
  3741.         <Setter Property="BorderThickness" Value="1" />
  3742.         <Setter Property="Background" Value="Transparent" />
  3743.         <Setter Property="BorderBrush" Value="Transparent" />
  3744.         <Setter Property="HorizontalAlignment" Value="Center" />
  3745.         <Setter Property="VerticalAlignment" Value="Center" />
  3746.         <Setter Property="HorizontalContentAlignment" Value="Center" />
  3747.         <Setter Property="VerticalContentAlignment" Value="Center" />
  3748.         <Setter Property="Template">
  3749.             <Setter.Value>
  3750.                 <ControlTemplate TargetType="{x:Type Button}">
  3751.                     <ControlTemplate.Triggers>
  3752.                         <Trigger Property="IsMouseOver" Value="true">
  3753.                             <Setter TargetName="Bd" Value="{StaticResource [0] Ñ}" Property="BorderBrush" />
  3754.                             <Setter TargetName="Bd" Value="{StaticResource [1] Ò}" Property="Background" />
  3755.                         </Trigger>
  3756.                         <Trigger Property="IsKeyboardFocused" Value="true">
  3757.                             <Setter TargetName="Bd" Value="{StaticResource [2] Ó}" Property="BorderBrush" />
  3758.                             <Setter TargetName="Bd" Value="{StaticResource [3] Ô}" Property="Background" />
  3759.                         </Trigger>
  3760.                         <Trigger Property="IsPressed" Value="true">
  3761.                             <Setter TargetName="Bd" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  3762.                             <Setter TargetName="Bd" Value="{StaticResource [3] Ô}" Property="Background" />
  3763.                         </Trigger>
  3764.                         <Trigger Property="IsEnabled" Value="false">
  3765.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3766.                         </Trigger>
  3767.                     </ControlTemplate.Triggers>
  3768.                     <Border Name="Bd" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  3769.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3770.                     </Border>
  3771.                 </ControlTemplate>
  3772.             </Setter.Value>
  3773.         </Setter>
  3774.     </Style>
  3775.     <Style x:Key="{Static ToolBar.ToggleButtonStyleKey}" TargetType="{x:Type ToggleButton}">
  3776.         <Setter Property="Foreground" Value="{DynamicResource {x:Static ControlTextBrush}}" />
  3777.         <Setter Property="Padding" Value="2" />
  3778.         <Setter Property="BorderThickness" Value="1" />
  3779.         <Setter Property="Background" Value="Transparent" />
  3780.         <Setter Property="BorderBrush" Value="Transparent" />
  3781.         <Setter Property="HorizontalAlignment" Value="Center" />
  3782.         <Setter Property="VerticalAlignment" Value="Center" />
  3783.         <Setter Property="HorizontalContentAlignment" Value="Center" />
  3784.         <Setter Property="VerticalContentAlignment" Value="Center" />
  3785.         <Setter Property="Template">
  3786.             <Setter.Value>
  3787.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  3788.                     <ControlTemplate.Triggers>
  3789.                         <Trigger Property="IsChecked" Value="true">
  3790.                             <Setter Value="{StaticResource [0] Ñ}" Property="BorderBrush" />
  3791.                             <Setter Value="{StaticResource [1] Ò}" Property="Background" />
  3792.                         </Trigger>
  3793.                         <Trigger Property="IsMouseOver" Value="true">
  3794.                             <Setter Value="{StaticResource [2] Ó}" Property="BorderBrush" />
  3795.                             <Setter Value="{StaticResource [3] Ô}" Property="Background" />
  3796.                         </Trigger>
  3797.                         <Trigger Property="IsKeyboardFocused" Value="true">
  3798.                             <Setter Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  3799.                             <Setter Value="{StaticResource [3] Ô}" Property="Background" />
  3800.                         </Trigger>
  3801.                         <MultiTrigger>
  3802.                             <MultiTrigger.Conditions>
  3803.                                 <Condition Property="IsMouseOver" Value="true" />
  3804.                                 <Condition Property="IsChecked" Value="true" />
  3805.                             </MultiTrigger.Conditions>
  3806.                             <Setter Value="{StaticResource [6] ×}" Property="BorderBrush" />
  3807.                             <Setter Value="{StaticResource [7] Ø}" Property="Background" />
  3808.                         </MultiTrigger>
  3809.                         <MultiTrigger>
  3810.                             <MultiTrigger.Conditions>
  3811.                                 <Condition Property="IsKeyboardFocused" Value="true" />
  3812.                                 <Condition Property="IsChecked" Value="true" />
  3813.                             </MultiTrigger.Conditions>
  3814.                             <Setter Value="{StaticResource [5] Ö}" Property="BorderBrush" />
  3815.                             <Setter Value="{StaticResource [4] Õ}" Property="Background" />
  3816.                         </MultiTrigger>
  3817.                         <Trigger Property="IsPressed" Value="true">
  3818.                             <Setter Value="{StaticResource [11] á}" Property="BorderBrush" />
  3819.                             <Setter Value="{StaticResource [9] ß}" Property="Background" />
  3820.                         </Trigger>
  3821.                         <Trigger Property="IsEnabled" Value="false">
  3822.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3823.                         </Trigger>
  3824.                     </ControlTemplate.Triggers>
  3825.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  3826.                         <ContentPresenter HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3827.                     </Border>
  3828.                 </ControlTemplate>
  3829.             </Setter.Value>
  3830.         </Setter>
  3831.     </Style>
  3832.     <Style x:Key="{Static ToolBar.CheckBoxStyleKey}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type CheckBox}" />
  3833.     <Style x:Key="{Static ToolBar.RadioButtonStyleKey}" BasedOn="{StaticResource [0] Ñ}" TargetType="{x:Type RadioButton}" />
  3834.     <Style x:Key="[167] Ŭ" TargetType="{x:Type ToggleButton}">
  3835.         <Setter Property="MinWidth" Value="0" />
  3836.         <Setter Property="MinHeight" Value="0" />
  3837.         <Setter Property="Width" Value="Auto" />
  3838.         <Setter Property="Background" Value="Transparent" />
  3839.         <Setter Property="Focusable" Value="false" />
  3840.         <Setter Property="ClickMode" Value="Press" />
  3841.         <Setter Property="Template">
  3842.             <Setter.Value>
  3843.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  3844.                     <ControlTemplate.Triggers>
  3845.                         <Trigger Property="IsEnabled" Value="false">
  3846.                             <Setter TargetName="Chrome" Value="{Null}" Property="BorderBrush" />
  3847.                         </Trigger>
  3848.                         <MultiTrigger>
  3849.                             <MultiTrigger.Conditions>
  3850.                                 <Condition Property="IsMouseOver" Value="true" />
  3851.                                 <Condition Property="IsChecked" Value="false" />
  3852.                             </MultiTrigger.Conditions>
  3853.                             <Setter TargetName="Chrome" Value="{StaticResource [0] Ñ}" Property="Background" />
  3854.                         </MultiTrigger>
  3855.                         <Trigger Property="IsChecked" Value="true">
  3856.                             <Setter TargetName="Chrome" Value="{StaticResource [1] Ò}" Property="BorderBrush" />
  3857.                         </Trigger>
  3858.                         <Trigger Property="IsPressed" Value="true">
  3859.                             <Setter TargetName="Chrome" Value="{StaticResource [2] Ó}" Property="Background" />
  3860.                         </Trigger>
  3861.                         <Trigger Property="IsEnabled" Value="false">
  3862.                             <Setter TargetName="ArrowDownPath" Value="{StaticResource [3] Ô}" Property="Fill" />
  3863.                         </Trigger>
  3864.                     </ControlTemplate.Triggers>
  3865.                     <Grid Background="Transparent">
  3866.                         <Grid.ColumnDefinitions>
  3867.                             <ColumnDefinition Width="*" />
  3868.                             <ColumnDefinition Width="Auto" SharedSizeGroup="ComboBoxButton" />
  3869.                         </Grid.ColumnDefinitions>
  3870.                         <Border Name="Chrome" Column="1" Width="13" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" SnapsToDevicePixels="true">
  3871.                             <Path Name="ArrowDownPath" Data="F0 M 2,5,0 L 8,5,0 5,5,3 Z" Fill="Black" VerticalAlignment="Center" />
  3872.                         </Border>
  3873.                     </Grid>
  3874.                 </ControlTemplate>
  3875.             </Setter.Value>
  3876.         </Setter>
  3877.     </Style>
  3878.     <Style x:Key="{Static ToolBar.ComboBoxStyleKey}" TargetType="{x:Type ComboBox}">
  3879.         <Setter Property="FocusVisualStyle" Value="{Null}" />
  3880.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  3881.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  3882.         <Setter Property="BorderBrush" Value="{DynamicResource {x:Static WindowBrush}}" />
  3883.         <Setter Property="BorderThickness" Value="1" />
  3884.         <Setter Property="Margin" Value="1,0" />
  3885.         <Setter Property="Padding" Value="0" />
  3886.         <Setter Property="HorizontalScrollBarVisibility" Value="Auto" />
  3887.         <Setter Property="VerticalScrollBarVisibility" Value="Auto" />
  3888.         <Setter Property="CanContentScroll" Value="true" />
  3889.         <Setter Property="HorizontalAlignment" Value="Center" />
  3890.         <Setter Property="VerticalAlignment" Value="Center" />
  3891.         <Setter Property="MinHeight" Value="18" />
  3892.         <Setter Property="Template">
  3893.             <Setter.Value>
  3894.                 <ControlTemplate TargetType="{x:Type ComboBox}">
  3895.                     <ControlTemplate.Triggers>
  3896.                         <Trigger Property="IsEnabled" Value="false">
  3897.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3898.                             <Setter TargetName="Background" Value="{StaticResource [3] Ô}" Property="Background" />
  3899.                             <Setter TargetName="Background" Property="ColumnSpan" Value="2" />
  3900.                             <Setter TargetName="Border" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  3901.                         </Trigger>
  3902.                         <MultiTrigger>
  3903.                             <MultiTrigger.Conditions>
  3904.                                 <Condition Property="IsKeyboardFocusWithin" Value="true" />
  3905.                                 <Condition Property="IsDropDownOpen" Value="false" />
  3906.                                 <Condition Property="IsEditable" Value="false" />
  3907.                             </MultiTrigger.Conditions>
  3908.                             <Setter TargetName="SelectedContentBorder" Value="{DynamicResource {x:Static HighlightBrush}}" Property="Background" />
  3909.                         </MultiTrigger>
  3910.                         <Trigger Property="IsEditable" Value="true">
  3911.                             <Setter TargetName="DropDownButton" Value="{Null}" Property="Background" />
  3912.                             <Setter TargetName="ContentSite" Property="Visibility" Value="Collapsed" />
  3913.                             <Setter TargetName="PART_EditableTextBox" Property="Visibility" Value="Visible" />
  3914.                         </Trigger>
  3915.                         <Trigger Property="IsMouseOver" Value="true">
  3916.                             <Setter TargetName="DropDownButton" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  3917.                             <Setter TargetName="DropDownButton" Value="{StaticResource [6] ×}" Property="Background" />
  3918.                             <Setter TargetName="Border" Value="{StaticResource [7] Ø}" Property="BorderBrush" />
  3919.                         </Trigger>
  3920.                         <Trigger Property="IsKeyboardFocusWithin" Value="true">
  3921.                             <Setter TargetName="DropDownButton" Value="{StaticResource [5] Ö}" Property="BorderBrush" />
  3922.                             <Setter TargetName="DropDownButton" Value="{StaticResource [4] Õ}" Property="Background" />
  3923.                             <Setter TargetName="Border" Value="{StaticResource [11] á}" Property="BorderBrush" />
  3924.                         </Trigger>
  3925.                         <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  3926.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  3927.                             <Setter TargetName="Shdw" Property="SnapsToDevicePixels" Value="true" />
  3928.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  3929.                         </Trigger>
  3930.                         <Trigger Property="HasItems" Value="false">
  3931.                             <Setter TargetName="DropDownBorder" Property="MinHeight" Value="95" />
  3932.                         </Trigger>
  3933.                         <Trigger Property="IsGrouping" Value="true">
  3934.                             <Setter Property="CanContentScroll" Value="false" />
  3935.                         </Trigger>
  3936.                         <MultiTrigger>
  3937.                             <MultiTrigger.Conditions>
  3938.                                 <Condition Property="IsKeyboardFocusWithin" Value="true" />
  3939.                                 <Condition Property="IsDropDownOpen" Value="false" />
  3940.                                 <Condition Property="IsEditable" Value="false" />
  3941.                             </MultiTrigger.Conditions>
  3942.                             <Setter Value="{DynamicResource {x:Static HighlightTextBrush}}" Property="Foreground" />
  3943.                         </MultiTrigger>
  3944.                         <Trigger Property="IsEditable" Value="true">
  3945.                             <Setter Property="Padding" Value="2" />
  3946.                             <Setter Property="IsTabStop" Value="false" />
  3947.                         </Trigger>
  3948.                     </ControlTemplate.Triggers>
  3949.                     <Grid SnapsToDevicePixels="true">
  3950.                         <Grid IsSharedSizeScope="true">
  3951.                             <Grid.ColumnDefinitions>
  3952.                                 <ColumnDefinition Width="*" />
  3953.                                 <ColumnDefinition Width="Auto" SharedSizeGroup="ComboBoxButton" />
  3954.                             </Grid.ColumnDefinitions>
  3955.                             <Border Name="Background" Background="{TemplateBinding Background}" />
  3956.                             <Border Name="SelectedContentBorder" Margin="2,2,1,2">
  3957.                                 <ContentPresenter Name="ContentSite" Content="{TemplateBinding SelectionBoxItem}" ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}" ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}" Margin="{TemplateBinding Padding}" VerticalAlignment="Center" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  3958.                             </Border>
  3959.                             <Border Name="Border" ColumnSpan="2" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" />
  3960.                             <ToggleButton Name="DropDownButton" BorderBrush="White" BorderThickness="1" ColumnSpan="2" Style="{StaticResource [0] Ñ}" IsChecked="{Binding Path=IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  3961.                             <TextBox Name="PART_EditableTextBox" Padding="{TemplateBinding Padding}" Margin="1,1,0,1" MinHeight="18" Style="{StaticResource [1] Ò}" Visibility="Collapsed" VerticalAlignment="Center" IsReadOnly="{Binding Path=IsReadOnly, RelativeSource={RelativeSource TemplatedParent}}" />
  3962.                         </Grid>
  3963.                         <Popup Name="PART_Popup" AllowsTransparency="true" Placement="Bottom" Focusable="false" PopupAnimation="{DynamicResource {x:Static ComboBoxPopupAnimation}}" IsOpen="{Binding Path=IsDropDownOpen, RelativeSource={RelativeSource TemplatedParent}}">
  3964.                             <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent" MinWidth="{TemplateBinding ActualWidth}" MaxHeight="{TemplateBinding MaxDropDownHeight}">
  3965.                                 <Border Name="DropDownBorder" Background="{TemplateBinding Background}" BorderThickness="1" BorderBrush="{StaticResource [2] Ó}">
  3966.                                     <ScrollViewer>
  3967.                                         <ItemsPresenter DirectionalNavigation="Contained" />
  3968.                                     </ScrollViewer>
  3969.                                 </Border>
  3970.                             </theme:SystemDropShadowChrome>
  3971.                         </Popup>
  3972.                     </Grid>
  3973.                 </ControlTemplate>
  3974.             </Setter.Value>
  3975.         </Setter>
  3976.     </Style>
  3977.     <Style x:Key="{Static ToolBar.TextBoxStyleKey}" TargetType="{x:Type TextBox}">
  3978.         <Setter Property="FocusVisualStyle" Value="{Null}" />
  3979.         <Setter Property="Foreground" Value="{DynamicResource {x:Static WindowTextBrush}}" />
  3980.         <Setter Property="Background" Value="{DynamicResource {x:Static WindowBrush}}" />
  3981.         <Setter Property="BorderBrush" Value="{DynamicResource {x:Static WindowBrush}}" />
  3982.         <Setter Property="BorderThickness" Value="1" />
  3983.         <Setter Property="Margin" Value="1,0" />
  3984.         <Setter Property="Padding" Value="2" />
  3985.         <Setter Property="HorizontalAlignment" Value="Center" />
  3986.         <Setter Property="VerticalAlignment" Value="Center" />
  3987.         <Setter Property="MinHeight" Value="18" />
  3988.         <Setter Property="Template">
  3989.             <Setter.Value>
  3990.                 <ControlTemplate TargetType="{x:Type TextBox}">
  3991.                     <ControlTemplate.Triggers>
  3992.                         <Trigger Property="IsEnabled" Value="false">
  3993.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  3994.                             <Setter TargetName="Border" Value="{StaticResource [0] Ñ}" Property="Background" />
  3995.                             <Setter TargetName="Border" Value="{StaticResource [1] Ò}" Property="BorderBrush" />
  3996.                         </Trigger>
  3997.                         <Trigger Property="IsMouseOver" Value="true">
  3998.                             <Setter TargetName="Border" Value="{StaticResource [2] Ó}" Property="BorderBrush" />
  3999.                         </Trigger>
  4000.                         <Trigger Property="IsKeyboardFocusWithin" Value="true">
  4001.                             <Setter TargetName="Border" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  4002.                         </Trigger>
  4003.                     </ControlTemplate.Triggers>
  4004.                     <Border Name="Border" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" SnapsToDevicePixels="true">
  4005.                         <ScrollViewer Name="PART_ContentHost" VerticalAlignment="Center" MinHeight="18" />
  4006.                     </Border>
  4007.                 </ControlTemplate>
  4008.             </Setter.Value>
  4009.         </Setter>
  4010.     </Style>
  4011.     <Style x:Key="{Static ToolBar.MenuStyleKey}" TargetType="{x:Type Menu}">
  4012.         <Style.Resources>
  4013.             <Style TargetType="{x:Type Separator}">
  4014.                 <Setter x:Key="{x:Type Separator}" x:Key="{Static MenuItem.SeparatorStyleKey}" Property="OverridesDefaultStyle" Value="true" />
  4015.                 <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  4016.                 <Setter Property="Height" Value="1" />
  4017.                 <Setter Property="Margin" Value="0,1,0,0" />
  4018.                 <Setter Property="Template">
  4019.                     <Setter.Value>
  4020.                         <ControlTemplate TargetType="{x:Type Separator}">
  4021.                             <Grid SnapsToDevicePixels="true">
  4022.                                 <Grid.ColumnDefinitions>
  4023.                                     <ColumnDefinition MinWidth="24" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  4024.                                     <ColumnDefinition Width="*" />
  4025.                                 </Grid.ColumnDefinitions>
  4026.                                 <Border Column="1" Margin="8,0,0,0" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" />
  4027.                             </Grid>
  4028.                         </ControlTemplate>
  4029.                     </Setter.Value>
  4030.                 </Setter>
  4031.             </Style>
  4032.             <Style TargetType="{x:Type MenuItem}">
  4033.                 <Style.Triggers>
  4034.                     <Trigger Property="Role" Value="TopLevelHeader">
  4035.                         <Setter Property="Padding" Value="6,2,7,2" />
  4036.                         <Setter Property="IsSharedSizeScope" Value="true" />
  4037.                         <Setter Property="Template">
  4038.                             <Setter.Value>
  4039.                                 <ControlTemplate TargetType="{x:Type MenuItem}">
  4040.                                     <ControlTemplate.Triggers>
  4041.                                         <Trigger Property="IsSuspendingPopupAnimation" Value="true">
  4042.                                             <Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
  4043.                                         </Trigger>
  4044.                                         <Trigger Value="{Null}" Property="Icon">
  4045.                                             <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4046.                                         </Trigger>
  4047.                                         <Trigger Property="IsChecked" Value="true">
  4048.                                             <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  4049.                                             <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4050.                                         </Trigger>
  4051.                                         <Trigger Property="IsHighlighted" Value="true">
  4052.                                             <Setter TargetName="Border" Value="{StaticResource [12] â}" Property="BorderBrush" />
  4053.                                             <Setter TargetName="Border" Value="{StaticResource [13] ã}" Property="Background" />
  4054.                                         </Trigger>
  4055.                                         <Trigger Property="IsSubmenuOpen" Value="true">
  4056.                                             <Setter TargetName="Border" Value="{StaticResource [15] í}" Property="BorderBrush" />
  4057.                                             <Setter TargetName="Border" Value="{StaticResource [16] î}" Property="Background" />
  4058.                                         </Trigger>
  4059.                                         <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  4060.                                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  4061.                                             <Setter TargetName="Shdw" Property="SnapsToDevicePixels" Value="true" />
  4062.                                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  4063.                                         </Trigger>
  4064.                                         <Trigger Property="IsEnabled" Value="false">
  4065.                                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  4066.                                         </Trigger>
  4067.                                     </ControlTemplate.Triggers>
  4068.                                     <Border Name="Border" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="1" SnapsToDevicePixels="true">
  4069.                                         <DockPanel Name="Header">
  4070.                                             <ContentPresenter Name="Icon" Margin="4,0,6,0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4071.                                             <Path Name="GlyphPanel" Margin="4,0,6,0" Visibility="Collapsed" VerticalAlignment="Center" FlowDirection="LeftToRight" Stroke="{TemplateBinding Foreground}" StrokeThickness="1.2" Data="{StaticResource [5] Ö}" />
  4072.                                             <ContentPresenter ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4073.                                             <Popup Name="PART_Popup" Placement="Bottom" HorizontalOffset="-1" Focusable="false" PopupAnimation="{DynamicResource {x:Static MenuPopupAnimation}}" AllowsTransparency="true" IsOpen="{Binding Path=IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}">
  4074.                                                 <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  4075.                                                     <Border Background="{StaticResource [4] Õ}" BorderBrush="{StaticResource [11] á}" BorderThickness="1">
  4076.                                                         <Grid IsSharedSizeScope="true">
  4077.                                                             <Grid.ColumnDefinitions>
  4078.                                                                 <ColumnDefinition MinWidth="24" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  4079.                                                                 <ColumnDefinition Width="*" />
  4080.                                                             </Grid.ColumnDefinitions>
  4081.                                                             <Rectangle Fill="{StaticResource [9] ß}" Margin="0,1" />
  4082.                                                             <Rectangle Fill="{StaticResource [14] ä}" ColumnSpan="2" Margin="0,-1,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Height="1" Width="{Binding ElementName=Header, Path=ActualWidth}" />
  4083.                                                             <ScrollViewer CanContentScroll="true" ColumnSpan="2" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  4084.                                                                 <ItemsPresenter DirectionalNavigation="Cycle" TabNavigation="Cycle" Margin="0,0,0,1" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4085.                                                             </ScrollViewer>
  4086.                                                         </Grid>
  4087.                                                     </Border>
  4088.                                                 </theme:SystemDropShadowChrome>
  4089.                                             </Popup>
  4090.                                         </DockPanel>
  4091.                                     </Border>
  4092.                                 </ControlTemplate>
  4093.                             </Setter.Value>
  4094.                         </Setter>
  4095.                     </Trigger>
  4096.                     <Trigger Property="Role" Value="TopLevelItem">
  4097.                         <Setter Property="Margin" Value="0,1,0,1" />
  4098.                         <Setter Property="Padding" Value="7,1,8,2" />
  4099.                         <Setter Property="Template">
  4100.                             <Setter.Value>
  4101.                                 <ControlTemplate TargetType="{x:Type MenuItem}">
  4102.                                     <ControlTemplate.Triggers>
  4103.                                         <Trigger Value="{Null}" Property="Icon">
  4104.                                             <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4105.                                         </Trigger>
  4106.                                         <Trigger Property="IsChecked" Value="true">
  4107.                                             <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  4108.                                             <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4109.                                         </Trigger>
  4110.                                         <Trigger Property="IsHighlighted" Value="true">
  4111.                                             <Setter TargetName="Border" Value="{StaticResource [18] ð}" Property="BorderBrush" />
  4112.                                             <Setter TargetName="Border" Value="{StaticResource [19] Ý}" Property="Background" />
  4113.                                         </Trigger>
  4114.                                         <Trigger Property="IsEnabled" Value="false">
  4115.                                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  4116.                                         </Trigger>
  4117.                                     </ControlTemplate.Triggers>
  4118.                                     <Border Name="Border" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="1" SnapsToDevicePixels="true">
  4119.                                         <DockPanel>
  4120.                                             <ContentPresenter Name="Icon" Margin="4,0,6,0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4121.                                             <Path Name="GlyphPanel" Margin="4,0,6,0" Visibility="Collapsed" VerticalAlignment="Center" FlowDirection="LeftToRight" Stroke="{TemplateBinding Foreground}" StrokeThickness="1.2" Data="{StaticResource [17] ï}" />
  4122.                                             <ContentPresenter ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4123.                                         </DockPanel>
  4124.                                     </Border>
  4125.                                 </ControlTemplate>
  4126.                             </Setter.Value>
  4127.                         </Setter>
  4128.                     </Trigger>
  4129.                     <Trigger Property="Role" Value="SubmenuHeader">
  4130.                         <Setter Property="Dock" Value="Top" />
  4131.                         <Setter Property="Padding" Value="8,3,8,3" />
  4132.                         <Setter Property="IsSharedSizeScope" Value="true" />
  4133.                         <Setter Property="Template">
  4134.                             <Setter.Value>
  4135.                                 <ControlTemplate TargetType="{x:Type MenuItem}">
  4136.                                     <ControlTemplate.Triggers>
  4137.                                         <Trigger Property="IsSuspendingPopupAnimation" Value="true">
  4138.                                             <Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
  4139.                                         </Trigger>
  4140.                                         <Trigger Value="{Null}" Property="Icon">
  4141.                                             <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4142.                                         </Trigger>
  4143.                                         <Trigger Property="IsChecked" Value="true">
  4144.                                             <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  4145.                                             <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4146.                                         </Trigger>
  4147.                                         <Trigger Property="IsHighlighted" Value="true">
  4148.                                             <Setter TargetName="Border" Value="{StaticResource [24] ÿ}" Property="BorderBrush" />
  4149.                                             <Setter TargetName="Border" Value="{StaticResource [24] ÿ}" Property="Background" />
  4150.                                             <Setter TargetName="GlyphPanel" Value="{StaticResource [24] ÿ}" Property="BorderBrush" />
  4151.                                             <Setter TargetName="GlyphPanel" Value="{StaticResource [23] þ}" Property="Background" />
  4152.                                         </Trigger>
  4153.                                         <Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
  4154.                                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  4155.                                             <Setter TargetName="Shdw" Property="SnapsToDevicePixels" Value="true" />
  4156.                                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  4157.                                         </Trigger>
  4158.                                         <Trigger Property="IsEnabled" Value="false">
  4159.                                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  4160.                                         </Trigger>
  4161.                                     </ControlTemplate.Triggers>
  4162.                                     <Grid Background="Transparent" SnapsToDevicePixels="true">
  4163.                                         <Grid.ColumnDefinitions>
  4164.                                             <ColumnDefinition MinWidth="24" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  4165.                                             <ColumnDefinition Width="*" />
  4166.                                             <ColumnDefinition Width="Auto" SharedSizeGroup="MenuItemIGTColumnGroup" />
  4167.                                             <ColumnDefinition Width="14" />
  4168.                                         </Grid.ColumnDefinitions>
  4169.                                         <Border Name="Border" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" ColumnSpan="4" Margin="1,0" />
  4170.                                         <ContentPresenter Name="Icon" Margin="3" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4171.                                         <Border Name="GlyphPanel" Margin="0,1" Width="20" Height="20" Visibility="Hidden" BorderBrush="{StaticResource [25] Ā}" Background="{StaticResource [20] ü}" BorderThickness="1">
  4172.                                             <Path VerticalAlignment="Center" HorizontalAlignment="Center" FlowDirection="LeftToRight" Stroke="{TemplateBinding Foreground}" StrokeThickness="1.2" Data="{StaticResource [22] ý}" />
  4173.                                         </Border>
  4174.                                         <ContentPresenter Column="1" ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4175.                                         <Path Column="3" Dock="Right" VerticalAlignment="Center" Margin="4,0,6,0" Fill="{TemplateBinding Foreground}" Data="{StaticResource [25] Ā}" />
  4176.                                         <Popup Name="PART_Popup" Placement="Right" Focusable="false" PopupAnimation="{DynamicResource {x:Static MenuPopupAnimation}}" AllowsTransparency="true" IsOpen="{Binding Path=IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}">
  4177.                                             <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  4178.                                                 <Border Background="{StaticResource [20] ü}" BorderBrush="{StaticResource [21] Ë}" BorderThickness="1" IsSharedSizeScope="true">
  4179.                                                     <Grid>
  4180.                                                         <Grid.ColumnDefinitions>
  4181.                                                             <ColumnDefinition MinWidth="24" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  4182.                                                             <ColumnDefinition Width="*" />
  4183.                                                         </Grid.ColumnDefinitions>
  4184.                                                         <Rectangle Fill="{StaticResource [24] ÿ}" Margin="0,1" />
  4185.                                                         <ScrollViewer CanContentScroll="true" ColumnSpan="2" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type FrameworkElement}, ResourceId=MenuScrollViewer}}">
  4186.                                                             <ItemsPresenter DirectionalNavigation="Cycle" TabNavigation="Cycle" Margin="0,0,0,1" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4187.                                                         </ScrollViewer>
  4188.                                                     </Grid>
  4189.                                                 </Border>
  4190.                                             </theme:SystemDropShadowChrome>
  4191.                                         </Popup>
  4192.                                     </Grid>
  4193.                                 </ControlTemplate>
  4194.                             </Setter.Value>
  4195.                         </Setter>
  4196.                     </Trigger>
  4197.                 </Style.Triggers>
  4198.                 <Setter x:Key="{x:Type MenuItem}" Property="OverridesDefaultStyle" Value="true" />
  4199.                 <Setter Property="HorizontalContentAlignment" Value="{Binding Path=HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  4200.                 <Setter Property="VerticalContentAlignment" Value="{Binding Path=VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
  4201.                 <Setter Property="Background" Value="Transparent" />
  4202.                 <Setter Property="Foreground" Value="{DynamicResource {x:Static MenuTextBrush}}" />
  4203.                 <Setter Property="BorderThickness" Value="1" />
  4204.                 <Setter Property="Margin" Value="0,1,0,0" />
  4205.                 <Setter Property="Padding" Value="8,3,8,3" />
  4206.                 <Setter Property="Dock" Value="Top" />
  4207.                 <Setter Property="Template">
  4208.                     <Setter.Value>
  4209.                         <ControlTemplate TargetType="{x:Type MenuItem}">
  4210.                             <ControlTemplate.Triggers>
  4211.                                 <Trigger Value="{Null}" Property="Icon">
  4212.                                     <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4213.                                 </Trigger>
  4214.                                 <Trigger Property="IsChecked" Value="true">
  4215.                                     <Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
  4216.                                     <Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
  4217.                                 </Trigger>
  4218.                                 <Trigger Property="IsHighlighted" Value="true">
  4219.                                     <Setter TargetName="Border" Value="{StaticResource [3] Ô}" Property="BorderBrush" />
  4220.                                     <Setter TargetName="Border" Value="{StaticResource [3] Ô}" Property="Background" />
  4221.                                     <Setter TargetName="GlyphPanel" Value="{StaticResource [6] ×}" Property="BorderBrush" />
  4222.                                     <Setter TargetName="GlyphPanel" Value="{StaticResource [7] Ø}" Property="Background" />
  4223.                                 </Trigger>
  4224.                                 <Trigger Property="IsEnabled" Value="false">
  4225.                                     <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  4226.                                 </Trigger>
  4227.                             </ControlTemplate.Triggers>
  4228.                             <Grid Background="Transparent" SnapsToDevicePixels="true">
  4229.                                 <Grid.ColumnDefinitions>
  4230.                                     <ColumnDefinition MinWidth="24" Width="Auto" SharedSizeGroup="MenuItemIconColumnGroup" />
  4231.                                     <ColumnDefinition Width="*" />
  4232.                                     <ColumnDefinition Width="Auto" SharedSizeGroup="MenuItemIGTColumnGroup" />
  4233.                                     <ColumnDefinition Width="14" />
  4234.                                 </Grid.ColumnDefinitions>
  4235.                                 <Border Name="Border" Background="{TemplateBinding Background}" BorderThickness="{TemplateBinding BorderThickness}" BorderBrush="{TemplateBinding BorderBrush}" ColumnSpan="4" Margin="1,0" />
  4236.                                 <ContentPresenter Name="Icon" Margin="0" VerticalAlignment="Center" ContentSource="Icon" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4237.                                 <Border Name="GlyphPanel" Margin="0,1" Width="20" Height="20" Visibility="Hidden" BorderBrush="{StaticResource [1] Ò}" Background="{StaticResource [2] Ó}" BorderThickness="1">
  4238.                                     <Path VerticalAlignment="Center" HorizontalAlignment="Center" FlowDirection="LeftToRight" Stroke="{TemplateBinding Foreground}" StrokeThickness="1.2" Data="{StaticResource [3] Ô}" />
  4239.                                 </Border>
  4240.                                 <ContentPresenter Column="1" ContentSource="Header" Margin="{TemplateBinding Padding}" RecognizesAccessKey="true" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4241.                                 <TextBlock Column="2" Text="{TemplateBinding InputGestureText}" Margin="4,3,2,3" HorizontalAlignment="Right" />
  4242.                             </Grid>
  4243.                         </ControlTemplate>
  4244.                     </Setter.Value>
  4245.                 </Setter>
  4246.             </Style>
  4247.         </Style.Resources>
  4248.         <Setter Property="FontFamily" Value="{DynamicResource {x:Static MenuFontFamily}}" />
  4249.         <Setter Property="FontSize" Value="{DynamicResource {x:Static MenuFontSize}}" />
  4250.         <Setter Property="FontStyle" Value="{DynamicResource {x:Static MenuFontStyle}}" />
  4251.         <Setter Property="FontWeight" Value="{DynamicResource {x:Static MenuFontWeight}}" />
  4252.         <Setter Property="Foreground" Value="{DynamicResource {x:Static MenuTextBrush}}" />
  4253.         <Setter Property="VerticalContentAlignment" Value="Center" />
  4254.         <Setter Property="TabNavigation" Value="Continue" />
  4255.         <Setter Property="Template">
  4256.             <Setter.Value>
  4257.                 <ControlTemplate TargetType="{x:Type Menu}">
  4258.                     <Border Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
  4259.                         <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4260.                     </Border>
  4261.                 </ControlTemplate>
  4262.             </Setter.Value>
  4263.         </Setter>
  4264.     </Style>
  4265.     <Style x:Key="[168] ŭ" TargetType="{x:Type Thumb}">
  4266.         <Setter Property="Template">
  4267.             <Setter.Value>
  4268.                 <ControlTemplate TargetType="{x:Type Thumb}">
  4269.                     <ControlTemplate.Triggers>
  4270.                         <Trigger Property="IsMouseOver" Value="true">
  4271.                             <Setter Property="Cursor" Value="SizeAll" />
  4272.                         </Trigger>
  4273.                     </ControlTemplate.Triggers>
  4274.                     <Border Padding="{TemplateBinding Padding}" Background="Transparent" SnapsToDevicePixels="true">
  4275.                         <Rectangle>
  4276.                             <Rectangle.Fill>
  4277.                                 <DrawingBrush Viewbox="0,0,4,4" Viewport="0,0,4,4" TileMode="Tile" ViewportUnits="Absolute" ViewboxUnits="Absolute">
  4278.                                     <DrawingBrush.Drawing>
  4279.                                         <DrawingGroup>
  4280.                                             <DrawingGroup.Children>
  4281.                                                 <GeometryDrawing Brush="White" Geometry="F0 M 1,1 L 1,3 3,3 3,1 Z" />
  4282.                                                 <GeometryDrawing Brush="{StaticResource [0] Ñ}" Geometry="F0 M 0,0 L 0,2 2,2 2,0 Z" />
  4283.                                             </DrawingGroup.Children>
  4284.                                         </DrawingGroup>
  4285.                                     </DrawingBrush.Drawing>
  4286.                                 </DrawingBrush>
  4287.                             </Rectangle.Fill>
  4288.                         </Rectangle>
  4289.                     </Border>
  4290.                 </ControlTemplate>
  4291.             </Setter.Value>
  4292.         </Setter>
  4293.     </Style>
  4294.     <Style x:Key="[169] Ů" TargetType="{x:Type ToggleButton}">
  4295.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  4296.         <Setter Property="MinHeight" Value="0" />
  4297.         <Setter Property="MinWidth" Value="0" />
  4298.         <Setter Property="Template">
  4299.             <Setter.Value>
  4300.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  4301.                     <ControlTemplate.Triggers>
  4302.                         <Trigger Property="IsMouseOver" Value="true">
  4303.                             <Setter TargetName="Bd" Value="{StaticResource [1] Ò}" Property="Background" />
  4304.                         </Trigger>
  4305.                         <Trigger Property="IsKeyboardFocused" Value="true">
  4306.                             <Setter TargetName="Bd" Value="{StaticResource [2] Ó}" Property="Background" />
  4307.                         </Trigger>
  4308.                         <Trigger Property="IsEnabled" Value="false">
  4309.                             <Setter Value="{StaticResource [3] Ô}" Property="Foreground" />
  4310.                         </Trigger>
  4311.                     </ControlTemplate.Triggers>
  4312.                     <Border Name="Bd" CornerRadius="0,3,3,0" Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  4313.                         <Canvas Width="6" Height="7" Margin="7,2,2,2" HorizontalAlignment="Right" VerticalAlignment="Bottom" SnapsToDevicePixels="true">
  4314.                             <Path Stroke="White" Data="F0 M 1,1,5 L 6,1,5 " />
  4315.                             <Path Stroke="{TemplateBinding Foreground}" Data="F0 M 0,0,5 L 5,0,5 " />
  4316.                             <Path Fill="White" Data="F0 M 0,5,4 L 6,5,4 3,5,7 Z" />
  4317.                             <Path Fill="{TemplateBinding Foreground}" Data="F0 M -0,5,3 L 5,5,3 2,5,6 Z" />
  4318.                         </Canvas>
  4319.                     </Border>
  4320.                 </ControlTemplate>
  4321.             </Setter.Value>
  4322.         </Setter>
  4323.     </Style>
  4324.     <Style x:Key="[170] ů" TargetType="{x:Type ToggleButton}">
  4325.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  4326.         <Setter Property="MinHeight" Value="0" />
  4327.         <Setter Property="MinWidth" Value="0" />
  4328.         <Setter Property="Template">
  4329.             <Setter.Value>
  4330.                 <ControlTemplate TargetType="{x:Type ToggleButton}">
  4331.                     <ControlTemplate.Triggers>
  4332.                         <Trigger Property="IsMouseOver" Value="true">
  4333.                             <Setter TargetName="Bd" Value="{StaticResource [1] Ò}" Property="Background" />
  4334.                         </Trigger>
  4335.                         <Trigger Property="IsKeyboardFocused" Value="true">
  4336.                             <Setter TargetName="Bd" Value="{StaticResource [2] Ó}" Property="Background" />
  4337.                         </Trigger>
  4338.                         <Trigger Property="IsEnabled" Value="false">
  4339.                             <Setter Value="{StaticResource [3] Ô}" Property="Foreground" />
  4340.                         </Trigger>
  4341.                     </ControlTemplate.Triggers>
  4342.                     <Border Name="Bd" CornerRadius="0,0,3,3" Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
  4343.                         <Canvas Width="7" Height="6" Margin="2,7,2,2" HorizontalAlignment="Right" VerticalAlignment="Bottom" SnapsToDevicePixels="true">
  4344.                             <Path Stroke="White" Data="F0 M 1,5,1 L 1,5,6 " />
  4345.                             <Path Stroke="{TemplateBinding Foreground}" Data="F0 M 0,5,0 L 0,5,5 " />
  4346.                             <Path Fill="White" Data="F0 M 3,5,0,5 L 7,3,5 4,6,5 Z" />
  4347.                             <Path Fill="{TemplateBinding Foreground}" Data="F0 M 3,-0,5 L 6,2,5 3,5,5 Z" />
  4348.                         </Canvas>
  4349.                     </Border>
  4350.                 </ControlTemplate>
  4351.             </Setter.Value>
  4352.         </Setter>
  4353.     </Style>
  4354.     <Style x:Key="{x:Type ToolBar}" TargetType="{x:Type ToolBar}">
  4355.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  4356.         <Setter Property="Template">
  4357.             <Setter.Value>
  4358.                 <ControlTemplate TargetType="{x:Type ToolBar}">
  4359.                     <ControlTemplate.Triggers>
  4360.                         <Trigger Property="IsOverflowOpen" Value="true">
  4361.                             <Setter TargetName="ToolBarThumb" Property="IsEnabled" Value="false" />
  4362.                         </Trigger>
  4363.                         <Trigger Value="{Null}" Property="Header">
  4364.                             <Setter TargetName="ToolBarHeader" Property="Visibility" Value="Collapsed" />
  4365.                         </Trigger>
  4366.                         <Trigger Property="IsLocked" Value="true">
  4367.                             <Setter TargetName="ToolBarThumb" Property="Visibility" Value="Collapsed" />
  4368.                         </Trigger>
  4369.                         <Trigger SourceName="OverflowPopup" Property="HasDropShadow" Value="true">
  4370.                             <Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
  4371.                             <Setter TargetName="Shdw" Property="SnapsToDevicePixels" Value="true" />
  4372.                             <Setter TargetName="Shdw" Property="Color" Value="#71000000" />
  4373.                         </Trigger>
  4374.                         <Trigger Property="Orientation" Value="Vertical">
  4375.                             <Setter TargetName="Grid" Property="Margin" Value="1,3,1,1" />
  4376.                             <Setter TargetName="OverflowButton" Value="{StaticResource [3] Ô}" Property="Style" />
  4377.                             <Setter TargetName="ToolBarThumb" Property="Height" Value="10" />
  4378.                             <Setter TargetName="ToolBarThumb" Property="Width" Value="Auto" />
  4379.                             <Setter TargetName="ToolBarThumb" Property="Margin" Value="-1,-3,0,0" />
  4380.                             <Setter TargetName="ToolBarThumb" Property="Padding" Value="5,6,6,1" />
  4381.                             <Setter TargetName="ToolBarHeader" Property="Margin" Value="0,0,0,4" />
  4382.                             <Setter TargetName="PART_ToolBarPanel" Property="Margin" Value="1,0,2,2" />
  4383.                             <Setter TargetName="ToolBarThumb" Property="Dock" Value="Top" />
  4384.                             <Setter TargetName="ToolBarHeader" Property="Dock" Value="Top" />
  4385.                             <Setter TargetName="OverflowGrid" Property="HorizontalAlignment" Value="Stretch" />
  4386.                             <Setter TargetName="OverflowGrid" Property="VerticalAlignment" Value="Bottom" />
  4387.                             <Setter TargetName="OverflowPopup" Property="Placement" Value="Right" />
  4388.                             <Setter TargetName="MainPanelBorder" Property="Margin" Value="0,0,0,11" />
  4389.                             <Setter Value="{StaticResource [6] ×}" Property="Background" />
  4390.                         </Trigger>
  4391.                         <Trigger Property="IsEnabled" Value="false">
  4392.                             <Setter Value="{DynamicResource {x:Static GrayTextBrush}}" Property="Foreground" />
  4393.                         </Trigger>
  4394.                     </ControlTemplate.Triggers>
  4395.                     <Grid Name="Grid" Margin="3,1,1,1" SnapsToDevicePixels="true">
  4396.                         <Grid Name="OverflowGrid" HorizontalAlignment="Right">
  4397.                             <ToggleButton Name="OverflowButton" IsEnabled="{TemplateBinding HasOverflowItems}" Style="{StaticResource [1] Ò}" ClickMode="Press" FocusVisualStyle="{Null}" IsChecked="{Binding Path=IsOverflowOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" />
  4398.                             <Popup Name="OverflowPopup" AllowsTransparency="true" Placement="Bottom" StaysOpen="false" Focusable="false" PopupAnimation="{DynamicResource {x:Static ComboBoxPopupAnimation}}" IsOpen="{Binding Path=IsOverflowOpen, RelativeSource={RelativeSource TemplatedParent}}">
  4399.                                 <theme:SystemDropShadowChrome Name="Shdw" Color="Transparent">
  4400.                                     <Border Background="{StaticResource [2] Ó}" BorderBrush="{StaticResource [3] Ô}" BorderThickness="1">
  4401.                                         <ToolBarOverflowPanel Name="PART_ToolBarOverflowPanel" Margin="2" WrapWidth="200" Focusable="true" TabNavigation="Cycle" DirectionalNavigation="Cycle" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" FocusVisualStyle="{Null}" />
  4402.                                     </Border>
  4403.                                 </theme:SystemDropShadowChrome>
  4404.                             </Popup>
  4405.                         </Grid>
  4406.                         <Border Name="MainPanelBorder" Margin="0,0,11,0" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" CornerRadius="3,3,3,3" Padding="{TemplateBinding Padding}">
  4407.                             <DockPanel TabIndex="1" TabNavigation="Local">
  4408.                                 <Thumb Name="ToolBarThumb" Style="{StaticResource [3] Ô}" Margin="-3,-1,0,0" Width="10" Padding="6,5,1,6" />
  4409.                                 <ContentPresenter Name="ToolBarHeader" ContentSource="Header" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="4,0,4,0" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4410.                                 <ToolBarPanel Name="PART_ToolBarPanel" IsItemsHost="true" Margin="0,1,2,2" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
  4411.                             </DockPanel>
  4412.                         </Border>
  4413.                     </Grid>
  4414.                 </ControlTemplate>
  4415.             </Setter.Value>
  4416.         </Setter>
  4417.     </Style>
  4418.     <Style x:Key="{x:Type ToolBarTray}" TargetType="{x:Type ToolBarTray}">
  4419.         <Setter Property="Background" Value="{StaticResource [0] Ñ}" />
  4420.     </Style>
  4421. </ResourceDictionary>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement