You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13502 lines
1.3 MiB
13502 lines
1.3 MiB
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing"
|
|
xmlns:local="clr-namespace:HMIControl">
|
|
<local:StoreCVToHeightConverter x:Key="VTHC" />
|
|
<local:StoreCVToOpacityConverter x:Key="VTOC" />
|
|
<local:BoolToVisibleOrHidden x:Key="BTV" />
|
|
<local:ZoomSlideDisplayConverter x:Key="zoomSlideDisplayConverter" />
|
|
<local:BoolToOpacityConverter x:Key="Bool2OpacityConvert"/>
|
|
<local:Bool2Visible x:Key="Bool2VisibleConvert"/>
|
|
<local:Int16_ScaleStatusConverter x:Key="Short2StatusConvert"/>
|
|
<local:Int16_MixerStatusConverter x:Key="Short2MixerStatus"/>
|
|
<local:Int16_HandAddStatusConverter x:Key="Short2HandAddStatus"/>
|
|
<local:Int16_LiquidAddStatusConverter x:Key="Short2LiquidAddStatus"/>
|
|
<local:Int16_BufferStatusConverter x:Key="Short2BufferStatus"/>
|
|
<local:Int16_CheckStatusConverter x:Key="Short2CheckStatus"/>
|
|
<local:Int16_GrindStatusConverter x:Key="Short2GrindStatus"/>
|
|
|
|
|
|
<!--{Binding Status, Converter={StaticResource Short2HandAddStatus}, RelativeSource={RelativeSource TemplatedParent}}-->
|
|
<local:Int16_LiquidBufStatusConverter x:Key="Short2LiquidBufStatus"/>
|
|
|
|
<LinearGradientBrush x:Key="binbrush" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
<LinearGradientBrush x:Key="BS_LightBackgroundHighlight" StartPoint="0,0" EndPoint="0,1">
|
|
<LinearGradientBrush.GradientStops>
|
|
<GradientStopCollection>
|
|
<GradientStop Color="#D0D0D0" Offset="0.0" />
|
|
<GradientStop Color="#A5A5A5" Offset="1.0" />
|
|
</GradientStopCollection>
|
|
</LinearGradientBrush.GradientStops>
|
|
</LinearGradientBrush>
|
|
|
|
<ContextMenu x:Key="BinContextMenu" >
|
|
<MenuItem Header="换至当前仓" Command="{x:Static local:DeviceCommand.ManualChangeStore}"/>
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="CheckContextMenu" >
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.Start}"/>
|
|
<MenuItem Header="暂停" Command="{x:Static local:DeviceCommand.Stop}"/>
|
|
<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.Hold}"/>
|
|
<MenuItem Header="忽略误差" Command="{x:Static local:DeviceCommand.IgnoreError}"/>
|
|
</ContextMenu>
|
|
|
|
|
|
<ContextMenu x:Key="ScaleContextMenu" >
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.Start}"/>
|
|
<MenuItem Header="暂停" Command="{x:Static local:DeviceCommand.Stop}"/>
|
|
<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.Hold}"/>
|
|
<MenuItem Header="更换源仓" Command="{x:Static local:DeviceCommand.ChangeOrigin}"/>
|
|
<MenuItem Header="忽略皮重" Command="{x:Static local:DeviceCommand.PermitTare}"/>
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="LiquidContextMenu" >
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.Start}"/>
|
|
<MenuItem Header="暂停" Command="{x:Static local:DeviceCommand.Stop}"/>
|
|
<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.Hold}"/>
|
|
<MenuItem Header="忽略皮重" Command="{x:Static local:DeviceCommand.PermitTare}"/>
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="deviceContextMenu" >
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.Start}"/>
|
|
<MenuItem Header="暂停" Command="{x:Static local:DeviceCommand.Stop}"/>
|
|
<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.Hold}"/>
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="mixerContextMenu" >
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.Start}"/>
|
|
<MenuItem Header="暂停" Command="{x:Static local:DeviceCommand.Stop}"/>
|
|
<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.Hold}"/>
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="CMBufferBin">
|
|
<MenuItem Header="换至当前仓" Command="{x:Static local:DeviceCommand.ManualChangeStore}"/>
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="MainDevice">
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="停止" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="取消" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
|
|
</ContextMenu>
|
|
|
|
<ContextMenu x:Key="CoolDevice">
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="停止" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="取消" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="排料" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
</ContextMenu>
|
|
|
|
<!--粉碎机上的弹出式菜单-->
|
|
<ContextMenu x:Key="GrindContextMenu" >
|
|
<MenuItem Header="复位" Command="{x:Static local:DeviceCommand.Abort}"/>
|
|
<Separator/>
|
|
<MenuItem Header="启动生产" Command="{x:Static local:DeviceCommand.StartProduct}"/>
|
|
<MenuItem Header="停止生产" Command="{x:Static local:DeviceCommand.StopProduct}"/>
|
|
<Separator/>
|
|
<MenuItem Header="暂停生产" Command="{x:Static local:DeviceCommand.Pause}"/>
|
|
<MenuItem Header="恢复生产" Command="{x:Static local:DeviceCommand.Resume}"/>
|
|
|
|
<!--<MenuItem Header="保持" Command="{x:Static local:DeviceCommand.Hold}"/>
|
|
<MenuItem Header="更换源仓" Command="{x:Static local:DeviceCommand.ChangeOrigin}"/>
|
|
<MenuItem Header="忽略皮重" Command="{x:Static local:DeviceCommand.PermitTare}"/>-->
|
|
</ContextMenu>
|
|
|
|
|
|
<!--轴端气缸Style-->
|
|
<Style TargetType="{x:Type local:CylinderTopView}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:CylinderTopView}">
|
|
<ControlTemplate.Resources>
|
|
</ControlTemplate.Resources>
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="OFF"/>
|
|
<VisualState x:Name="ON">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF16CA10"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF076000"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF038705"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid" Height="500" Width="500" RenderTransformOrigin="0.5,0.5">
|
|
<Grid.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.RenderTransform>
|
|
<Ellipse x:Name="ellipse" Stroke="Black" StrokeThickness="0" RenderTransformOrigin="0.5,0.5">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF82AEF5" Offset="0"/>
|
|
<GradientStop Color="#FF496189" Offset="1"/>
|
|
<GradientStop Color="#FF5A78A9" Offset="0.796"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
<Ellipse.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="0.8" ScaleY="0.8"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Ellipse.RenderTransform>
|
|
</Ellipse>
|
|
<Rectangle Stroke="Black" Panel.ZIndex="-1" StrokeThickness="0" RadiusX="20" RadiusY="20">
|
|
<Rectangle.Fill>
|
|
<RadialGradientBrush RadiusY="0.99" RadiusX="0.99">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF8B8383" Offset="0.535"/>
|
|
<GradientStop Color="#FFF3F3F3" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M444,15 L464,15 474,30 464,45 444,45 434,30 z" HorizontalAlignment="Right" Height="41.5" Stretch="Fill" Stroke="Black" StrokeThickness="0" VerticalAlignment="Top" Width="46.734" Margin="0,29.25,26.083,0">
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="0.99" RadiusX="0.99">
|
|
<GradientStop Color="#FF505050"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M444,15 L464,15 474,30 464,45 444,45 434,30 z" HorizontalAlignment="Left" Height="41.5" Stretch="Fill" Stroke="Black" StrokeThickness="0" VerticalAlignment="Top" Width="46.734" Margin="25.85,29.25,0,0">
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="0.99" RadiusX="0.99">
|
|
<GradientStop Color="#FF505050"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M444,15 L464,15 474,30 464,45 444,45 434,30 z" HorizontalAlignment="Right" Height="41.5" Stretch="Fill" Stroke="Black" StrokeThickness="0" VerticalAlignment="Bottom" Width="46.734" Margin="0,0,26.083,29.568">
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="0.99" RadiusX="0.99">
|
|
<GradientStop Color="#FF505050"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M444,15 L464,15 474,30 464,45 444,45 434,30 z" HorizontalAlignment="Left" Height="41.5" Stretch="Fill" Stroke="Black" StrokeThickness="0" VerticalAlignment="Bottom" Width="46.734" Margin="25.85,0,0,29.568">
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="0.99" RadiusX="0.99">
|
|
<GradientStop Color="#FF505050"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
<Setter Property="Alarm" Value="False"/>
|
|
</Style>
|
|
|
|
<!--缓冲斗上的弹出式菜单,这种缓冲斗一般至于刮板机上方,与刮板机之间没有门设备-->
|
|
<ContextMenu x:Key="ContextMenuBufferControl" >
|
|
<MenuItem Header="启动" Command="{x:Static local:DeviceCommand.Start}"/>
|
|
<MenuItem Header="暂停" Command="{x:Static local:DeviceCommand.Stop}"/>
|
|
</ContextMenu>
|
|
|
|
|
|
<!--永磁筒Style-->
|
|
<Style TargetType="{x:Type local:MagnetCleaner}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:MagnetCleaner}">
|
|
<Viewbox Stretch="Fill" >
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Power">
|
|
<VisualState x:Name="ON">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1FFF00"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1CE500"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1DD604"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[5].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF6ED260"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[6].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFABD6A5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFA8E2A0"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFAEF1A5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse3">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse3">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse3">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse3">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse3">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse4">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse4">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse4">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse4">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse4">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse6">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse6">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse6">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse6">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse6">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="ellipse9">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF1AD00B"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="ellipse9">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFC5CAC5"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="ellipse9">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9BF17D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[3].(GradientStop.Color)" Storyboard.TargetName="ellipse9">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF37F531"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[4].(GradientStop.Color)" Storyboard.TargetName="ellipse9">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF23CE15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="OFF"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="500" Width="500">
|
|
<Path Data="M270,25 L-0.5,200 -0.5,439 200,439 250,340 350,439 439,439 439,25 z" Height="Auto" Margin="-0.5,24,106.5,23.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-0.355,0.419" StartPoint="1.716,0.385">
|
|
<GradientStop Color="#FF454545" Offset="0.296"/>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3" Offset="0.724"/>
|
|
<GradientStop Color="#FFC8C8C8" Offset="0.422"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Ellipse HorizontalAlignment="Left" Margin="108,174,0,194" Stroke="Black" Width="132">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF292929" Offset="0"/>
|
|
<GradientStop Color="#FF5C5C5C" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Path Data="M275,160 L275,275 400,275 400,195 370,160 z" HorizontalAlignment="Left" Margin="138.5,192.5,0,237" Stretch="Fill" Stroke="Black" Width="89" Fill="#FF2F6BAD"/>
|
|
<Ellipse HorizontalAlignment="Left" Margin="146.833,211.667,0,232.833" Stroke="Black" Width="55.5" Height="Auto" VerticalAlignment="Stretch">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF2F6BAD" Offset="0"/>
|
|
<GradientStop Color="#FF2F6BAD" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse" HorizontalAlignment="Left" Margin="146.833,211.667,0,232.833" Stroke="Black" Width="55.5" RenderTransformOrigin="0.5,0.5" Height="Auto" VerticalAlignment="Stretch">
|
|
<Ellipse.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="0.7" ScaleY="0.7"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Ellipse.RenderTransform>
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF838383" Offset="0.004"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="#FF212121" Offset="0.679"/>
|
|
<GradientStop Color="#FF828282" Offset="0.137"/>
|
|
<GradientStop Color="#FF353535" Offset="0.641"/>
|
|
<GradientStop Color="#FF4A4A4A" Offset="0.408"/>
|
|
<GradientStop Color="#FF717171" Offset="0.336"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<local:Motor x:Name="motor1" HorizontalAlignment="Stretch" Height="Auto" Margin="231.5,163.5,42,194" VerticalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="-1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Ellipse x:Name="ellipse4" HorizontalAlignment="Left" Height="19.666" Margin="137,149.334,0,0" Stroke="Black" VerticalAlignment="Top" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse2" HorizontalAlignment="Right" Height="19.666" Margin="0,106.667,225.167,0" Stroke="Black" VerticalAlignment="Top" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse5" HorizontalAlignment="Left" Height="19.666" Margin="85.513,187,0,0" Stroke="Black" VerticalAlignment="Top" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse6" HorizontalAlignment="Left" Height="Auto" Margin="73.996,242.334,0,238" Stroke="Black" VerticalAlignment="Stretch" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse7" HorizontalAlignment="Left" Height="19.666" Margin="98.662,0,0,191.332" Stroke="Black" VerticalAlignment="Bottom" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse8" HorizontalAlignment="Left" Height="19.666" Margin="145.834,0,0,164.332" Stroke="Black" VerticalAlignment="Bottom" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse9" HorizontalAlignment="Left" Height="19.666" Margin="192.834,0,0,139.666" Stroke="Black" VerticalAlignment="Bottom" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse1" HorizontalAlignment="Right" Height="19.666" Margin="0,78.834,174.333,0" Stroke="Black" VerticalAlignment="Top" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse3" HorizontalAlignment="Left" Height="19.666" Margin="199.833,129.834,0,0" Stroke="Black" VerticalAlignment="Top" Width="19.666">
|
|
<Ellipse.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="#FF414141" Offset="0.941"/>
|
|
<GradientStop Color="#FFD6D3D3"/>
|
|
<GradientStop Color="#FFA09E9E" Offset="0.038"/>
|
|
<GradientStop Color="#FF8A8989" Offset="0.313"/>
|
|
<GradientStop Color="#FF474747" Offset="0.763"/>
|
|
</RadialGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Rectangle Height="24" Margin="241.75,0,106.5,0" Stroke="Black" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.463,0.327" StartPoint="-0.37,0.354">
|
|
<GradientStop Color="#FFD6D3D3" Offset="0.367"/>
|
|
<GradientStop Color="#FF4D4D4D" Offset="0.874"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Left" Height="23.5" Stroke="Black" VerticalAlignment="Bottom" Width="179.5">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="-1.334,0.395" StartPoint="2.453,0.335">
|
|
<GradientStop Color="#FFD6D3D3" Offset="0.451"/>
|
|
<GradientStop Color="Gray" Offset="0.646"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Right" Height="23.5" Margin="0,0,106.5,0" Stroke="Black" VerticalAlignment="Bottom" Width="80.499">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="4.126,0.394" StartPoint="-0.931,0.528">
|
|
<GradientStop Color="#FFD6D3D3" Offset="0.118"/>
|
|
<GradientStop Color="Gray" Offset="0.374"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--气缸Style-->
|
|
<Style TargetType="{x:Type local:Cylinder}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Cylinder}">
|
|
<Viewbox x:Name="viewbox" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="ON">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="MyBrush">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0CA934"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="MyBrush">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF035C15"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="MyBrush">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EE087"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="OFF"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup1">
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="MyBrush">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF9B0A0A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="MyBrush">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFE48C8C"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="MyBrush">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFE52A2A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="AlarmOff"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid" Height="80" Width="200">
|
|
<Path x:Name="path" Data="M0.25,0.25 L24.789,0.25 L24.789,8.166 L0.25,8.166 z" HorizontalAlignment="Stretch" Margin="18.2,11.427,57.724,10.097" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="Auto" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="0"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.503,1.339" StartPoint="0.503,0" x:Name="MyBrush">
|
|
<GradientStop Color="Black" Offset="0.014"/>
|
|
<GradientStop Color="#FFEBE6E6" Offset="0.444"/>
|
|
<GradientStop Color="#FFB2AEAE" Offset="0.536"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.622,0.25 L4.622,10.666 L0.25,10.666 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Margin="79.374,0,0,-42.191" Stretch="Fill" Stroke="Black" StrokeThickness="2" Width="18.134" RenderTransformOrigin="0.5,0.5" Height="78.844" VerticalAlignment="Bottom" Panel.ZIndex="1" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="-78.995" Y="-42.654"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.1,0.1 L6.647,0.1 L6.647,2.566 L0.1,2.566 z" HorizontalAlignment="Stretch" Margin="95.817,0.711,63.676,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" Width="Auto" RenderTransformOrigin="0.5,0.5" Height="21.86" VerticalAlignment="Top" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="62.812" Y="29.178"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.51,1.682" StartPoint="0.491,-0.341">
|
|
<GradientStop Color="Black" Offset="0.105"/>
|
|
<GradientStop Color="White" Offset="0.43"/>
|
|
<GradientStop Color="#FF7F7F7F" Offset="0.519"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.622,0.25 L4.622,10.666 L0.25,10.666 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Margin="0,-6.653,70.154,7.815" Stretch="Fill" Stroke="Black" StrokeThickness="2" Width="17.797" RenderTransformOrigin="0.5,0.5" Height="Auto" VerticalAlignment="Stretch" Panel.ZIndex="1" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="29.978" Y="6.991"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.1,0.1 L6.647,0.1 L6.647,2.566 L0.1,2.566 z" HorizontalAlignment="Left" Margin="-44.356,-18.096,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" Width="123.511" RenderTransformOrigin="0.5,0.5" Height="7.061" VerticalAlignment="Top" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="62.812" Y="29.178"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.656"/>
|
|
<GradientStop Color="#FF787878" Offset="0.883"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.1,0.1 L6.647,0.1 L6.647,2.566 L0.1,2.566 z" HorizontalAlignment="Left" Margin="-44.366,34.244,0,37.695" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" Width="123.681" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="62.812" Y="29.178"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.615"/>
|
|
<GradientStop Color="#FF787878" Offset="0.835"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
<Setter Property="Alarm" Value="False"/>
|
|
</Style>
|
|
|
|
<!--气缸Style-->
|
|
<Style TargetType="{x:Type local:CylinderStick}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:CylinderStick}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Viewbox.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Viewbox.RenderTransform>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="PowerOn">
|
|
<Storyboard>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Cylinder.IsInWork)" Storyboard.TargetName="cylinder">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="Path1TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1.868"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[3].(TranslateTransform.X)" Storyboard.TargetName="Path1TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="62.812"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="88.563"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="Path1TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="29.178"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="29.244"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path2TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="40.663"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[3].(TranslateTransform.X)" Storyboard.TargetName="regularPolygonTransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="40.663"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path1_Copy5">
|
|
<EasingPointKeyFrame KeyTime="0" Value="0.515,0.139"/>
|
|
<EasingPointKeyFrame KeyTime="0:0:0.5" Value="0.489,0.136"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1_Copy5TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="15.744"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="15.829"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1_Copy5TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="19.683"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="19.598"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path1_Copy5TransformGroup">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="18.951"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-23.164"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="PowerOff"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="80" Width="200">
|
|
<Path x:Name="path1" Data="M0.1,0.1 L6.647,0.1 L6.647,2.566 L0.1,2.566 z" HorizontalAlignment="Stretch" Margin="44.148,27.293,95.863,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" Width="Auto" RenderTransformOrigin="0.5,0.5" Height="10.232" VerticalAlignment="Top" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup x:Name="Path1TransformGroup">
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.852"/>
|
|
<TranslateTransform X="62.812" Y="29.178"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.683" StartPoint="0.501,-0.342">
|
|
<GradientStop Color="Black" Offset="0.105"/>
|
|
<GradientStop Color="White" Offset="0.43"/>
|
|
<GradientStop Color="#FF7F7F7F" Offset="0.519"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path1_Copy5" Data="M0.25,0.25 L4.9999996,0.25 4.9999996,16.916 C5,18.02057 4.1045695,18.916 3,18.916 L2.2500003,18.916 C1.1454305,18.916 0.25000003,18.02057 0.25,16.916 z" HorizontalAlignment="Right" Height="63.677" Margin="0,-16.257,23.29,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.1" VerticalAlignment="Top" Width="9.369" Panel.ZIndex="1" RenderTransformOrigin="0.5,0.5" Grid.Column="0" Grid.Row="0" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup x:Name="path1_Copy5TransformGroup">
|
|
<ScaleTransform ScaleY="1.009" ScaleX="0.991"/>
|
|
<SkewTransform AngleY="3.596"/>
|
|
<RotateTransform Angle="19.534"/>
|
|
<TranslateTransform X="8.001" Y="18.5"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="2.465,0.5" StartPoint="-1.465,0.5">
|
|
<GradientStop Color="Black" Offset="0.435"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
<GradientStop Color="#FF818181" Offset="0.552"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path2" Data="M3.85315,0.1 L13.156409,0.1 16.733,1.7544528 16.733,4.063586 13.050564,5.7670004 3.9029552,5.7670004 0.1,4.0078361 0.1,1.8361251 z" HorizontalAlignment="Right" Height="12.267" Margin="0,0,23.667,12.566" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="13.168" Panel.ZIndex="1" Fill="#FF585A5C" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup x:Name="path2TransformGroup">
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<ed:RegularPolygon x:Name="regularPolygon" HorizontalAlignment="Right" Height="6.715" InnerRadius="1" Margin="0,0,26.335,15.152" PointCount="6" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" Width="7.249" Panel.ZIndex="1" Fill="#FFF0F3F3" RenderTransformOrigin="0.5,0.5">
|
|
<ed:RegularPolygon.RenderTransform>
|
|
<TransformGroup x:Name="regularPolygonTransformGroup">
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</ed:RegularPolygon.RenderTransform>
|
|
</ed:RegularPolygon>
|
|
<Path Data="M6.3750002,0.25 L12.5,3.75 L12.5,10.75 L6.3750002,14.25 L0.24999997,10.75 L0.24999997,3.75 z" Fill="#FF585A5C" Height="24.169" Margin="0,26.888,-4.36,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Panel.ZIndex="1" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Right" Width="22.631" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.935"/>
|
|
<TranslateTransform X="-4.782" Y="-27.085"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M8.291,4.2885 C8.291,6.3808308 6.5469252,8.077 4.3955,8.077 C2.2440748,8.077 0.5,6.3808308 0.5,4.2885 C0.5,2.1961692 2.2440748,0.5 4.3955,0.5 C6.5469252,0.5 8.291,2.1961692 8.291,4.2885 z" Fill="#FF0F4895" Height="12.607" Margin="0,32.02,-0.814,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Panel.ZIndex="1" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Right" Width="14.957" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-181.312"/>
|
|
<TranslateTransform X="-4.856" Y="-26.4"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<local:Cylinder x:Name="cylinder" Height="37.002" Margin="0,0,66,0.31" VerticalAlignment="Bottom" ShowCaption="False" IsInWork="{Binding IsInWork, RelativeSource={RelativeSource TemplatedParent}}" Alarm="{Binding Alarm, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
|
|
<!--电机Style-->
|
|
<Style TargetType="{x:Type local:Motor}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Motor}">
|
|
|
|
<Viewbox x:Name="viewbox" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Margin="0,0,-0.167,-0.333" Width="Auto" Height="Auto">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="workstate">
|
|
<VisualState x:Name="Inwork">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)" Storyboard.TargetName="heat_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)" Storyboard.TargetName="heat_2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF19A535"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="heat_2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF407A06"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[0].(GradientStop.Offset)" Storyboard.TargetName="PathBrush">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.375"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[2].(GradientStop.Offset)" Storyboard.TargetName="PathBrush">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.591"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="PathBrush">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF1EF117"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="PathBrush">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="box_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Lime"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="box_2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Lime"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Outwork"/>
|
|
<VisualState x:Name="AlarmOn1">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.349"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFED5050"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.569"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFE52828"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFED6A6A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="heat_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFB63F25"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)" Storyboard.TargetName="heat_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFC45E4D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="heat_2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFED847A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.461"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<!--<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="box_1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.3"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="box_2">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.3"/>
|
|
</DoubleAnimationUsingKeyFrames>-->
|
|
</Storyboard>
|
|
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="alarmstate">
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.349"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFED5050"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.569"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFE52828"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFED6A6A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="heat_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFB63F25"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)" Storyboard.TargetName="heat_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFC45E4D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="heat_2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFED847A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.461"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="box_1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.3"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="box_2">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.3"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="AlarmOff">
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="Direction">
|
|
<VisualState x:Name="Left">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="viewbox">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-180"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Right"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="ValidationStates">
|
|
<VisualState x:Name="Valid"/>
|
|
<VisualState x:Name="InvalidFocused"/>
|
|
<VisualState x:Name="InvalidUnfocused"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="203.616" Width="267.509">
|
|
<Path x:Name="heat_1" Data="M2.5,2.667 L135.16701,2.667 M2.5,16.007 L135.167,16.007 M2.5,30.681 L135.167,30.681 M2.5,45.355 L134.5,45.355 M2.5,60.029 L154.167,60.029 M2.5,75.37 L154.167,75.37 M2.5,90.711 L154.167,90.711 M2.5,105.385 L135.167,105.385 M2.5,120.726 L135.167,120.726 M2.5,135.4 L135.167,135.4 M2.5,151.408 L135.167,151.408 M133.834,2.5000001 L154.5,8.8329996 M134.354,151.695 L153.98,142.639 M133.584,15.75 L154.5,19.833 M133.997,135.513 L154.088,128.405 M133.30898,120.77585 L154.11001,116.14015 M134.674,30.651 L154.786,33.557 M133.59284,45.146495 L154.86716,46.397505 M133.58088,105.54862 L154.83812,104.03138" Fill="#FF5D8353" Height="Auto" Margin="90.097,8,60.796,19.758" Stretch="Fill" Stroke="#FF041604" VerticalAlignment="Stretch" StrokeThickness="5" Panel.ZIndex="1" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path x:Name="heat_2" Data="M131.566,0.5 L153.233,6.7903603 153.233,145.02687 131.566,155.375 z M0.50000001,2.4 L132.21601,2.4 L132.21601,153.53401 L0.50000001,153.53401 z" HorizontalAlignment="Stretch" Margin="88.668,4,55.78,12.506" Stretch="Fill" Stroke="#FF433D3D" Width="Auto" Fill="#FF646662" Height="187.11" VerticalAlignment="Stretch"/>
|
|
<Path x:Name="path" Data="M290.93301,73.720003 L317.349,73.720003 317.349,98.386003 290.93301,98.386003 z M246.59999,6.5010028 L272.18298,6.5010028 272.18298,164.33499 246.59999,164.33499 z M34.415997,5.930182 L34.415997,161.57181 34.248898,161.56876 C15.529315,160.88425 0.5000003,138.76782 0.5,111.58503 L0.5,55.916963 C0.5000003,28.734167 15.529315,6.6177363 34.248898,5.9332333 z M34.415997,4.834002 L105.66599,4.834002 105.66599,162.66799 34.415997,162.66799 34.415997,161.57181 35.082993,161.58399 35.082993,5.9180017 34.415997,5.930182 z M272.59998,0.5 L290.18298,0.5 290.18298,173.66699 272.59998,173.66699 z" HorizontalAlignment="Stretch" Margin="0" Stretch="Fill" Stroke="Black" Width="Auto" Height="Auto" VerticalAlignment="Stretch" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0" x:Name="PathBrush">
|
|
<GradientStop Color="Black" Offset="0.01"/>
|
|
<GradientStop Color="White" Offset="0.467"/>
|
|
<GradientStop Color="#FF5C5959" Offset="0.799"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="box_1" Data="M12.905814,25.32863 C12.905814,22.567206 15.14439,20.32863 17.905814,20.32863 L65.572814,20.32863 C68.334238,20.32863 70.572814,22.567206 70.572814,25.32863 L70.572814,72.99563 C70.572814,75.757054 68.334238,77.99563 65.572814,77.99563 L17.905814,77.99563 C15.14439,77.99563 12.905814,75.757054 12.905814,72.99563 z" Margin="101.951,45.644,77.663,58.698" Stretch="Fill" Stroke="Black" Panel.ZIndex="3" Fill="#FF726D6D"/>
|
|
<Path x:Name="box_2" Data="M18.024267,16.874393 L43.158811,16.874393 50.079652,23.774731 50.079652,48.617088 42.510838,56.208393 17.666663,56.208393 10.745652,49.307884 10.745652,24.174636 z" Margin="109.941,53.259,84.78,68.145" Stretch="Fill" Stroke="Black" Panel.ZIndex="3" Fill="#FF5C5959"/>
|
|
<Path x:Name="box_3" Data="M17.649892,22.942657 C17.649892,24.254334 16.586568,25.317657 15.274892,25.317657 13.963216,25.317657 12.899892,24.254334 12.899892,22.942657 12.899892,21.630981 13.963216,20.567657 15.274892,20.567657 16.586568,20.567657 17.649892,21.630981 17.649892,22.942657 z M64.649892,22.692657 C64.649892,24.004334 63.586568,25.067657 62.274892,25.067657 60.963216,25.067657 59.899892,24.004334 59.899892,22.692657 59.899892,21.380981 60.963216,20.317657 62.274892,20.317657 63.586568,20.317657 64.649892,21.380981 64.649892,22.692657 z M17.774892,69.567657 C17.774892,70.879333 16.711568,71.942657 15.399892,71.942657 14.088216,71.942657 13.024892,70.879333 13.024892,69.567657 13.024892,68.255981 14.088216,67.192657 15.399892,67.192657 16.711568,67.192657 17.774892,68.255981 17.774892,69.567657 z M64.774892,69.192657 C64.774892,70.504333 63.711568,71.567657 62.399892,71.567657 61.088216,71.567657 60.024892,70.504333 60.024892,69.192657 60.024892,67.880981 61.088216,66.817657 62.399892,66.817657 63.711568,66.817657 64.774892,67.880981 64.774892,69.192657 z" Fill="White" Margin="106.695,50.227,81.596,64.34" Stretch="Fill" Stroke="Black" Panel.ZIndex="3" />
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--门Style-->
|
|
<Style TargetType="{x:Type local:Gate}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Gate}">
|
|
<ControlTemplate.Resources>
|
|
<Storyboard x:Key="Storyboard1"/>
|
|
<Storyboard x:Key="Storyboard2"/>
|
|
</ControlTemplate.Resources>
|
|
|
|
<Viewbox x:Name="viewbox" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Gate">
|
|
<VisualState x:Name="Opened">
|
|
<Storyboard>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Cylinder.IsInWork)" Storyboard.TargetName="cylinder">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:CylinderStick.IsInWork)" Storyboard.TargetName="stick1">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="unloading">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Closed"/>
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="rect">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="#FFF30F0F"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="rect">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="#FFEFBABA"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.7" Value="#FFE9E3E3"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="rect">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="#FFAB1F1F"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:HMIControlBase.Alarm)" Storyboard.TargetName="cylinder">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="{Binding Alarm, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:HMIControlBase.Alarm)" Storyboard.TargetName="stick1">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="{Binding Alarm, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid" Height="120" Width="100" Background="#00000000">
|
|
<Path x:Name="unloading" Data="M5.3634376,22.457087 C5.3634376,23.483733 4.5307441,24.315993 3.5035645,24.315993 C2.476385,24.315993 1.6436914,23.483733 1.6436914,22.457087 C1.6436914,21.430442 2.476385,20.598181 3.5035645,20.598181 C4.5307441,20.598181 5.3634376,21.430442 5.3634376,22.457087 z M10.829634,23.06443 C10.829634,24.091076 9.99694,24.923336 8.9697605,24.923336 C7.9425809,24.923336 7.1098874,24.091076 7.1098874,23.06443 C7.1098874,22.037785 7.9425809,21.205524 8.9697605,21.205524 C9.99694,21.205524 10.829634,22.037785 10.829634,23.06443 z M13.713963,21.243312 C13.713963,22.269958 12.881269,23.102218 11.85409,23.102218 C10.82691,23.102218 9.9942168,22.269958 9.9942168,21.243312 C9.9942168,20.216667 10.82691,19.384406 11.85409,19.384406 C12.881269,19.384406 13.713963,20.216667 13.713963,21.243312 z M17.206862,22.457087 C17.206862,23.483733 16.374169,24.315993 15.346989,24.315993 C14.31981,24.315993 13.487116,23.483733 13.487116,22.457087 C13.487116,21.430442 14.31981,20.598181 15.346989,20.598181 C16.374169,20.598181 17.206862,21.430442 17.206862,22.457087 z M18.876785,28.072505 C18.876785,29.09915 18.044092,29.931411 17.016912,29.931411 C15.989732,29.931411 15.157039,29.09915 15.157039,28.072505 C15.157039,27.045859 15.989732,26.213599 17.016912,26.213599 C18.044092,26.213599 18.876785,27.045859 18.876785,28.072505 z M22.673058,23.06443 C22.673058,24.091076 21.840365,24.923336 20.813185,24.923336 C19.786006,24.923336 18.953312,24.091076 18.953312,23.06443 C18.953312,22.037785 19.786006,21.205524 20.813185,21.205524 C21.840365,21.205524 22.673058,22.037785 22.673058,23.06443 z M24.190839,28.527784 C24.190839,29.55443 23.358145,30.38669 22.330965,30.38669 C21.303786,30.38669 20.471092,29.55443 20.471092,28.527784 C20.471092,27.501139 21.303786,26.668878 22.330965,26.668878 C23.358145,26.668878 24.190839,27.501139 24.190839,28.527784 z M28.746913,22.457087 C28.746913,23.483733 27.914219,24.315993 26.88704,24.315993 C25.85986,24.315993 25.027167,23.483733 25.027167,22.457087 C25.027167,21.430442 25.85986,20.598181 26.88704,20.598181 C27.914219,20.598181 28.746913,21.430442 28.746913,22.457087 z M34.213109,23.06443 C34.213109,24.091076 33.380415,24.923336 32.353236,24.923336 C31.326056,24.923336 30.493363,24.091076 30.493363,23.06443 C30.493363,22.037785 31.326056,21.205524 32.353236,21.205524 C33.380415,21.205524 34.213109,22.037785 34.213109,23.06443 z M30.872352,28.072505 C30.872352,29.09915 30.039659,29.931411 29.012479,29.931411 C27.985299,29.931411 27.152606,29.09915 27.152606,28.072505 C27.152606,27.045859 27.985299,26.213599 29.012479,26.213599 C30.039659,26.213599 30.872352,27.045859 30.872352,28.072505 z M3.8447462,31.411524 C3.8447462,32.43817 3.0120526,33.27043 1.9848731,33.27043 C0.95769355,33.27043 0.125,32.43817 0.125,31.411524 C0.125,30.384879 0.95769355,29.552618 1.9848731,29.552618 C3.0120526,29.552618 3.8447462,30.384879 3.8447462,31.411524 z M5.3625266,36.874878 C5.3625266,37.901523 4.529833,38.733784 3.5026535,38.733784 C2.475474,38.733784 1.6427804,37.901523 1.6427804,36.874878 C1.6427804,35.848233 2.475474,35.015972 3.5026535,35.015972 C4.529833,35.015972 5.3625266,35.848233 5.3625266,36.874878 z M9.9186009,30.804181 C9.9186009,31.830827 9.0859074,32.663087 8.0587278,32.663087 C7.0315483,32.663087 6.1988547,31.830827 6.1988547,30.804181 C6.1988547,29.777536 7.0315483,28.945275 8.0587278,28.945275 C9.0859074,28.945275 9.9186009,29.777536 9.9186009,30.804181 z M15.384797,31.411524 C15.384797,32.43817 14.552103,33.27043 13.524924,33.27043 C12.497744,33.27043 11.665051,32.43817 11.665051,31.411524 C11.665051,30.384879 12.497744,29.552618 13.524924,29.552618 C14.552103,29.552618 15.384797,30.384879 15.384797,31.411524 z M8.5819924,37.363652 C8.060335,36.479255 8.3547663,35.339643 9.239623,34.818257 C10.12448,34.296871 11.264685,34.591149 11.786342,35.475546 C12.307999,36.359942 12.013568,37.499554 11.128711,38.02094 C10.243855,38.542327 9.1036498,38.248048 8.5819924,37.363652 z M14.472853,27.920441 C14.472853,28.947087 13.64016,29.779347 12.61298,29.779347 C11.585801,29.779347 10.753107,28.947087 10.753107,27.920441 C10.753107,26.893796 11.585801,26.061535 12.61298,26.061535 C13.64016,26.061535 14.472853,26.893796 14.472853,27.920441 z M18.5725,36.722815 C18.5725,37.74946 17.739807,38.581721 16.712627,38.581721 C15.685448,38.581721 14.852754,37.74946 14.852754,36.722815 C14.852754,35.696169 15.685448,34.863909 16.712627,34.863909 C17.739807,34.863909 18.5725,35.696169 18.5725,36.722815 z M22.368773,31.71474 C22.368773,32.741386 21.53608,33.573646 20.5089,33.573646 C19.481721,33.573646 18.649027,32.741386 18.649027,31.71474 C18.649027,30.688095 19.481721,29.855834 20.5089,29.855834 C21.53608,29.855834 22.368773,30.688095 22.368773,31.71474 z M23.886554,37.178094 C23.886554,38.20474 23.05386,39.037 22.026681,39.037 C20.999501,39.037 20.166807,38.20474 20.166807,37.178094 C20.166807,36.151449 20.999501,35.319188 22.026681,35.319188 C23.05386,35.319188 23.886554,36.151449 23.886554,37.178094 z M28.442628,31.107398 C28.442628,32.134043 27.609934,32.966304 26.582755,32.966304 C25.555575,32.966304 24.722882,32.134043 24.722882,31.107398 C24.722882,30.080752 25.555575,29.248492 26.582755,29.248492 C27.609934,29.248492 28.442628,30.080752 28.442628,31.107398 z M33.908824,31.71474 C33.908824,32.741386 33.07613,33.573646 32.048951,33.573646 C31.021771,33.573646 30.189078,32.741386 30.189078,31.71474 C30.189078,30.688095 31.021771,29.855834 32.048951,29.855834 C33.07613,29.855834 33.908824,30.688095 33.908824,31.71474 z M27.106019,37.666868 C26.584362,36.782471 26.878793,35.642859 27.76365,35.121473 C28.648507,34.600087 29.788712,34.894365 30.310369,35.778762 C30.832026,36.663158 30.537595,37.80277 29.652739,38.324157 C28.767882,38.845543 27.627677,38.551265 27.106019,37.666868 z M25.253103,20.483906 C25.253103,21.510552 24.420409,22.342812 23.39323,22.342812 C22.36605,22.342812 21.533356,21.510552 21.533356,20.483906 C21.533356,19.457261 22.36605,18.625 23.39323,18.625 C24.420409,18.625 25.253103,19.457261 25.253103,20.483906 z M34.818946,26.706666 C34.818946,27.733312 33.986252,28.565572 32.959072,28.565572 C31.931893,28.565572 31.099199,27.733312 31.099199,26.706666 C31.099199,25.680021 31.931893,24.84776 32.959072,24.84776 C33.986252,24.84776 34.818946,25.680021 34.818946,26.706666 z M38.615219,21.698592 C38.615219,22.725237 37.782525,23.557498 36.755346,23.557498 C35.728166,23.557498 34.895472,22.725237 34.895472,21.698592 C34.895472,20.671946 35.728166,19.839686 36.755346,19.839686 C37.782525,19.839686 38.615219,20.671946 38.615219,21.698592 z M40.132999,27.161946 C40.132999,28.188591 39.300306,29.020852 38.273126,29.020852 C37.245946,29.020852 36.413253,28.188591 36.413253,27.161946 C36.413253,26.1353 37.245946,25.30304 38.273126,25.30304 C39.300306,25.30304 40.132999,26.1353 40.132999,27.161946 z M26.46842,34.142291 C26.46842,35.168936 25.635727,36.001197 24.608547,36.001197 C23.581368,36.001197 22.748674,35.168936 22.748674,34.142291 C22.748674,33.115645 23.581368,32.283385 24.608547,32.283385 C25.635727,32.283385 26.46842,33.115645 26.46842,34.142291 z M34.818946,36.267535 C34.818946,37.294181 33.986252,38.126441 32.959072,38.126441 C31.931893,38.126441 31.099199,37.294181 31.099199,36.267535 C31.099199,35.24089 31.931893,34.408629 32.959072,34.408629 C33.986252,34.408629 34.818946,35.24089 34.818946,36.267535 z M38.615219,31.259461 C38.615219,32.286106 37.782525,33.118367 36.755346,33.118367 C35.728166,33.118367 34.895472,32.286106 34.895472,31.259461 C34.895472,30.232815 35.728166,29.400555 36.755346,29.400555 C37.782525,29.400555 38.615219,30.232815 38.615219,31.259461 z M40.132999,36.722815 C40.132999,37.74946 39.300306,38.581721 38.273126,38.581721 C37.245946,38.581721 36.413253,37.74946 36.413253,36.722815 C36.413253,35.696169 37.245946,34.863909 38.273126,34.863909 C39.300306,34.863909 40.132999,35.696169 40.132999,36.722815 z M6.9185704,27.731045 C6.9185704,28.75769 6.0858768,29.589951 5.0586973,29.589951 C4.0315177,29.589951 3.1988242,28.75769 3.1988242,27.731045 C3.1988242,26.7044 4.0315177,25.872139 5.0586973,25.872139 C6.0858768,25.872139 6.9185704,26.7044 6.9185704,27.731045 z M6.3044108,34.479912 C5.7827534,33.595515 6.0771846,32.455903 6.9620413,31.934517 C7.8468981,31.413131 8.987103,31.707409 9.5087604,32.591805 C10.030418,33.476202 9.7359865,34.615814 8.8511298,35.1372 C7.9662731,35.658586 6.8260681,35.364308 6.3044108,34.479912 z M35.644562,16.704913 C35.644562,15.678267 36.477256,14.846007 37.504435,14.846007 38.531615,14.846007 39.364309,15.678267 39.364309,16.704913 39.364309,17.731558 38.531615,18.563819 37.504435,18.563819 36.477256,18.563819 35.644562,17.731558 35.644562,16.704913 z M30.178366,16.09757 C30.178366,15.070925 31.01106,14.238664 32.038239,14.238664 33.065419,14.238664 33.898113,15.070925 33.898113,16.09757 33.898113,17.124215 33.065419,17.956476 32.038239,17.956476 31.01106,17.956476 30.178366,17.124215 30.178366,16.09757 z M27.294037,17.918688 C27.294037,16.892043 28.126731,16.059782 29.15391,16.059782 30.181089,16.059782 31.013783,16.892043 31.013783,17.918688 31.013783,18.945333 30.181089,19.777594 29.15391,19.777594 28.126731,19.777594 27.294037,18.945333 27.294037,17.918688 z M23.801138,16.704913 C23.801138,15.678267 24.633832,14.846007 25.661011,14.846007 26.68819,14.846007 27.520884,15.678267 27.520884,16.704913 27.520884,17.731558 26.68819,18.563819 25.661011,18.563819 24.633832,18.563819 23.801138,17.731558 23.801138,16.704913 z M22.131215,11.089496 C22.131215,10.062851 22.963909,9.2305896 23.991088,9.2305896 25.018267,9.2305896 25.850961,10.062851 25.850961,11.089496 25.850961,12.116141 25.018267,12.948402 23.991088,12.948402 22.963909,12.948402 22.131215,12.116141 22.131215,11.089496 z M18.334942,16.09757 C18.334942,15.070925 19.167636,14.238664 20.194815,14.238664 21.221994,14.238664 22.054688,15.070925 22.054688,16.09757 22.054688,17.124215 21.221994,17.956476 20.194815,17.956476 19.167636,17.956476 18.334942,17.124215 18.334942,16.09757 z M16.817161,10.634216 C16.817161,9.607571 17.649855,8.7753101 18.677035,8.7753101 19.704214,8.7753101 20.536908,9.607571 20.536908,10.634216 20.536908,11.660862 19.704214,12.493122 18.677035,12.493122 17.649855,12.493122 16.817161,11.660862 16.817161,10.634216 z M12.261087,16.704913 C12.261087,15.678267 13.093781,14.846007 14.12096,14.846007 15.148139,14.846007 15.980833,15.678267 15.980833,16.704913 15.980833,17.731558 15.148139,18.563819 14.12096,18.563819 13.093781,18.563819 12.261087,17.731558 12.261087,16.704913 z M6.7948911,16.09757 C6.7948911,15.070925 7.6275849,14.238664 8.6547642,14.238664 9.6819435,14.238664 10.514637,15.070925 10.514637,16.09757 10.514637,17.124215 9.6819435,17.956476 8.6547642,17.956476 7.6275849,17.956476 6.7948911,17.124215 6.7948911,16.09757 z M10.135648,11.089496 C10.135648,10.062851 10.968342,9.2305896 11.995521,9.2305896 13.0227,9.2305896 13.855394,10.062851 13.855394,11.089496 13.855394,12.116141 13.0227,12.948402 11.995521,12.948402 10.968342,12.948402 10.135648,12.116141 10.135648,11.089496 z M37.163254,7.750476 C37.163254,6.7238308 37.995947,5.8915699 39.023127,5.8915699 40.050306,5.8915699 40.883,6.7238308 40.883,7.750476 40.883,8.7771212 40.050306,9.6093821 39.023127,9.6093821 37.995947,9.6093821 37.163254,8.7771212 37.163254,7.750476 z M35.645473,2.2871222 C35.645473,1.260477 36.478167,0.42821613 37.505346,0.42821613 38.532526,0.42821613 39.36522,1.260477 39.36522,2.2871222 39.36522,3.3137675 38.532526,4.1460284 37.505346,4.1460284 36.478167,4.1460284 35.645473,3.3137675 35.645473,2.2871222 z M31.089399,8.3578188 C31.089399,7.3311736 31.922093,6.4989127 32.949272,6.4989127 33.976452,6.4989127 34.809145,7.3311736 34.809145,8.3578188 34.809145,9.3844641 33.976452,10.216725 32.949272,10.216725 31.922093,10.216725 31.089399,9.3844641 31.089399,8.3578188 z M25.623203,7.750476 C25.623203,6.7238308 26.455897,5.8915699 27.483076,5.8915699 28.510255,5.8915699 29.342949,6.7238308 29.342949,7.750476 29.342949,8.7771212 28.510255,9.6093821 27.483076,9.6093821 26.455897,9.6093821 25.623203,8.7771212 25.623203,7.750476 z M32.426008,1.7983488 C32.947665,2.6827455 32.653234,3.8223574 31.768377,4.3437435 30.88352,4.8651296 29.743315,4.5708515 29.221658,3.6864547 28.700001,2.8020579 28.994432,1.662446 29.879289,1.14106 30.764145,0.6196739 31.90435,0.91395199 32.426008,1.7983488 z M26.535147,11.241559 C26.535147,10.214914 27.367841,9.382653 28.39502,9.382653 29.422199,9.382653 30.254893,10.214914 30.254893,11.241559 30.254893,12.268205 29.422199,13.100465 28.39502,13.100465 27.367841,13.100465 26.535147,12.268205 26.535147,11.241559 z M22.4355,2.4391856 C22.4355,1.4125404 23.268194,0.58027948 24.295373,0.58027948 25.322552,0.58027948 26.155246,1.4125404 26.155246,2.4391856 26.155246,3.4658308 25.322552,4.2980917 24.295373,4.2980917 23.268194,4.2980917 22.4355,3.4658308 22.4355,2.4391856 z M18.639227,7.4472599 C18.639227,6.4206147 19.471921,5.5883538 20.4991,5.5883538 21.526279,5.5883538 22.358973,6.4206147 22.358973,7.4472599 22.358973,8.4739051 21.526279,9.306166 20.4991,9.306166 19.471921,9.306166 18.639227,8.4739051 18.639227,7.4472599 z M17.121446,1.9839061 C17.121446,0.9572609 17.95414,0.125 18.981319,0.125 20.008499,0.125 20.841193,0.9572609 20.841193,1.9839061 20.841193,3.0105513 20.008499,3.8428122 18.981319,3.8428122 17.95414,3.8428122 17.121446,3.0105513 17.121446,1.9839061 z M12.565372,8.0546027 C12.565372,7.0279575 13.398066,6.1956966 14.425245,6.1956966 15.452424,6.1956966 16.285118,7.0279575 16.285118,8.0546027 16.285118,9.0812479 15.452424,9.9135088 14.425245,9.9135088 13.398066,9.9135088 12.565372,9.0812479 12.565372,8.0546027 z M7.099176,7.4472599 C7.099176,6.4206147 7.9318698,5.5883538 8.9590491,5.5883538 9.9862284,5.5883538 10.818922,6.4206147 10.818922,7.4472599 10.818922,8.4739051 9.9862284,9.306166 8.9590491,9.306166 7.9318698,9.306166 7.099176,8.4739051 7.099176,7.4472599 z M13.901981,1.4951326 C14.423638,2.3795294 14.129207,3.5191413 13.24435,4.0405274 12.359493,4.5619134 11.219288,4.2676353 10.697631,3.3832386 10.175974,2.4988418 10.470405,1.3592299 11.355262,0.83784383 12.240118,0.31645777 13.380323,0.61073585 13.901981,1.4951326 z M15.754897,18.678094 C15.754897,17.651449 16.587591,16.819188 17.61477,16.819188 18.64195,16.819188 19.474644,17.651449 19.474644,18.678094 19.474644,19.70474 18.64195,20.537 17.61477,20.537 16.587591,20.537 15.754897,19.70474 15.754897,18.678094 z M6.1890543,12.455334 C6.1890543,11.428689 7.0217482,10.596428 8.0489275,10.596428 9.0761068,10.596428 9.9088007,11.428689 9.9088007,12.455334 9.9088007,13.48198 9.0761068,14.31424 8.0489275,14.31424 7.0217482,14.31424 6.1890543,13.48198 6.1890543,12.455334 z M2.3927813,17.463408 C2.3927813,16.436763 3.2254751,15.604502 4.2526544,15.604502 5.2798337,15.604502 6.1125276,16.436763 6.1125276,17.463408 6.1125276,18.490054 5.2798337,19.322314 4.2526544,19.322314 3.2254751,19.322314 2.3927813,18.490054 2.3927813,17.463408 z M0.87500084,12.000055 C0.87500084,10.973409 1.7076947,10.141149 2.734874,10.141149 3.7620533,10.141149 4.5947472,10.973409 4.5947472,12.000055 4.5947472,13.0267 3.7620533,13.858961 2.734874,13.858961 1.7076947,13.858961 0.87500084,13.0267 0.87500084,12.000055 z M14.53958,5.0197097 C14.53958,3.9930645 15.372274,3.1608036 16.399453,3.1608036 17.426632,3.1608036 18.259326,3.9930645 18.259326,5.0197097 18.259326,6.0463549 17.426632,6.8786158 16.399453,6.8786158 15.372274,6.8786158 14.53958,6.0463549 14.53958,5.0197097 z M6.1890543,2.8944651 C6.1890543,1.8678199 7.0217482,1.035559 8.0489275,1.035559 9.0761068,1.035559 9.9088007,1.8678199 9.9088007,2.8944651 9.9088007,3.9211103 9.0761068,4.7533712 8.0489275,4.7533712 7.0217482,4.7533712 6.1890543,3.9211103 6.1890543,2.8944651 z M2.3927813,7.9025394 C2.3927813,6.8758941 3.2254751,6.0436332 4.2526544,6.0436332 5.2798337,6.0436332 6.1125276,6.8758941 6.1125276,7.9025394 6.1125276,8.9291846 5.2798337,9.7614455 4.2526544,9.7614455 3.2254751,9.7614455 2.3927813,8.9291846 2.3927813,7.9025394 z M0.87500084,2.4391856 C0.87500084,1.4125404 1.7076947,0.58027948 2.734874,0.58027948 3.7620533,0.58027948 4.5947472,1.4125404 4.5947472,2.4391856 4.5947472,3.4658308 3.7620533,4.2980917 2.734874,4.2980917 1.7076947,4.2980917 0.87500084,3.4658308 0.87500084,2.4391856 z M34.08943,11.430955 C34.08943,10.40431 34.922123,9.5720492 35.949303,9.5720492 36.976482,9.5720492 37.809176,10.40431 37.809176,11.430955 37.809176,12.457601 36.976482,13.289861 35.949303,13.289861 34.922123,13.289861 34.08943,12.457601 34.08943,11.430955 z M34.703589,4.682089 C35.225247,5.5664858 34.930815,6.7060977 34.045959,7.2274837 33.161102,7.7488698 32.020897,7.4545917 31.49924,6.5701949 30.977582,5.6857981 31.272014,4.5461863 32.15687,4.0248002 33.041727,3.5034141 34.181932,3.7976922 34.703589,4.682089 z" Height="40.179" Margin="19.356,0,20,0"
|
|
Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Fill="#FFF7AB03" Opacity="{Binding GateOpen, Converter={StaticResource Bool2OpacityConvert}, RelativeSource={RelativeSource TemplatedParent}}" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<local:Cylinder x:Name="cylinder" Margin="0,34.561,52.359,51.939" Height="Auto" HorizontalAlignment="Stretch" Width="Auto" IsInWork="{Binding GateOpen, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
<Path x:Name="rect" Data="M0.25,0.25 L64.75,0.25 L64.75,86.083 L0.25,86.083 z" Margin="17.417,0,17.583,27.333" Stretch="Fill" Stroke="Black" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.351,0.518">
|
|
<GradientStop Color="Black" Offset="0.009"/>
|
|
<GradientStop Color="White" Offset="0.495"/>
|
|
<GradientStop Color="#FF959595" Offset="0.805"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle x:Name="link_1" HorizontalAlignment="Stretch" Margin="65.555,14.156,25.648,31.095" Stroke="Black" StrokeThickness="0.5" Width="8.796" Fill="White"/>
|
|
<Path x:Name="link_2" Data="M2.4999998,62.452 C3.7426405,62.452 4.7499998,64.722809 4.7499998,67.524002 4.7499998,70.325188 3.7426405,72.596001 2.4999998,72.596001 1.2573591,72.596001 0.24999979,70.325188 0.25,67.524002 0.24999979,64.722809 1.2573591,62.452 2.4999998,62.452 z M2.4999998,51.25 C3.7426405,51.25 4.7499998,53.520813 4.7499998,56.321999 4.7499998,59.123188 3.7426405,61.394001 2.4999998,61.394001 1.2573591,61.394001 0.24999979,59.123188 0.25,56.321999 0.24999979,53.520813 1.2573591,51.25 2.4999998,51.25 z M2.4999998,11.452 C3.7426405,11.452 4.7499998,13.722812 4.7499998,16.524 4.7499998,19.325188 3.7426405,21.596001 2.4999998,21.596001 1.2573591,21.596001 0.24999979,19.325188 0.25,16.524 0.24999979,13.722812 1.2573591,11.452 2.4999998,11.452 z M2.4999998,0.25 C3.7426405,0.25 4.7499998,2.5208118 4.7499998,5.322001 4.7499998,8.123188 3.7426405,10.394 2.4999998,10.394001 1.2573591,10.394 0.24999979,8.123188 0.25,5.322001 0.24999979,2.5208118 1.2573591,0.25 2.4999998,0.25 z" Fill="#FF0C0B0B" HorizontalAlignment="Stretch" Height="Auto" Margin="67.405,15.023,27.594,32.131" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="5" />
|
|
<local:CylinderStick x:Name="stick1" HorizontalAlignment="Stretch" Margin="40.916,1.416,0.177,53.417" Width="Auto" RenderTransformOrigin="0.5,0.5" IsInWork="{Binding GateOpen, RelativeSource={RelativeSource TemplatedParent}}">
|
|
<local:CylinderStick.RenderTransform>
|
|
<MatrixTransform Matrix="-1, 0, 0, 1, 0, 0"/>
|
|
</local:CylinderStick.RenderTransform>
|
|
</local:CylinderStick>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
<Setter Property="GateOpen" Value="False"/>
|
|
</Style>
|
|
|
|
<!--提升机Style-->
|
|
<Style TargetType="{x:Type local:Elevator}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Elevator}">
|
|
<Viewbox x:Name="viewbox" RenderTransformOrigin="0.5,0.5" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="ON">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="link_1">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:1" Value="-20"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="-40"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="-1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="link_1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:1" Value="20"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="40"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="link_1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="link_1_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="OFF">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="link_1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="link_1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<!--<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="ellipse">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="link_1">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:1" Value="-20"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="-40"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="-1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="link_1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:1" Value="20"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="40"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:2" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>-->
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="link_1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0:0:0.6" Value="0"/>
|
|
<DiscreteDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="link_1_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0:0:0.6" Value="0"/>
|
|
<DiscreteDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="link_1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="link_1_Copy">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<!--<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="label">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.6" Value="#FFBEBEBE"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.5" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>-->
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup1">
|
|
<VisualState x:Name="Lossspd">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Background).(SolidColorBrush.Color)" Storyboard.TargetName="tbRPM">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="Yellow"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="#FF000000"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Normalspd"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup2">
|
|
<VisualState x:Name="OverCurrent">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Background).(SolidColorBrush.Color)" Storyboard.TargetName="tbAmps">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="Yellow"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="#FF000000"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="NormalCurrent"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup3">
|
|
<VisualState x:Name="Normal"/>
|
|
<VisualState x:Name="Sliding">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="ellipse1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFFF0003"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.6" Value="#FF0A59B1"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.2" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="ellipse">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.6" Value="#FF0A59B1"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.2" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid" Height="720" Width="78">
|
|
<Grid Height="Auto" Width="Auto" Grid.RowSpan="1" Grid.ColumnSpan="1" Margin="-0.562,0,0.395,0">
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="52"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="32.57"/>
|
|
<RowDefinition Height="0.451*"/>
|
|
<RowDefinition Height="358.039"/>
|
|
<RowDefinition Height="0.549*"/>
|
|
<RowDefinition Height="40.845"/>
|
|
</Grid.RowDefinitions>
|
|
<Path x:Name="path2" Data="M0.50349588,5.7495119 L56.134149,5.7495119 56.128614,6.1620359 C55.747773,20.351649 43.442706,31.744001 28.31882,31.744001 13.194939,31.744001 0.88986661,20.351649 0.5090256,6.1620359 z M0.5,0.5 L56.186002,0.5 56.186002,5.6350808 0.5,5.6350808 z M21.020002,5.8290165 L35.168322,5.8290165 L35.168322,20.782016 L21.020002,20.782016 z" Height="Auto" Margin="-5.054,-8.626,-29.567,-7.339" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Panel.ZIndex="1" Grid.Column="0" Grid.ColumnSpan="1" Grid.Row="4" Grid.RowSpan="1" RenderTransformOrigin="0.499999992732116,0.499999978468091">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="6.776,0.061" StartPoint="-3.541,1.118">
|
|
<GradientStop Color="Black" Offset="0.25"/>
|
|
<GradientStop Color="White" Offset="0.591"/>
|
|
<GradientStop Color="#FF242424" Offset="0.677"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Ellipse x:Name="ellipse" Fill="#FF0A59B1" HorizontalAlignment="Right" Margin="0,6.78,3.198,13.142" Stroke="Black" Width="21.587" Panel.ZIndex="1" Grid.Column="0" Grid.ColumnSpan="1" Grid.Row="4" RenderTransformOrigin="0.5,0.5" Height="Auto" VerticalAlignment="Stretch">
|
|
<Ellipse.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Ellipse.RenderTransform>
|
|
</Ellipse>
|
|
<Ellipse x:Name="ellipse1" Fill="#FF0A59B1" HorizontalAlignment="Right" Height="Auto" Margin="0,15.818,4.094,2.066" Stroke="Black" VerticalAlignment="Stretch" Width="14.601" Panel.ZIndex="2" Grid.Column="0" Grid.ColumnSpan="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5" StrokeThickness="0.5">
|
|
<Ellipse.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="0.7" ScaleY="0.7"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Ellipse.RenderTransform>
|
|
</Ellipse>
|
|
<Path x:Name="path4" Grid.Column="0" Data="M0.25000084,0.25 L12.375702,0.25 12.375702,9.5191065 4.7462597,9.5191065 0.25000084,0.44573783 z" HorizontalAlignment="Right" Height="6.968" Margin="0,9.645,-26.167,0" Grid.Row="1" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="19.602" Grid.ColumnSpan="1" StrokeThickness="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="7.708,3.49" StartPoint="-5.81,-4.089">
|
|
<GradientStop Color="Black" Offset="0.201"/>
|
|
<GradientStop Color="White" Offset="0.724"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M0.25,0.25 L11.61,0.25 L11.61,428.538 L0.25,428.538 z" HorizontalAlignment="Stretch" Margin="17.221,21.434,17.91,-1.688" Grid.Row="1" Grid.RowSpan="3" Stretch="Fill" Stroke="Black" Width="Auto" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="27.162,1.205" StartPoint="-20.327,-0.587">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FFB4B7B8" Offset="0.534"/>
|
|
<GradientStop Color="#FF1D1D1D" Offset="0.877"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M0.25,0.25 L11.657,0.25 L11.657,428.341 L0.25,428.341 z" HorizontalAlignment="Right" Margin="0,21.551,-7.289,-1.639" Grid.Row="1" Grid.RowSpan="3" Stretch="Fill" Stroke="Black" Width="15.492" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="27.162,1.205" StartPoint="-25.765,-0.681">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FFB4B7B8" Offset="0.534"/>
|
|
<GradientStop Color="#FF1D1D1D" Offset="0.886"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.50000001,0.49999999 L36.061002,0.49999999 36.061002,15.122 0.50000001,15.122 z" HorizontalAlignment="Right" Height="9.37" Margin="0,0,-16.509,-0.922" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9.313" Panel.ZIndex="1" Grid.Column="0" Grid.ColumnSpan="1" StrokeThickness="0.25" Grid.Row="0" Fill="#FF788491"/>
|
|
<Path x:Name="path4_Copy9" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,-8.444,5.881,-21.853" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="1.711" Fill="#FF929397" StrokeThickness="0.25" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,1.752,10.165,15.129" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="1.967" Fill="#FF929397" StrokeThickness="0.25" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M3.377475,0.125 C5.145986,0.12500005 6.5848789,1.5364771 6.6294126,3.2945257 L6.62995,3.3369999 0.125,3.3369999 0.12553738,3.2945257 C0.17007105,1.5364771 1.6089643,0.12500005 3.377475,0.125 z" Fill="#FF929397" Height="6.59" Margin="0,0,4.565,9.259" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Panel.ZIndex="1" Grid.Row="0" HorizontalAlignment="Right" Width="13.371"/>
|
|
<Path x:Name="path1_Copy1" Grid.Column="0" Data="M0.25,0.25000086 L11.607462,0.25000086 11.607462,10.220574 0.25,10.220574 z" HorizontalAlignment="Right" Height="4.933" Margin="0,0,3.812,4.966" Grid.Row="0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="15.018" Grid.ColumnSpan="1" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.212" StartPoint="0.492,-0.769">
|
|
<GradientStop Color="White" Offset="1"/>
|
|
<GradientStop Color="#FE6C6C6C" Offset="0.033"/>
|
|
<GradientStop Color="#FEA7A7A7" Offset="0.742"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path1_Copy2" Grid.Column="0" Data="M0.25,0.25000086 L11.607462,0.25000086 11.607462,10.220574 0.25,10.220574 z" HorizontalAlignment="Right" Height="3.79" Margin="0,0,2.149,2.243" Grid.Row="0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="19.043" Grid.ColumnSpan="1" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.212" StartPoint="0.492,-0.769">
|
|
<GradientStop Color="White" Offset="1"/>
|
|
<GradientStop Color="#FE6C6C6C" Offset="0.033"/>
|
|
<GradientStop Color="#FEA7A7A7" Offset="0.742"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path4_Copy2" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,-2.45,16.012,0" Stretch="Fill" Stroke="Black" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="12.621" VerticalAlignment="Top" HorizontalAlignment="Right" Width="3.79" Fill="#FF929397" StrokeThickness="0.25" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy4" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,-2.452,3.795,0" Stretch="Fill" Stroke="Black" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="13.038" VerticalAlignment="Top" HorizontalAlignment="Right" Width="3.584" Fill="#FF929397" StrokeThickness="0.25" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy5" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,-23.141,5.649,0" Stretch="Fill" Stroke="Black" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="65.947" VerticalAlignment="Top" HorizontalAlignment="Right" Width="2.124" Fill="#FF929397" StrokeThickness="0.25" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M1.9111259,0.50000076 L42.812405,26.92648 0.50000219,26.92648 0.75985674,1.2438405 z" HorizontalAlignment="Stretch" Height="Auto" Margin="15.98,-6.182,-0.699,19.65" RenderTransformOrigin="0.0389293431019512,0.494271826776801" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="Auto" Grid.Column="0" Grid.Row="4" Grid.RowSpan="1" Grid.ColumnSpan="1" StrokeThickness="1" Fill="#FF8E9091">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M39.799055,0.50000034 L0.5,26.514388 41.1549,26.514388 40.905225,1.2322399 z" HorizontalAlignment="Left" Height="27.015" Margin="-115.859,-8.089,0,0" RenderTransformOrigin="3.16094180046102,0.54920707446027" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="42.114" Grid.Column="0" Grid.Row="4" Grid.RowSpan="1" Grid.ColumnSpan="1" StrokeThickness="1" Fill="#FF8E9091">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy6" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,-10.802,12.893,12.669" Stretch="Fill" Stroke="Black" Grid.Row="4" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="2.027" Fill="#FF929397" StrokeThickness="0.25" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="1" Height="Auto" VerticalAlignment="Stretch">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M90.353128,69.964444 L0.50000144,69.234645 1.0815334,0.49999999 90.934661,1.2297981 z" HorizontalAlignment="Stretch" Height="8.119" Margin="15.664,0,-6.75,0.1" RenderTransformOrigin="0.999584930804578,0.805990235387332" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto" Grid.Column="0" Grid.Row="3" Grid.RowSpan="1" Grid.ColumnSpan="1" StrokeThickness="1" Fill="#FF8E9091">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M90.353128,69.964444 L0.50000144,69.234645 1.0815334,0.49999999 90.934661,1.2297981 z" HorizontalAlignment="Left" Height="8.119" Margin="-34.397,0,0,0.064" RenderTransformOrigin="0.999584930804578,0.805990235387332" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="35.851" Grid.Column="0" Grid.Row="3" Grid.RowSpan="1" Grid.ColumnSpan="1" StrokeThickness="1" Fill="#FF8E9091">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="link_1" Data="M0,639.85797 L15.033,639.85797 15.033,647.30298 2.1790009,644.60309 z M0,599.85785 L15.033,599.85785 15.033,607.30286 2.1790009,604.60297 z M0,559.85773 L15.033,559.85773 15.033,567.30273 2.1790009,564.60284 z M0,519.85736 L15.033,519.85736 15.033,527.30237 2.1790009,524.60248 z M0,479.85715 L15.033,479.85715 15.033,487.30215 2.1790009,484.6022 z M0,439.85684 L15.033,439.85684 15.033,447.30182 2.1790009,444.60187 z M0,399.8566 L15.033,399.8566 15.033,407.30161 2.1790009,404.60165 z M0,359.85635 L15.033,359.85635 15.033,367.30136 2.1790009,364.60141 z M0,319.85617 L15.033,319.85617 15.033,327.30115 2.1790009,324.6012 z M0,279.85605 L15.033,279.85605 15.033,287.30099 2.1790009,284.60107 z M0,239.85606 L15.033,239.85606 15.033,247.30096 2.1790009,244.60107 z M0,199.85606 L15.033,199.85606 15.033,207.30101 2.1790009,204.6011 z M0,159.85611 L15.033,159.85611 15.033,167.30104 2.1790009,164.60112 z M0,119.85664 L15.033,119.85664 15.033,127.30152 2.1790009,124.60162 z M0,79.857147 L15.033,79.857147 15.033,87.302055 2.1790009,84.60215 z M0,39.857658 L15.033,39.857658 15.033,47.30257 2.1790009,44.602669 z M0,0 L15.033,0 15.033,7.4448915 2.1790009,4.7450013 z" Fill="#FF38D81D" Height="Auto" Margin="17.807,27.045,19.16,13.083" Grid.Row="1" Grid.RowSpan="4" Stretch="Fill" Stroke="#FFEFEFEF" VerticalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5" Opacity="0" StrokeThickness="0">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="link_1_Copy" Data="M0,639.85797 L15.033,639.85797 15.033,647.30298 2.1790009,644.60309 z M0,599.85785 L15.033,599.85785 15.033,607.30286 2.1790009,604.60297 z M0,559.85773 L15.033,559.85773 15.033,567.30273 2.1790009,564.60284 z M0,519.85736 L15.033,519.85736 15.033,527.30237 2.1790009,524.60248 z M0,479.85715 L15.033,479.85715 15.033,487.30215 2.1790009,484.6022 z M0,439.85684 L15.033,439.85684 15.033,447.30182 2.1790009,444.60187 z M0,399.8566 L15.033,399.8566 15.033,407.30161 2.1790009,404.60165 z M0,359.85635 L15.033,359.85635 15.033,367.30136 2.1790009,364.60141 z M0,319.85617 L15.033,319.85617 15.033,327.30115 2.1790009,324.6012 z M0,279.85605 L15.033,279.85605 15.033,287.30099 2.1790009,284.60107 z M0,239.85606 L15.033,239.85606 15.033,247.30096 2.1790009,244.60107 z M0,199.85606 L15.033,199.85606 15.033,207.30101 2.1790009,204.6011 z M0,159.85611 L15.033,159.85611 15.033,167.30104 2.1790009,164.60112 z M0,119.85664 L15.033,119.85664 15.033,127.30152 2.1790009,124.60162 z M0,79.857147 L15.033,79.857147 15.033,87.302055 2.1790009,84.60215 z M0,39.857658 L15.033,39.857658 15.033,47.30257 2.1790009,44.602669 z M0,0 L15.033,0 15.033,7.4448915 2.1790009,4.7450013 z" Fill="#FF38D81D" Height="Auto" Margin="44.557,-4.205,-7.59,3.488" Grid.Row="1" Grid.RowSpan="3" Stretch="Fill" Stroke="#FFEFEFEF" VerticalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5" Opacity="0" StrokeThickness="0">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M0.25,2.255 L51.288002,2.255 51.288002,6.321 0.25,6.321 z M1.495,0.354 L4.8599998,0.354 4.8599998,2.034 1.495,2.034 z M1.344,6.7299997 L4.7069998,6.7299997 4.7069998,8.1589997 1.344,8.1589997 z M21.119,0.268 L24.484,0.268 24.484,1.9479999 21.119,1.9479999 z M20.968,6.6439997 L24.331,6.6439997 24.331,8.0729997 20.968,8.0729997 z M28.494,0.376 L31.859,0.376 31.859,2.0559999 28.494,2.0559999 z M28.343,6.7519997 L31.706,6.7519997 31.706,8.1809997 28.343,8.1809997 z M46.993,0.25 L50.358,0.25 50.358,1.9299999 46.993,1.9299999 z M46.842,6.6259997 L50.205,6.6259997 50.205,8.0549997 46.842,8.0549997 z" HorizontalAlignment="Stretch" Margin="12.613,40.826,-12.151,0" Grid.Row="3" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" Width="Auto" Height="8.431" VerticalAlignment="Top" StrokeThickness="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="6.776,0.061" StartPoint="-3.541,1.118">
|
|
<GradientStop Color="Black" Offset="0.25"/>
|
|
<GradientStop Color="White" Offset="0.591"/>
|
|
<GradientStop Color="#FF242424" Offset="0.677"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M0.25,2.255 L51.288002,2.255 51.288002,6.321 0.25,6.321 z M1.495,0.354 L4.8599998,0.354 4.8599998,2.034 1.495,2.034 z M1.344,6.7299997 L4.7069998,6.7299997 4.7069998,8.1589997 1.344,8.1589997 z M21.119,0.268 L24.484,0.268 24.484,1.9479999 21.119,1.9479999 z M20.968,6.6439997 L24.331,6.6439997 24.331,8.0729997 20.968,8.0729997 z M28.494,0.376 L31.859,0.376 31.859,2.0559999 28.494,2.0559999 z M28.343,6.7519997 L31.706,6.7519997 31.706,8.1809997 28.343,8.1809997 z M46.993,0.25 L50.358,0.25 50.358,1.9299999 46.993,1.9299999 z M46.842,6.6259997 L50.205,6.6259997 50.205,8.0549997 46.842,8.0549997 z" HorizontalAlignment="Stretch" Margin="11.848,0,-11.386,66.242" Grid.Row="2" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" Width="Auto" Height="8.431" VerticalAlignment="Bottom" StrokeThickness="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="6.776,0.061" StartPoint="-3.541,1.118">
|
|
<GradientStop Color="Black" Offset="0.25"/>
|
|
<GradientStop Color="White" Offset="0.591"/>
|
|
<GradientStop Color="#FF242424" Offset="0.677"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.ColumnSpan="1" Grid.Column="0" Data="M3.7869849,0.5 L61.476986,0.5 61.476986,4.5459999 3.7869849,4.5459999 z M0.5,4.7143563 L64.542,4.7143563 64.542,12.181357 0.5,12.181357 z" Fill="#FF0A59B1" HorizontalAlignment="Stretch" Height="18.153" Margin="-20.289,0,-44.817,-7.75" Grid.Row="4" RenderTransformOrigin="0.501705806725454,0.211356764942365" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M90.353128,69.964444 L0.50000144,69.234645 1.0815334,0.49999999 90.934661,1.2297981 z" HorizontalAlignment="Left" Height="Auto" Margin="-74.653,-49.419,0,19.849" RenderTransformOrigin="0.999584930804578,0.805990235387332" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="91.984" Grid.Column="0" Grid.Row="4" Grid.RowSpan="1" Grid.ColumnSpan="1" Fill="#FF8E9091">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.455" ScaleX="0.455"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy" Grid.ColumnSpan="1" Grid.Column="0" Data="M17.445999,0.25 C25.382961,0.25000027 32.122391,5.0092066 34.53281,11.620911 35.074407,11.94544 36.190199,19.869061 36.369999,23.845404 L34.462799,23.845404 34.462799,23.930405 0.41819793,23.930405 0.41819793,11.933088 0.25,11.933088 0.35918909,11.620911 C2.7696064,5.0092066 9.509038,0.25000027 17.445999,0.25 z" HorizontalAlignment="Stretch" Height="Auto" Margin="16.946,0.144,-26.647,-10.98" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Stretch" Width="Auto" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="5.362,1.584" StartPoint="-4.304,-0.169">
|
|
<GradientStop Color="Black" Offset="0.286"/>
|
|
<GradientStop Color="#FFB4B7B8" Offset="0.565"/>
|
|
<GradientStop Color="#FF1D1D1D" Offset="0.765"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path3_Copy" Grid.ColumnSpan="1" Grid.Column="0" Data="M27.025001,0.5 L41.602001,0.5 41.602001,12.37 27.208,12.37 27.208,12.985 26.863325,12.985 21.747,2.759734 16.630675,12.985 16.277,12.985 16.277,12.368 0.5,12.368 0.5,0.50100016 16.416001,0.50100016 16.416001,1.053 27.025001,1.053 z" HorizontalAlignment="Stretch" Height="13.985" Margin="17.176,9.06,-7.278,0" Grid.Row="1" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="5.428,15.302" StartPoint="-5.131,-12.039">
|
|
<GradientStop Color="Black" Offset="0.311"/>
|
|
<GradientStop Color="White" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
<Label x:Name="label" Content="" Panel.ZIndex="3" HorizontalAlignment="Center" Height="Auto" Margin="0,314,0,312" Grid.Row="0" VerticalAlignment="Stretch" Width="76.084"
|
|
BorderThickness="2" FontWeight="Bold" Grid.ColumnSpan="1" RenderTransformOrigin="0.5,0.5" FontSize="18" BorderBrush="#FFA7A7A7">
|
|
<Label.Background>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FFD8D8D8"/>
|
|
</LinearGradientBrush>
|
|
</Label.Background>
|
|
</Label>
|
|
<TextBlock x:Name="tbAmps" Panel.ZIndex="3" Foreground="Red" Text="{Binding Amps, RelativeSource={RelativeSource TemplatedParent}, StringFormat=F1}"
|
|
FontFamily="UniDreamLED" Margin="2.961,336,2.958,358" VerticalAlignment="Stretch" TextAlignment="Center" HorizontalAlignment="Stretch" Grid.Row="0" Height="Auto" Width="Auto" FontSize="24" Background="Black" Grid.Column="0" RenderTransformOrigin="0.5,0.5"/>
|
|
<TextBlock x:Name="tbRPM" Foreground="Red" Text="{Binding RPM,RelativeSource={RelativeSource TemplatedParent}, StringFormat=F1}"
|
|
FontFamily="UniDreamLED" Panel.ZIndex="3" Margin="2.961,0,2.958,314.059" VerticalAlignment="Bottom" TextAlignment="Center" HorizontalAlignment="Stretch" Grid.Row="0" Height="26" Width="Auto" FontSize="24" Background="Black" Grid.ColumnSpan="1" Grid.Column="0" RenderTransformOrigin="0.5,0.5"/>
|
|
<Path Grid.Column="0" Data="M0.25,2.255 L51.288002,2.255 51.288002,6.321 0.25,6.321 z M1.495,0.354 L4.8599998,0.354 4.8599998,2.034 1.495,2.034 z M1.344,6.7299997 L4.7069998,6.7299997 4.7069998,8.1589997 1.344,8.1589997 z M21.119,0.268 L24.484,0.268 24.484,1.9479999 21.119,1.9479999 z M20.968,6.6439997 L24.331,6.6439997 24.331,8.0729997 20.968,8.0729997 z M28.494,0.376 L31.859,0.376 31.859,2.0559999 28.494,2.0559999 z M28.343,6.7519997 L31.706,6.7519997 31.706,8.1809997 28.343,8.1809997 z M46.993,0.25 L50.358,0.25 50.358,1.9299999 46.993,1.9299999 z M46.842,6.6259997 L50.205,6.6259997 50.205,8.0549997 46.842,8.0549997 z" HorizontalAlignment="Stretch" Margin="11.541,238.921,14.921,0" Grid.Row="0" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" Width="Auto" Height="8.431" VerticalAlignment="Top" StrokeThickness="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="6.776,0.061" StartPoint="-3.541,1.118">
|
|
<GradientStop Color="Black" Offset="0.25"/>
|
|
<GradientStop Color="White" Offset="0.591"/>
|
|
<GradientStop Color="#FF242424" Offset="0.677"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M0.25,2.255 L51.288002,2.255 51.288002,6.321 0.25,6.321 z M1.495,0.354 L4.8599998,0.354 4.8599998,2.034 1.495,2.034 z M1.344,6.7299997 L4.7069998,6.7299997 4.7069998,8.1589997 1.344,8.1589997 z M21.119,0.268 L24.484,0.268 24.484,1.9479999 21.119,1.9479999 z M20.968,6.6439997 L24.331,6.6439997 24.331,8.0729997 20.968,8.0729997 z M28.494,0.376 L31.859,0.376 31.859,2.0559999 28.494,2.0559999 z M28.343,6.7519997 L31.706,6.7519997 31.706,8.1809997 28.343,8.1809997 z M46.993,0.25 L50.358,0.25 50.358,1.9299999 46.993,1.9299999 z M46.842,6.6259997 L50.205,6.6259997 50.205,8.0549997 46.842,8.0549997 z" HorizontalAlignment="Stretch" Margin="12.32,142.252,14.142,0" Grid.Row="0" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" Width="Auto" Height="8.431" VerticalAlignment="Top" StrokeThickness="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="6.776,0.061" StartPoint="-3.541,1.118">
|
|
<GradientStop Color="Black" Offset="0.25"/>
|
|
<GradientStop Color="White" Offset="0.591"/>
|
|
<GradientStop Color="#FF242424" Offset="0.677"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<TextBlock x:Name="Amps" Panel.ZIndex="3" Foreground="#FF666666"
|
|
FontFamily="Microsoft YaHei" Margin="2.961,316.152,2.958,0" VerticalAlignment="Top" TextAlignment="Center" HorizontalAlignment="Stretch" Grid.Row="0" Height="21.75" Width="Auto" FontSize="16" Background="#FFD8D8D8" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Text="电流"/>
|
|
<TextBlock x:Name="Rpm" Panel.ZIndex="3" Foreground="#FF666666"
|
|
FontFamily="Microsoft YaHei" Margin="2.961,0,2.958,337.75" VerticalAlignment="Bottom" TextAlignment="Center" HorizontalAlignment="Stretch" Grid.Row="0" Height="22" Width="Auto" FontSize="16" Background="#FFD8D8D8" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Text="转速"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--分配器Style-->
|
|
<Style TargetType="{x:Type local:Distributor}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Distributor}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="#FF787878"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="#FF787878"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFFFC2C2"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="White"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="#FFFFC2C2"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
|
|
</VisualState>
|
|
<VisualState x:Name="AlarmOff"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="100" Width="100">
|
|
<local:Motor x:Name="motor" Grid.Column="0" Margin="36.938,75.812,35.728,3.498" Grid.Row="0" VerticalAlignment="Stretch" RenderTransformOrigin="0.5,0.5" Height="Auto" HorizontalAlignment="Stretch" Width="Auto" Running="{Binding IsMotorWorking, RelativeSource={RelativeSource TemplatedParent}}">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path" Data="M32.507566,20.871611 L68.207204,20.871611 99.706882,31.165611 1.0078844,31.165611 z M61.277868,84.249097 L38.083868,84.249097 38.083868,79.315097 61.277868,79.315097 z M70.927017,79.508629 L29.281018,79.508629 29.281018,76.955629 70.927017,76.955629 z M67.626019,76.935883 L32.582018,76.935883 32.582018,69.278884 67.626019,69.278884 z M68.045189,68.937491 L32.161806,68.937491 0.5,31.42049 99.707,31.42049 z M67.710271,20.72433 L32.836269,20.72433 32.836269,5.3483298 67.710271,5.3483298 z M59.190861,5.0859999 L40.490861,5.0859999 40.490861,0.49999999 59.190861,0.49999999 z M62.646445,24.891218 C62.710172,23.765467 66.602429,23.072437 71.340042,23.343291 76.077656,23.614144 79.86659,24.746316 79.802862,25.872066 79.739135,26.997817 75.846878,27.690847 71.109265,27.419993 66.371651,27.149139 62.582718,26.016968 62.646445,24.891218 z M41.555351,24.614958 C41.555351,23.487194 45.402121,22.572959 50.147351,22.572959 54.892582,22.572959 58.739351,23.487194 58.739351,24.614958 58.739351,25.742723 54.892582,26.656958 50.147351,26.656958 45.402121,26.656958 41.555351,25.742723 41.555351,24.614958 z M20.714676,26.375281 C20.629791,25.251004 24.396597,24.047134 29.128071,23.68636 33.859546,23.325586 37.763976,23.944528 37.848861,25.068804 37.933747,26.19308 34.166942,27.396951 29.435467,27.757724 24.703993,28.118497 20.799562,27.499556 20.714676,26.375281 z" Margin="-0.5,28.58,0.293,-0.168" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.502533178549077,0.307055052310967" Grid.RowSpan="1" HorizontalAlignment="Stretch" Width="100.207" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--刮板机Style-->
|
|
<Style TargetType="{x:Type local:ChainConveyor}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:ChainConveyor}">
|
|
<Grid x:Name="grid" RenderTransformOrigin="0.5,0.5">
|
|
<Grid.LayoutTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="1" CenterX="0.5" CenterY="0.5"/>
|
|
<SkewTransform AngleY="0" AngleX="0" CenterX="0.5" CenterY="0.5"/>
|
|
<RotateTransform Angle="0" CenterX="0.5" CenterY="0.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.LayoutTransform>
|
|
<Grid.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.RenderTransform>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="41"/>
|
|
<ColumnDefinition Width="0.475*"/>
|
|
<ColumnDefinition Width="72.743"/>
|
|
<ColumnDefinition Width="0.525*"/>
|
|
<ColumnDefinition Width="42.0078333333333"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto" MinHeight="29"/>
|
|
</Grid.RowDefinitions>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Workstate">
|
|
<VisualState x:Name="ON">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<Int32AnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.ZIndex)" Storyboard.TargetName="path5">
|
|
<EasingInt32KeyFrame KeyTime="0" Value="1"/>
|
|
</Int32AnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="4.083"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="0.25"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="OFF"/>
|
|
<VisualState x:Name="Chocked">
|
|
<Storyboard AutoReverse="False" RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFFB0707"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFFD1408"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<Int32AnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.ZIndex)" Storyboard.TargetName="path5">
|
|
<EasingInt32KeyFrame KeyTime="0" Value="1"/>
|
|
</Int32AnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="2.438"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.062"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path x:Name="path6" Data="M0.5,0.49999999 L184.94,0.49999999 184.94,3.5113091 0.5,3.5113091 z" Margin="0.093,5.062,6.55,0" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="1" Height="2.137" VerticalAlignment="Top" Fill="#FF929397" StrokeThickness="0.5"/>
|
|
<Path x:Name="path4" Data="M0.5,0.49999999 L28.413532,0.49999999 28.413532,3.8151741 0.5,3.8151741 z" Margin="14.277,-0.026,3.696,0" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="2.005" VerticalAlignment="Top" HorizontalAlignment="Stretch" Width="Auto" Fill="White" StrokeThickness="0.5"/>
|
|
<Path x:Name="path3" Data="M113.33333,68" Fill="#FF0F4895" HorizontalAlignment="Left" Height="1.19" Margin="60.599,12.059,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="1.013" Grid.Row="0" Grid.Column="2"/>
|
|
<Path x:Name="path6_Copy" Data="M0.5,0.49999999 L184.94,0.49999999 184.94,3.5113091 0.5,3.5113091 z" Margin="1.76,6.816,8.488,5.255" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.497,-1.025">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path6_Copy1" Data="M0.5,0.49999999 L184.94,0.49999999 184.94,3.5113091 0.5,3.5113091 z" Margin="0.177,0,6.528,3.509" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="1" Height="2.262" VerticalAlignment="Bottom" Fill="#FF98999D" StrokeThickness="0.5"/>
|
|
<Path x:Name="path4_Copy" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="6.634,11.099,0,9.38" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="8.545" Fill="#FF9DA2A7" StrokeThickness="0.5"/>
|
|
<Path x:Name="path" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Left" Margin="8.859,13.331,0,11.686" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="4.067" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy1" Data="M0.5,0.49999999 L28.413532,0.49999999 28.413532,3.8151741 0.5,3.8151741 z" Margin="16.027,1.495,5.53,0" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="12.373" VerticalAlignment="Top" HorizontalAlignment="Stretch" Width="Auto" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.506,-0.484">
|
|
<GradientStop Color="Black" Offset="0.057"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path4_Copy2" Data="M0.5,0.49999999 L28.413532,0.49999999 28.413532,3.8151741 0.5,3.8151741 z" Margin="16.027,13.377,5.53,9.771" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Stretch" Width="Auto" StrokeThickness="0.5" Fill="#FF9FA2A5"/>
|
|
<Path Grid.ColumnSpan="1" Data="M0.79900002,0.125 L1.473,0.51650001 L1.473,1.2995 L0.79900002,1.6910001 L0.125,1.2995 L0.125,0.51650001 z M10.6745,0.249 L11.348,0.64075 L11.348,1.42425 L10.6745,1.816 L10.001,1.42425 L10.001,0.64075 z M0.81999998,14.395 L1.493,14.7865 L1.493,15.5695 L0.81999998,15.961 L0.147,15.5695 L0.147,14.7865 z M10.757,14.332 L11.431,14.72375 L11.431,15.50725 L10.757,15.899 L10.083,15.50725 L10.083,14.72375 z" Fill="#FF949699" HorizontalAlignment="Left" Height="Auto" Margin="3.968,7.208,0,5.706" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="11.556"/>
|
|
<Path x:Name="motor" Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF15417C" Margin="4.044,10.159,3.405,8.518" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF324556" Margin="5.497,11.586,5.161,9.853" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Grid.ColumnSpan="1" Grid.Column="2" Data="M0.4385,0.205 L0.752,0.40275 L0.752,0.79825 L0.4385,0.99600001 L0.125,0.79825 L0.125,0.40275 z M0.4385,8.391 L0.752,8.58925 L0.752,8.98575 L0.4385,9.184 L0.125,8.98575 L0.125,8.58925 z M34.228,8.267 L34.542,8.465 L34.542,8.861 L34.228,9.059 L33.914,8.861 L33.914,8.465 z M34.1065,0.125 L34.42,0.32325001 L34.42,0.71975002 L34.1065,0.91800003 L33.793,0.71975002 L33.793,0.32325001 z" Fill="#FF949699" HorizontalAlignment="Stretch" Height="Auto" Margin="4.923,10.724,3.923,8.967" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="Auto"/>
|
|
<Path x:Name="motor1" Grid.Column="4" Data="M5.5000001,0.5 C5.672589,0.5 5.8431356,0.50874445 6.0112211,0.52581424 L6.1307284,0.54100019 23.125,0.54100019 23.5,0.54100019 23.5,0.55645621 23.636221,0.56681442 C26.157501,0.82286441 28.125,2.9521652 28.125,5.541 28.125,8.1298348 26.157501,10.259136 23.636221,10.515186 L23.5,10.525544 23.5,10.541 23.125,10.541 5.5000001,10.541 5.5000001,10.5 C2.7385762,10.5 0.5,8.2614237 0.5,5.5000001 0.5,2.7385763 2.7385762,0.5 5.5000001,0.5 z" Fill="#FF15417C" HorizontalAlignment="Stretch" Margin="3.797,7.797,0.024,5.063" Grid.Row="0" Stretch="Fill" Stroke="Black" Width="Auto" RenderTransformOrigin="0.5,0.5" Grid.ColumnSpan="1" Height="Auto" VerticalAlignment="Stretch" StrokeThickness="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleY="-0.149"/>
|
|
<RotateTransform Angle="-0.392"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy5" Data="M0.5,0.49999999 L28.413532,0.49999999 28.413532,3.8151741 0.5,3.8151741 z" Margin="8.076,0,10.905,0.105" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="3.755" VerticalAlignment="Bottom" Fill="#FFC4CAD0" StrokeThickness="0.5" Grid.Column="4"/>
|
|
<Path x:Name="path4_Copy7" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0.713,4.646,0,3.301" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="2"/>
|
|
<Path x:Name="path4_Copy6" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,4.669,0.412,3.112" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="2"/>
|
|
<Path x:Name="path4_Copy8" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0.706,4.854,0,3.134" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="4"/>
|
|
<Path x:Name="path4_Copy9" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,4.646,2.134,3.009" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="0"/>
|
|
<Path x:Name="path4_Copy10" Data="M0.25,3.1495002 L4.777,3.1495002 4.777,4.6545002 0.25,4.6545002 z M5.8375,5.0825141 L5.8375,2.538486 7.4615,0.25 7.4615,7.3710002 z M6.1435882,4.5973426 L6.1435882,3.0207174 7.1282681,1.6024608 7.1282681,6.0155992 z M4.734,2.7585002 L5.418,2.7585002 5.418,4.9825002 4.734,4.9825002 z" Margin="-0.64,11.574,0,9.805" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="7.712" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.446"/>
|
|
<GradientStop Color="White" Offset="0.614"/>
|
|
<GradientStop Color="#FF959595" Offset="0.768"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path5" Grid.Column="2" Data="M23.413076,0.25000001 L25.227948,0.25000001 25.227948,7.4020001 23.413076,7.4020001 z M28.771649,0.25000001 L30.587521,0.25000001 30.587521,7.4020002 28.771649,7.4020002 z M34.401352,0.25000001 L36.215223,0.25000001 36.215223,7.4020002 34.401352,7.4020002 z M40.429246,0.25000001 L42.226109,0.25000001 42.226109,7.4020002 40.429246,7.4020002 z M46.431128,0.25000001 L48.245999,0.25000001 48.245999,7.4020002 46.431128,7.4020002 z M0.25,0.25000001 L2.065006,0.25000001 2.065006,7.4019997 0.25,7.4019997 z M5.6090177,0.25000001 L7.4250238,0.25000001 7.4250238,7.4019998 5.6090177,7.4019998 z M11.238036,0.25000001 L13.052042,0.25000001 13.052042,7.4019998 11.238036,7.4019998 z M17.266056,0.25000001 L19.063062,0.25000001 19.063062,7.4019998 17.266056,7.4019998 z M52.825,0.367 L54.64,0.367 54.64,7.5199999 52.825,7.5199999 z" Fill="#FF0F4895" HorizontalAlignment="Stretch" Margin="8.376,12.349,9.477,10.339" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="Auto" Opacity="0" RenderTransformOrigin="0.760386898744355,0.489208333120443" Height="Auto" VerticalAlignment="Stretch" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF324556" Margin="0,12.18,5.494,10.353" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="3.189" Panel.ZIndex="1"/>
|
|
<Path Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF324556" Margin="6.039,12.044,0,10.395" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="3.211" Panel.ZIndex="1"/>
|
|
</Grid>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--配料仓Style-->
|
|
<Style TargetType="{x:Type local:FeedBin}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:FeedBin}">
|
|
<ControlTemplate.Resources>
|
|
<LinearGradientBrush x:Key="binbrush" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FF959595" Offset="0.948"/>
|
|
<GradientStop Color="White" Offset="0.547"/>
|
|
</LinearGradientBrush>
|
|
</ControlTemplate.Resources>
|
|
<Viewbox x:Name="grid" Stretch="Fill" ContextMenu="{StaticResource ResourceKey=BinContextMenu}" RenderTransformOrigin="0.5,0.5" Height="Auto" Width="Auto">
|
|
<Viewbox.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Viewbox.RenderTransform>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Normal"/>
|
|
<VisualState x:Name="Running">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="StoreName1">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.6" Value="Green"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.2" Value="#FF3D3838"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Alarming">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="StoreName1">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.6" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.2" Value="#FF3D3838"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="lolevel1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.42"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="ValidationStates">
|
|
<VisualState x:Name="Valid"/>
|
|
<VisualState x:Name="InvalidFocused"/>
|
|
<VisualState x:Name="InvalidUnfocused"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="180" Width="60" Background="#00000000">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="0.533*"/>
|
|
<RowDefinition Height="0.421*"/>
|
|
<RowDefinition Height="0.046*"/>
|
|
</Grid.RowDefinitions>
|
|
<Path x:Name="body2" Data="M0.25,0.25000147 L98.946002,0.25000147 49.598002,57.02846 z" HorizontalAlignment="Stretch" Margin="0,-0.667,0,6" Stretch="Fill" Stroke="#FFAFAFB1" StrokeThickness="0.5" Width="Auto" Height="Auto" VerticalAlignment="Stretch" Fill="{StaticResource binbrush}" Grid.Row="1"/>
|
|
<Path x:Name="body_copy1" Data="M0.25,0.25000147 L98.946002,0.25000147 49.598002,57.02846 z" HorizontalAlignment="Stretch" Margin="0,0,0,6" Stretch="Fill" Fill="DarkGoldenrod" StrokeThickness="0" Width="Auto" Height="Auto" VerticalAlignment="Stretch"
|
|
Opacity="{Binding Volumn, Converter={StaticResource VTOC}, RelativeSource={RelativeSource TemplatedParent}}" Grid.Row="1"/>
|
|
<Path Data="M0.25,0.25 L132.25,0.25 L132.25,18.25 L0.25,18.25 z" Height="24.146" Margin="15.122,0,14.676,3.151" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" Width="Auto" Grid.Row="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.013"/>
|
|
<GradientStop Color="White" Offset="0.546"/>
|
|
<GradientStop Color="#FFF3F6F7" Offset="0.01"/>
|
|
<GradientStop Color="#FF6A6A6A" Offset="0.979"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="body3" Data="M0.25,0.25 L99.749999,0.25 99.749999,94.307251 0.25,94.307251 z" HorizontalAlignment="Stretch" Margin="0" Stretch="Fill" Stroke="#FFAFAFB1" StrokeThickness="0.5" Width="Auto" Fill="{DynamicResource binbrush}" Height="Auto" VerticalAlignment="Stretch"/>
|
|
<Path Data="M0.5,0.5 L50.667,0.5 L50.667,3.0419999 L0.5,3.0419999 z M0.5,3.042 L50.667,3.042 L50.667,5.6259999 L0.5,5.6259999 z" Fill="#FF646868" Height="6.187" Margin="16.277,0,16.455,30.167" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="0.5" Width="Auto" Grid.Row="1"/>
|
|
<Path Data="M0.25,0.25 L4.255,0.25 4.255,1.668 0.25,1.668 z M0.403,7.312 L4.408,7.312 4.408,8.73 0.403,8.73 z M68.618,0.26 L72.623,0.26 72.623,1.678 68.618,1.678 z M68.873,7.406 L72.878,7.406 72.878,8.824 68.873,8.824 z" Fill="#FF757B7C" HorizontalAlignment="Stretch" Height="9.074" Margin="16.277,0,16.455,17.093" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto" Grid.Row="1"/>
|
|
<Path Data="M0.25,0.25 L9.809,0.25 L9.809,22.86 L0.25,22.86 z" HorizontalAlignment="Left" Height="Auto" Margin="18.142,-8.644,0,-0.783" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="6.123" Grid.Row="2">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.504,-0.166">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FF0E5A95" Offset="0.572"/>
|
|
<GradientStop Color="#FF072F4F" Offset="0.904"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L2.6264641,0.25 2.6264641,22.831001 0.25,22.831001 z" HorizontalAlignment="Left" Height="Auto" Margin="18.098,-2.889,0,-6.497" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="2.163" Grid.Row="2">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.471"/>
|
|
<GradientStop Color="#FF5E5E5E" Offset="0.777"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<local:Motor x:Name="motor1" Margin="-2.916,0,0,11.816" VerticalAlignment="Bottom" HorizontalAlignment="Left" Height="17.966" Width="24.516" RenderTransformOrigin="0.5,0.5" Grid.Row="1" Running="{Binding IsFeeding, RelativeSource={RelativeSource TemplatedParent}}">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Ellipse Height="11.499" x:Name="lolevel1" Margin="24.89,22.413,24.36,0" VerticalAlignment="Top" StrokeThickness="0" Visibility="{Binding BelowSQL, Converter={StaticResource BTV}, RelativeSource={RelativeSource TemplatedParent}}" Fill="#FF65FF00" Width="Auto" HorizontalAlignment="Stretch" Grid.Row="1" RenderTransformOrigin="0.5,0.5">
|
|
<Ellipse.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Ellipse.RenderTransform>
|
|
</Ellipse>
|
|
<Ellipse Height="10" x:Name="hilevel1" Margin="24.89,8,21.583,0" VerticalAlignment="Top" StrokeThickness="0" Stroke="DarkRed" Fill="#FF00FF33" Width="10" HorizontalAlignment="Stretch" Visibility="{Binding AboveSQH, Converter={StaticResource BTV}, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<Path Data="M12.75,6.5 C12.75,9.9517797 9.9517797,12.75 6.5,12.75 C3.0482203,12.75 0.25,9.9517797 0.25,6.5 C0.25,3.0482203 3.0482203,0.25 6.5,0.25 C9.9517797,0.25 12.75,3.0482203 12.75,6.5 z M10.875,6.5629999 C10.875,8.9278832 8.9583308,10.845 6.5939999,10.845 C4.2296689,10.845 2.313,8.9278832 2.313,6.5629999 C2.313,4.1981167 4.2296689,2.281 6.5939999,2.281 C8.9583308,2.281 10.875,4.1981167 10.875,6.5629999 z M7.126,1.4015 C7.126,1.7243104 6.8643104,1.986 6.5415,1.986 C6.2186896,1.986 5.957,1.7243104 5.957,1.4015 C5.957,1.0786896 6.2186896,0.81699999 6.5415,0.81699999 C6.8643104,0.81699999 7.126,1.0786896 7.126,1.4015 z M2.105,6.6515 C2.105,6.9743104 1.8433104,7.236 1.5205,7.236 C1.1976896,7.236 0.93599999,6.9743104 0.93599999,6.6515 C0.93599999,6.3286896 1.1976896,6.067 1.5205,6.067 C1.8433104,6.067 2.105,6.3286896 2.105,6.6515 z M12.231,6.6515 C12.231,6.9743104 11.96931,7.236 11.6465,7.236 C11.32369,7.236 11.062,6.9743104 11.062,6.6515 C11.062,6.3286896 11.32369,6.067 11.6465,6.067 C11.96931,6.067 12.231,6.3286896 12.231,6.6515 z M7.24,11.4945 C7.24,11.81731 6.9783104,12.079 6.6555,12.079 C6.3326896,12.079 6.071,11.81731 6.071,11.4945 C6.071,11.17169 6.3326896,10.91 6.6555,10.91 C6.9783104,10.91 7.24,11.17169 7.24,11.4945 z M2.6120332,3.197298 C2.395373,2.9576248 2.4140287,2.5876934 2.653702,2.3710332 C2.8933753,2.1543729 3.2633067,2.1730287 3.4799669,2.412702 C3.6966271,2.6523752 3.6779713,3.0223066 3.4382981,3.2389669 C3.1986248,3.4556271 2.8286934,3.4369713 2.6120332,3.197298 z M9.4660332,10.607798 C9.2495581,10.36833 9.268364,9.9985642 9.5080373,9.781904 C9.7477106,9.5652438 10.117492,9.5837335 10.333967,9.823202 C10.550442,10.06267 10.531636,10.432436 10.291963,10.649096 C10.05229,10.865756 9.6825082,10.847266 9.4660332,10.607798 z M9.6198721,2.4954145 C9.8394525,2.2584138 10.209585,2.2442917 10.446586,2.4638722 C10.683586,2.6834526 10.697708,3.0535848 10.478128,3.2905855 C10.258547,3.5275863 9.8884153,3.5417083 9.6514145,3.3221279 C9.4144137,3.1025475 9.4002917,2.7324153 9.6198721,2.4954145 z M2.8438721,9.9799145 C3.0632649,9.7431163 3.4332449,9.7291585 3.6702457,9.9487389 C3.9072465,10.168319 3.9215206,10.538287 3.7021279,10.775086 C3.4827352,11.011884 3.1127551,11.025842 2.8757543,10.806261 C2.6387535,10.586681 2.6244794,10.216713 2.8438721,9.9799145 z" Fill="#FFF4F4F5" HorizontalAlignment="Stretch" Height="12.626" Margin="24.14,22.413,23.755,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto" Panel.ZIndex="1" Grid.Row="1" />
|
|
<TextBlock x:Name="MaterialName1"
|
|
Margin="0,45.88,0,10.667" TextWrapping="Wrap" VerticalAlignment="Stretch" FontSize="13.333" FontWeight="Bold" Height="Auto" Width="Auto" Text="{Binding RawName, RelativeSource={RelativeSource TemplatedParent}}" TextAlignment="Center" Foreground="#FF0629E7"/>
|
|
<local:AirHammer x:Name="airHammer1" HorizontalAlignment="Right" Margin="0,0,2.936,14.167" VerticalAlignment="Bottom" Height="16" Width="15.228" Grid.Row="1" />
|
|
<local:CutoffGate x:Name="cutoffGate1" HorizontalAlignment="Right" Margin="0,-29.417,18.164,0" VerticalAlignment="Stretch" Height="Auto" Width="23.276" Grid.Row="2" ShowCaption="False" Open="{Binding GateOpen, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<TextBlock x:Name="StoreName1" Text="{Binding BinName, RelativeSource={RelativeSource TemplatedParent}}"
|
|
Margin="0,23.927,0,0" TextWrapping="Wrap" VerticalAlignment="Top" FontSize="13.333" FontWeight="Bold" Height="21.703" Width="Auto" Foreground="#FF3D3838" TextAlignment="Center" TextDecorations="Underline"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:DischargePot}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:DischargePot}">
|
|
<Viewbox Margin="0,0,0,0" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Gatestes">
|
|
<VisualState x:Name="Closed">
|
|
<Storyboard/>
|
|
</VisualState>
|
|
<VisualState x:Name="Openned">
|
|
<Storyboard AutoReverse="False" RepeatBehavior="1x">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.3" Value="7"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="300" Width="320">
|
|
<Path Grid.Column="0" Data="M430,91" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="1" Margin="0,71.336,-108.332,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="1" Grid.Row="0"/>
|
|
<Path Data="M0.5,0.5 L78.001,0.5 L78.001,48.677 L0.5,48.677 z" Height="Auto" Margin="0,0,0,76.782" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Panel.ZIndex="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.351,0.518">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.805"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path" Data="M5.3634376,22.457087 C5.3634376,23.483733 4.5307441,24.315993 3.5035645,24.315993 C2.476385,24.315993 1.6436914,23.483733 1.6436914,22.457087 C1.6436914,21.430442 2.476385,20.598181 3.5035645,20.598181 C4.5307441,20.598181 5.3634376,21.430442 5.3634376,22.457087 z M10.829634,23.06443 C10.829634,24.091076 9.99694,24.923336 8.9697605,24.923336 C7.9425809,24.923336 7.1098874,24.091076 7.1098874,23.06443 C7.1098874,22.037785 7.9425809,21.205524 8.9697605,21.205524 C9.99694,21.205524 10.829634,22.037785 10.829634,23.06443 z M13.713963,21.243312 C13.713963,22.269958 12.881269,23.102218 11.85409,23.102218 C10.82691,23.102218 9.9942168,22.269958 9.9942168,21.243312 C9.9942168,20.216667 10.82691,19.384406 11.85409,19.384406 C12.881269,19.384406 13.713963,20.216667 13.713963,21.243312 z M17.206862,22.457087 C17.206862,23.483733 16.374169,24.315993 15.346989,24.315993 C14.31981,24.315993 13.487116,23.483733 13.487116,22.457087 C13.487116,21.430442 14.31981,20.598181 15.346989,20.598181 C16.374169,20.598181 17.206862,21.430442 17.206862,22.457087 z M18.876785,28.072505 C18.876785,29.09915 18.044092,29.931411 17.016912,29.931411 C15.989732,29.931411 15.157039,29.09915 15.157039,28.072505 C15.157039,27.045859 15.989732,26.213599 17.016912,26.213599 C18.044092,26.213599 18.876785,27.045859 18.876785,28.072505 z M22.673058,23.06443 C22.673058,24.091076 21.840365,24.923336 20.813185,24.923336 C19.786006,24.923336 18.953312,24.091076 18.953312,23.06443 C18.953312,22.037785 19.786006,21.205524 20.813185,21.205524 C21.840365,21.205524 22.673058,22.037785 22.673058,23.06443 z M24.190839,28.527784 C24.190839,29.55443 23.358145,30.38669 22.330965,30.38669 C21.303786,30.38669 20.471092,29.55443 20.471092,28.527784 C20.471092,27.501139 21.303786,26.668878 22.330965,26.668878 C23.358145,26.668878 24.190839,27.501139 24.190839,28.527784 z M28.746913,22.457087 C28.746913,23.483733 27.914219,24.315993 26.88704,24.315993 C25.85986,24.315993 25.027167,23.483733 25.027167,22.457087 C25.027167,21.430442 25.85986,20.598181 26.88704,20.598181 C27.914219,20.598181 28.746913,21.430442 28.746913,22.457087 z M34.213109,23.06443 C34.213109,24.091076 33.380415,24.923336 32.353236,24.923336 C31.326056,24.923336 30.493363,24.091076 30.493363,23.06443 C30.493363,22.037785 31.326056,21.205524 32.353236,21.205524 C33.380415,21.205524 34.213109,22.037785 34.213109,23.06443 z M30.872352,28.072505 C30.872352,29.09915 30.039659,29.931411 29.012479,29.931411 C27.985299,29.931411 27.152606,29.09915 27.152606,28.072505 C27.152606,27.045859 27.985299,26.213599 29.012479,26.213599 C30.039659,26.213599 30.872352,27.045859 30.872352,28.072505 z M3.8447462,31.411524 C3.8447462,32.43817 3.0120526,33.27043 1.9848731,33.27043 C0.95769355,33.27043 0.125,32.43817 0.125,31.411524 C0.125,30.384879 0.95769355,29.552618 1.9848731,29.552618 C3.0120526,29.552618 3.8447462,30.384879 3.8447462,31.411524 z M5.3625266,36.874878 C5.3625266,37.901523 4.529833,38.733784 3.5026535,38.733784 C2.475474,38.733784 1.6427804,37.901523 1.6427804,36.874878 C1.6427804,35.848233 2.475474,35.015972 3.5026535,35.015972 C4.529833,35.015972 5.3625266,35.848233 5.3625266,36.874878 z M9.9186009,30.804181 C9.9186009,31.830827 9.0859074,32.663087 8.0587278,32.663087 C7.0315483,32.663087 6.1988547,31.830827 6.1988547,30.804181 C6.1988547,29.777536 7.0315483,28.945275 8.0587278,28.945275 C9.0859074,28.945275 9.9186009,29.777536 9.9186009,30.804181 z M15.384797,31.411524 C15.384797,32.43817 14.552103,33.27043 13.524924,33.27043 C12.497744,33.27043 11.665051,32.43817 11.665051,31.411524 C11.665051,30.384879 12.497744,29.552618 13.524924,29.552618 C14.552103,29.552618 15.384797,30.384879 15.384797,31.411524 z M8.5819924,37.363652 C8.060335,36.479255 8.3547663,35.339643 9.239623,34.818257 C10.12448,34.296871 11.264685,34.591149 11.786342,35.475546 C12.307999,36.359942 12.013568,37.499554 11.128711,38.02094 C10.243855,38.542327 9.1036498,38.248048 8.5819924,37.363652 z M14.472853,27.920441 C14.472853,28.947087 13.64016,29.779347 12.61298,29.779347 C11.585801,29.779347 10.753107,28.947087 10.753107,27.920441 C10.753107,26.893796 11.585801,26.061535 12.61298,26.061535 C13.64016,26.061535 14.472853,26.893796 14.472853,27.920441 z M18.5725,36.722815 C18.5725,37.74946 17.739807,38.581721 16.712627,38.581721 C15.685448,38.581721 14.852754,37.74946 14.852754,36.722815 C14.852754,35.696169 15.685448,34.863909 16.712627,34.863909 C17.739807,34.863909 18.5725,35.696169 18.5725,36.722815 z M22.368773,31.71474 C22.368773,32.741386 21.53608,33.573646 20.5089,33.573646 C19.481721,33.573646 18.649027,32.741386 18.649027,31.71474 C18.649027,30.688095 19.481721,29.855834 20.5089,29.855834 C21.53608,29.855834 22.368773,30.688095 22.368773,31.71474 z M23.886554,37.178094 C23.886554,38.20474 23.05386,39.037 22.026681,39.037 C20.999501,39.037 20.166807,38.20474 20.166807,37.178094 C20.166807,36.151449 20.999501,35.319188 22.026681,35.319188 C23.05386,35.319188 23.886554,36.151449 23.886554,37.178094 z M28.442628,31.107398 C28.442628,32.134043 27.609934,32.966304 26.582755,32.966304 C25.555575,32.966304 24.722882,32.134043 24.722882,31.107398 C24.722882,30.080752 25.555575,29.248492 26.582755,29.248492 C27.609934,29.248492 28.442628,30.080752 28.442628,31.107398 z M33.908824,31.71474 C33.908824,32.741386 33.07613,33.573646 32.048951,33.573646 C31.021771,33.573646 30.189078,32.741386 30.189078,31.71474 C30.189078,30.688095 31.021771,29.855834 32.048951,29.855834 C33.07613,29.855834 33.908824,30.688095 33.908824,31.71474 z M27.106019,37.666868 C26.584362,36.782471 26.878793,35.642859 27.76365,35.121473 C28.648507,34.600087 29.788712,34.894365 30.310369,35.778762 C30.832026,36.663158 30.537595,37.80277 29.652739,38.324157 C28.767882,38.845543 27.627677,38.551265 27.106019,37.666868 z M25.253103,20.483906 C25.253103,21.510552 24.420409,22.342812 23.39323,22.342812 C22.36605,22.342812 21.533356,21.510552 21.533356,20.483906 C21.533356,19.457261 22.36605,18.625 23.39323,18.625 C24.420409,18.625 25.253103,19.457261 25.253103,20.483906 z M34.818946,26.706666 C34.818946,27.733312 33.986252,28.565572 32.959072,28.565572 C31.931893,28.565572 31.099199,27.733312 31.099199,26.706666 C31.099199,25.680021 31.931893,24.84776 32.959072,24.84776 C33.986252,24.84776 34.818946,25.680021 34.818946,26.706666 z M38.615219,21.698592 C38.615219,22.725237 37.782525,23.557498 36.755346,23.557498 C35.728166,23.557498 34.895472,22.725237 34.895472,21.698592 C34.895472,20.671946 35.728166,19.839686 36.755346,19.839686 C37.782525,19.839686 38.615219,20.671946 38.615219,21.698592 z M40.132999,27.161946 C40.132999,28.188591 39.300306,29.020852 38.273126,29.020852 C37.245946,29.020852 36.413253,28.188591 36.413253,27.161946 C36.413253,26.1353 37.245946,25.30304 38.273126,25.30304 C39.300306,25.30304 40.132999,26.1353 40.132999,27.161946 z M26.46842,34.142291 C26.46842,35.168936 25.635727,36.001197 24.608547,36.001197 C23.581368,36.001197 22.748674,35.168936 22.748674,34.142291 C22.748674,33.115645 23.581368,32.283385 24.608547,32.283385 C25.635727,32.283385 26.46842,33.115645 26.46842,34.142291 z M34.818946,36.267535 C34.818946,37.294181 33.986252,38.126441 32.959072,38.126441 C31.931893,38.126441 31.099199,37.294181 31.099199,36.267535 C31.099199,35.24089 31.931893,34.408629 32.959072,34.408629 C33.986252,34.408629 34.818946,35.24089 34.818946,36.267535 z M38.615219,31.259461 C38.615219,32.286106 37.782525,33.118367 36.755346,33.118367 C35.728166,33.118367 34.895472,32.286106 34.895472,31.259461 C34.895472,30.232815 35.728166,29.400555 36.755346,29.400555 C37.782525,29.400555 38.615219,30.232815 38.615219,31.259461 z M40.132999,36.722815 C40.132999,37.74946 39.300306,38.581721 38.273126,38.581721 C37.245946,38.581721 36.413253,37.74946 36.413253,36.722815 C36.413253,35.696169 37.245946,34.863909 38.273126,34.863909 C39.300306,34.863909 40.132999,35.696169 40.132999,36.722815 z M6.9185704,27.731045 C6.9185704,28.75769 6.0858768,29.589951 5.0586973,29.589951 C4.0315177,29.589951 3.1988242,28.75769 3.1988242,27.731045 C3.1988242,26.7044 4.0315177,25.872139 5.0586973,25.872139 C6.0858768,25.872139 6.9185704,26.7044 6.9185704,27.731045 z M6.3044108,34.479912 C5.7827534,33.595515 6.0771846,32.455903 6.9620413,31.934517 C7.8468981,31.413131 8.987103,31.707409 9.5087604,32.591805 C10.030418,33.476202 9.7359865,34.615814 8.8511298,35.1372 C7.9662731,35.658586 6.8260681,35.364308 6.3044108,34.479912 z M35.644562,16.704913 C35.644562,15.678267 36.477256,14.846007 37.504435,14.846007 38.531615,14.846007 39.364309,15.678267 39.364309,16.704913 39.364309,17.731558 38.531615,18.563819 37.504435,18.563819 36.477256,18.563819 35.644562,17.731558 35.644562,16.704913 z M30.178366,16.09757 C30.178366,15.070925 31.01106,14.238664 32.038239,14.238664 33.065419,14.238664 33.898113,15.070925 33.898113,16.09757 33.898113,17.124215 33.065419,17.956476 32.038239,17.956476 31.01106,17.956476 30.178366,17.124215 30.178366,16.09757 z M27.294037,17.918688 C27.294037,16.892043 28.126731,16.059782 29.15391,16.059782 30.181089,16.059782 31.013783,16.892043 31.013783,17.918688 31.013783,18.945333 30.181089,19.777594 29.15391,19.777594 28.126731,19.777594 27.294037,18.945333 27.294037,17.918688 z M23.801138,16.704913 C23.801138,15.678267 24.633832,14.846007 25.661011,14.846007 26.68819,14.846007 27.520884,15.678267 27.520884,16.704913 27.520884,17.731558 26.68819,18.563819 25.661011,18.563819 24.633832,18.563819 23.801138,17.731558 23.801138,16.704913 z M22.131215,11.089496 C22.131215,10.062851 22.963909,9.2305896 23.991088,9.2305896 25.018267,9.2305896 25.850961,10.062851 25.850961,11.089496 25.850961,12.116141 25.018267,12.948402 23.991088,12.948402 22.963909,12.948402 22.131215,12.116141 22.131215,11.089496 z M18.334942,16.09757 C18.334942,15.070925 19.167636,14.238664 20.194815,14.238664 21.221994,14.238664 22.054688,15.070925 22.054688,16.09757 22.054688,17.124215 21.221994,17.956476 20.194815,17.956476 19.167636,17.956476 18.334942,17.124215 18.334942,16.09757 z M16.817161,10.634216 C16.817161,9.607571 17.649855,8.7753101 18.677035,8.7753101 19.704214,8.7753101 20.536908,9.607571 20.536908,10.634216 20.536908,11.660862 19.704214,12.493122 18.677035,12.493122 17.649855,12.493122 16.817161,11.660862 16.817161,10.634216 z M12.261087,16.704913 C12.261087,15.678267 13.093781,14.846007 14.12096,14.846007 15.148139,14.846007 15.980833,15.678267 15.980833,16.704913 15.980833,17.731558 15.148139,18.563819 14.12096,18.563819 13.093781,18.563819 12.261087,17.731558 12.261087,16.704913 z M6.7948911,16.09757 C6.7948911,15.070925 7.6275849,14.238664 8.6547642,14.238664 9.6819435,14.238664 10.514637,15.070925 10.514637,16.09757 10.514637,17.124215 9.6819435,17.956476 8.6547642,17.956476 7.6275849,17.956476 6.7948911,17.124215 6.7948911,16.09757 z M10.135648,11.089496 C10.135648,10.062851 10.968342,9.2305896 11.995521,9.2305896 13.0227,9.2305896 13.855394,10.062851 13.855394,11.089496 13.855394,12.116141 13.0227,12.948402 11.995521,12.948402 10.968342,12.948402 10.135648,12.116141 10.135648,11.089496 z M37.163254,7.750476 C37.163254,6.7238308 37.995947,5.8915699 39.023127,5.8915699 40.050306,5.8915699 40.883,6.7238308 40.883,7.750476 40.883,8.7771212 40.050306,9.6093821 39.023127,9.6093821 37.995947,9.6093821 37.163254,8.7771212 37.163254,7.750476 z M35.645473,2.2871222 C35.645473,1.260477 36.478167,0.42821613 37.505346,0.42821613 38.532526,0.42821613 39.36522,1.260477 39.36522,2.2871222 39.36522,3.3137675 38.532526,4.1460284 37.505346,4.1460284 36.478167,4.1460284 35.645473,3.3137675 35.645473,2.2871222 z M31.089399,8.3578188 C31.089399,7.3311736 31.922093,6.4989127 32.949272,6.4989127 33.976452,6.4989127 34.809145,7.3311736 34.809145,8.3578188 34.809145,9.3844641 33.976452,10.216725 32.949272,10.216725 31.922093,10.216725 31.089399,9.3844641 31.089399,8.3578188 z M25.623203,7.750476 C25.623203,6.7238308 26.455897,5.8915699 27.483076,5.8915699 28.510255,5.8915699 29.342949,6.7238308 29.342949,7.750476 29.342949,8.7771212 28.510255,9.6093821 27.483076,9.6093821 26.455897,9.6093821 25.623203,8.7771212 25.623203,7.750476 z M32.426008,1.7983488 C32.947665,2.6827455 32.653234,3.8223574 31.768377,4.3437435 30.88352,4.8651296 29.743315,4.5708515 29.221658,3.6864547 28.700001,2.8020579 28.994432,1.662446 29.879289,1.14106 30.764145,0.6196739 31.90435,0.91395199 32.426008,1.7983488 z M26.535147,11.241559 C26.535147,10.214914 27.367841,9.382653 28.39502,9.382653 29.422199,9.382653 30.254893,10.214914 30.254893,11.241559 30.254893,12.268205 29.422199,13.100465 28.39502,13.100465 27.367841,13.100465 26.535147,12.268205 26.535147,11.241559 z M22.4355,2.4391856 C22.4355,1.4125404 23.268194,0.58027948 24.295373,0.58027948 25.322552,0.58027948 26.155246,1.4125404 26.155246,2.4391856 26.155246,3.4658308 25.322552,4.2980917 24.295373,4.2980917 23.268194,4.2980917 22.4355,3.4658308 22.4355,2.4391856 z M18.639227,7.4472599 C18.639227,6.4206147 19.471921,5.5883538 20.4991,5.5883538 21.526279,5.5883538 22.358973,6.4206147 22.358973,7.4472599 22.358973,8.4739051 21.526279,9.306166 20.4991,9.306166 19.471921,9.306166 18.639227,8.4739051 18.639227,7.4472599 z M17.121446,1.9839061 C17.121446,0.9572609 17.95414,0.125 18.981319,0.125 20.008499,0.125 20.841193,0.9572609 20.841193,1.9839061 20.841193,3.0105513 20.008499,3.8428122 18.981319,3.8428122 17.95414,3.8428122 17.121446,3.0105513 17.121446,1.9839061 z M12.565372,8.0546027 C12.565372,7.0279575 13.398066,6.1956966 14.425245,6.1956966 15.452424,6.1956966 16.285118,7.0279575 16.285118,8.0546027 16.285118,9.0812479 15.452424,9.9135088 14.425245,9.9135088 13.398066,9.9135088 12.565372,9.0812479 12.565372,8.0546027 z M7.099176,7.4472599 C7.099176,6.4206147 7.9318698,5.5883538 8.9590491,5.5883538 9.9862284,5.5883538 10.818922,6.4206147 10.818922,7.4472599 10.818922,8.4739051 9.9862284,9.306166 8.9590491,9.306166 7.9318698,9.306166 7.099176,8.4739051 7.099176,7.4472599 z M13.901981,1.4951326 C14.423638,2.3795294 14.129207,3.5191413 13.24435,4.0405274 12.359493,4.5619134 11.219288,4.2676353 10.697631,3.3832386 10.175974,2.4988418 10.470405,1.3592299 11.355262,0.83784383 12.240118,0.31645777 13.380323,0.61073585 13.901981,1.4951326 z M15.754897,18.678094 C15.754897,17.651449 16.587591,16.819188 17.61477,16.819188 18.64195,16.819188 19.474644,17.651449 19.474644,18.678094 19.474644,19.70474 18.64195,20.537 17.61477,20.537 16.587591,20.537 15.754897,19.70474 15.754897,18.678094 z M6.1890543,12.455334 C6.1890543,11.428689 7.0217482,10.596428 8.0489275,10.596428 9.0761068,10.596428 9.9088007,11.428689 9.9088007,12.455334 9.9088007,13.48198 9.0761068,14.31424 8.0489275,14.31424 7.0217482,14.31424 6.1890543,13.48198 6.1890543,12.455334 z M2.3927813,17.463408 C2.3927813,16.436763 3.2254751,15.604502 4.2526544,15.604502 5.2798337,15.604502 6.1125276,16.436763 6.1125276,17.463408 6.1125276,18.490054 5.2798337,19.322314 4.2526544,19.322314 3.2254751,19.322314 2.3927813,18.490054 2.3927813,17.463408 z M0.87500084,12.000055 C0.87500084,10.973409 1.7076947,10.141149 2.734874,10.141149 3.7620533,10.141149 4.5947472,10.973409 4.5947472,12.000055 4.5947472,13.0267 3.7620533,13.858961 2.734874,13.858961 1.7076947,13.858961 0.87500084,13.0267 0.87500084,12.000055 z M14.53958,5.0197097 C14.53958,3.9930645 15.372274,3.1608036 16.399453,3.1608036 17.426632,3.1608036 18.259326,3.9930645 18.259326,5.0197097 18.259326,6.0463549 17.426632,6.8786158 16.399453,6.8786158 15.372274,6.8786158 14.53958,6.0463549 14.53958,5.0197097 z M6.1890543,2.8944651 C6.1890543,1.8678199 7.0217482,1.035559 8.0489275,1.035559 9.0761068,1.035559 9.9088007,1.8678199 9.9088007,2.8944651 9.9088007,3.9211103 9.0761068,4.7533712 8.0489275,4.7533712 7.0217482,4.7533712 6.1890543,3.9211103 6.1890543,2.8944651 z M2.3927813,7.9025394 C2.3927813,6.8758941 3.2254751,6.0436332 4.2526544,6.0436332 5.2798337,6.0436332 6.1125276,6.8758941 6.1125276,7.9025394 6.1125276,8.9291846 5.2798337,9.7614455 4.2526544,9.7614455 3.2254751,9.7614455 2.3927813,8.9291846 2.3927813,7.9025394 z M0.87500084,2.4391856 C0.87500084,1.4125404 1.7076947,0.58027948 2.734874,0.58027948 3.7620533,0.58027948 4.5947472,1.4125404 4.5947472,2.4391856 4.5947472,3.4658308 3.7620533,4.2980917 2.734874,4.2980917 1.7076947,4.2980917 0.87500084,3.4658308 0.87500084,2.4391856 z M34.08943,11.430955 C34.08943,10.40431 34.922123,9.5720492 35.949303,9.5720492 36.976482,9.5720492 37.809176,10.40431 37.809176,11.430955 37.809176,12.457601 36.976482,13.289861 35.949303,13.289861 34.922123,13.289861 34.08943,12.457601 34.08943,11.430955 z M34.703589,4.682089 C35.225247,5.5664858 34.930815,6.7060977 34.045959,7.2274837 33.161102,7.7488698 32.020897,7.4545917 31.49924,6.5701949 30.977582,5.6857981 31.272014,4.5461863 32.15687,4.0248002 33.041727,3.5034141 34.181932,3.7976922 34.703589,4.682089 z" HorizontalAlignment="Stretch" Height="119.943" Margin="48.614,0,48.156,0.411" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="Auto" Fill="#FFF3F50A" Opacity="0" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:FourWays}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:FourWays}">
|
|
<ControlTemplate.Resources>
|
|
<LinearGradientBrush x:Key="Corlor1" EndPoint="1.351,0.506" StartPoint="-0.425,0.514">
|
|
<GradientStop Color="Black" Offset="0.008"/>
|
|
<GradientStop Color="White" Offset="0.524"/>
|
|
<GradientStop Color="Black" Offset="0.984"/>
|
|
</LinearGradientBrush>
|
|
<LinearGradientBrush x:Key="Corlor2" EndPoint="1.351,0.506" StartPoint="-0.425,0.514">
|
|
<GradientStop Color="Black" Offset="0.008"/>
|
|
<GradientStop Color="#FF0FF147" Offset="0.524"/>
|
|
<GradientStop Color="Black" Offset="0.984"/>
|
|
</LinearGradientBrush>
|
|
<LinearGradientBrush x:Key="Brush1" EndPoint="1.255,1.186" StartPoint="-1.336,-0.287">
|
|
<GradientStop Color="Black" Offset="0.084"/>
|
|
<GradientStop Color="White" Offset="0.997"/>
|
|
</LinearGradientBrush>
|
|
</ControlTemplate.Resources>
|
|
<Viewbox Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Left">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Middle"/>
|
|
<VisualState x:Name="Right">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Offset)" Storyboard.TargetName="path1_Copy1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.04"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Offset)" Storyboard.TargetName="path1_Copy3">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.04"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy3">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
|
|
<Grid Height="130" Width="200">
|
|
<Path x:Name="path2" Data="M0.5,0.49999999 L48.834001,0.49999999 48.834001,3.3529994 0.5,3.3529994 z" Height="5.785" Margin="72.206,1.083,75.661,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" Fill="{DynamicResource Brush1}"/>
|
|
<Path x:Name="path1_Copy" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="93.378" Margin="33.519,30.198,123.892,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.255,1.186" StartPoint="-1.336,-0.287">
|
|
<GradientStop Color="Black" Offset="0.084"/>
|
|
<GradientStop Color="White" Offset="0.997"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="45.573"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy2" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="4.588" Margin="-5.703,107.574,157.492,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5" Fill="{DynamicResource Brush1}">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="45.573"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy3" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="4.768" Margin="162.188,109.185,-4.52,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5" Fill="{DynamicResource Brush1}">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-47.649"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy1" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="98.609" Margin="125.687,27.161,35.196,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.255,1.186" StartPoint="-1.336,-0.287">
|
|
<GradientStop Color="Black" Offset="0.084"/>
|
|
<GradientStop Color="White" Offset="0.997"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.02" ScaleX="-0.98"/>
|
|
<SkewTransform AngleY="2.076" AngleX="0"/>
|
|
<RotateTransform Angle="-47.649"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy6" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="4.442" Margin="72.644,125.172,76.373,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" Panel.ZIndex="-1" Fill="{DynamicResource Brush1}"/>
|
|
<Path x:Name="path1_Copy4" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 0.50000001,15.127063 0.50000001,6.4121779 z" Height="119.9" Margin="75.197,6.172,77.591,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" Fill="{DynamicResource Brush1}"/>
|
|
<local:CylinderStick Margin="17.5,0,0,42.349" VerticalAlignment="Bottom" Height="27.583" HorizontalAlignment="Left" Width="63.89" RenderTransformOrigin="0.5,0.5">
|
|
<local:CylinderStick.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:CylinderStick.RenderTransform>
|
|
</local:CylinderStick>
|
|
<local:CylinderStick Margin="0,0,19.333,43.933" VerticalAlignment="Bottom" Height="26.833" HorizontalAlignment="Right" Width="62.277" RenderTransformOrigin="0.5,0.5">
|
|
<local:CylinderStick.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:CylinderStick.RenderTransform>
|
|
</local:CylinderStick>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Divert}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Divert}">
|
|
<Viewbox Stretch="Fill">
|
|
<Viewbox.Resources>
|
|
<LinearGradientBrush x:Key="Brush1" EndPoint="1.255,1.186" StartPoint="-1.336,-0.287">
|
|
<GradientStop Color="Black" Offset="0.084"/>
|
|
<GradientStop Color="White" Offset="0.997"/>
|
|
</LinearGradientBrush>
|
|
</Viewbox.Resources>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Left">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Right">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy3">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup>
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1_Copy">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1_Copy1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1_Copy2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy2">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1_Copy3">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy3">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1_Copy4">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy4">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1_Copy5">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1_Copy5">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="AlarmOff"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="140" Width="200">
|
|
<Path x:Name="path2" Data="M0.5,0.49999999 L48.834001,0.49999999 48.834001,3.3529994 0.5,3.3529994 z" Height="5.785" Margin="62.206,0.083,60.328,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" Fill="{StaticResource Brush1}"/>
|
|
<Path x:Name="path1_Copy" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="81.874" Margin="30.749,48.097,122.446,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.255,1.186" StartPoint="-1.336,-0.287">
|
|
<GradientStop Color="Black" Offset="0.084"/>
|
|
<GradientStop Color="White" Offset="0.997"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.02" ScaleX="0.981"/>
|
|
<SkewTransform AngleY="0" AngleX="-2.076"/>
|
|
<RotateTransform Angle="48.073"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy4" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 0.50000001,15.127063 0.50000001,6.4121779 z" Height="41.857" Margin="70.197,5.093,68.591,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" Panel.ZIndex="-1" Fill="{DynamicResource Brush1}"/>
|
|
<ed:RegularPolygon x:Name="path1_Copy5" HorizontalAlignment="Stretch" InnerRadius="1" Margin="70.417,45.927,69.083,60.048" PointCount="3" Stretch="Fill" Stroke="Black" StrokeThickness="1" Width="Auto" RenderTransformOrigin="0.5,0.5" Height="Auto" VerticalAlignment="Stretch" Fill="{DynamicResource Brush1}">
|
|
<ed:RegularPolygon.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</ed:RegularPolygon.RenderTransform>
|
|
</ed:RegularPolygon>
|
|
<Path x:Name="path1_Copy1" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="78.903" Margin="122.687,49.147,30.508,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.255,1.186" StartPoint="-1.336,-0.287">
|
|
<GradientStop Color="Black" Offset="0.084"/>
|
|
<GradientStop Color="White" Offset="0.997"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.02" ScaleX="-0.981"/>
|
|
<SkewTransform AngleY="0" AngleX="2.076"/>
|
|
<RotateTransform Angle="-48.073"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy2" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="4.715" Margin="-6.913,114.8,150.542,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5" Fill="{DynamicResource Brush1}">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.02" ScaleX="0.981"/>
|
|
<SkewTransform AngleY="0" AngleX="-2.076"/>
|
|
<RotateTransform Angle="48.073"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy3" Data="M0.50000001,0.50000003 L45.043001,0.50000003 45.043001,75.859984 0.50000001,75.859984 z" Height="4.406" Margin="148.785,113.065,-6.772,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.RowSpan="1" StrokeThickness="1" Grid.Row="0" RenderTransformOrigin="0.5,0.5" Fill="{DynamicResource Brush1}">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.02" ScaleX="-0.981"/>
|
|
<SkewTransform AngleY="0" AngleX="2.076"/>
|
|
<RotateTransform Angle="-48.073"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<local:CylinderStick Margin="31.417,0,95.693,60.432" VerticalAlignment="Bottom" Height="32.25" HorizontalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5">
|
|
<local:CylinderStick.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:CylinderStick.RenderTransform>
|
|
</local:CylinderStick>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--配料秤Style-->
|
|
<Style TargetType="{x:Type local:Scale}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Scale}">
|
|
<Viewbox x:Name="grid" Margin="0,0,0,0" Stretch="Fill" ContextMenu="{StaticResource ScaleContextMenu}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="ValidationStates">
|
|
<VisualState x:Name="Valid"/>
|
|
<VisualState x:Name="InvalidFocused"/>
|
|
<VisualState x:Name="InvalidUnfocused"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="WeighOver">
|
|
<VisualState x:Name="WeighOverYes">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Background).(SolidColorBrush.Color)" Storyboard.TargetName="Weight">
|
|
<EasingColorKeyFrame KeyTime="0:0:0.483" Value="Black"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.517" Value="#FFFFF500"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.967" Value="#FFFFF500"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:1" Value="Black"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="WeighOverNo"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="InitWeighOver">
|
|
<VisualState x:Name="InitWeighOverYes">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="Weight">
|
|
<EasingColorKeyFrame KeyTime="0" Value="Red"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.483" Value="Red"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.517" Value="Black"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.967" Value="Black"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:1" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="InitWeighOverNo"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="300" Width="320">
|
|
<Path Grid.Column="0" Data="M430,91" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="1" Margin="0,71.336,-108.332,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="1" Grid.Row="0"/>
|
|
<Path Grid.Column="0" Data="M16.334329,0.50000021 L20.484851,0.50000021 20.484851,32.530612 0.50000001,32.530612 z" Height="33.031" Margin="0,22.821,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.Row="0" Grid.RowSpan="1" Grid.ColumnSpan="1" HorizontalAlignment="Left" Width="29.985">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.09,0.373" StartPoint="-0.201,0.392">
|
|
<GradientStop Color="Black" Offset="0.026"/>
|
|
<GradientStop Color="White" Offset="0.542"/>
|
|
<GradientStop Color="#FFAEAEAE" Offset="0.642"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M4.7204994,0.50000001 L0.50000671,0.50000001 0.50000671,32.530612 20.821771,32.530612 z" Height="33.031" Margin="0,20.824,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.Row="0" Grid.RowSpan="1" Grid.ColumnSpan="1" HorizontalAlignment="Right" Width="30.947">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.09,0.373" StartPoint="-0.201,0.392">
|
|
<GradientStop Color="Black" Offset="0.026"/>
|
|
<GradientStop Color="White" Offset="0.542"/>
|
|
<GradientStop Color="#FFAEAEAE" Offset="0.642"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<TextBlock x:Name="Weight" Background="Black"
|
|
FontSize="48" FontFamily="UniDreamLED"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="52.01" Margin="80,20.072,80,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Text="{Binding Value, RelativeSource={RelativeSource TemplatedParent}, StringFormat=F2}" HorizontalAlignment="Stretch" Width="Auto" Grid.RowSpan="1" Panel.ZIndex="1" Foreground="Red"/>
|
|
<Path Data="M0.5,0.5 L243.5,0.5 L243.5,107.011 L0.5,107.011 z" Margin="30.017,0,29.668,0" Stretch="Fill" Stroke="Black" Height="119.761" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.185,0.518">
|
|
<GradientStop Color="Black" Offset="0.057"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.67"/>
|
|
<GradientStop Color="#FF8F8F8F" Offset="0.978"/>
|
|
<GradientStop Color="#FF787878" Offset="0.791"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L293.5,0.5 L293.5,6.1670002 L0.5,6.1670002 z M0.541,5.833 L293.541,5.833 L293.541,11.5 L0.541,11.5 z" Height="12" Margin="29.75,119.238,29.625,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.401,0.56" StartPoint="-0.414,0.516">
|
|
<GradientStop Color="Black" Offset="0.021"/>
|
|
<GradientStop Color="#FF0D3C7A" Offset="0.526"/>
|
|
<GradientStop Color="#FF082954" Offset="0.861"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M88.457795,0.5 L153.20921,0.5 241.16699,78.833002 0.5,78.833002 z" HorizontalAlignment="Stretch" Height="99.771" Margin="30.373,0,31.802,33.572" RenderTransformOrigin="0.50000001715033,0.318278661577102" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto" Panel.ZIndex="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-0.066,0.503" StartPoint="1.148,0.513">
|
|
<GradientStop Color="Black" Offset="0.076"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.922"/>
|
|
<GradientStop Color="Gray" Offset="0.726"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M248.16969,152.2545 L279.83301,183.91781 279.83301,152.2545 z M21.5,152.2545 L21.5,184.08281 53.328323,152.2545 z M279.83301,0.5 L300.83301,0.5 300.83301,220.011 279.83301,220.011 279.83301,194.75918 237.32832,152.2545 64.169693,152.2545 21.5,194.92418 21.5,221.00999 0.5,221.00999 0.5,1.4989968 21.5,1.4989968 21.5,131.2545 279.83301,131.2545 z" Fill="#FF0D3C7A" HorizontalAlignment="Stretch" Margin="0,71.667,0,0" Stretch="Fill" Stroke="Black" Width="Auto" Panel.ZIndex="1"/>
|
|
<Path Data="M3.5853142,5.7227002 C3.1797791,5.7227002 2.8510279,6.0300538 2.8510279,6.4091934 2.8510279,6.7883329 3.1797791,7.0956866 3.5853142,7.0956866 3.9908492,7.0956866 4.3196004,6.7883329 4.3196004,6.4091934 4.3196004,6.0300538 3.9908492,5.7227002 3.5853142,5.7227002 z M5.136762,5.7095678 C4.7312266,5.7095678 4.4024754,6.0167744 4.4024754,6.3957326 4.4024754,6.7746909 4.7312266,7.0818977 5.136762,7.0818977 5.542297,7.0818977 5.8710485,6.7746909 5.8710485,6.3957326 5.8710485,6.0167744 5.542297,5.7095678 5.136762,5.7095678 z M0.1,1.674 L8.3579998,1.674 8.3579998,3.0561787 2.8215298,3.0561787 2.8215298,5.2026596 8.3579998,5.2026596 8.3579998,11.235 0.1,11.235 0.1,9.8810556 6.4265914,9.8810556 6.4265914,7.7345747 0.1,7.7345747 z M3.495,11.256 L5.4820001,11.256 L5.4820001,12.818 L3.495,12.818 z M3.339,0.099999996 L5.3260001,0.099999996 L5.3260001,1.6620001 L3.339,1.6620001 z" HorizontalAlignment="Right" Height="18.405" Margin="0,53.677,2.09,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="19.541" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.185,0.518">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.805"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M3.5853142,5.7227002 C3.1797791,5.7227002 2.8510279,6.0300538 2.8510279,6.4091934 2.8510279,6.7883329 3.1797791,7.0956866 3.5853142,7.0956866 3.9908492,7.0956866 4.3196004,6.7883329 4.3196004,6.4091934 4.3196004,6.0300538 3.9908492,5.7227002 3.5853142,5.7227002 z M5.136762,5.7095678 C4.7312266,5.7095678 4.4024754,6.0167744 4.4024754,6.3957326 4.4024754,6.7746909 4.7312266,7.0818977 5.136762,7.0818977 5.542297,7.0818977 5.8710485,6.7746909 5.8710485,6.3957326 5.8710485,6.0167744 5.542297,5.7095678 5.136762,5.7095678 z M0.1,1.674 L8.3579998,1.674 8.3579998,3.0561787 2.8215298,3.0561787 2.8215298,5.2026596 8.3579998,5.2026596 8.3579998,11.235 0.1,11.235 0.1,9.8810556 6.4265914,9.8810556 6.4265914,7.7345747 0.1,7.7345747 z M3.495,11.256 L5.4820001,11.256 L5.4820001,12.818 L3.495,12.818 z M3.339,0.099999996 L5.3260001,0.099999996 L5.3260001,1.6620001 L3.339,1.6620001 z" HorizontalAlignment="Left" Height="18.405" Margin="2.527,54.927,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="19.541" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.185,0.518">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.805"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L16,0.5 L16,80.03 L0.5,80.03 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="80.53" Margin="48.945,0,0,58.319" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="16.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="76.764"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L16,0.5 L16,74.232 L0.5,74.232 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Height="74.732" Margin="0,0,53.179,63.616" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="16.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="103.738"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<TextBlock x:Name="Target"
|
|
Foreground="#FF332F2F" FontSize="30.333" FontFamily="Microsoft YaHei"
|
|
Grid.ColumnSpan="1" TextAlignment="Right" Grid.Column="0" Height="43.156" Margin="0,72.082,34.668,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" HorizontalAlignment="Right" Width="109.332" Grid.RowSpan="1" Panel.ZIndex="1" Text="{Binding Target, RelativeSource={RelativeSource TemplatedParent}, StringFormat=F2}" FontWeight="Normal"/>
|
|
<local:Gate x:Name="gate" HorizontalAlignment="Stretch" Height="68" Margin="87,0,89,0" VerticalAlignment="Bottom" Width="Auto" GateOpen="False"/>
|
|
<TextBlock x:Name="Weight_Copy" Background="Black" FontSize="48" FontFamily="UniDreamLED"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="52.01" Margin="80,20.072,80,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Text="???" HorizontalAlignment="Stretch" Width="Auto" Grid.RowSpan="1" Panel.ZIndex="1" Visibility="{Binding DeviceConnected, Converter={StaticResource Bool2VisibleConvert}, RelativeSource={RelativeSource TemplatedParent}}" Foreground="Red"/>
|
|
<TextBlock x:Name="State"
|
|
Foreground="#FF332F2F" FontSize="30.333" FontFamily="Microsoft YaHei"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="43.156" Margin="32,72.082,105.668,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Grid.RowSpan="1" Panel.ZIndex="1" Text="{Binding Status, Converter={StaticResource Short2StatusConvert}, RelativeSource={RelativeSource TemplatedParent}}" FontWeight="Normal"/>
|
|
<TextBlock HorizontalAlignment="Stretch" Height="48" Margin="102,0,105.668,100" TextWrapping="Wrap" Text="{Binding Caption, RelativeSource={RelativeSource TemplatedParent}}" VerticalAlignment="Bottom" FontSize="18.667" TextAlignment="Center"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
|
|
<!--检验秤Style-->
|
|
<Style TargetType="{x:Type local:Check}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Check}">
|
|
<Viewbox x:Name="grid" Margin="0,0,0,0" Stretch="Fill" ContextMenu="{StaticResource CheckContextMenu}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="ValidationStates">
|
|
<VisualState x:Name="Valid"/>
|
|
<VisualState x:Name="InvalidFocused"/>
|
|
<VisualState x:Name="InvalidUnfocused"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="WeighOver">
|
|
<VisualState x:Name="WeighOverYes">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Background).(SolidColorBrush.Color)" Storyboard.TargetName="Weight">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="Yellow"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="#FF000000"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="WeighOverNo"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="InitWeighOver">
|
|
<VisualState x:Name="InitWeighOverYes">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="Weight">
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.8" Value="#FF000000"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1.6" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="InitWeighOverNo"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="300" Width="320">
|
|
<Path Grid.Column="0" Data="M430,91" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="1" Margin="0,71.336,-108.332,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="1" Grid.Row="0"/>
|
|
<Path Grid.Column="0" Data="M16.334329,0.50000021 L20.484851,0.50000021 20.484851,32.530612 0.50000001,32.530612 z" Height="33.031" Margin="0,22.821,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.Row="0" Grid.RowSpan="1" Grid.ColumnSpan="1" HorizontalAlignment="Left" Width="29.985">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.09,0.373" StartPoint="-0.201,0.392">
|
|
<GradientStop Color="Black" Offset="0.026"/>
|
|
<GradientStop Color="White" Offset="0.542"/>
|
|
<GradientStop Color="#FFAEAEAE" Offset="0.642"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M4.7204994,0.50000001 L0.50000671,0.50000001 0.50000671,32.530612 20.821771,32.530612 z" Height="33.031" Margin="0,20.824,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.Row="0" Grid.RowSpan="1" Grid.ColumnSpan="1" HorizontalAlignment="Right" Width="30.947">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.09,0.373" StartPoint="-0.201,0.392">
|
|
<GradientStop Color="Black" Offset="0.026"/>
|
|
<GradientStop Color="White" Offset="0.542"/>
|
|
<GradientStop Color="#FFAEAEAE" Offset="0.642"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<TextBlock x:Name="Weight" Background="Black"
|
|
FontSize="48" FontFamily="UniDreamLED"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="52.01" Margin="80,20.072,80,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Text="{Binding Value, RelativeSource={RelativeSource TemplatedParent}, StringFormat=F2}" HorizontalAlignment="Stretch" Width="Auto" Grid.RowSpan="1" Panel.ZIndex="1" Foreground="Red"/>
|
|
<Path Data="M0.5,0.5 L243.5,0.5 L243.5,107.011 L0.5,107.011 z" Margin="30.017,0,29.668,0" Stretch="Fill" Stroke="Black" Height="119.761" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.185,0.518">
|
|
<GradientStop Color="Black" Offset="0.057"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.67"/>
|
|
<GradientStop Color="#FF8F8F8F" Offset="0.978"/>
|
|
<GradientStop Color="#FF787878" Offset="0.791"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L293.5,0.5 L293.5,6.1670002 L0.5,6.1670002 z M0.541,5.833 L293.541,5.833 L293.541,11.5 L0.541,11.5 z" Height="12" Margin="29.75,119.238,29.625,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.401,0.56" StartPoint="-0.414,0.516">
|
|
<GradientStop Color="Black" Offset="0.021"/>
|
|
<GradientStop Color="#FF0D3C7A" Offset="0.526"/>
|
|
<GradientStop Color="#FF082954" Offset="0.861"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M88.457795,0.5 L153.20921,0.5 241.16699,78.833002 0.5,78.833002 z" HorizontalAlignment="Stretch" Height="99.771" Margin="30.373,0,31.802,33.572" RenderTransformOrigin="0.50000001715033,0.318278661577102" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto" Panel.ZIndex="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-0.066,0.503" StartPoint="1.148,0.513">
|
|
<GradientStop Color="Black" Offset="0.076"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.922"/>
|
|
<GradientStop Color="Gray" Offset="0.726"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M248.16969,152.2545 L279.83301,183.91781 279.83301,152.2545 z M21.5,152.2545 L21.5,184.08281 53.328323,152.2545 z M279.83301,0.5 L300.83301,0.5 300.83301,220.011 279.83301,220.011 279.83301,194.75918 237.32832,152.2545 64.169693,152.2545 21.5,194.92418 21.5,221.00999 0.5,221.00999 0.5,1.4989968 21.5,1.4989968 21.5,131.2545 279.83301,131.2545 z" Fill="#FF0D3C7A" HorizontalAlignment="Stretch" Margin="0,71.667,0,0" Stretch="Fill" Stroke="Black" Width="Auto" Panel.ZIndex="1"/>
|
|
<Path Data="M3.5853142,5.7227002 C3.1797791,5.7227002 2.8510279,6.0300538 2.8510279,6.4091934 2.8510279,6.7883329 3.1797791,7.0956866 3.5853142,7.0956866 3.9908492,7.0956866 4.3196004,6.7883329 4.3196004,6.4091934 4.3196004,6.0300538 3.9908492,5.7227002 3.5853142,5.7227002 z M5.136762,5.7095678 C4.7312266,5.7095678 4.4024754,6.0167744 4.4024754,6.3957326 4.4024754,6.7746909 4.7312266,7.0818977 5.136762,7.0818977 5.542297,7.0818977 5.8710485,6.7746909 5.8710485,6.3957326 5.8710485,6.0167744 5.542297,5.7095678 5.136762,5.7095678 z M0.1,1.674 L8.3579998,1.674 8.3579998,3.0561787 2.8215298,3.0561787 2.8215298,5.2026596 8.3579998,5.2026596 8.3579998,11.235 0.1,11.235 0.1,9.8810556 6.4265914,9.8810556 6.4265914,7.7345747 0.1,7.7345747 z M3.495,11.256 L5.4820001,11.256 L5.4820001,12.818 L3.495,12.818 z M3.339,0.099999996 L5.3260001,0.099999996 L5.3260001,1.6620001 L3.339,1.6620001 z" HorizontalAlignment="Right" Height="18.405" Margin="0,53.677,2.09,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="19.541" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.185,0.518">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.805"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M3.5853142,5.7227002 C3.1797791,5.7227002 2.8510279,6.0300538 2.8510279,6.4091934 2.8510279,6.7883329 3.1797791,7.0956866 3.5853142,7.0956866 3.9908492,7.0956866 4.3196004,6.7883329 4.3196004,6.4091934 4.3196004,6.0300538 3.9908492,5.7227002 3.5853142,5.7227002 z M5.136762,5.7095678 C4.7312266,5.7095678 4.4024754,6.0167744 4.4024754,6.3957326 4.4024754,6.7746909 4.7312266,7.0818977 5.136762,7.0818977 5.542297,7.0818977 5.8710485,6.7746909 5.8710485,6.3957326 5.8710485,6.0167744 5.542297,5.7095678 5.136762,5.7095678 z M0.1,1.674 L8.3579998,1.674 8.3579998,3.0561787 2.8215298,3.0561787 2.8215298,5.2026596 8.3579998,5.2026596 8.3579998,11.235 0.1,11.235 0.1,9.8810556 6.4265914,9.8810556 6.4265914,7.7345747 0.1,7.7345747 z M3.495,11.256 L5.4820001,11.256 L5.4820001,12.818 L3.495,12.818 z M3.339,0.099999996 L5.3260001,0.099999996 L5.3260001,1.6620001 L3.339,1.6620001 z" HorizontalAlignment="Left" Height="18.405" Margin="2.527,54.927,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="19.541" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.148,0.508" StartPoint="-0.185,0.518">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
<GradientStop Color="#FF959595" Offset="0.805"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L16,0.5 L16,80.03 L0.5,80.03 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="80.53" Margin="48.945,0,0,58.319" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="16.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="76.764"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L16,0.5 L16,74.232 L0.5,74.232 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Height="74.732" Margin="0,0,53.179,63.616" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="16.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="103.738"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<TextBlock x:Name="Target"
|
|
Foreground="#FF332F2F" FontSize="30.333" FontFamily="Microsoft YaHei"
|
|
Grid.ColumnSpan="1" TextAlignment="Right" Grid.Column="0" Height="43.571" Margin="0,71.667,34.668,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" HorizontalAlignment="Right" Width="109.332" Grid.RowSpan="1" Panel.ZIndex="1" Text="{Binding Target, RelativeSource={RelativeSource TemplatedParent}, StringFormat=F2}" FontWeight="Normal"/>
|
|
<local:Gate x:Name="gate" HorizontalAlignment="Stretch" Height="68" Margin="87,0,89,0" VerticalAlignment="Bottom" Width="Auto" GateOpen="False"/>
|
|
<TextBlock x:Name="Weight_Copy" Background="Black" FontSize="48" FontFamily="UniDreamLED"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="52.01" Margin="80,20.072,80,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Text="???" HorizontalAlignment="Stretch" Width="Auto" Grid.RowSpan="1" Panel.ZIndex="1" Visibility="{Binding DeviceConnected, Converter={StaticResource Bool2VisibleConvert}, RelativeSource={RelativeSource TemplatedParent}}" Foreground="Red"/>
|
|
<TextBlock x:Name="State"
|
|
Foreground="#FF332F2F" FontSize="30.333" FontFamily="Microsoft YaHei"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="45.157" Margin="32,72.082,105.668,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Grid.RowSpan="1" Panel.ZIndex="1" Text="{Binding Status, Converter={StaticResource Short2CheckStatus}, RelativeSource={RelativeSource TemplatedParent}}" FontWeight="Normal"/>
|
|
<TextBlock HorizontalAlignment="Stretch" Height="48" Margin="102,0,105.668,100" TextWrapping="Wrap" Text="{Binding Caption, RelativeSource={RelativeSource TemplatedParent}}" VerticalAlignment="Bottom" FontSize="18.667" TextAlignment="Center"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--傻瓜分级筛Style-->
|
|
<Style TargetType="{x:Type local:Sifter}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Sifter}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Active">
|
|
<Storyboard AutoReverse="True" RepeatBehavior="Forever">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="tran_3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="6.833"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="lock_1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.555"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="5.457"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="lock_2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.914"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="6.914"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="sift">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.559"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="5.453"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="bottom">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="bottom">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Motor.Running)" Storyboard.TargetName="motor">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Inactive"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="130" Width="320">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="0.397*"/>
|
|
<RowDefinition Height="0.603*"/>
|
|
</Grid.RowDefinitions>
|
|
<Path x:Name="frame" Grid.Column="0" Data="M54.91894,303.0831 L53.915022,304.4664 54.91894,305.8497 56.926767,305.8497 57.930681,304.4664 56.926767,303.0831 z M121.61016,298.06064 L123.268,298.06064 123.268,312.42099 121.61016,312.42099 z M0.31318417,286.72699 L11.968733,299.82401 0.31318417,299.82401 z M101.60565,269.63583 L100.60174,271.01913 101.30446,271.98743 101.52444,271.80121 102.08463,272.40244 103.61349,272.40244 104.61739,271.01913 103.61349,269.63583 z M102.99132,37.86525 L102.1656,38.856648 101.33968,38.231728 100.60174,39.248554 101.60565,40.631851 103.61349,40.631851 104.61739,39.248554 103.61349,37.86525 z M0.34490883,11.437508 L0.35361218,11.437508 0.35361218,11.561526 11.861562,11.561526 0.34490883,23.831059 z M54.216532,6.290041 L53.212614,7.6733432 54.216532,9.0566454 56.22436,9.0566454 57.228273,7.6733432 56.22436,6.290041 z M0.35361218,1.5693367 L120.98849,1.5693367 120.98849,11.561526 108.68366,11.561526 108.68366,11.498045 96.635481,11.498045 96.635481,11.561526 73.31877,11.561526 96.635481,29.20365 96.635481,11.561526 108.68366,11.561526 108.68366,299.74716 96.635481,299.74716 96.635481,281.66772 75.128248,299.87216 121.53546,299.87216 121.53546,310.81454 0.25,310.81454 0.25,299.87216 68.360594,299.87216 96.635481,275.93939 96.635481,34.67239 66.091017,11.561526 11.861562,11.561526
11.977971,11.437508 0.35361218,11.437508 z M121.00775,0.25 L122.66557,0.25 122.66557,13.552737 121.00775,13.552737 z" Fill="#FF0A5FAD" HorizontalAlignment="Left" Height="Auto" Margin="13.576,-277.069,0,16.065" RenderTransformOrigin="0.0500375016498164,0.937968359963814" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="123.518" Panel.ZIndex="1" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.024" ScaleX="0.976"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="line" Data="M0.25000003,0.25000034 L1.4686668,0.25000034 1.4686668,51.525147 0.25000003,51.525147 z" Fill="#FF0F7207" HorizontalAlignment="Left" Height="52.087" Margin="18.844,0,0,-23.581" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="1.719" Panel.ZIndex="-1"/>
|
|
<Path x:Name="lock_1" Data="M91.044131,0.50077677 L102.48613,0.50077677 102.48613,19.500777 91.044131,19.500777 z M108.81186,0.50046566 L119.23486,0.50046566 119.23486,19.500466 108.81186,19.500466 z M200.51107,0.5134587 L212.00507,0.5134587 212.00507,19.513459 200.51107,19.513459 z M0.49999999,0.50000001 L10.674,0.50000001 10.674,19.5 0.49999999,19.5 z" HorizontalAlignment="Stretch" Height="20.014" Margin="55.797,0,51.698,-6.885" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="Auto" RenderTransformOrigin="0.492102498698346,0.49970257031805" Grid.Column="0" Panel.ZIndex="1" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleX="0.209"/>
|
|
<RotateTransform Angle="5.464"/>
|
|
<TranslateTransform X="-0.555" Y="-0.205"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White"/>
|
|
<GradientStop Color="#FFB3B3B3" Offset="0.662"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="lock_2" Data="M5.5365217,0.82568881 L8.1546087,0.82568881 8.1546087,3.6218916 5.5365217,3.6218916 z M4.2109642,0.25 L14.146,0.25 14.146,4.4170001 4.2109642,4.4170001 z M2.4653043,0.5378444 L4.1771304,0.5378444 4.1771304,1.5247395 2.4653043,1.5247395 z M2.5156522,3.0050821 L4.2274783,3.0050821 4.2274783,3.9919772 2.5156522,3.9919772 z M0.25,1.7987674 L12.031391,1.7987674 12.031391,2.7856625 0.25,2.7856625 z M6.2035217,89.158689 L8.8216087,89.158689 8.8216087,91.954892 6.2035217,91.954892 z M4.8779642,88.583 L14.813,88.583 14.813,92.75 4.8779642,92.75 z M3.1323043,88.870844 L4.8441304,88.870844 4.8441304,89.85774 3.1323043,89.85774 z M3.1826522,91.338082 L4.8944783,91.338082 4.8944783,92.324977 3.1826522,92.324977 z M0.917,90.131767 L12.698391,90.131767 12.698391,91.118662 0.917,91.118662 z M6.5365217,106.15869 L9.1546087,106.15869 9.1546087,108.95489 6.5365217,108.95489 z M5.2109642,105.583 L15.146,105.583 15.146,109.75 5.2109642,109.75 z M3.4653043,105.87084 L5.1771304,105.87084 5.1771304,106.85774 3.4653043,106.85774 z M3.5156522,108.33808 L5.2274783,108.33808 5.2274783,109.32498 3.5156522,109.32498 z M1.25,107.13177 L13.031391,107.13177 13.031391,108.11866 1.25,108.11866 z M6.2864022,195.59619 L8.9046775,195.59619 8.9046775,198.39239 6.2864022,198.39239 z M4.9607492,195.0205 L14.8965,195.0205 14.8965,199.1875 4.9607492,199.1875 z M3.2149638,195.30834 L4.926913,195.30834 4.926913,196.29524 3.2149638,196.29524 z M3.2653152,197.77558 L4.9772645,197.77558 4.9772645,198.76248 3.2653152,198.76248 z M0.9995,196.56927 L12.781739,196.56927 12.781739,197.55616 0.9995,197.55616 z" HorizontalAlignment="Left" Height="199.437" Margin="54.42,0,0,-106.114" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="15.82" RenderTransformOrigin="0.467524034996304,0" Panel.ZIndex="1" Grid.Row="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.027" ScaleX="0.973"/>
|
|
<SkewTransform AngleY="-0.209"/>
|
|
<RotateTransform Angle="-84.536"/>
|
|
<TranslateTransform X="0.914" Y="-9.66"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-5,0.537" StartPoint="7.52,0.535">
|
|
<GradientStop Color="Black" Offset="0.365"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="line_link" Data="M0.25,0.583 L4.3354511,0.583 4.3354511,9.1100005 0.25,9.1100005 z M3.2979878,6.8945001 C3.2979878,7.52659 2.8856627,8.0390001 2.3770341,8.0390001 1.8684054,8.0390001 1.4560804,7.52659 1.4560804,6.8945001 1.4560804,6.2624102 1.8684054,5.7500001 2.3770341,5.7500001 2.8856627,5.7500001 3.2979878,6.2624102 3.2979878,6.8945001 z M4.531,69.168001 L0.44554897,69.168001 0.44554897,60.641001 4.531,60.641001 z M1.4830123,62.856501 C1.4830123,62.224411 1.8953373,61.712001 2.403966,61.712001 2.9125947,61.712001 3.3249197,62.224411 3.3249197,62.856501 3.3249197,63.488591 2.9125947,64.001001 2.403966,64.001001 1.8953373,64.001001 1.4830123,63.488591 1.4830123,62.856501 z M282.875,0.25 L286.96045,0.25 286.96045,8.7770005 282.875,8.7770005 z M285.92299,6.5615001 C285.92299,7.19359 285.51066,7.7060001 285.00203,7.7060001 284.49341,7.7060001 284.08108,7.19359 284.08108,6.5615001 284.08108,5.9294102 284.49341,5.4170001 285.00203,5.4170001 285.51066,5.4170001 285.92299,5.9294102 285.92299,6.5615001 z M287.156,68.835001 L283.07055,68.835001 283.07055,60.308001 287.156,60.308001 z M284.10801,62.523501 C284.10801,61.891411 284.52034,61.379001 285.02897,61.379001 285.53759,61.379001 285.94992,61.891411 285.94992,62.523501 285.94992,63.155591 285.53759,63.668001 285.02897,63.668001 284.52034,63.668001 284.10801,63.155591 284.10801,62.523501 z" Fill="White" HorizontalAlignment="Stretch" Height="69.418" Margin="17.166,0,15.428,-32.082" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto" Panel.ZIndex="-1" Grid.ColumnSpan="1"/>
|
|
<Path x:Name="trans_1" Data="M0.25,0.25 L21.957001,0.25 21.957001,3.8951492 0.25,3.8951492 z" HorizontalAlignment="Left" Height="10.979" Margin="55.122,20.212,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="30.207" RenderTransformOrigin="0.499999993472398,2.26241752816299" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.951,0.526" StartPoint="-0.074,0.48">
|
|
<GradientStop Color="Black" Offset="0.02"/>
|
|
<GradientStop Color="White" Offset="0.686"/>
|
|
<GradientStop Color="#FF7B7B7B" Offset="0.907"/>
|
|
<GradientStop Color="#FFF3F6F7" Offset="0.394"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform />
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="trans_2" Data="M3.3216516,8.1679955 L14.777652,8.1679955 14.777652,13.228995 3.3216516,13.228995 z M7.4862781,5.2508163 L10.941278,5.2508163 10.941278,8.1248162 7.4862781,8.1248162 z M0.25,3.8769979 L17.831,3.8769979 17.831,5.1669979 0.25,5.1669979 z M3.665758,0.25000019 L14.412758,0.25000019 14.412758,3.8730002 3.665758,3.8730002 z" HorizontalAlignment="Left" Height="13.479" Margin="60.652,6.718,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="18.081" RenderTransformOrigin="0.50050612336144,1.5208328837195" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.951,0.526" StartPoint="-0.074,0.48">
|
|
<GradientStop Color="Black" Offset="0.02"/>
|
|
<GradientStop Color="White" Offset="0.573"/>
|
|
<GradientStop Color="#FF7B7B7B" Offset="0.771"/>
|
|
<GradientStop Color="#FF4D5152" Offset="0.377"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform />
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="tran_3" Data="M0.25,0.25 L21.957001,0.25 21.957001,3.8951492 0.25,3.8951492 z" HorizontalAlignment="Left" Height="3.874" Margin="65.2,2.866,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="3.372" RenderTransformOrigin="0.499999993472398,2.26241752816299" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.951,0.526" StartPoint="-0.074,0.48">
|
|
<GradientStop Color="Black" Offset="0.02"/>
|
|
<GradientStop Color="White" Offset="0.573"/>
|
|
<GradientStop Color="#FF7B7B7B" Offset="0.771"/>
|
|
<GradientStop Color="#FF4D5152" Offset="0.377"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<local:Motor x:Name="motor" HorizontalAlignment="Left" Height="24.806" Margin="50.396,0,0,49.334" VerticalAlignment="Bottom" Width="28.833" Grid.Row="1">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="bottom" Data="M3.87,3.333 L289.42501,3.333 L289.42501,22.833 L3.87,22.833 z M0.25,0.25 L293.58299,0.25 L293.58299,3.4169999 L0.25,3.4169999 z M1.277,23 L293.535,23 L293.535,26.167 L1.277,26.167 z" Height="25.084" Margin="11.458,0,11.459,22.583" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Grid.ColumnSpan="1" RenderTransformOrigin="0.5,0.5" Grid.Row="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.499,1.463" StartPoint="0.498,-0.36">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.746"/>
|
|
<GradientStop Color="#FFA8A8A8" Offset="0.376"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="sift" Data="M5.9572711,28.956856 L276.92726,28.956856 276.92726,48.456856 5.9572711,48.456856 z M0.35070798,48.956483 L282.13221,48.956483 282.13221,52.123483 0.35070798,52.123483 z M0.25000016,25.275483 L284.133,25.275483 284.133,28.470483 0.25000016,28.470483 z M13.610747,17.025895 L259.99285,17.025895 274.18264,24.998895 2.9826575,24.998895 z M29.232933,0.47271711 L55.435799,0.25000074 55.4519,3.568298 29.249034,3.7910144 z M50.135909,16.767133 L34.670245,16.898587 29.528689,3.9580609 55.151467,3.7402751 z M136.73443,14.448444 L149.19714,14.42604 153.28471,17.057679 132.63709,17.094797 z M234.48158,14.127727 L246.04024,14.106948 249.83094,16.739121 230.68111,16.773546 z M174.4665,58.507203 L190.47595,57.457578 190.55529,58.738718 174.54584,59.788343 z M187.58282,64.032421 L178.1336,64.651939 174.72025,59.842583 190.37528,58.816195 z M63.760437,52.203381 L165.12389,59.331718 280.42924,51.486104 M202.23046,56.760847 L217.11395,55.783218 217.18882,56.989768 202.30533,57.967397 z M214.42981,61.973026 L205.64516,62.55005 202.46754,58.018594 217.02153,57.062609 z M228.44904,54.879948 L241.97054,54.140696 242.03724,55.447616 228.51574,56.186868 z M239.52547,60.779782 L231.54471,61.216109 228.66304,56.245727 241.88519,55.522841 z" Height="64.902" Margin="20.932,0,14.685,-23.361" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" RenderTransformOrigin="0.497365438226756,0.596389817260889" Grid.ColumnSpan="1" Fill="#FFADADAD">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleX="0.209"/>
|
|
<RotateTransform Angle="4.303"/>
|
|
<TranslateTransform X="-0.559" Y="-0.126"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="line_Copy" Data="M0.25000003,0.25000034 L1.4686668,0.25000034 1.4686668,51.525147 0.25000003,51.525147 z" Fill="#FF0F7207" HorizontalAlignment="Right" Height="52.087" Margin="0,0,16.937,-23.581" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="1.719" Panel.ZIndex="-1"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:FromTo}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:FromTo}">
|
|
<Viewbox x:Name="viewbox" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Width="Auto" Height="Auto" OpacityMask="Black">
|
|
<Border x:Name="grid" Height="203.616" Width="267.509" Background="{TemplateBinding Background}">
|
|
<TextBlock x:Name="fromtotext" Margin="0" TextWrapping="Wrap" Text="{TemplateBinding Caption}" HorizontalAlignment="Center" VerticalAlignment="Center" Visibility="{TemplateBinding ShowCaption, Converter={StaticResource BTV}}" FontSize="48" FontWeight="Bold" TextAlignment="Center"/>
|
|
</Border>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--风扇Style-->
|
|
<Style TargetType="{x:Type local:Fan}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Fan}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Running">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:3.0" Value="-360"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="Lime"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF43E00C"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF47CE17"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF1F4B0F"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="NotRunning"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="alarmstate">
|
|
<VisualState x:Name="Alarm">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="White"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.5" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="Red"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Unalarm"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="50" Width="48">
|
|
<Path x:Name="path" Data="M17.912501,0.25 L17.912501,29.746617 14.9125,32.575001 14.9125,3.0783834 z M28.901774,6.0445469 L8.0445159,26.901805 3.9232266,26.780453 24.780485,5.9231955 z M26.780454,28.901774 L5.9231953,8.0445154 6.044547,3.9232262 26.901805,24.780484 z M32.575,17.9125 L3.078383,17.9125 0.25,14.9125 29.746617,14.9125 z M19.9135,16.406 C19.9135,18.408032 18.290533,20.031 16.2885,20.031 C14.286468,20.031 12.6635,18.408032 12.6635,16.406 C12.6635,14.403968 14.286468,12.781 16.2885,12.781 C18.290533,12.781 19.9135,14.403968 19.9135,16.406 z" Fill="#FF2384CE" HorizontalAlignment="Stretch" Margin="6.482,9.302,6.811,6.706" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="Auto" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1" Data="M20.999999,0.25 L49.5,0.25 49.5,3.2500001 48.418999,3.2500001 48.418999,28.333 48.396023,28.333 48.386662,28.579359 C47.741617,41.304619 37.219562,51.424 24.333999,51.424 11.032773,51.424 0.25,40.641224 0.25,27.34 0.25,14.662269 10.045581,4.2724187 22.480966,3.3262264 L22.584999,3.3196338 22.584999,3.2500001 20.999999,3.2500001 z" HorizontalAlignment="Stretch" Height="Auto" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="Auto" Grid.Column="0" Grid.Row="0" Grid.RowSpan="1" Grid.ColumnSpan="1" Panel.ZIndex="-1">
|
|
<Path.Fill>
|
|
<RadialGradientBrush GradientOrigin="-0.654,1.183" RadiusY="1.293" RadiusX="1.593">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.489"/>
|
|
<GradientStop Color="#FF454545" Offset="0.948"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path_Copy" Data="M22.895,11.5455 C22.895,17.783832 17.825744,22.841 11.5725,22.841 5.319256,22.841 0.25,17.783832 0.25,11.5455 0.25,5.3071676 5.319256,0.25 11.5725,0.25 17.825744,0.25 22.895,5.3071676 22.895,11.5455 z" Fill="#FFF4F4F5" Height="Auto" Margin="5.711,8.41,5.721,5.051" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Stretch" Width="Auto" Panel.ZIndex="-1"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
|
|
<Style TargetType="{x:Type local:Cyclone}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Cyclone}">
|
|
<Viewbox x:Name="grid" Margin="0,-0.084,0,0.084" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="high">
|
|
<VisualState x:Name="aboveHigh">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="hilevel" AutoReverse="true" RepeatBehavior="Forever">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFEBF3EB"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.5" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1" Value="#FFEBF3EB"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="belowHigh"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="98" Width="49" Background="#00000000">
|
|
<Path Data="M12.041667,49.833333" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="0.5" Margin="-3.447,0,0,37.025" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="0.5" Grid.Row="0" Grid.Column="0"/>
|
|
<Path Data="M12,50.5" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="0.5" Margin="-3.489,0,0,36.358" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="0.5" Grid.Row="0" Grid.Column="0"/>
|
|
<Path Data="M1.75,1.415 L37.25,1.415 L37.25,20.915 L1.75,20.915 z M0.25,0.25000002 L1.75,0.25000002 L1.75,22.166 L0.25,22.166 z" Height="15.507" Margin="20.213,24.975,0.27,0" Stretch="Fill" Stroke="#FFB1AFAF" StrokeThickness="0.5" VerticalAlignment="Top" Grid.ColumnSpan="1" Grid.Row="0" Grid.Column="0" Panel.ZIndex="1" HorizontalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.09,1.154" StartPoint="2.158,0.967">
|
|
<GradientStop Color="Black" Offset="0.076"/>
|
|
<GradientStop Color="White" Offset="0.964"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M23.25,-114.9375" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="0.5" Margin="0,-114.938,43.121,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="0.5" Grid.Column="0"/>
|
|
<Path Grid.ColumnSpan="1" Grid.Column="0" Data="M0.25,0.25000053 L12.513985,0.25000053 12.513985,4.243386 0.25,4.243386 z" HorizontalAlignment="Stretch" Height="4.493" Margin="13.199,0,23.037,12.415" Grid.Row="0" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="3.721,0.522" StartPoint="-2.911,0.505">
|
|
<GradientStop Color="Black" Offset="0.385"/>
|
|
<GradientStop Color="White" Offset="0.514"/>
|
|
<GradientStop Color="#FF2D2D2D" Offset="0.609"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.ColumnSpan="1" Grid.Column="0" Data="M0.4357613,0.25 L16.53829,0.25 16.352529,3.8222075 0.25000001,3.8222075 z" HorizontalAlignment="Stretch" Height="4.073" Margin="11.481,0,20.731,16.798" Grid.Row="0" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="3.721,0.522" StartPoint="-2.911,0.505">
|
|
<GradientStop Color="Black" Offset="0.385"/>
|
|
<GradientStop Color="White" Offset="0.514"/>
|
|
<GradientStop Color="#FF2D2D2D" Offset="0.609"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="body" Grid.ColumnSpan="1" Grid.Column="0" Data="M0.40199963,29.615 L38.152,29.615 26.214818,56.746 13.211433,56.633936 z M0.25,0.25 L38.606002,0.25 38.606002,29.115001 0.25,29.115001 z" HorizontalAlignment="Stretch" Height="Auto" Margin="0,20.244,10.144,20.76" Grid.Row="0" Grid.RowSpan="1" Stretch="Fill" Stroke="#FF494949" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="3.721,0.522" StartPoint="-2.911,0.505">
|
|
<GradientStop Color="Black" Offset="0.385"/>
|
|
<GradientStop Color="White" Offset="0.514"/>
|
|
<GradientStop Color="#FF2D2D2D" Offset="0.609"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Ellipse Height="5" x:Name="hilevel" Margin="16.5,57.375,0,0" VerticalAlignment="Top" StrokeThickness="0" Stroke="DarkRed" Fill="Red" Width="5" HorizontalAlignment="Left" Visibility="{Binding HighLevel, Converter={StaticResource BTV}, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<Path x:Name="path1" Grid.ColumnSpan="1" Grid.Column="0" Data="M0.25,7.064 L2.9300003,7.064 2.9300003,13.115 0.25,13.115 z M5.8670003,2.0490002 L24.245,2.0490002 24.245,17.366999 5.8670003,17.366999 z M3.3130004,0.35900009 L5.8020001,0.35900009 5.8020001,19.247 3.3130004,19.247 z M24.499,0.25 L26.988,0.25 26.988,18.893999 24.499,18.893999 z" Fill="#FF2384CE" HorizontalAlignment="Stretch" Height="14.08" Margin="5.379,0,18.324,0" Grid.Row="0" Grid.RowSpan="1" Stretch="Fill" Stroke="#FF4B4B4B" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto" />
|
|
<local:Fan x:Name="fan" HorizontalAlignment="Stretch" Height="20.244" Margin="10.055,0,18.324,0" VerticalAlignment="Top" Width="Auto" RenderTransformOrigin="0.808,0.53"/>
|
|
<local:Motor x:Name="motor" HorizontalAlignment="Right" Height="13.263" Margin="0,84.111,0.344,0" VerticalAlignment="Top" Width="17.98" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
<Style TargetType="{x:Type local:BufferBin}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:BufferBin}">
|
|
<ControlTemplate.Resources>
|
|
<LinearGradientBrush x:Key="binbrush" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FF959595" Offset="0.948"/>
|
|
<GradientStop Color="White" Offset="0.547"/>
|
|
</LinearGradientBrush>
|
|
</ControlTemplate.Resources>
|
|
<Viewbox x:Name="viewbox" Stretch="Fill" ContextMenu="{StaticResource CMBufferBin}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="high">
|
|
<VisualState x:Name="aboveHigh">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="hilevel" AutoReverse="true" RepeatBehavior="Forever">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFEBF3EB"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.5" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1" Value="#FFEBF3EB"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="belowHigh"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="low">
|
|
<VisualState x:Name="belowLow">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="lolevel" AutoReverse="true" RepeatBehavior="Forever">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFEBF3EB"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.5" Value="Orange"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1" Value="#FFEBF3EB"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="aboveLow"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid" Height="200" Width="80">
|
|
<Path x:Name="body" Data="M0.25,0.25000147 L98.946002,0.25000147 49.598002,57.02846 z" HorizontalAlignment="Stretch" Margin="0.414,0,0.39,8" Stretch="Fill" Stroke="#FFAFAFB1" StrokeThickness="0.5" Width="Auto" Height="57.278" VerticalAlignment="Bottom" Fill="{StaticResource binbrush}"/>
|
|
<Path x:Name="body1" Data="M0.25,0.25 L99.749999,0.25 99.749999,94.307251 0.25,94.307251 z" HorizontalAlignment="Stretch" Margin="0,0,0,65.443" Stretch="Fill" Stroke="#FFAFAFB1" StrokeThickness="0.5" Width="Auto" Fill="{StaticResource binbrush}"/>
|
|
<Path x:Name="body_copy" Data="M0.25,0.25000147 L98.946002,0.25000147 49.598002,57.02846 z" HorizontalAlignment="Stretch" Margin="0.414,0,0.39,8" Stretch="Fill" Fill="DarkGoldenrod" StrokeThickness="0" Width="Auto" Height="57.278" VerticalAlignment="Bottom"
|
|
Opacity="{Binding Volumn,Converter={StaticResource VTOC},RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<Ellipse Height="11" x:Name="lolevel" Margin="34.5,0,34.5,35.837" VerticalAlignment="Bottom" StrokeThickness="0" Fill="Orange" Width="11" Visibility="{Binding LowLevel, Converter={StaticResource BTV}, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<Ellipse Height="11" x:Name="hilevel" Margin="34.5,10.375,0,0" VerticalAlignment="Top" StrokeThickness="0" Stroke="DarkRed" Fill="Red" Width="11" HorizontalAlignment="Left" Visibility="{Binding HighLevel, Converter={StaticResource BTV}, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<TextBlock x:Name="storeName" VerticalAlignment="Top" Margin="0.414,70,0.39,0" Text="{Binding Caption, RelativeSource={RelativeSource TemplatedParent}}" TextWrapping="Wrap" TextAlignment="Center" FontSize="16" FontWeight="Bold" TextDecorations="Underline"/>
|
|
<TextBlock x:Name="rawName" Width="Auto" VerticalAlignment="Top" Margin="0.414,49,0.39,0" Text="{Binding RawName, RelativeSource={RelativeSource TemplatedParent}}" TextWrapping="Wrap" TextAlignment="Center" FontSize="16" FontWeight="Bold" Foreground="Blue" Height="28" TextDecorations="Underline"/>
|
|
<local:Gate x:Name="storegate" VerticalAlignment="Bottom" HorizontalAlignment="Left" Height="31.837" Width="79.61"/>
|
|
<Rectangle Fill="DarkGoldenrod" StrokeThickness="0" Margin="0,0,0,65" Height="{Binding Volumn, RelativeSource={RelativeSource TemplatedParent}}" Width="Auto" VerticalAlignment="Bottom" Opacity="0.25"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
<Style TargetType="{x:Type local:ProportionValve}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:ProportionValve}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="360" Width="180">
|
|
<Path Data="M10.499999,0.5 L100,0.5 C105.52285,0.50000075 110,4.9771531 110,10.500002 L110,30.500001 0.5,30.500001 0.5,10.500002 C0.49999988,4.9771531 4.9771522,0.50000075 10.499999,0.5 z" Height="29.167" Margin="5.917,76.083,6.05,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M10.499999,0.5 L100,0.5 C105.52285,0.50000075 110,4.9771531 110,10.500002 L110,30.500001 0.5,30.500001 0.5,10.500002 C0.49999988,4.9771531 4.9771522,0.50000075 10.499999,0.5 z" Height="29.083" Margin="6.384,110.5,5.583,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M10.47879,0.5 L62.618527,0.5 71.666999,12.205399 71.666999,85.364094 59.40315,101.229 13.264589,101.229 0.5,84.71632 0.5,13.408881 z M18.340996,3.004 L53.97859,3.004 58.096366,7.9056707 58.096366,28.879753 50.861177,28.879753 50.861177,68.471723 58.405999,68.471723 58.405999,89.055424 54.832673,93.308998 18.359316,93.308998 13.986,88.10314 13.986,68.471723 22.771702,68.471723 22.771702,28.879753 14.459464,28.879753 14.459464,7.624455 z" Margin="54.5,146.561,53.333,111.71" Stretch="Fill" Stroke="Black" HorizontalAlignment="Stretch" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L52.542,0.5 L52.542,8.437 L0.5,8.437 z" Height="8.937" Margin="64.333,138.604,62.625,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.044"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Left" Height="5.75" Margin="-0.321,104.97,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="10.641" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Left" Height="3.398" Margin="8.453,107.472,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="28.346" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Left" Height="5.75" Margin="30.241,104.95,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="10.641" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Right" Height="5.75" Margin="0,104.95,23.618,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="10.641" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Right" Height="5.75" Margin="0,104.7,-1.386,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="10.641" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L63.416,0.5 63.416,13.928 0.5,13.928 z M0.5,14.086 L63.416,14.086 63.416,27.514 0.5,27.514 z" Height="29.097" Margin="59.582,0,56.501,70.522" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Left" Height="11.629" Margin="0.25,0,0,66.248" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="23.308" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Left" Height="13.129" Margin="0,0,0,10.638" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="23.558" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L6.1164336,0.25 6.1164336,5.4999998 0.25,5.4999998 z" HorizontalAlignment="Left" Height="75" Margin="-3.683,0,0,4.966" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9.884" Grid.Row="0" RenderTransformOrigin="0.835711218743772,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.45,-0.116">
|
|
<GradientStop Color="Black" Offset="0.031"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.97"/>
|
|
<GradientStop Color="#FF949494" Offset="0.313"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L68.799,0.5 L68.799,9.341 L0.5,9.341 z" HorizontalAlignment="Left" Height="9.841" Margin="-18.465,0,0,37.563" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="69.299" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.007"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.924" ScaleX="1.081"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Right" Height="10.333" Margin="0,0,0.374,66.739" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="21.609" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="360"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Right" Height="10.333" Margin="0,0,0.312,13.551" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="21.776" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="360"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L6.1164336,0.25 6.1164336,5.4999998 0.25,5.4999998 z" Height="75.165" Margin="0,0,9.027,5.383" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Grid.Row="0" RenderTransformOrigin="0.835711218743772,0.5" HorizontalAlignment="Right" Width="9.189" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.45,-0.116">
|
|
<GradientStop Color="Black" Offset="0.031"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.97"/>
|
|
<GradientStop Color="#FF949494" Offset="0.313"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L63.926,0.5 L63.926,9.362 L0.5,9.362 z" HorizontalAlignment="Right" Height="9.862" Margin="0,0,-16.967,38.051" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="64.426">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.007"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.858" ScaleX="1.166"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="19.277" Margin="0,138.443,59.992,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="25.692" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" Height="Auto" Margin="0,171.048,84.538,178.77" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" HorizontalAlignment="Right" Width="3.692" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" Height="24.69" Margin="0,137.203,86.67,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" HorizontalAlignment="Right" Width="1.981" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="7.854" Margin="0,171.249,45.254,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="38.426" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" Height="18.621" Margin="0,0,77.058,122.935" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" HorizontalAlignment="Right" Width="10.615" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="13.534" Margin="0,0,76.333,136.572" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.019" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M44.166667,282.83333" HorizontalAlignment="Left" Height="1" Margin="44.167,0,0,0.667" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M18.166667,262 C23.247807,266.2395 48.401244,272.28116 59.190184,272.36727 61.883928,273.99354 101.25654,261.65338 100.8335,260.5 L100.66716,242.66667 78.66694,236.16628 41.166564,236.33261 29.166443,243.83274 17.832996,243.16606 z" Height="67.018" Margin="19.916,0,18.622,4.732" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M62.333333,277.5" HorizontalAlignment="Right" Height="1" Margin="0,0,56.667,6" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M6.5970275,0.25 L21.165744,0.25 21.165744,11.084 6.6930686,11.084 0.25,5.8461655 z M21.248091,1.2490003 L28.779999,1.2490003 28.779999,9.8120003 21.248091,9.8120003 z M25.054787,7.3730007 L23.315787,6.4155007 23.315787,4.5005007 25.054787,3.5430006 26.793787,4.5005007 26.793787,6.4155007 z" Height="8.959" Margin="78.909,0,76.768,154.57" Grid.Row="0" RenderTransformOrigin="0.610330493770753,0.50000000347225" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.501,1.056" StartPoint="0.493,-0.232">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L52.54,0.125 L52.54,16.375 L0.125,16.375 z" Fill="#FFA6A9A9" Height="16.5" Margin="65.668,0,61.667,34" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" StrokeMiterLimit="5" StrokeLineJoin="Bevel" VerticalAlignment="Bottom" />
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="3.398" Margin="0,107.139,-27.991,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="28.347" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L6.2089999,0.125 L6.2089999,41.75 L0.125,41.75 z M1.5840031,34.5 L4.9999966,34.5 M1.6150031,30.003 L4.9999966,30.003 M1.6150031,25.919 L4.9999966,25.919 M1.6150031,21.941 L4.9999966,21.941 M1.6150031,17.607 L4.9999966,17.607 M1.6150031,13.107 L4.9999966,13.107 M1.6150031,8.692 L4.9999966,8.692 M1.5320031,4.191 L4.9169966,4.191 M1.6150031,38.937 L4.9999966,38.937" Fill="#FFA6A9A9" HorizontalAlignment="Left" Margin="72.083,176.833,0,147.792" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" StrokeMiterLimit="5" StrokeLineJoin="Bevel" Width="4.334" Height="Auto" VerticalAlignment="Stretch" />
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Stretch" Height="5.75" Margin="88.741,104.7,80.618,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L108.5,0.5 L108.5,3.25 L0.5,3.25 z M0.5,3.5 L108.5,3.5 L108.5,6.25 L0.5,6.25 z" Height="6.75" Margin="0,104.583,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.019"/>
|
|
<GradientStop Color="#FF0F293D" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M10.499999,0.5 L100,0.5 C105.52285,0.50000075 110,4.9771531 110,10.500002 L110,30.500001 0.5,30.500001 0.5,10.500002 C0.49999988,4.9771531 4.9771522,0.50000075 10.499999,0.5 z" Height="13.834" Margin="72.751,0,69.821,98.917" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<TextBlock x:Name="OpenDgree" Background="Black"
|
|
Foreground="LimeGreen"
|
|
FontSize="56" FontFamily="UniDreamLED"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="67" Margin="1.5,0,56.083,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Text="{Binding OpenDgree,RelativeSource={RelativeSource TemplatedParent}}" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<TextBlock Background="Black"
|
|
Foreground="LimeGreen"
|
|
FontSize="56" FontFamily="UniDreamLED"
|
|
Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="67" Margin="0,0.168,1.333,0" Grid.Row="0" VerticalAlignment="Top" HorizontalAlignment="Right" Width="54.834" Text="%"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:ControlValve}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:ControlValve}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Open">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0CEF43"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF12DE56"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF12C024"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF0CEF43"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF12DE56"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path1">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FF12C024"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Close"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="180" Width="180">
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Stretch" Height="4.351" Margin="65.972,-3.339,78.993,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="Auto" Grid.Row="0" RenderTransformOrigin="0.501,0.48" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="15.825"/>
|
|
<TranslateTransform X="-17.737" Y="17.828"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.608,7.168" StartPoint="0.597,-6.197">
|
|
<GradientStop Color="Black" Offset="0.462"/>
|
|
<GradientStop Color="#FF114368" Offset="0.485"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.527"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L63.416,0.5 63.416,13.928 0.5,13.928 z M0.5,14.086 L63.416,14.086 63.416,27.514 0.5,27.514 z" Margin="59.832,0,56.251,65.772" Stretch="Fill" Stroke="Black" Height="18.43" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Left" Height="11.629" Margin="0.5,0,0,61.498" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="23.308" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Left" Height="13.129" Margin="0.25,0,0,5.888" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="23.558" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L6.1164336,0.25 6.1164336,5.4999998 0.25,5.4999998 z" HorizontalAlignment="Left" Height="75.001" Margin="0.148,0,0,0.278" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.55" Grid.Row="0" RenderTransformOrigin="0.835711218743772,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.45,-0.116">
|
|
<GradientStop Color="Black" Offset="0.031"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.97"/>
|
|
<GradientStop Color="#FF949494" Offset="0.313"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path" Data="M0.5,0.5 L68.799,0.5 L68.799,9.341 L0.5,9.341 z" HorizontalAlignment="Left" Height="15.343" Margin="-20.757,0,0,30.062" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="69.299" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.007"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.924" ScaleX="1.081"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Right" Height="10.333" Margin="0,0,0.124,61.989" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="21.609" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="360"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L3.099,0.125 3.099,5.708 0.125,5.708 z M3.125,0.828 L5.266,0.828 5.266,5.062 3.125,5.062 z" HorizontalAlignment="Right" Height="10.333" Margin="0,0,0.062,8.801" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="21.776" Grid.Row="0" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="360"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L6.1164336,0.25 6.1164336,5.4999998 0.25,5.4999998 z" Height="75.165" Margin="0,0,5.42,0.633" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Grid.Row="0" RenderTransformOrigin="0.835711218743772,0.5" HorizontalAlignment="Right" Width="4.189" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.45,-0.116">
|
|
<GradientStop Color="Black" Offset="0.031"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.97"/>
|
|
<GradientStop Color="#FF949494" Offset="0.313"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path1" Data="M0.5,0.5 L63.926,0.5 L63.926,9.362 L0.5,9.362 z" HorizontalAlignment="Right" Height="15.69" Margin="0,0,-19.717,30.387" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="64.426">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.007"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.858" ScaleX="1.166"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="15.777" Margin="0,18.999,83.624,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="3.99" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" Height="8.334" Margin="0,26.622,85.172,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" HorizontalAlignment="Right" Width="2.446" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="6.677" Margin="0,25.605,49.42,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="34.178" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" Height="11.077" Margin="0,60.594,81.999,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" HorizontalAlignment="Right" Width="5.298" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.824"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M44.166667,282.83333" HorizontalAlignment="Left" Height="1" Margin="44.417,0,0,-4.083" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M18.166667,262 C23.247807,266.2395 48.401244,272.28116 59.190184,272.36727 61.883928,273.99354 101.25654,261.65338 100.8335,260.5 L100.66716,242.66667 78.66694,236.16628 41.166564,236.33261 29.166443,243.83274 17.832996,243.16606 z" Height="67.018" Margin="20.166,0,18.372,-0.018" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M62.333333,277.5" HorizontalAlignment="Right" Height="1" Margin="0,0,56.417,1.25" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="3.398" Margin="0,11.234,80.854,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="5.847" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.608,7.168" StartPoint="0.597,-6.197">
|
|
<GradientStop Color="Black" Offset="0.462"/>
|
|
<GradientStop Color="#FF114368" Offset="0.485"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.527"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M10.499999,0.5 L100,0.5 C105.52285,0.50000075 110,4.9771531 110,10.500002 L110,30.500001 0.5,30.500001 0.5,10.500002 C0.49999988,4.9771531 4.9771522,0.50000075 10.499999,0.5 z" Height="4.668" Margin="62.022,0,0,83.312" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="7.012">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M15.8545,0.5 L48.1455,0.5 63.5,31.209 0.5,31.209 z" Margin="68.272,81.77,64.144,83.354" Stretch="Fill" Stroke="Black">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.044"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L52.542,0.5 L52.542,8.437 L0.5,8.437 z" Height="5.894" Margin="79.869,76.521,75.409,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleX="-0.507"/>
|
|
<RotateTransform/>
|
|
<TranslateTransform X="-0.034"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.044"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" Height="24.253" Margin="0,35.075,85.112,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Grid.Row="0" RenderTransformOrigin="-0.126441850470605,0.49401978680999" HorizontalAlignment="Right" Width="1.731" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="#FF2B2B2B" Offset="0.914"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M7.6744594,0.5 L45.161412,0.5 51.667,9.3389247 51.667,64.582167 42.849649,76.561999 9.6773677,76.561999 0.5,64.093023 0.5,10.247692 z M10.901039,69.142001 L42.290306,69.142001 46.388649,63.396546 46.388649,50.738855 39.720775,50.738855 39.720775,22.580569 46.673999,22.580569 46.673999,13.188162 40.477935,4.9160021 12.099673,4.9160021 5.737,13.410601 5.737,22.580569 13.833809,22.580569 13.833809,50.738855 6.1733388,50.738855 6.1733388,62.514249 z" Margin="67.083,23.749,62.917,0" Stretch="Fill" Stroke="Black" HorizontalAlignment="Stretch" Width="Auto" Height="53.394" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M10.499999,0.5 L100,0.5 C105.52285,0.50000075 110,4.9771531 110,10.500002 L110,30.500001 0.5,30.500001 0.5,10.500002 C0.49999988,4.9771531 4.9771522,0.50000075 10.499999,0.5 z" Height="4.668" Margin="0,0,57.946,83.499" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="7.012">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25000021,0.25000002 L4.4732801,0.25000002 4.4732801,4.2314615 0.25000021,4.2314615 z" HorizontalAlignment="Right" Height="4.357" Margin="0,-4.137,25.245,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="34.074" Grid.Row="0" RenderTransformOrigin="0.501,0.48" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-18.412"/>
|
|
<TranslateTransform X="-17.737" Y="17.828"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.608,7.168" StartPoint="0.597,-6.197">
|
|
<GradientStop Color="Black" Offset="0.462"/>
|
|
<GradientStop Color="#FF114368" Offset="0.485"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.527"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,7 C0.5,3.4101491 4.9771525,0.5 10.5,0.5 L96,0.5 C101.52285,0.5 106,3.4101491 106,7 C106,10.589851 101.52285,13.5 96,13.5 L10.5,13.5 C4.9771525,13.5 0.5,10.589851 0.5,7 z" HorizontalAlignment="Stretch" Height="14" Margin="36.833,0.167,36.667,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.608,7.168" StartPoint="0.597,-6.197">
|
|
<GradientStop Color="Black" Offset="0.462"/>
|
|
<GradientStop Color="#FF114368" Offset="0.485"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.527"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L52.542,0.5 L52.542,8.437 L0.5,8.437 z" Height="5.894" Margin="80.744,18.813,74.534,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleX="-0.507"/>
|
|
<RotateTransform/>
|
|
<TranslateTransform X="-0.034"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.503" StartPoint="-0.221,0.468">
|
|
<GradientStop Color="Black" Offset="0.044"/>
|
|
<GradientStop Color="#FF114368" Offset="0.467"/>
|
|
<GradientStop Color="#FF05131E" Offset="0.72"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:PreCleaner}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:PreCleaner}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Running">
|
|
<Storyboard>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.Background).(LinearGradientBrush.StartPoint)" Storyboard.TargetName="motor">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="4.901,9.925"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.Background).(LinearGradientBrush.EndPoint)" Storyboard.TargetName="motor">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="4.732,9.774"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Stop"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="180" Width="250">
|
|
<Path Data="M0.5,0.5 L178.166,0.5 L178.166,53.5 L0.5,53.5 z M0.5,54.5 L178.166,54.5 L178.166,104.167 L0.5,104.167 z" Height="108.936" Margin="13.674,33.444,52.863,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.897,0.98" StartPoint="-0.755,0.975">
|
|
<GradientStop Color="Black" Offset="0.11"/>
|
|
<GradientStop Color="White" Offset="0.471"/>
|
|
<GradientStop Color="#FF898989" Offset="0.739"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle Fill="#FF086BAB" HorizontalAlignment="Left" Height="59.065" Margin="6.486,65.621,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.959"/>
|
|
<Path Data="M0.25,0.25 L6.4180001,0.25 6.4180001,2.6669998 2.5050005,2.6669998 2.5050005,27.167 6.4600004,27.167 6.4600004,29.584 0.29200022,29.584 0.29200022,27.167 0.33300032,27.167 0.33300032,2.6669998 0.25,2.6669998 z" HorizontalAlignment="Left" Height="31.05" Margin="-0.108,79.649,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="7.64">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.478"/>
|
|
<GradientStop Color="#FF898989" Offset="0.887"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M10.667,7.0000005 L55,7.0000005 55,31.333 10.667,31.333 z M0.5,0.5 L64.333,0.5 64.333,6.8329998 0.5,6.8329998 z" HorizontalAlignment="Left" Height="33.131" Margin="13.845,0.833,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="66.574">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.741,0.499" StartPoint="-0.075,0.484">
|
|
<GradientStop Color="Black" Offset="0.031"/>
|
|
<GradientStop Color="White" Offset="0.718"/>
|
|
<GradientStop Color="#FF8A8A8A" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M12.625,32.164726 L48.458,32.164726 L48.458,35.747726 L12.625,35.747726 z M44.561861,32.123002 L17.438137,32.123002 0.5,0.50000041 61.5,0.50000041 z" HorizontalAlignment="Left" Height="38.144" Margin="14.188,0,0,0.084" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="63.665" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.789,0.499" StartPoint="-0.223,0.49">
|
|
<GradientStop Color="Black" Offset="0.137"/>
|
|
<GradientStop Color="White" Offset="0.639"/>
|
|
<GradientStop Color="#FF838383" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M32.710232,4.0002838 L84.289772,4.0002838 116.5,34.748283 0.49999999,34.748283 z M90.375,4.0829999 L27.875,4.0829999 L27.875,0.5 L90.375,0.5 z" HorizontalAlignment="Left" Height="38.31" Margin="-103.9,0,0,-27.8" RenderTransformOrigin="1.24786324735381,0.138247964470112" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="120.142" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-0.242,0.439" StartPoint="1.181,0.41">
|
|
<GradientStop Color="Black" Offset="0.086"/>
|
|
<GradientStop Color="White" Offset="0.516"/>
|
|
<GradientStop Color="#FFD2D2D2" Offset="0.552"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
|
|
<local:Motor x:Name="motor" HorizontalAlignment="Right" Margin="0,0,17.528,40.712" Height="41.964" VerticalAlignment="Bottom" Width="58.111" >
|
|
<local:Motor.Background>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</local:Motor.Background>
|
|
</local:Motor>
|
|
<Path Data="M0.5,0.5 L34,0.5 L34,17.5 L0.5,17.5 z" HorizontalAlignment="Right" Height="18.734" Margin="0,69.698,17.95,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="35.426">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.529"/>
|
|
<GradientStop Color="#FF747474" Offset="0.704"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L11.5,0.5 L11.5,22.5 L0.5,22.5 z" HorizontalAlignment="Right" Height="Auto" Margin="0,66.576,28.39,89.486" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="12.322">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.529"/>
|
|
<GradientStop Color="#FF747474" Offset="0.704"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="pathxx" Data="M0.5,0.5 L419.5,0.5 L419.5,359.5 L0.5,359.5 z" Fill="{x:Null}" Height="Auto" Stretch="Fill" Stroke="#FFE28310" VerticalAlignment="Stretch" StrokeThickness="5" Opacity="0" HorizontalAlignment="Right" Width="250"/>
|
|
<Path Data="M0.5,0.5 L16.751,0.5 L16.751,44.083 L0.5,44.083 z" HorizontalAlignment="Right" Height="61.65" Margin="0,67.877,-0.001,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="20.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.47,1" StartPoint="0.472,-1.041">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.784"/>
|
|
<GradientStop Color="#FF184D70" Offset="0.904"/>
|
|
<GradientStop Color="#FF0F3B58" Offset="0.619"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:TubeArc}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:TubeArc}">
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Direction">
|
|
<VisualState x:Name="_1stQuarter"/>
|
|
<VisualState x:Name="_2ndQuarter">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="99.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="199.833"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="_3rdQuarter">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="180"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="299.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="100.583"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="_4thQuarter">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="200.084"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="arc">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-99.25"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path x:Name="arc" Data="M100,0.5 C154.95233,0.5 199.5,45.047665 199.5,100 L124.5,100 C124.5,86.469025 113.53098,75.5 100,75.5 z" Height="100" RenderTransformOrigin="-1,0" Stretch="Fill" Stroke="Black" Width="100" StrokeThickness="2">
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="1.578" RadiusX="1.578" GradientOrigin="-0.59,1.663">
|
|
<RadialGradientBrush.RelativeTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform CenterY="0.5" CenterX="0.5" ScaleY="1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0" CenterY="0.5" CenterX="0.5"/>
|
|
<RotateTransform CenterY="0.5" CenterX="0.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</RadialGradientBrush.RelativeTransform>
|
|
<GradientStop Color="Black" Offset="0.346"/>
|
|
<GradientStop Color="White" Offset="0.482"/>
|
|
<GradientStop Color="Black" Offset="0.601"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:TubeLine}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:TubeLine}">
|
|
<Grid x:Name="LayoutRoot" >
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Direction">
|
|
<VisualState x:Name="Horizontal">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.986"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.208"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Vertical">
|
|
<Storyboard>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="UserControl">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="UserControl">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.99"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-0.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path x:Name="path" Data="M0.5,0.5 L99.5,0.5 L99.5,19.5 L0.5,19.5 z" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.5,0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.086" StartPoint="0.5,-0.178">
|
|
<GradientStop Color="Black" Offset="0.127"/>
|
|
<GradientStop Color="White" Offset="0.552"/>
|
|
<GradientStop Color="Black" Offset="0.946"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
<Style TargetType="{x:Type local:TubeT}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:TubeT}">
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Direction">
|
|
<VisualState x:Name="ToTop">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Offset)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.496"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="ToBottom">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.167"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.333"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="99.75"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.452"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.996"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.992"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="ToLeft">
|
|
<Storyboard>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path_Copy">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-26.667"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="22.334"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-1.006"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="ToRight">
|
|
<Storyboard>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path_Copy">
|
|
<DiscretePointKeyFrame KeyTime="0" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-0.984"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="27.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path_Copy">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="23.667"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="100" Width="100">
|
|
<Path x:Name="path" Data="M0.5,0.5 L99.5,0.5 L99.5,19.5 L0.5,19.5 z" Stretch="Fill" Stroke="Black" Margin="0,40.288,0,39.712">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.499,1.086" StartPoint="0.5,-0.178">
|
|
<GradientStop Color="Black" Offset="0.092"/>
|
|
<GradientStop Color="White" Offset="0.552"/>
|
|
<GradientStop Color="Black" Offset="0.946"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy" Data="M0.5,0.5 L99.5,0.5 99.5,19.5 C64.879271,22.597941 31.923996,22.529548 0.5,19.5 z" Stretch="Fill" Stroke="Black" Margin="39.333,0.167,40.083,0" Height="46.191" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.283,0.455" StartPoint="-0.284,0.453">
|
|
<GradientStop Color="Black" Offset="0.092"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
<GradientStop Color="Black" Offset="0.946"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Flange}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Flange}">
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Direction">
|
|
<VisualState x:Name="Horizontal"/>
|
|
<VisualState x:Name="Vertical">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path2">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="270"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-2.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="2.334"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="58.333"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-55.336"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path2">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="10"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path2">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-12.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="80" Width="80">
|
|
<Path x:Name="path" Data="M0.25000001,0.25 L8.9156156,0.25 8.9156156,7.7070877 0.25000001,7.7070877 z" Height="10.511" Margin="19.944,4.568,19.94,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Grid.Row="0" RenderTransformOrigin="-0.162387954273319,0.493691763743187" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="Black" Offset="0.855"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path1" Data="M0.25000001,0.25 L8.9156156,0.25 8.9156156,7.7070877 0.25000001,7.7070877 z" Height="10.512" Margin="19.435,0,19.837,7.657" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Grid.Row="0" RenderTransformOrigin="-0.162387954273319,0.493691763743187" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.103"/>
|
|
<GradientStop Color="White" Offset="0.515"/>
|
|
<GradientStop Color="Black" Offset="0.855"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path2" Data="M9.0623286,0.5 L17.251329,0.5 17.251329,51.582998 9.0623286,51.582998 z M0.5,0.542 L8.688,0.542 8.688,51.624998 0.5,51.624998 z" HorizontalAlignment="Left" Margin="5.89,0,0,0" Stretch="Fill" Stroke="Black" Width="26.085" Grid.Row="0" RenderTransformOrigin="0.914955675381865,0.499597158864497" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.494,1.176" StartPoint="0.512,-0.154">
|
|
<GradientStop Color="Black" Offset="0.051"/>
|
|
<GradientStop Color="White" Offset="0.455"/>
|
|
<GradientStop Color="Black" Offset="0.972"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:SelectSwitch}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:SelectSwitch}">
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="L">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="viewbox">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="-42.088"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="textBlock">
|
|
<EasingColorKeyFrame KeyTime="0" Value="Lime"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="M"/>
|
|
<VisualState x:Name="R">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="viewbox">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="42.532"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="textBlock1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="Lime"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="textBlock">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.125"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="textBlock1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.25"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(Block.TextAlignment)" Storyboard.TargetName="textBlock1">
|
|
<DiscreteObjectKeyFrame KeyTime="0" Value="{x:Static TextAlignment.Right}"/>
|
|
</ObjectAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="80" Width="60">
|
|
<Path Data="M0.5,5.5 C0.5,2.7385763 2.7385763,0.5 5.5,0.5 L54.5,0.5 C57.261424,0.5 59.5,2.7385763 59.5,5.5 L59.5,74.5 C59.5,77.261424 57.261424,79.5 54.5,79.5 L5.5,79.5 C2.7385763,79.5 0.5,77.261424 0.5,74.5 z" Margin="0" Stretch="Fill" Stroke="#FF505050">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.503,1.485" StartPoint="0.52,-0.855">
|
|
<GradientStop Color="Black" Offset="0.135"/>
|
|
<GradientStop Color="White" Offset="0.77"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L49.833,0.5 L49.833,49.833 L0.5,49.833 z" Fill="#FF202323" Margin="4.917,26.083,4.75,3.584" Stretch="Fill" Stroke="#FF706E6E"/>
|
|
<Path Data="M24.875,0.5 L42.110728,7.6392722 L49.25,24.875 L42.110728,42.110728 L24.875,49.25 L7.6392722,42.110728 L0.5,24.875 L7.6392722,7.6392722 z" Margin="5.25,26.75,5.5,4" Stretch="Fill" Stroke="#FF544D4D">
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="0.469" RadiusX="0.469">
|
|
<GradientStop Color="Black" Offset="0.875"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M40.166,20.333 C40.166,31.286463 31.286463,40.166 20.333,40.166 C9.3795366,40.166 0.5,31.286463 0.5,20.333 C0.5,9.3795366 9.3795366,0.5 20.333,0.5 C31.286463,0.5 40.166,9.3795366 40.166,20.333 z" Margin="10.542,31.583,9.625,8.584" Stretch="Fill" Stroke="#FF4B4B4B" >
|
|
<Path.Fill>
|
|
<SolidColorBrush Color="#FF073741"/>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Grid Name="viewbox" Margin="25.583,33.793,25.416,10.874" Height="35.333" Width="9.001" RenderTransformOrigin="0.5,0.5">
|
|
<Grid.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.RenderTransform>
|
|
<Path x:Name="Pin" Data="M0.5,0.5 L8.501,0.5 L8.501,36 L0.5,36 z" Stretch="Fill" Stroke="#FF6C5454">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="3.197,0.503" StartPoint="-2.302,0.494">
|
|
<GradientStop Color="Black" Offset="0.424"/>
|
|
<GradientStop Color="White" Offset="0.516"/>
|
|
<GradientStop Color="Black" Offset="0.596"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="Indicator" Data="M0.25,0.25 L5.75,0.25 L5.75,12 L0.25,12 z" Margin="1.23,1.213,1.27,0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Height="10.995" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<SolidColorBrush Color="#FF0FF147"/>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
<TextBlock x:Name="textBlock" Text="{Binding LeftLable,RelativeSource={RelativeSource TemplatedParent}}" Margin="1.417,5.395,0,0" VerticalAlignment="Top" Height="20.686" FontSize="12" FontWeight="Bold" HorizontalAlignment="Left" Width="28.125" RenderTransformOrigin="0.5,0.5" Foreground="#FF212020">
|
|
<TextBlock.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</TextBlock.RenderTransform>
|
|
</TextBlock>
|
|
<TextBlock x:Name="textBlock1" Text="{Binding RightLable,RelativeSource={RelativeSource TemplatedParent}}" FontSize="12" FontWeight="Bold" Margin="31.666,5.563,0,0" VerticalAlignment="Top" Height="20.353" HorizontalAlignment="Left" Width="27.002" RenderTransformOrigin="0.5,0.5" TextAlignment="Right" Foreground="#FF212020">
|
|
<TextBlock.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</TextBlock.RenderTransform>
|
|
</TextBlock>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:PushButton}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:PushButton}">
|
|
<Grid x:Name="LayoutRoot">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Press">
|
|
<Storyboard>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path">
|
|
<EasingPointKeyFrame KeyTime="0:0:0.1" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0.85"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0.85"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Unpress">
|
|
<Storyboard>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path">
|
|
<EasingPointKeyFrame KeyTime="0" Value="0.5,0.5"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.85"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="0.982"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.85"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="0.982"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="0.125"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="0.125"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path">
|
|
<DiscreteDoubleKeyFrame KeyTime="0" Value="0.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path Data="M24.875,0.5 L42.110728,7.6392722 L49.25,24.875 L42.110728,42.110728 L24.875,49.25 L7.6392722,42.110728 L0.5,24.875 L7.6392722,7.6392722 z" Margin="0.417,0.75,0.333,0" Stretch="Fill" Stroke="Black" >
|
|
<Path.Fill>
|
|
<RadialGradientBrush RadiusY="0.469" RadiusX="0.469">
|
|
<GradientStop Color="Black" Offset="0.875"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path" Data="M40.166,20.333 C40.166,31.286463 31.286463,40.166 20.333,40.166 C9.3795366,40.166 0.5,31.286463 0.5,20.333 C0.5,9.3795366 9.3795366,0.5 20.333,0.5 C31.286463,0.5 40.166,9.3795366 40.166,20.333 z" Margin="5.209,5.582,4.958,4.585" Stretch="Fill" Stroke="Black" Opacity="0.5" >
|
|
<Path.Fill>
|
|
<SolidColorBrush Color="{Binding ControlColor,RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<!--粉碎机">-->
|
|
|
|
<Style TargetType="{x:Type local:Grind}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Grind}">
|
|
<Viewbox x:Name="grid" Stretch="Fill" ContextMenu="{StaticResource GrindContextMenu}">
|
|
<Grid Height="320" Width="450">
|
|
<Path Data="M0.25,0.25 L171.926,0.25 L171.926,48.206 L0.25,48.206 z" HorizontalAlignment="Left" Height="48.456" Margin="50.11,47.893,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="172.176">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.494,-0.281">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="#FF0A457C" Offset="0.536"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L428.167,0.5 L428.167,22.167 L0.5,22.167 z" Fill="#FFBFC3C4" Height="22.667" Margin="0.337,0,0.5,29" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom"/>
|
|
<Path Data="M10.499999,13.500001 L10.499999,165.5 116.5,165.5 116.5,13.500001 z M0.5,0.5 L126.5,0.5 126.5,177.5 0.5,177.5 z" Fill="#FF08447C" HorizontalAlignment="Stretch" Height="Auto" Margin="38.553,32.5,210.606,82" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="Auto"/>
|
|
<Path Data="M0.25,0.25 L171.926,0.25 L171.926,81.706 L0.25,81.706 z" HorizontalAlignment="Left" Height="Auto" Margin="55.11,95.561,0,142.483" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="168.176" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.49,-0.409">
|
|
<GradientStop Color="Black" Offset="0.112"/>
|
|
<GradientStop Color="#FF0A457C" Offset="0.617"/>
|
|
<GradientStop Color="#FF083865" Offset="0.756"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L171.926,0.25 L171.926,46.539 L0.25,46.539 z" HorizontalAlignment="Left" Height="46.789" Margin="55.11,0,0,96.405" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="168.343" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.498,1.864" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FF0A457C" Offset="0.041"/>
|
|
<GradientStop Color="#FF041E36" Offset="0.787"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L206.34601,0.5 L206.34601,8.5 L0.5,8.5 z M17.559,9.5 L192.037,9.5 L192.037,26.5 L17.559,26.5 z" Fill="#FFBFC3C4" HorizontalAlignment="Stretch" Height="32.333" Margin="32.5,0.167,210.654,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto"/>
|
|
<Path Data="M0.5,0.5 L330.76846,0.5 343.67801,17.847882 343.67801,33.167 0.5,33.167 z" Fill="#FFBFC3C4" Height="33.667" Margin="32.583,0,0.324,51" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom"/>
|
|
<Path Data="M0.25,0.25 L8.205,0.25 L8.205,118.156 L0.25,118.156 z" Fill="#FF0A457C" HorizontalAlignment="Right" Height="136.23" Margin="0,0,202.582,15.938" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="8.455" Panel.ZIndex="1"/>
|
|
<Path Data="M0.25,0.25 L8.25,0.25 L8.25,119.323 L0.25,119.323 z" Fill="#FF0A457C" HorizontalAlignment="Left" Height="137.573" Margin="32.417,0,0,15.938" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="8.5" Panel.ZIndex="1"/>
|
|
<Path Data="M0.25,0.25 L207.864,0.25 L207.864,18.823 L0.25,18.823 z" Fill="#FF0A457C" HorizontalAlignment="Stretch" Height="19.073" Margin="38.417,0,203.469,52.438" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto" />
|
|
<Path Data="M0.25,0.25 L425.689,0.25 L425.689,9.417 L0.25,9.417 z" Height="17" Margin="14.754,0,3.682,29.167" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.055"/>
|
|
<GradientStop Color="White" Offset="0.557"/>
|
|
<GradientStop Color="#FE6E6E6E" Offset="0.615"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M4.75,2.625 C4.75,3.7986051 3.7986051,4.75 2.625,4.75 C1.4513949,4.75 0.5,3.7986051 0.5,2.625 C0.5,1.4513949 1.4513949,0.5 2.625,0.5 C3.7986051,0.5 4.75,1.4513949 4.75,2.625 z" Fill="Black" HorizontalAlignment="Left" Height="5.25" Margin="54.5,0,0,59" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="5.25"/>
|
|
<Path Data="M4.75,2.625 C4.75,3.7986051 3.7986051,4.75 2.625,4.75 C1.4513949,4.75 0.5,3.7986051 0.5,2.625 C0.5,1.4513949 1.4513949,0.5 2.625,0.5 C3.7986051,0.5 4.75,1.4513949 4.75,2.625 z" Fill="Black" HorizontalAlignment="Right" Height="5.25" Margin="0,0,216.667,58.917" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="5.25"/>
|
|
<Path Data="M0.5,0.5 L18.778,0.5 L18.778,32.167 L0.5,32.167 z" Fill="#FFBFC3C4" HorizontalAlignment="Left" Height="Auto" Margin="22.011,128.174,0,159.159" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="19.278"/>
|
|
<Path Data="M3.5,0.5 L5.8330004,0.5 5.8330004,26.500999 3.5,26.500999 C1.8431459,26.500999 0.50000021,25.157854 0.5,23.500999 L0.5,3.5 C0.50000021,1.8431457 1.8431459,0.5 3.5,0.5 z" Fill="#FFBFC3C4" HorizontalAlignment="Left" Margin="16.513,131.174,0,0" Stretch="Fill" Stroke="Black" Width="6.333" Height="27.001" VerticalAlignment="Top"/>
|
|
<Path Data="M0.5,0.5 L37.403,0.5 L37.403,6.167 L0.5,6.167 z" Fill="#FFBFC3C4" HorizontalAlignment="Left" Height="6.667" Margin="3.178,0,0,153.159" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="37.903"/>
|
|
<Path Data="M0.5,0.5 L15.28141,0.5 54,134.5 0.5,134.5 z" Fill="#FFBFC3C4" HorizontalAlignment="Left" Height="69" Margin="36.532,0,0,51.778" RenderTransformOrigin="-0.0642201834862385,0.259259259259259" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="27.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L6.278,0.5 L6.278,32.167 L0.5,32.167 z" Fill="#FF848787" HorizontalAlignment="Left" Height="49.167" Margin="23.011,0,0,6.909" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="6.778" Panel.ZIndex="1"/>
|
|
<Path Data="M0.5,0.5 L6.278,0.5 L6.278,32.167 L0.5,32.167 z" Fill="#FF848787" HorizontalAlignment="Right" Height="47.667" Margin="0,0,5.211,8.992" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="6.778" Panel.ZIndex="1"/>
|
|
<Path Data="M0.5,0.5 L4.945,0.5 L4.945,41.25 L0.5,41.25 z" HorizontalAlignment="Left" Height="41.75" Margin="87.261,114.341,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="5.445">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="5.084,0.496" StartPoint="-4.084,0.504">
|
|
<GradientStop Color="Black" Offset="0.515"/>
|
|
<GradientStop Color="White" Offset="0.478"/>
|
|
<GradientStop Color="#FF6C6C6C" Offset="0.749"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L4.945,0.5 L4.945,41.25 L0.5,41.25 z" HorizontalAlignment="Left" Height="41.75" Margin="182.264,114.841,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="5.445">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="5.084,0.496" StartPoint="-4.084,0.504">
|
|
<GradientStop Color="Black" Offset="0.515"/>
|
|
<GradientStop Color="White" Offset="0.478"/>
|
|
<GradientStop Color="#FF6C6C6C" Offset="0.749"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M8.3330002,0.5 L39.111,0.5 L39.111,131.16699 L8.3330002,131.16699 z M0.50000018,20.832 L8.4439999,20.832 L8.4439999,58.499 L0.50000018,58.499 z" HorizontalAlignment="Right" Height="Auto" Margin="0,105.174,171.711,83.159" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="39.611">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.483,-0.298">
|
|
<GradientStop Color="Black" Offset="0.21"/>
|
|
<GradientStop Color="White" Offset="0.467"/>
|
|
<GradientStop Color="#FE797979" Offset="0.856"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.OpacityMask>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.OpacityMask>
|
|
</Path>
|
|
<Path Data="M4.75,2.625 C4.75,3.7986051 3.7986051,4.75 2.625,4.75 C1.4513949,4.75 0.5,3.7986051 0.5,2.625 C0.5,1.4513949 1.4513949,0.5 2.625,0.5 C3.7986051,0.5 4.75,1.4513949 4.75,2.625 z" Fill="Black" HorizontalAlignment="Right" Height="5.25" Margin="0,0,193.083,91.667" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="5.25"/>
|
|
<Path Data="M4.75,2.625 C4.75,3.7986051 3.7986051,4.75 2.625,4.75 C1.4513949,4.75 0.5,3.7986051 0.5,2.625 C0.5,1.4513949 1.4513949,0.5 2.625,0.5 C3.7986051,0.5 4.75,1.4513949 4.75,2.625 z" Fill="Black" HorizontalAlignment="Right" Height="5.25" Margin="0,0,175.416,91.667" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="5.25"/>
|
|
<local:Motor x:Name="motor" HorizontalAlignment="Right" Margin="0,83.334,1.333,121.5" Width="171.667" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path Data="M0.5,0.5 L87.861,0.5 87.861,5.6670004 79.486366,5.6670004 84.405998,12.992002 69.405998,12.992002 74.32563,5.6670004 16.758299,5.6670004 21.906,12.742001 5.6560006,12.742001 10.8037,5.6670004 0.5,5.6670004 z" HorizontalAlignment="Right" Height="16.159" Margin="0,0,18.462,106.917" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="123.861">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.492,1.002" StartPoint="0.491,-0.3">
|
|
<GradientStop Color="Black" Offset="0.21"/>
|
|
<GradientStop Color="White" Offset="0.467"/>
|
|
<GradientStop Color="#FE797979" Offset="0.876"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.OpacityMask>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.OpacityMask>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L155.778,0.5 L155.778,23.667 L0.5,23.667 z" HorizontalAlignment="Right" Height="24.167" Margin="0,0,16.711,83.492" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="156.278">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.492,1.001" StartPoint="0.491,-0.299">
|
|
<GradientStop Color="Black" Offset="0.21"/>
|
|
<GradientStop Color="White" Offset="0.856"/>
|
|
<GradientStop Color="#FE797979" Offset="0.856"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.OpacityMask>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.OpacityMask>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L6.278,0.5 L6.278,32.167 L0.5,32.167 z" Fill="#00848787" HorizontalAlignment="Left" Height="16" Margin="36.261,68.508,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="10.111" StrokeThickness="3"/>
|
|
<Path Data="M0.5,0.5 L6.278,0.5 L6.278,32.167 L0.5,32.167 z" Fill="#00848787" HorizontalAlignment="Left" Height="16" Margin="37.26,0,0,127.492" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="10.111" StrokeThickness="3" Panel.ZIndex="1"/>
|
|
<Path Data="M0.5,0.5 L6.278,0.5 L6.278,32.167 L0.5,32.167 z" Fill="#00848787" HorizontalAlignment="Right" Height="16" Margin="0,68.508,208.295,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="10.111" StrokeThickness="3"/>
|
|
<Path Data="M0.5,0.5 L6.278,0.5 L6.278,32.167 L0.5,32.167 z" Fill="#00848787" HorizontalAlignment="Right" Height="16" Margin="0,0,208.962,127.492" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="10.111" StrokeThickness="3"/>
|
|
<Path Data="M0.5,0.5 L428.167,0.5 L428.167,22.167 L0.5,22.167 z" Fill="#FFBFC3C4" Height="28.417" Margin="0.249,0,0.763,0.583" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom"/>
|
|
<Path Data="M44.263751,14.319669 L48.10721,48.372594 69.315898,41.362974 70.660845,45.751639 70.680863,45.751621 66.557726,82.554669 62.674237,48.399746 41.414172,55.426347 40.066864,51.029985 40.122433,51.011619 z M67.148912,83.979063 L0.1,28.680593 L89.903696,0.1 z" Fill="#FFEFE608" HorizontalAlignment="Left" Height="Auto" Margin="94.966,107.865,0,128.056" RenderTransformOrigin="0.491362195644515,0.388862052919332" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Stretch" Width="90.004" Panel.ZIndex="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="0.5" ScaleY="0.5"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="197.654"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
<Style TargetType="{x:Type local:AirHammer}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:AirHammer}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Viewbox.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Viewbox.RenderTransform>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Running">
|
|
<Storyboard AutoReverse="True" RepeatBehavior="Forever">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.918"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0.611"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(LinearGradientBrush.StartPoint)" Storyboard.TargetName="path">
|
|
<EasingPointKeyFrame KeyTime="0" Value="0.485,-0.83"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(LinearGradientBrush.EndPoint)" Storyboard.TargetName="path">
|
|
<EasingPointKeyFrame KeyTime="0" Value="0.53,1.684"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF2072DE"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.1" Value="#FF57F508"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[0].(GradientStop.Offset)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.151"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Normal"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid1" Height="120" Width="60" RenderTransformOrigin="0.5,0.5">
|
|
<Grid.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.RenderTransform>
|
|
<Path Data="M0.5,0.5 L57.5,0.5 L57.5,23.5 L0.5,23.5 z" Fill="#FF0D3C7A" Height="Auto" Margin="-0.265,0,0,-0.25" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" StrokeThickness="1" HorizontalAlignment="Left" Width="19.765"/>
|
|
<Path x:Name="path" Height="77" Margin="18.634,22.062,8.428,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" StrokeThickness="1" HorizontalAlignment="Stretch" Width="Auto">
|
|
<Path.Data>
|
|
<PathGeometry>
|
|
<PathFigure IsClosed="True" StartPoint="0.5,0.5">
|
|
<LineSegment Point="57.5,0.5"/>
|
|
<LineSegment Point="57.5,76.5"/>
|
|
<LineSegment Point="0.5,76.5"/>
|
|
</PathFigure>
|
|
</PathGeometry>
|
|
</Path.Data>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.512,1" StartPoint="0.498,-0.368">
|
|
<GradientStop Color="Black" Offset="0.151"/>
|
|
<GradientStop Color="#FF0D3C7A" Offset="0.556"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.099999998,0.1 L3.6417645,0.1 3.6417645,21.107999 0.099999998,21.107999 z" HorizontalAlignment="Right" Height="21.208" Margin="0,28.664,5.4,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="3.742" RenderTransformOrigin="1.19382182305122,0.500000004817162">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.976"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.456"/>
|
|
<GradientStop Color="#FF5E5E5E" Offset="0.95"/>
|
|
<GradientStop Color="#FF0A1007" Offset="0.879"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.10000005,0.10000024 L5.2827997,0.10000024 5.2827997,12.01424 0.10000005,12.01424 z" HorizontalAlignment="Right" Height="13.114" Margin="0,33.211,0.208,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="5.383" RenderTransformOrigin="0.170134468662065,0.500000051485115">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-179.976"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.163"/>
|
|
<GradientStop Color="White" Offset="0.456"/>
|
|
<GradientStop Color="#FF5E5E5E" Offset="0.95"/>
|
|
<GradientStop Color="#FF0A1007" Offset="0.82"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path1" Data="M0.5,0.5 L57.5,0.5 L57.5,20.25 L0.5,20.25 z" Fill="#FF9B6F0E" Height="14.25" Margin="0,0,2.668,33.75" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="1" HorizontalAlignment="Right" Width="6.666" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L57.5,0.5 L57.5,20.25 L0.5,20.25 z" Height="20.207" Margin="0,13.063,4.071,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" StrokeThickness="0.2" HorizontalAlignment="Right" Width="4.027">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="3.095,0.5" StartPoint="-1.495,0.5">
|
|
<GradientStop Color="Black" Offset="0.284"/>
|
|
<GradientStop Color="#FF1869D6" Offset="0.461"/>
|
|
<GradientStop Color="#FF0D3C7A" Offset="0.552"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path2" Data="M0.5,0.5 L57.5,0.5 L57.5,20.25 L0.5,20.25 z" Fill="#FF9B6F0E" Height="7.5" Margin="0,0,0.057,37.208" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="1" HorizontalAlignment="Right" Width="3.611" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.1,0.099999999 L2.5319999,0.099999999 2.5319999,13.64 0.1,13.64 z M2.5390001,3.0310389 L4.348,3.0310389 4.348,10.710039 2.5390001,10.710039 z" HorizontalAlignment="Left" Height="13.74" Margin="18.908,4.586,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="4.448" RenderTransformOrigin="0.696644399364965,0.500000009879882">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-359.806"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.042"/>
|
|
<GradientStop Color="White" Offset="0.481"/>
|
|
<GradientStop Color="#FF5E5E5E" Offset="0.95"/>
|
|
<GradientStop Color="#FF0A1007" Offset="0.762"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.1,0.099999999 L2.5319999,0.099999999 2.5319999,13.64 0.1,13.64 z M2.5390001,3.0310389 L4.348,3.0310389 4.348,10.710039 2.5390001,10.710039 z" HorizontalAlignment="Left" Height="13.74" Margin="19.075,0,0,4.174" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" Width="4.448" RenderTransformOrigin="0.696644399364965,0.500000009879882">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-359.806"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.042"/>
|
|
<GradientStop Color="White" Offset="0.481"/>
|
|
<GradientStop Color="#FF5E5E5E" Offset="0.95"/>
|
|
<GradientStop Color="#FF0A1007" Offset="0.762"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M18.129,14.125 C18.129,21.64988 14.182614,27.75 9.3145,27.75 C4.4463861,27.75 0.5,21.64988 0.5,14.125 C0.5,6.6001203 4.4463861,0.5 9.3145,0.5 C14.182614,0.5 18.129,6.6001203 18.129,14.125 z" Fill="#FF120F0A" Margin="25.999,46.167,15.372,45.583" Stretch="Fill" Stroke="Black"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:CutoffGate}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:CutoffGate}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Viewbox.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Viewbox.RenderTransform>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Open">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1.017"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.165"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.997"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.026"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<PointAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransformOrigin)" Storyboard.TargetName="path2">
|
|
<EasingPointKeyFrame KeyTime="0" Value="0.492,0.132"/>
|
|
</PointAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-56.828"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-41.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="83.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-40.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Closed"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="200" Width="100">
|
|
<Path Data="M21.5,0.5 L69.012642,0.5 69,0.99999905 C69,12.459908 78.290092,21.75 89.75,21.75 L90,21.743679 90,64.5 C78.540092,64.5 69.25,73.790092 69.25,85.25 L69.256325,85.5 21.5,85.5 C21.5,74.040092 12.209908,64.75 0.74999952,64.75 L0.5,64.756325 0.5,21.243677 0.74999952,21.25 C12.209908,21.25 21.5,11.959908 21.5,0.5 z" Margin="12,20.166,10.56,0" Stretch="Fill" Stroke="Black" Height="73.588" VerticalAlignment="Top" StrokeThickness="3">
|
|
<Path.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="Black" Offset="0.49"/>
|
|
<GradientStop Color="White" Offset="0.105"/>
|
|
<GradientStop Color="#FFB3B3B3" Offset="0.598"/>
|
|
<GradientStop Color="#FFC5C5C5" Offset="0.49"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M28.5,14.5 C28.5,22.231986 22.231986,28.5 14.5,28.5 C6.7680135,28.5 0.5,22.231986 0.5,14.5 C0.5,6.7680135 6.7680135,0.5 14.5,0.5 C22.231986,0.5 28.5,6.7680135 28.5,14.5 z" Fill="#FF4B5658" HorizontalAlignment="Stretch" Height="29" Margin="35.668,42.417,35.332,0" Opacity="1" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto" Panel.ZIndex="1" StrokeThickness="0" />
|
|
<Path x:Name="path" Data="M98.083,49.2915 C98.083,76.238301 76.238301,98.083 49.2915,98.083 C22.344699,98.083 0.5,76.238301 0.5,49.2915 C0.5,22.344699 22.344699,0.5 49.2915,0.5 C76.238301,0.5 98.083,22.344699 98.083,49.2915 z" Height="98.583" Margin="0.417,0,1,0.834" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="2" Panel.ZIndex="1" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="Black" Offset="0.033"/>
|
|
<GradientStop Color="White" Offset="0.862"/>
|
|
<GradientStop Color="#FF7E7E7E" Offset="0.854"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path2" Data="M0.5,0.5 L19.333,0.5 L19.333,128.167 L0.5,128.167 z" Fill="#FF064783" Margin="40.749,39.332,39.418,32.001" Stretch="Fill" Stroke="Black" Panel.ZIndex="1" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3" Data="M6.8124999,0.5 L13.125,4.04175 L13.125,11.12525 L6.8124999,14.667 L0.49999994,11.12525 L0.49999994,4.04175 z" Fill="#FFF4F4F5" Height="14.667" Margin="43.999,0,42.876,42.25" Opacity="1" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Panel.ZIndex="1" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L29.42,0.5 L29.42,14.175 L0.5,14.175 z" Fill="#FF064783" HorizontalAlignment="Stretch" Height="14.675" Margin="35.497,3.65,34.583,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto"/>
|
|
<Path Data="M6.8124999,0.5 L13.125,4.04175 L13.125,11.12525 L6.8124999,14.667 L0.49999994,11.12525 L0.49999994,4.04175 z" Fill="#FFF4F4F5" Height="14.667" Margin="44.332,49.249,42.543,0" Opacity="1" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Panel.ZIndex="1" />
|
|
<Path Data="M5.987,3.1240001 L35.636999,3.1240001 L35.636999,17.226 L5.987,17.226 z M0.49999999,0.50000007 L41.832999,0.50000007 L41.832999,20.264 L0.49999999,20.264 z M3.044,1.7910001 L4.443,2.5910001 L4.443,4.1910002 L3.044,4.9910002 L1.645,4.1910002 L1.645,2.5910001 z M3.044,15.874 L4.443,16.674 L4.443,18.274 L3.044,19.074 L1.645,18.274 L1.645,16.674 z M38.711,1.7910001 L40.11,2.5910001 L40.11,4.1910002 L38.711,4.9910002 L37.312,4.1910002 L37.312,2.5910001 z M38.711,15.624 L40.11,16.424 L40.11,18.024 L38.711,18.824 L37.312,18.024 L37.312,16.424 z" Height="20.764" Margin="29.334,0.417,28.333,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Panel.ZIndex="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.505,-0.274">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.503"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M1.899,0.50000045 L3.2979999,1.3000004 L3.2979999,2.9000004 L1.899,3.7000004 L0.5,2.9000004 L0.5,1.3000004 z" Height="4.2" Margin="16.896,54.791,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="3.798">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.505,-0.274">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.503"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M1.899,0.50000045 L3.2979999,1.3000004 L3.2979999,2.9000004 L1.899,3.7000004 L0.5,2.9000004 L0.5,1.3000004 z" Height="4.2" Margin="49.146,25.541,47.056,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Stretch" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.505,-0.274">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.503"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M1.899,0.50000045 L3.2979999,1.3000004 L3.2979999,2.9000004 L1.899,3.7000004 L0.5,2.9000004 L0.5,1.3000004 z" Height="4.2" Margin="0,54.791,16.556,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="3.798">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.505,-0.274">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.503"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path_Copy" Data="M98.083,49.2915 C98.083,76.238301 76.238301,98.083 49.2915,98.083 C22.344699,98.083 0.5,76.238301 0.5,49.2915 C0.5,22.344699 22.344699,0.5 49.2915,0.5 C76.238301,0.5 98.083,22.344699 98.083,49.2915 z" Height="81.583" Margin="8.417,0,10,9.334" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="2">
|
|
<Path.Fill>
|
|
<RadialGradientBrush>
|
|
<GradientStop Color="Black" Offset="0.033"/>
|
|
<GradientStop Color="White" Offset="0.862"/>
|
|
<GradientStop Color="#FF10F909" Offset="0.854"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="{x:Type local:LiquidAdd}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:LiquidAdd}">
|
|
<Viewbox x:Name="grid" Margin="0.083,0,-0.083,0" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="On">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="rectangle">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF89F70A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="rectangle1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF89F70A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF45CA0A"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Off"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="320" Width="200">
|
|
<Path Data="M0.5,0.5 L127.795,0.5 127.795,73.585998 0.5,73.585998 z M63.922996,105.917 L1.74,74.228 126.106,74.228 z" Height="106.417" Margin="30.639,25,28.522,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.997,0.521" StartPoint="-0.703,0.511">
|
|
<GradientStop Color="Black" Offset="0.311"/>
|
|
<GradientStop Color="White" Offset="0.716"/>
|
|
<GradientStop Color="#FF545454" Offset="0.963"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,20.465233 L30.308553,0.50000025 30.308553,20.465233 z" Height="20.965" Margin="0.909,31.179,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="30.075">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.773,0.516" StartPoint="-0.703,0.511">
|
|
<GradientStop Color="Black" Offset="0.422"/>
|
|
<GradientStop Color="White" Offset="0.819"/>
|
|
<GradientStop Color="#FF616161" Offset="0.986"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M28.178789,20.465233 L0.50000481,0.50000001 0.50000481,20.465233 z" Height="20.965" Margin="0,30.681,1.1,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="28.272">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.773,0.516" StartPoint="-0.703,0.511">
|
|
<GradientStop Color="Black" Offset="0.422"/>
|
|
<GradientStop Color="White" Offset="0.819"/>
|
|
<GradientStop Color="#FF616161" Offset="0.986"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle x:Name="rectangle" Fill="#FFF4F4F5" Margin="96.831,128.5,95.849,0" Stroke="Black" Height="17.562" VerticalAlignment="Top" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Data="M0.25,2.25 C0.25,1.1454305 0.78166186,0.25 1.4375,0.25 C2.0933381,0.25 2.625,1.1454305 2.625,2.25 L2.625,7.125 C2.625,8.2295695 2.0933381,9.125 1.4375,9.125 C0.78166186,9.125 0.25,8.2295695 0.25,7.125 z" Fill="#FF6E0F06" HorizontalAlignment="Right" Height="9.38" Margin="0,144.764,84.851,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="3.155" />
|
|
<Path x:Name="path" Data="M0.292,0.25 L12.667,0.25 L12.667,3.8750001 L0.292,3.8750001 z M0.25,3.4170001 L12.625,3.4170001 L12.625,7.0420002 L0.25,7.0420002 z M12.792,2.874 L16.917,2.874 L16.917,3.7909999 L12.792,3.7909999 z" Fill="#FFF4F4F5" Height="7.292" Margin="93.537,145.69,87.618,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Panel.ZIndex="1"/>
|
|
<Rectangle x:Name="rectangle1" Fill="#FFF4F4F5" Margin="97.016,152.054,95.666,147.987" Stroke="Black" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Data="M0.25,0.25 L1.625,0.25 L1.625,9 L0.25,9 z M8.75,0.25 L10.125,0.25 L10.125,9 L8.75,9 z" Fill="#FFF4F4F5" HorizontalAlignment="Stretch" Height="9.25" Margin="94.862,144.816,93.748,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto"/>
|
|
<Path Data="M0.50000086,0.49999999 L12.001001,0.49999999 L12.001001,7.4999999 L0.50000086,7.4999999 z" Fill="#FFF4F4F5" Height="8" Margin="93.905,0,92.371,140.95" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom"/>
|
|
<Path Data="M0.5,0.50000001 L13.5,0.50000001 13.5,5.5829999 0.5,5.5829999 z" HorizontalAlignment="Right" Height="6.083" Margin="0,6,0.094,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9.123">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.495,-0.718">
|
|
<GradientStop Color="Black" Offset="0.201"/>
|
|
<GradientStop Color="White" Offset="0.64"/>
|
|
<GradientStop Color="Gray" Offset="0.768"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M19.679211,0.50000012 L35.013211,0.50000012 35.013211,10.957998 19.679211,10.957998 19.679211,8.7909978 0.49999999,8.7909978 0.49999999,2.9579989 19.679211,2.9579989 z" HorizontalAlignment="Right" Height="11.458" Margin="0,3.542,8.302,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="38.986">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.495,-0.718">
|
|
<GradientStop Color="Black" Offset="0.201"/>
|
|
<GradientStop Color="White" Offset="0.64"/>
|
|
<GradientStop Color="Gray" Offset="0.768"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M35.317005,0.49999999 L46.184875,0.49999999 C47.902565,0.50000019 49.295017,1.8431457 49.295017,3.4999998 L49.295017,9.9999997 C49.295017,11.656854 47.902565,12.999999 46.184875,12.999999 L35.317005,12.999999 C33.653,12.999999 32.294209,11.739489 32.210907,10.154382 L32.20689,10.001001 6.3750577,10.001001 6.3750577,22.833999 0.5,22.833999 0.5,7.0009985 0.5,6.8339996 0.5,6.6680012 C0.5,5.0111458 1.8924577,3.668 3.610142,3.668001 L32.206863,3.668001 32.206863,3.4999998 C32.206863,1.8431457 33.599323,0.50000019 35.317005,0.49999999 z" HorizontalAlignment="Stretch" Height="23.334" Margin="98.843,2.666,46.492,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.495,-0.718">
|
|
<GradientStop Color="Black" Offset="0.201"/>
|
|
<GradientStop Color="White" Offset="0.64"/>
|
|
<GradientStop Color="Gray" Offset="0.768"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.5 L6.201928,0.5 6.201928,2.5210004 0.49999999,2.5210004 z" HorizontalAlignment="Right" Height="3.021" Margin="0,0.281,52.754,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="7.358">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.495,-0.718">
|
|
<GradientStop Color="Black" Offset="0.201"/>
|
|
<GradientStop Color="White" Offset="0.64"/>
|
|
<GradientStop Color="Gray" Offset="0.768"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M8.3679981,12.188999 L8.3679981,169.85499 120.343,169.85499 120.343,12.188999 z M0.5,0.5 L8.3679981,0.5 8.3679981,0.5219959 254.464,0.5219959 254.464,12.188999 128.19099,12.188999 128.19099,169.85499 254.87201,169.85499 254.87201,179.522 0.82999933,179.522 0.82999933,179.294 0.5,179.294 z" Fill="#FF0D3C7A" Height="182.022" Margin="94.827,-32.135,-186.879,0" RenderTransformOrigin="0.0173629052477106,0.499366726972772" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.098" ScaleX="0.911"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<TextBlock x:Name="Weight" Background="Black" Foreground="Red" FontSize="32" FontFamily="UniDreamLED" Grid.ColumnSpan="1" TextAlignment="Center" Grid.Column="0" Height="35" Margin="52.917,61,52.011,0" Grid.Row="0" TextWrapping="Wrap" VerticalAlignment="Top" Text="{Binding Value, RelativeSource={RelativeSource TemplatedParent}, StringFormat=F2}" HorizontalAlignment="Stretch" Width="Auto" LineHeight="32"/>
|
|
<local:HMILable x:Name="UnloadValve" Margin="72.728,131.417,71.802,141.482" Grid.Row="0" ShowCaption="False" Background="Black" OpacityMask="#00000000" />
|
|
<TextBlock HorizontalAlignment="Stretch" Height="28.644" Margin="38.167,26,37.083,0" TextWrapping="Wrap" Text="{Binding Status, Converter={StaticResource Short2LiquidAddStatus}, RelativeSource={RelativeSource TemplatedParent}}" VerticalAlignment="Top" FontSize="18.667" TextAlignment="Center"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:LiquidBuf1}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:LiquidBuf1}">
|
|
<ControlTemplate.Resources>
|
|
<Storyboard x:Key="Storyboard1"/>
|
|
<Storyboard x:Key="Storyboard2"/>
|
|
</ControlTemplate.Resources>
|
|
<Viewbox x:Name="grid" Margin="0.083,0,-0.083,0" Stretch="Fill" ContextMenu="{StaticResource deviceContextMenu}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="High">
|
|
<VisualState x:Name="highLevelon">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="ellipse">
|
|
<EasingColorKeyFrame KeyTime="0" Value="White"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.5" Value="Red"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:1" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="HighLevelOFF"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="SparyState">
|
|
<VisualState x:Name="On">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="grid1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-8.768"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="grid1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="13.234"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.15"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.083"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-4.625"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-1.901"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.017"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.15"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="15.283"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="20.719"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.037"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.063"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="29.716"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="35.219"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.009"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.125"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="44.699"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="50.535"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.014"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.519"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="60.484"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="66.853"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path1_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF74FF39"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path1_Copy">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF74FF39"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path1_Copy1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF74FF39"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path1_Copy2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF74FF39"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF74FF39"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.223"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path1_Copy3">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-5.75"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="19.975"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="19.925"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-10.567"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-12.58"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="39.5"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="31.563"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-55.767"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-61.748"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="29.433"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="29.45"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-73.867"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-79.848"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="29.367"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="29.384"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-38.3"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-44.281"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="29.5"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="29.517"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-21.433"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-27.414"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="29.4"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="29.417"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-12.5"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-20.95"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.9"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="10.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.648"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="4.44"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path4">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path6">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path9">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path10">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8EF746"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path4">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="45"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path4_Copy">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF8DFA41"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="45"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-23.267"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-20.767"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-4.667"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-13.267"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path6">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path7">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path8">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path9">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.273"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.StrokeThickness)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.5"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.648"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path4_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="4.44"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-45"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.601"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path10">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.956"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Off"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="InOilState">
|
|
<VisualState x:Name="Open">
|
|
<Storyboard>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="3.008"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="7.508"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-11.125"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-12.25"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path11">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path12">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path14">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="7.501"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1.626"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-24.733"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-27.908"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.066"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.034"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-32.633"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-42.908"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="2.141"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="12.441"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-47.674"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-49.974"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path14">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="36"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="46.9"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path14">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-49.733"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-49.833"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.063"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-1.234"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-6.617"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path12">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="17.867"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="28.767"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path12">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-49.933"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-50.033"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path11">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.267"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="81.934"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path11">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-179.8"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-191"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="81.933"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="81.6"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-162.333"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-173.533"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path18">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path19">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path20">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path21">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path22">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path23">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path23">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="55.199"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="66.099"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path23">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-49.6"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-49.7"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path22">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.267"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="81.934"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path22">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-197.734"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-208.934"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path21">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.733"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="82.4"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path21">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-277.2"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-288.4"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path20">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.333"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="82"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path20">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-217.334"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-228.534"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path19">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.267"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="81.934"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path19">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-256.8"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-268"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path18">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.6"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="82.267"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path18">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-237"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-248.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path11">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path12">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path14">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path18">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path19">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path20">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path21">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path22">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path23">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path11">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path12">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path14">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path18">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path19">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path20">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path21">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path22">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path23">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path11">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path12">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path13">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path14">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path15">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path16">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path17">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path18">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path19">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path20">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path21">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path22">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path23">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="45"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.691"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.911"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.962"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="135"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path17">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.721"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.888"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="45"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.773"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.955"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path15">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.952"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path11">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path12">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path14">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path23">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path26">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path30">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path33">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path33_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path33_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.466"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="82.4"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path33_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-335.766"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-347.033"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.206"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="72.073"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-354.759"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-361.092"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="37.475"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="37.551"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-350.608"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-348.475"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path33">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.333"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="82"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path33">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-297.166"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-308.366"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path30">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="82.599"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="82.266"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path30">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-317.1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-328.3"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="50.066"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="38.373"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-361.566"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-357.249"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path26">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="67.666"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="52"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path26">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-361.366"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-360.966"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path26">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path30">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path33">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="path33_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="8.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path26">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path30">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path33">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Height)" Storyboard.TargetName="path33_Copy2">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="5.5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path26">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path27">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path30">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path33">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path33_Copy">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path33_Copy2">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF8F944"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path26">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="90"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="30"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-10"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-90"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path33_Copy1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.948"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="30"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.731"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path13">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.966"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="grid1">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-1.75"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="grid1">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.8"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.809"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="path16">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="5"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.2"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="textBlock">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-1.575"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="textBlock">
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-1.417"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path33_Copy">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1.021"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path27">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0.71"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Close"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid x:Name="grid1" Height="370" Width="200" RenderTransformOrigin="0.5,0.5">
|
|
<Grid.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.RenderTransform>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="82.511" Margin="36.829,0,0,11.3" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Left" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.638,0.61">
|
|
<GradientStop Color="Black" Offset="0.872"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.291"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="68.377" Margin="0,0,43.507,18.367" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.638,0.61">
|
|
<GradientStop Color="Black" Offset="0.872"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.291"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="0,0,2.366,48.061" Height="11.848" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="Auto" Margin="0,13.405,2.332,59.717" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="8.509,0.626" StartPoint="-10.983,0.624">
|
|
<GradientStop Color="Black" Offset="0.618"/>
|
|
<GradientStop Color="White" Offset="0.59"/>
|
|
<GradientStop Color="Black" Offset="0.56"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.708,0.597">
|
|
<GradientStop Color="Black" Offset="0.867"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.319"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M3.2620002,0.5 L8.1280003,0.5 8.1280003,2.6329998 17.994,2.6329998 17.994,0.5 22.86,0.5 22.86,2.6329998 25.633,2.6329998 25.633,7.8330003 0.5,7.8330003 0.5,2.6329998 3.2620002,2.6329998 z" Fill="#FF353D8B" HorizontalAlignment="Right" Height="8.333" Margin="0,0,27.531,-0.133" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="26.133"/>
|
|
<Path Data="M3.2620002,0.5 L8.1280003,0.5 8.1280003,2.6329998 17.994,2.6329998 17.994,0.5 22.86,0.5 22.86,2.6329998 25.633,2.6329998 25.633,7.8330003 0.5,7.8330003 0.5,2.6329998 3.2620002,2.6329998 z" Fill="#FF353D8B" HorizontalAlignment="Left" Height="8.333" Margin="27.2,0,0,-0.133" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="26.133"/>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="Auto" Margin="17.634,25.668,17.366,128.572" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="165">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.147,0.62" StartPoint="-0.927,0.619">
|
|
<GradientStop Color="Black" Offset="0.99"/>
|
|
<GradientStop Color="White" Offset="0.692"/>
|
|
<GradientStop Color="Black" Offset="0.411"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M83.772768,104.48391 L0.50000001,0.49999999 167.04554,0.49999999 z" Height="36.584" Margin="1.791,0,1.209,92.94" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="163">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.057,0.65" StartPoint="-1.008,0.617">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.79"/>
|
|
<GradientStop Color="#FFDADADA" Offset="0.674"/>
|
|
<GradientStop Color="Black" Offset="0.433"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:Motor x:Name="InOil_motor" Margin="0,0,16.193,6.219" HorizontalAlignment="Right" Height="32" VerticalAlignment="Bottom" Width="52" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<TextBlock x:Name="textBlock" HorizontalAlignment="Stretch" Height="27.667" Margin="10.689,4.074,38.156,0" TextWrapping="Wrap" Text="{Binding Status, Converter={StaticResource Short2LiquidBufStatus}, RelativeSource={RelativeSource TemplatedParent}}" VerticalAlignment="Top" FontSize="21.333" TextAlignment="Center" RenderTransformOrigin="0.5,0.5">
|
|
<TextBlock.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</TextBlock.RenderTransform>
|
|
</TextBlock>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.226" Margin="12.088,19.441,12.412,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.057,0.65" StartPoint="-1.008,0.617">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.79"/>
|
|
<GradientStop Color="#FFDADADA" Offset="0.674"/>
|
|
<GradientStop Color="Black" Offset="0.433"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Ellipse x:Name="ellipse" Height="26" Margin="88.217,35,85.783,0" Stroke="Black" VerticalAlignment="Top" Fill="White" Width="26"/>
|
|
<local:Motor x:Name="Spray_motor" Margin="15.871,0,0,6.219" HorizontalAlignment="Left" Height="32" VerticalAlignment="Bottom" Width="52" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path Data="M0.5,0.5 L10.567001,0.5 10.567001,14.966497 180.83701,14.966497 180.83701,0.5 190.90501,0.5 190.90501,161.1 180.83701,161.1 180.83701,25.033497 10.567001,25.033497 10.567001,161.1 0.5,161.1 z" Fill="#FF353D8B" HorizontalAlignment="Stretch" Height="161.6" Margin="4.002,0,4.593,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto"/>
|
|
<Rectangle HorizontalAlignment="Right" Margin="0,0,0.061,0" Stroke="Black" Width="19.602" Fill="#FF353D8B" Height="6.2" VerticalAlignment="Bottom"/>
|
|
<Rectangle HorizontalAlignment="Left" Margin="0" Stroke="Black" Width="19.6" Fill="#FF353D8B" Height="6.2" VerticalAlignment="Bottom"/>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="27.893" Margin="0,0,64.743,8.204" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="15.132" HorizontalAlignment="Right" Fill="#FF9E9E9E"/>
|
|
<local:TubeArc Margin="0,0,81.997,7.717" Height="11.849" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="3.219" Margin="0,0,76.002,13.462" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.708,0.597">
|
|
<GradientStop Color="Black" Offset="0.867"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.319"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="2.353" Margin="0,0,76.435,26.345" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.708,0.597">
|
|
<GradientStop Color="Black" Offset="0.867"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.319"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="0,0,81.997,23.072" Height="11.849" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="10.827" Margin="0,0,84.832,34.701" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.708,0.597">
|
|
<GradientStop Color="Black" Offset="0.867"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.319"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="0,0,81.997,45.234" Height="11.849" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<local:TubeArc Margin="0,1.758,2.378,0" Height="11.848" VerticalAlignment="Top" HorizontalAlignment="Right" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="30.444" Margin="0,-8.96,24.766,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="8.509,0.626" StartPoint="-10.983,0.624">
|
|
<GradientStop Color="Black" Offset="0.618"/>
|
|
<GradientStop Color="White" Offset="0.59"/>
|
|
<GradientStop Color="Black" Offset="0.56"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="0,1.766,44.378,0" Height="11.848" VerticalAlignment="Top" HorizontalAlignment="Right" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="6.386" Margin="0,13.337,47.216,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="8.509,0.626" StartPoint="-10.983,0.624">
|
|
<GradientStop Color="Black" Offset="0.618"/>
|
|
<GradientStop Color="White" Offset="0.59"/>
|
|
<GradientStop Color="Black" Offset="0.56"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="73.194" Margin="95.868,0,95.132,21.634" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto" HorizontalAlignment="Stretch" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="8.509,0.626" StartPoint="-10.983,0.624">
|
|
<GradientStop Color="Black" Offset="0.618"/>
|
|
<GradientStop Color="White" Offset="0.59"/>
|
|
<GradientStop Color="Black" Offset="0.56"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="93.019,0,95.181,10.053" Height="11.849" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" Width="Auto" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="14.403" Margin="81.533,0,0,7.365" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Left" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.708,0.597">
|
|
<GradientStop Color="Black" Offset="0.867"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.319"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="27.893" Margin="64.989,0,0,8.053" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="15.132" HorizontalAlignment="Left" Fill="#FF9E9E9E"/>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.071,0,93.429,82.723" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.295,0.63" StartPoint="-1.143,0.629">
|
|
<GradientStop Color="Black" Offset="0.943"/>
|
|
<GradientStop Color="White" Offset="0.673"/>
|
|
<GradientStop Color="Black" Offset="0.438"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.026" Margin="91.955,13.396,85.078,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.057,0.65" StartPoint="-1.008,0.617">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.79"/>
|
|
<GradientStop Color="#FFDADADA" Offset="0.674"/>
|
|
<GradientStop Color="Black" Offset="0.433"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="14.326" Margin="43.705,6.096,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="22.967">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.057,0.65" StartPoint="-1.008,0.617">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.79"/>
|
|
<GradientStop Color="#FFDADADA" Offset="0.674"/>
|
|
<GradientStop Color="Black" Offset="0.433"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="82.359,0,0,23.44" Height="11.849" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="2.647" Margin="76.733,0,0,26.563" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Left" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.301,0.609" StartPoint="-0.708,0.597">
|
|
<GradientStop Color="Black" Offset="0.867"/>
|
|
<GradientStop Color="White" Offset="0.584"/>
|
|
<GradientStop Color="Black" Offset="0.319"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="10.436" Margin="85.181,0,0,34.998" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Left" StrokeThickness="0.3" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="8.509,0.626" StartPoint="-10.983,0.624">
|
|
<GradientStop Color="Black" Offset="0.618"/>
|
|
<GradientStop Color="White" Offset="0.59"/>
|
|
<GradientStop Color="Black" Offset="0.56"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:TubeArc Margin="82.377,0,0,45.199" Height="11.849" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="11.8" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Path x:Name="path1" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.071,0,93.429,82.723" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="96.187,0,95.012,85.39" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy1" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="95.921,0,95.279,86.456" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy2" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="96.187,0,95.012,87.39" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path1_Copy3" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="96.587,0,94.612,88.59" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="82.153,0,0,31.743" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Left" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="0,0,85.031,23.213" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Right" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path6" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.07,0,93.429,79.209" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path7" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.07,0,93.429,79.209" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path8" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.07,0,93.429,79.209" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path9" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.07,0,93.429,79.209" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path10" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.07,0,93.429,79.209" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4" Margin="94.071,0,93.429,79.225" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="12.5" HorizontalAlignment="Stretch" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.295,0.63" StartPoint="-1.143,0.629">
|
|
<GradientStop Color="Black" Offset="0.943"/>
|
|
<GradientStop Color="White" Offset="0.673"/>
|
|
<GradientStop Color="Black" Offset="0.438"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path4_Copy" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="4.44" Margin="0,0,85.031,23.213" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="8.648" HorizontalAlignment="Right" StrokeThickness="0.5" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path2" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path5" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path11" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path12" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path13" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path14" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path15" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path16" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path17" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path18" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path19" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path20" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path21" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path22" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path23" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path26" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path27" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path30" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path33" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path33_Copy" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path33_Copy1" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path33_Copy2" Data="M0.49999999,0.50000001 L170.96,0.50000001 170.96,240.32694 0.49999999,240.32694 z" Height="7.894" Margin="0,0,84.832,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="9" HorizontalAlignment="Right" StrokeThickness="0.3" Opacity="0" RenderTransformOrigin="0.5,0.5" Fill="Black">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Buffer}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Buffer}">
|
|
<Viewbox x:Name="grid" Stretch="Fill" Height="Auto" ContextMenu="{StaticResource ContextMenuBufferControl}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Filled">
|
|
<Storyboard>
|
|
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="lolevel1">
|
|
<DiscreteObjectKeyFrame KeyTime="0" Value="{x:Static Visibility.Visible}"/>
|
|
</ObjectAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1.422"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1.507"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.666"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0.35"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="lolevel1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1.512"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="lolevel1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.265"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="lolevel1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1.577"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="lolevel1">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.421"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="lolevel1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="Lime"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Empty">
|
|
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup1">
|
|
<VisualState x:Name="AlarmOn"/>
|
|
<VisualState x:Name="AlarmOff"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="136" Width="386.667">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="0.267*"/>
|
|
<RowDefinition Height="80"/>
|
|
<RowDefinition Height="0.733*"/>
|
|
</Grid.RowDefinitions>
|
|
<Path x:Name="path1" Data="M0.5,0.5 L386.16701,0.5 386.16701,127.839 0.5,127.839 z M282.79571,199.5 L103.8713,199.5 0.5,127.507 386.16701,127.507 z" Margin="0" Stretch="Fill" Stroke="Black" Height="Auto" Width="Auto" Opacity="1" Fill="{StaticResource binbrush}" Grid.RowSpan="3"/>
|
|
<Ellipse x:Name="lolevel1" Margin="184.98,8.819,183.233,12.863" VerticalAlignment="Stretch" StrokeThickness="0" Fill="#FF65FF00" Width="Auto" HorizontalAlignment="Stretch" Grid.Row="2" RenderTransformOrigin="0.5,0.5" Visibility="Hidden" >
|
|
<Ellipse.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Ellipse.RenderTransform>
|
|
</Ellipse>
|
|
<Path x:Name="path" Data="M12.75,6.5 C12.75,9.9517797 9.9517797,12.75 6.5,12.75 C3.0482203,12.75 0.25,9.9517797 0.25,6.5 C0.25,3.0482203 3.0482203,0.25 6.5,0.25 C9.9517797,0.25 12.75,3.0482203 12.75,6.5 z M10.875,6.5629999 C10.875,8.9278832 8.9583308,10.845 6.5939999,10.845 C4.2296689,10.845 2.313,8.9278832 2.313,6.5629999 C2.313,4.1981167 4.2296689,2.281 6.5939999,2.281 C8.9583308,2.281 10.875,4.1981167 10.875,6.5629999 z M7.126,1.4015 C7.126,1.7243104 6.8643104,1.986 6.5415,1.986 C6.2186896,1.986 5.957,1.7243104 5.957,1.4015 C5.957,1.0786896 6.2186896,0.81699999 6.5415,0.81699999 C6.8643104,0.81699999 7.126,1.0786896 7.126,1.4015 z M2.105,6.6515 C2.105,6.9743104 1.8433104,7.236 1.5205,7.236 C1.1976896,7.236 0.93599999,6.9743104 0.93599999,6.6515 C0.93599999,6.3286896 1.1976896,6.067 1.5205,6.067 C1.8433104,6.067 2.105,6.3286896 2.105,6.6515 z M12.231,6.6515 C12.231,6.9743104 11.96931,7.236 11.6465,7.236 C11.32369,7.236 11.062,6.9743104 11.062,6.6515 C11.062,6.3286896 11.32369,6.067 11.6465,6.067 C11.96931,6.067 12.231,6.3286896 12.231,6.6515 z M7.24,11.4945 C7.24,11.81731 6.9783104,12.079 6.6555,12.079 C6.3326896,12.079 6.071,11.81731 6.071,11.4945 C6.071,11.17169 6.3326896,10.91 6.6555,10.91 C6.9783104,10.91 7.24,11.17169 7.24,11.4945 z M2.6120332,3.197298 C2.395373,2.9576248 2.4140287,2.5876934 2.653702,2.3710332 C2.8933753,2.1543729 3.2633067,2.1730287 3.4799669,2.412702 C3.6966271,2.6523752 3.6779713,3.0223066 3.4382981,3.2389669 C3.1986248,3.4556271 2.8286934,3.4369713 2.6120332,3.197298 z M9.4660332,10.607798 C9.2495581,10.36833 9.268364,9.9985642 9.5080373,9.781904 C9.7477106,9.5652438 10.117492,9.5837335 10.333967,9.823202 C10.550442,10.06267 10.531636,10.432436 10.291963,10.649096 C10.05229,10.865756 9.6825082,10.847266 9.4660332,10.607798 z M9.6198721,2.4954145 C9.8394525,2.2584138 10.209585,2.2442917 10.446586,2.4638722 C10.683586,2.6834526 10.697708,3.0535848 10.478128,3.2905855 C10.258547,3.5275863 9.8884153,3.5417083 9.6514145,3.3221279 C9.4144137,3.1025475 9.4002917,2.7324153 9.6198721,2.4954145 z M2.8438721,9.9799145 C3.0632649,9.7431163 3.4332449,9.7291585 3.6702457,9.9487389 C3.9072465,10.168319 3.9215206,10.538287 3.7021279,10.775086 C3.4827352,11.011884 3.1127551,11.025842 2.8757543,10.806261 C2.6387535,10.586681 2.6244794,10.216713 2.8438721,9.9799145 z" Fill="#FFF4F4F5" Height="Auto" Margin="180.003,3.662,178.667,8" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Panel.ZIndex="1" Grid.Row="2" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<!--<local:HMIText x:Name="discharge" HorizontalAlignment="Center" Margin="192,0,0,0" Grid.RowSpan="1" Width="Auto" Grid.Row="1" FontSize="36"/>-->
|
|
<!--<local:HMIText x:Name="state" HorizontalAlignment="Left" Margin="0" FontSize="36" Grid.RowSpan="1" Width="188" Grid.Row="1" Text="{Binding Status, Converter={StaticResource Short2BufferStatus}, RelativeSource={RelativeSource TemplatedParent}}"/>-->
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
<Style TargetType="{x:Type local:Bucket}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Bucket}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="200" Width="120">
|
|
<Path Data="M2.749,3.5 L74.749,3.5 L74.749,80.5 L2.749,80.5 z M55.417674,117.917 L22.246326,117.917 3.082,80.749999 74.582,80.749999 z M17.5,118 L61.333,118 L61.333,120.833 L17.5,120.833 z M0.50000001,0.5 L76.833,0.5 L76.833,3.3330001 L0.50000001,3.3330001 z" Margin="0" Stretch="Fill" Stroke="Black" Height="Auto" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-1.13,-0.787" StartPoint="1.916,-0.814">
|
|
<GradientStop Color="Black" Offset="0.277"/>
|
|
<GradientStop Color="#FFF0F3EF" Offset="0.471"/>
|
|
<GradientStop Color="#FF1D231A" Offset="0.644"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:SlideGate}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:SlideGate}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Open">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF39EB09"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Cylinder.IsInWork)" Storyboard.TargetName="cylinder">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="Closed"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="20" Width="120">
|
|
<Path Data="M0.25,0.25 L83.584,0.25 L83.584,3.083 L0.25,3.083 z" Fill="#FFF4F4F5" Height="3.333" Margin="0.5,0.829,35.666,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top"/>
|
|
<Path Data="M0.25,0.25 L83.584,0.25 L83.584,3.083 L0.25,3.083 z" Fill="#FFF4F4F5" Height="3.333" Margin="0.5,0,35.666,0.975" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" />
|
|
<Path x:Name="path" Data="M0.25,0.25 L74.622,0.25 L74.622,12.166 L0.25,12.166 z" Height="Auto" Margin="4.086,3.663,41.042,3.921" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Fill="#FF8D8A8A" />
|
|
<local:Cylinder x:Name="cylinder" HorizontalAlignment="Right" Margin="0,1.75,-1,3.25" RenderTransformOrigin="0.5,0.5" Width="42.75">
|
|
<local:Cylinder.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Cylinder.RenderTransform>
|
|
</local:Cylinder>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Truck}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Truck}">
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<Grid Height="110" Width="215">
|
|
<Path Data="M63.5,16 L23.5,16 C17.996366,17.965901 15.223406,23.188517 15.25,31.75 L15.25,92 43,91.25 C44.064439,77.002427 50.825819,70.472138 63.166667,71.5 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Margin="5.709,26.832,0,13.419" Stretch="Fill" Stroke="Black" Width="52.916"/>
|
|
<Rectangle Fill="#FFF4F4F5" HorizontalAlignment="Left" Margin="18.043,36.915,0,51.085" Stroke="Black" Width="11.333"/>
|
|
<Path Data="M25.125,13.25 L9.5,13.375 9.25,19.75 13.25,17.125 18.5,16.75 z" HorizontalAlignment="Left" Margin="0.346,26.823,0,0" Stretch="Fill" Stroke="Black" Width="17.249" RenderTransformOrigin="0.5,0.5" Panel.ZIndex="-1" Height="12.093" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="-1.267,-0.162" StartPoint="1.908,1.11">
|
|
<GradientStop Color="Black" Offset="0.068"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-0.29"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M25,13.125 L24.75,54.75 15.25,58.375 15.125,26.25 C15.366634,18.945809 18.79197,14.525211 25,12.625" HorizontalAlignment="Left" Margin="5.584,26.457,0,37.126" Stretch="Fill" Stroke="Black" Width="9.208">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.932,0.967" StartPoint="-1.291,-0.019">
|
|
<GradientStop Color="Black" Offset="0.068"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Left" Margin="19.21,36.915,0,51.085" Stroke="Black" Width="12.833">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.932,0.967" StartPoint="-1.113,-0.653">
|
|
<GradientStop Color="Black" Offset="0.068"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M15.5,58.25 L23.3125,64.6875 23.3125,81.748175 15.249984,88.560148 z" Fill="#FFA97A12" HorizontalAlignment="Left" Margin="2.104,0,0,13.855" Stretch="Fill" Stroke="Black" Width="5.418" RenderTransformOrigin="0.5,0.5" Height="24.063" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.25" Margin="2.398,0,0,31.251" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.603"/>
|
|
<Path Data="M16.083333,67 L22.958667,66.666667" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.336" Margin="2.227,0,0,28.914" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.846"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.25" Margin="2.289,0,0,26.435" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.894"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.25" Margin="2.253,0,0,23.935" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.894"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.25" Margin="2.217,0,0,21.622" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.894"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.25" Margin="2.144,0,0,19.501" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="4.893"/>
|
|
<ed:Arc ArcThickness="7" ArcThicknessUnit="Pixel" EndAngle="360" Height="31.036" Margin="38.064,0,0,0.158" Stretch="None" Stroke="Black" StartAngle="0" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="31.034">
|
|
<ed:Arc.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="#FF2B2D2D" Offset="0.828"/>
|
|
<GradientStop Color="Black" Offset="0.195"/>
|
|
</LinearGradientBrush>
|
|
</ed:Arc.Fill>
|
|
</ed:Arc>
|
|
<Ellipse HorizontalAlignment="Left" Height="14.333" Margin="46.375,0,0,8.625" Stroke="Black" VerticalAlignment="Bottom" Width="14.333" Fill="White"/>
|
|
<Path Data="M64.333333,63.666667 L63.833669,1.8330013 77.491596,1.8330013 71.828689,7.4999707 71.828689,63.333003 67.664789,70.999628 64.500225,67.166314 z" Fill="#FF83838B" HorizontalAlignment="Left" Margin="58.958,13,0,26.833" Stretch="Fill" Stroke="Black" Width="14.667" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0.439"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L44.084,0.5 L44.084,3 L0.5,3 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="3.5" Margin="13.875,28.167,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="44.584"/>
|
|
<Path Data="M0.5,0.5 L11.666,0.5 L11.666,14.833 L0.5,14.833 z" Fill="#FFC3C3CA" HorizontalAlignment="Left" Margin="42.293,41.665,0,53.002" Stretch="Fill" Stroke="Black" Width="12.166" />
|
|
<Path Data="M0.5,0.5 L7.583,0.5 L7.583,2.75 L0.5,2.75 z" Fill="#FF01011B" HorizontalAlignment="Left" Margin="24.125,0,0,47.585" Stretch="Fill" Stroke="Black" Width="8.083" Height="3.25" VerticalAlignment="Bottom" />
|
|
<Path Data="M23.25,48 L23.25,23.5 42.833333,23.416667 42.917,64.500224 C37.395339,68.234361 34.383619,73.992091 33.75,81.66712 L16.5,81.66712 16.375,63.624981 23.25,59.999952 z" HorizontalAlignment="Left" Margin="9.667,34.001,0,16.749" Stretch="Fill" Stroke="Black" Width="29.459"/>
|
|
<Path Data="M0.5,0.5 L30.541,0.5 L30.541,8.469 L0.5,8.469 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="8.969" Margin="5.75,0,0,5.918" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="31.041"/>
|
|
<Path Data="M15.5625,81.3125 L23.2505,84.438 15.313,88.499358 z" Fill="#FF181716" HorizontalAlignment="Left" Height="8.188" Margin="5.771,0,0,6.668" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="8.938"/>
|
|
<Path Data="M15.78125,81.875 C19.070343,84.150352 18.896877,86.207158 15.5315,88.0625" Fill="#FFF1EDE5" HorizontalAlignment="Left" Height="7.187" Margin="5.99,0,0,7.106" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="3.625"/>
|
|
<Ellipse Fill="#FFFFF7E5" HorizontalAlignment="Left" Height="3.38" Margin="8.396,0,0,9.199" Stroke="Black" VerticalAlignment="Bottom" Width="2.469" StrokeThickness="0.5"/>
|
|
<Ellipse Fill="#FFFFF7E5" HorizontalAlignment="Left" Height="2.63" Margin="10.521,0,0,9.573" Stroke="Black" VerticalAlignment="Bottom" Width="1.719" StrokeThickness="0.5"/>
|
|
<Path Data="M2.0640001,0.69899999 C2.0640001,0.94697584 1.862752,1.148 1.6145,1.148 C1.366248,1.148 1.165,0.94697584 1.165,0.69899999 C1.165,0.45102414 1.366248,0.25 1.6145,0.25 C1.862752,0.25 2.0640001,0.45102414 2.0640001,0.69899999 z M1.15,1.683 C1.15,1.9309758 0.94852816,2.132 0.70000002,2.132 C0.45147189,2.132 0.25000002,1.9309758 0.25000002,1.683 C0.25000002,1.4350241 0.45147189,1.234 0.70000002,1.234 C0.94852816,1.234 1.15,1.4350241 1.15,1.683 z M2.9610001,1.718 C2.9610001,1.9659758 2.759752,2.167 2.5115,2.167 C2.263248,2.167 2.062,1.9659758 2.062,1.718 C2.062,1.4700241 2.263248,1.269 2.5115,1.269 C2.759752,1.269 2.9610001,1.4700241 2.9610001,1.718 z M2.0460001,2.685 C2.0460001,2.9329758 1.844752,3.134 1.5965,3.134 C1.348248,3.134 1.147,2.9329758 1.147,2.685 C1.147,2.4370241 1.348248,2.236 1.5965,2.236 C1.844752,2.236 2.0460001,2.4370241 2.0460001,2.685 z" Fill="White" HorizontalAlignment="Left" Height="3.384" Margin="52.27,0,0,14.315" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="3.21" />
|
|
<Path Data="M0.5,0.5 L124,0.5 L124,58.5 L0.5,58.5 z" Fill="#FFF4F4F5" Margin="73.91,19.093,22.037,31.907" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="19.872"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L119,0.5 L119,54 L0.5,54 z" Fill="#FFF4F4F5" Margin="76.54,21.339,24.188,34.161" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="19.872"/>
|
|
<TranslateTransform X="-0.015" Y="0.085"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L114.66,0.5 L114.66,22.375 L0.5,22.375 z" Fill="#FF9C9CA1" Margin="78.853,51,26.025,36.125" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="19.872"/>
|
|
<TranslateTransform X="-4.738" Y="-0.656"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L114.66,0.5 L114.66,22.375 L0.5,22.375 z" Fill="#FF9C9CA1" Margin="79.173,22.995,25.706,0" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.5,0.5" Height="22.875" VerticalAlignment="Top">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="19.872"/>
|
|
<TranslateTransform X="4.76" Y="1.125"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,22.003 L119,22.003 L119,26.003 L0.5,26.003 z M8.168,28.834 L25.666999,28.834 L25.666999,48.834 L8.168,48.834 z M30.169,28.833 L47.667999,28.833 L47.667999,48.833 L30.169,48.833 z M52.502,28.834 L70.000999,28.834 L70.000999,48.834 L52.502,48.834 z M74.836,28.5 L92.334999,28.5 L92.334999,48.5 L74.836,48.5 z M96.169,28.5 L113.668,28.5 L113.668,48.5 L96.169,48.5 z M8.501,0.83400026 L25.999999,0.83400026 L25.999999,20.834 L8.501,20.834 z M30.502,0.83300026 L48.000999,0.83300026 L48.000999,20.833 L30.502,20.833 z M52.835,0.83400026 L70.333999,0.83400026 L70.333999,20.834 L52.835,20.834 z M75.169,0.50000026 L92.667999,0.50000026 L92.667999,20.5 L75.169,20.5 z M96.502,0.50000026 L114.001,0.50000026 L114.001,20.5 L96.502,20.5 z" Fill="#FFB9B9BE" Margin="71.375,22.914,24.125,37.752" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.5,0.5" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="19.872"/>
|
|
<TranslateTransform X="0.014" Y="0.09"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<ed:Arc ArcThickness="7" ArcThicknessUnit="Pixel" EndAngle="360" Height="31.036" Margin="72.731,0,0,0.491" Stretch="None" Stroke="Black" StartAngle="0" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="31.034">
|
|
<ed:Arc.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="#FF2B2D2D" Offset="0.828"/>
|
|
<GradientStop Color="Black" Offset="0.195"/>
|
|
</LinearGradientBrush>
|
|
</ed:Arc.Fill>
|
|
</ed:Arc>
|
|
<Ellipse HorizontalAlignment="Left" Height="14.333" Margin="81.042,0,0,8.958" Stroke="Black" VerticalAlignment="Bottom" Width="14.333" Fill="White"/>
|
|
<Path Data="M2.0640001,0.69899999 C2.0640001,0.94697584 1.862752,1.148 1.6145,1.148 C1.366248,1.148 1.165,0.94697584 1.165,0.69899999 C1.165,0.45102414 1.366248,0.25 1.6145,0.25 C1.862752,0.25 2.0640001,0.45102414 2.0640001,0.69899999 z M1.15,1.683 C1.15,1.9309758 0.94852816,2.132 0.70000002,2.132 C0.45147189,2.132 0.25000002,1.9309758 0.25000002,1.683 C0.25000002,1.4350241 0.45147189,1.234 0.70000002,1.234 C0.94852816,1.234 1.15,1.4350241 1.15,1.683 z M2.9610001,1.718 C2.9610001,1.9659758 2.759752,2.167 2.5115,2.167 C2.263248,2.167 2.062,1.9659758 2.062,1.718 C2.062,1.4700241 2.263248,1.269 2.5115,1.269 C2.759752,1.269 2.9610001,1.4700241 2.9610001,1.718 z M2.0460001,2.685 C2.0460001,2.9329758 1.844752,3.134 1.5965,3.134 C1.348248,3.134 1.147,2.9329758 1.147,2.685 C1.147,2.4370241 1.348248,2.236 1.5965,2.236 C1.844752,2.236 2.0460001,2.4370241 2.0460001,2.685 z" Fill="White" HorizontalAlignment="Left" Height="3.384" Margin="86.937,0,0,14.648" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="3.21" />
|
|
<ed:Arc ArcThickness="7" ArcThicknessUnit="Pixel" EndAngle="360" Height="31.036" Margin="0,0,22.235,0.99" Stretch="None" Stroke="Black" StartAngle="0" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="31.034">
|
|
<ed:Arc.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="#FF2B2D2D" Offset="0.828"/>
|
|
<GradientStop Color="Black" Offset="0.195"/>
|
|
</LinearGradientBrush>
|
|
</ed:Arc.Fill>
|
|
</ed:Arc>
|
|
<Ellipse HorizontalAlignment="Right" Height="14.333" Margin="0,0,30.625,9.457" Stroke="Black" VerticalAlignment="Bottom" Width="14.333" Fill="White"/>
|
|
<Path Data="M2.0640001,0.69899999 C2.0640001,0.94697584 1.862752,1.148 1.6145,1.148 C1.366248,1.148 1.165,0.94697584 1.165,0.69899999 C1.165,0.45102414 1.366248,0.25 1.6145,0.25 C1.862752,0.25 2.0640001,0.45102414 2.0640001,0.69899999 z M1.15,1.683 C1.15,1.9309758 0.94852816,2.132 0.70000002,2.132 C0.45147189,2.132 0.25000002,1.9309758 0.25000002,1.683 C0.25000002,1.4350241 0.45147189,1.234 0.70000002,1.234 C0.94852816,1.234 1.15,1.4350241 1.15,1.683 z M2.9610001,1.718 C2.9610001,1.9659758 2.759752,2.167 2.5115,2.167 C2.263248,2.167 2.062,1.9659758 2.062,1.718 C2.062,1.4700241 2.263248,1.269 2.5115,1.269 C2.759752,1.269 2.9610001,1.4700241 2.9610001,1.718 z M2.0460001,2.685 C2.0460001,2.9329758 1.844752,3.134 1.5965,3.134 C1.348248,3.134 1.147,2.9329758 1.147,2.685 C1.147,2.4370241 1.348248,2.236 1.5965,2.236 C1.844752,2.236 2.0460001,2.4370241 2.0460001,2.685 z" Fill="White" HorizontalAlignment="Right" Height="3.384" Margin="0,0,35.853,15.147" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="3.21" />
|
|
<ed:Arc ArcThickness="7" ArcThicknessUnit="Pixel" EndAngle="360" Height="31.036" Margin="0,0,52.902,1.158" Stretch="None" Stroke="Black" StartAngle="0" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="31.034">
|
|
<ed:Arc.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="#FF2B2D2D" Offset="0.828"/>
|
|
<GradientStop Color="Black" Offset="0.195"/>
|
|
</LinearGradientBrush>
|
|
</ed:Arc.Fill>
|
|
</ed:Arc>
|
|
<Ellipse HorizontalAlignment="Right" Height="14.333" Margin="0,0,61.292,9.625" Stroke="Black" VerticalAlignment="Bottom" Width="14.333" Fill="White"/>
|
|
<Path Data="M2.0640001,0.69899999 C2.0640001,0.94697584 1.862752,1.148 1.6145,1.148 C1.366248,1.148 1.165,0.94697584 1.165,0.69899999 C1.165,0.45102414 1.366248,0.25 1.6145,0.25 C1.862752,0.25 2.0640001,0.45102414 2.0640001,0.69899999 z M1.15,1.683 C1.15,1.9309758 0.94852816,2.132 0.70000002,2.132 C0.45147189,2.132 0.25000002,1.9309758 0.25000002,1.683 C0.25000002,1.4350241 0.45147189,1.234 0.70000002,1.234 C0.94852816,1.234 1.15,1.4350241 1.15,1.683 z M2.9610001,1.718 C2.9610001,1.9659758 2.759752,2.167 2.5115,2.167 C2.263248,2.167 2.062,1.9659758 2.062,1.718 C2.062,1.4700241 2.263248,1.269 2.5115,1.269 C2.759752,1.269 2.9610001,1.4700241 2.9610001,1.718 z M2.0460001,2.685 C2.0460001,2.9329758 1.844752,3.134 1.5965,3.134 C1.348248,3.134 1.147,2.9329758 1.147,2.685 C1.147,2.4370241 1.348248,2.236 1.5965,2.236 C1.844752,2.236 2.0460001,2.4370241 2.0460001,2.685 z" Fill="White" HorizontalAlignment="Right" Height="3.384" Margin="0,0,66.52,15.315" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="3.21" />
|
|
<Path Data="M0.25,0.25 L1.436,0.25 L1.436,14.484 L0.25,14.484 z" Fill="White" HorizontalAlignment="Right" Margin="0,0,81.156,20.904" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="1.686" Panel.ZIndex="-1" Height="14.734" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="29.436"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L1.707,0.25 L1.707,14.811 L0.25,14.811 z" Fill="White" HorizontalAlignment="Right" Margin="0,0,24.708,21.671" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="1.957" Panel.ZIndex="-1" Height="15.061" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-41.92"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L1.436,0.25 L1.436,14.484 L0.25,14.484 z" Fill="White" HorizontalAlignment="Left" Margin="74.825,0,0,22.237" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="1.686" Panel.ZIndex="-1" Height="14.734" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="29.436"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L1.707,0.25 L1.707,14.811 L0.25,14.811 z" Fill="White" HorizontalAlignment="Left" Margin="98.835,0,0,22.087" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="1.957" Panel.ZIndex="-1" Height="15.061" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-41.92"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,5.5 C0.5,2.7385763 2.7385763,0.5 5.5,0.5 L19.999,0.5 C22.760424,0.5 24.999,2.7385763 24.999,5.5 L24.999,9.5 C24.999,12.261424 22.760424,14.5 19.999,14.5 L5.5,14.5 C2.7385763,14.5 0.5,12.261424 0.5,9.5 z" Fill="#FFB9B9BE" Height="15" Margin="104.793,0,84.708,17.502" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FF660A06" Height="2.333" Margin="104.01,0,105.031,26.958" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FFF4F4F5" Height="2.333" Margin="0,0,99.541,26.958" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FF660A06" Height="2.333" Margin="0,0,94.082,26.947" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="2.333" Margin="0,0,88.509,26.967" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FF660A06" HorizontalAlignment="Right" Height="2.333" Margin="0,0,83.088,26.979" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FF660A06" Height="2.333" Margin="104.176,0,104.865,21.208" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FFF4F4F5" Height="2.333" Margin="0,0,99.375,21.208" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FF660A06" HorizontalAlignment="Right" Height="2.333" Margin="0,0,93.916,21.197" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="2.333" Margin="0,0,88.343,21.217" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L5.709,0.25 L5.709,2.083 L0.25,2.083 z" Fill="#FF660A06" HorizontalAlignment="Right" Height="2.333" Margin="0,0,82.922,21.229" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.959" />
|
|
<Path Data="M0.25,0.25 L4.803,0.25 L4.803,2.083 L0.25,2.083 z" Fill="#FFF4F4F5" Height="2.333" Margin="0,0,99.899,24.714" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="5.053" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90.781"/>
|
|
<TranslateTransform X="5.562" Y="5.476"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.803,0.25 L4.803,2.083 L0.25,2.083 z" Fill="#FF660A06" HorizontalAlignment="Right" Height="2.333" Margin="0,0,94.429,23.873" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.053" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90.781"/>
|
|
<TranslateTransform X="0.038" Y="0.006"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.803,0.25 L4.803,2.083 L0.25,2.083 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="2.333" Margin="0,0,88.844,23.045" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="5.053" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90.781"/>
|
|
<TranslateTransform X="-5.631" Y="-5.546"/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M3.393,1.708 C3.393,2.5822668 2.6614333,3.291 1.759,3.291 C0.85656672,3.291 0.125,2.5822668 0.125,1.708 C0.125,0.83373324 0.85656672,0.125 1.759,0.125 C2.6614333,0.125 3.393,0.83373324 3.393,1.708 z" Fill="#FF050514" HorizontalAlignment="Left" Height="4.344" Margin="22.841,40.891,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.107" />
|
|
<Path Data="M0.125,2.125 C0.125,1.0204305 0.84313526,0.125 1.729,0.125 C2.6148647,0.125 3.333,1.0204305 3.333,2.125 L3.333,3.565 C3.333,4.6695695 2.6148647,5.565 1.729,5.565 C0.84313526,5.565 0.125,4.6695695 0.125,3.565 z" Fill="#FF050514" HorizontalAlignment="Left" Margin="23.779,44.888,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="4.037" Height="7.236" VerticalAlignment="Top" />
|
|
<Path Data="M7.875,16.1875 L6.625,17.3745 5.375,17.791167 4.6875,17.749175 4.4577973,17.957465 C4.4577973,17.957465 4.4581309,18.166127 4.4789654,18.228625 4.4167993,18.398682 5.3501387,18.341647 5.4373556,18.228625 5.4373556,18.228625 6.0207235,18.207739 6.1457309,18.166074 6.2707383,18.124409 6.8541062,17.874421 6.8541062,17.874421 8.0212392,17.586559 9.0731588,16.271674 8.333,16.207832 z" Fill="#FF050514" Margin="20.17,44.867,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" HorizontalAlignment="Left" Width="5.866" Height="5.35" VerticalAlignment="Top"/>
|
|
<Path Data="M4.7509114,21.061388 C4.7509114,21.061388 4.2510002,21.936354 4.2510002,22.092508 4.2510002,22.248663 3.9698005,22.716781 3.9698005,22.716781 L3.8758096,23.153649 4.0320445,25.651943 4.3757611,25.527285 4.7194777,24.309429 5.1569352,22.779303 6.188085,21.467766 6.9380121,21.467766 8.9378178,21.311631 C9.4523629,21.422568 9.6887877,21.161476 9.5323127,20.374819 L9.2510501,20.093775 8.4697651,20.031068 7.7197316,20.031068 C7.7197316,20.031068 4.6668613,20.733002 4.7509114,21.061388 z" Margin="19.976,51.075,0,51.454" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Fill="#FF050514" HorizontalAlignment="Left" Width="6.919"/>
|
|
<Path Data="M35.333333,29.583333 L32.041999,30.208667 31.541616,40.881365 30.541094,42.048652 26.956501,42.298446 25.206452,46.716904 35.291991,46.716904 z" HorizontalAlignment="Left" Margin="21,40.75,0,51.875" Stretch="Fill" Stroke="Black" Width="10.375">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.932,0.967" StartPoint="-1.291,-0.019">
|
|
<GradientStop Color="Black" Offset="0.068"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M23.791667,35.791667 C25.72212,36.876769 25.707727,38.153109 23.707999,39.624668" HorizontalAlignment="Left" Height="2.958" Margin="19.562,47.568,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="2.106" StrokeThickness="0.5"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.514" Margin="59.149,21.999,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="8.772"/>
|
|
<Path Data="M16.083333,67 L22.958667,66.666667" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.619" Margin="58.825,24.726,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9.234"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.514" Margin="58.943,27.834,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9.324"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.514" Margin="58.873,30.863,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9.326"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.514" Margin="58.805,33.665,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9.326"/>
|
|
<Path Data="M15.916667,63.916667 L22.833,63.666335" Fill="#FFA97A12" HorizontalAlignment="Left" Height="1.681" Margin="58.665,36.235,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="9.325"/>
|
|
<Rectangle HorizontalAlignment="Left" Margin="34.375,52.333,0,51.25" Stroke="Black" Width="3.083"/>
|
|
<Path Data="M0.25,0.25 L1.707,0.25 L1.707,14.811 L0.25,14.811 z" Fill="White" HorizontalAlignment="Right" Margin="0,42.208,9.67,17.991" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="2.954" Panel.ZIndex="-1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-16.088"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L33.207,0.5 L33.207,3.969 L0.5,3.969 z" Fill="#FF83838B" Height="4.969" Margin="70.75,0,77.71,30.835" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Panel.ZIndex="-1"/>
|
|
<Path Data="M0.25,0.25 L1.436,0.25 L1.436,14.484 L0.25,14.484 z" HorizontalAlignment="Left" Margin="74.996,0,0,32.509" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="5.041" Panel.ZIndex="-2" Height="10.592" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.515" StartPoint="-0.426,0.485">
|
|
<GradientStop Color="Black" Offset="0.112"/>
|
|
<GradientStop Color="White" Offset="0.483"/>
|
|
<GradientStop Color="Black" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="32.82"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L1.436,0.25 L1.436,14.484 L0.25,14.484 z" HorizontalAlignment="Left" Margin="81.186,0,0,41.134" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="2.244" Panel.ZIndex="-2" Height="7.878" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.426,0.515" StartPoint="-0.426,0.485">
|
|
<GradientStop Color="Black" Offset="0.173"/>
|
|
<GradientStop Color="White" Offset="0.55"/>
|
|
<GradientStop Color="Black" Offset="0.834"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="32.82"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy" Data="M10.663052,41.040047 C11.465472,41.040047 12.11596,41.485291 12.11596,42.034527 12.11596,42.583759 11.465472,43.029003 10.663052,43.029003 9.8606362,43.029003 9.2101464,42.583759 9.2101464,42.034527 9.2101464,41.485291 9.8606362,41.040047 10.663052,41.040047 z M15.83033,40.796936 C16.345435,40.784569 16.853985,40.960632 17.13415,41.285912 17.541661,41.759045 17.311656,42.368713 16.620419,42.647644 15.929183,42.926575 15.038472,42.769142 14.630959,42.296009 14.223448,41.822876 14.453454,41.213207 15.14469,40.934277 15.360701,40.847111 15.596194,40.802559 15.83033,40.796936 z M23.35454,40.796486 C24.156956,40.796486 24.807446,41.241726 24.807446,41.790962 24.807446,42.340195 24.156956,42.785435 23.35454,42.785435 22.552121,42.785435 21.901635,42.340195 21.901635,41.790962 21.901635,41.241726 22.552121,40.796486 23.35454,40.796486 z M6.5117917,40.796486 C7.3142104,40.796486 7.9646983,41.241726 7.9646983,41.790962 7.9646983,42.340195 7.3142104,42.785435 6.5117917,42.785435 5.709374,42.785435 5.0588861,42.340195 5.0588861,41.790962 5.0588861,41.241726 5.709374,40.796486 6.5117917,40.796486 z M1.937048,40.702084 L2.0996428,40.752594 C2.3261895,40.835724 2.5233684,40.96106 2.6634498,41.123699 3.0454907,41.567261 2.8672156,42.130825 2.2738767,42.429371 L2.150269,42.485184 z M19.20328,40.552921 C20.005696,40.552921 20.656186,40.998161 20.656186,41.547394 20.656186,42.09663 20.005696,42.54187 19.20328,42.54187 18.40086,42.54187 17.750372,42.09663 17.750372,41.547394 17.750372,40.998161 18.40086,40.552921 19.20328,40.552921 z M12.67997,39.415958 C12.830424,39.415958 12.975535,39.43161 13.112021,39.460667 L13.179951,39.477684 13.194832,39.490028 C13.326294,39.580009 13.482832,39.652828 13.656657,39.703156 L13.722208,39.719578 13.884741,39.854412 C14.041401,40.013134 14.132876,40.204472 14.132876,40.410435 14.132876,40.959667 13.482388,41.404911 12.67997,41.404911 11.877553,41.404911 11.227065,40.959667 11.227065,40.410435 11.227065,39.861198 11.877553,39.415958 12.67997,39.415958 z M18.492306,38.117268 C19.294722,38.117268 19.945212,38.562511 19.945212,39.111744 19.945212,39.660976 19.294722,40.10622 18.492306,40.10622 17.689887,40.10622 17.039399,39.660976 17.039399,39.111744 17.039399,38.562511 17.689887,38.117268 18.492306,38.117268 z M9.477386,38.117268 C9.6278386,38.117268 9.7729516,38.132919 9.9094348,38.161976 L9.9942565,38.183228 10.088422,38.231426 C10.165719,38.267166 10.248308,38.297955 10.33522,38.323116 L10.383882,38.335308 10.401567,38.344357 C10.724473,38.52676 10.930291,38.802803 10.930291,39.111744 10.930291,39.660976 10.279803,40.10622 9.477386,40.10622 8.6749673,40.10622 8.0244794,39.660976 8.0244794,39.111744 8.0244794,38.562511 8.6749673,38.117268 9.477386,38.117268 z M4.021606,37.955055 C4.8240228,37.955055 5.4745107,38.400295 5.4745107,38.949528 5.4745107,39.498764 4.8240228,39.944008 4.021606,39.944008 3.2191863,39.944008 2.5686994,39.498764 2.5686989,38.949528 2.5686994,38.606258 2.8227954,38.303608 3.20927,38.124893 L3.3275352,38.075718 3.4577594,38.071217 C3.6531281,38.057636 3.8370547,38.017563 4.0017486,37.956322 L4.0032763,37.955688 z M22.168871,37.873703 C22.971289,37.873703 23.621777,38.318947 23.621777,38.868179 23.621777,39.417412 22.971289,39.862656 22.168871,39.862656 21.366456,39.862656 20.715966,39.417412 20.715966,38.868179 20.715966,38.318947 21.366456,37.873703 22.168871,37.873703 z M14.222191,37.792351 C15.024609,37.792351 15.675099,38.237595 15.675099,38.786831 15.675099,39.336063 15.024609,39.781307 14.222191,39.781307 14.07174,39.781307 13.926627,39.765652 13.790141,39.736595 L13.722208,39.719578 13.707329,39.707233 C13.575867,39.617252 13.419329,39.544434 13.245507,39.49411 L13.179951,39.477684 13.01742,39.34285 C12.86076,39.184132 12.769286,38.992794 12.769286,38.786831 12.769286,38.237595 13.419774,37.792351 14.222191,37.792351 z M10.900755,36.412312 C11.703175,36.412312 12.353661,36.857555 12.353661,37.406792 12.353661,37.956024 11.703175,38.401264 10.900755,38.401264 10.750302,38.401264 10.60519,38.385612 10.468705,38.356556 L10.383882,38.335308 10.289719,38.287109 C10.212424,38.251366 10.129834,38.220577 10.042922,38.195419 L9.9942565,38.183228 9.9765725,38.174175 C9.6536689,37.991776 9.4478498,37.715733 9.4478498,37.406792 9.4478498,36.857555 10.098339,36.412312 10.900755,36.412312 z M16.120257,36.168747 C16.922675,36.168747 17.573163,36.613991 17.573163,37.163227 17.573163,37.71246 16.922675,38.1577 16.120257,38.1577 15.317839,38.1577 14.667351,37.71246 14.667351,37.163227 14.667351,36.613991 15.317839,36.168747 16.120257,36.168747 z M6.749495,36.168747 C7.5519137,36.168747 8.2024007,36.613991 8.2024007,37.163227 8.2024007,37.71246 7.5519137,38.1577 6.749495,38.1577 5.9470763,38.1577 5.2965894,37.71246 5.2965894,37.163227 5.2965894,36.613991 5.9470763,36.168747 6.749495,36.168747 z M3.3092065,36.087399 C4.1116252,36.087399 4.7621131,36.532639 4.7621121,37.081871 4.7621131,37.425148 4.5080161,37.727795 4.1215415,37.906509 L4.0032763,37.955688 3.873054,37.96019 C3.6776834,37.97377 3.4937568,38.013844 3.3290629,38.075081 L3.3275352,38.075718 3.3092065,38.076351 C2.5067902,38.076351 1.8563018,37.631107 1.8563023,37.081871 1.8563018,36.532639 2.5067902,36.087399 3.3092065,36.087399 z M23.35454,35.681618 C23.705595,35.681618 24.027575,35.766842 24.278723,35.908707 L24.352946,35.95488 24.756415,36.92395 24.69327,37.06319 C24.472706,37.42012 23.956353,37.67057 23.35454,37.67057 22.552121,37.67057 21.901635,37.225327 21.901635,36.676094 21.901635,36.126858 22.552121,35.681618 23.35454,35.681618 z M19.20328,35.438053 C20.005696,35.438053 20.656186,35.883297 20.656186,36.432529 20.656186,36.981762 20.005696,37.427006 19.20328,37.427006 18.40086,37.427006 17.750372,36.981762 17.750372,36.432529 17.750372,35.986279 18.179797,35.608677 18.771229,35.482765 L18.811562,35.475666 18.87856,35.473351 C18.927401,35.469955 18.975529,35.464905 19.02282,35.458279 L19.121726,35.440872 z M1.0860782,33.585712 L1.0930715,33.587597 C1.156589,33.608543 1.2175388,33.632565 1.2755098,33.65937 L1.2863178,33.664906 1.2929854,33.710171 C1.3607249,33.936752 1.5410423,34.135265 1.7921891,34.277134 L1.8932314,34.328854 1.9160833,34.484009 C1.9160833,34.758625 1.7534614,35.007244 1.4905372,35.18721 L1.2910552,35.299866 z M18.730008,33.489532 C19.532427,33.489532 20.182913,33.934772 20.182913,34.484009 20.182913,34.93026 19.753491,35.307861 19.162058,35.433773 L19.121726,35.440872 19.054726,35.443188 C19.005887,35.446587 18.957758,35.451637 18.910468,35.45826 L18.811562,35.475666 18.730008,35.478485 C17.92759,35.478485 17.277102,35.033241 17.277102,34.484009 17.277102,33.934772 17.92759,33.489532 18.730008,33.489532 z M9.7150884,33.489532 C9.9658437,33.489532 10.201763,33.533012 10.407629,33.609558 L10.524862,33.658306 10.52581,33.659504 C10.63025,33.765316 10.763659,33.856632 10.91825,33.92812 L10.920805,33.92918 11.053816,34.096912 C11.127337,34.215889 11.167994,34.346703 11.167994,34.484009 11.167994,35.033241 10.517505,35.478485 9.7150884,35.478485 8.9126706,35.478485 8.2621827,35.033241 8.2621827,34.484009 8.2621827,33.934772 8.9126706,33.489532 9.7150884,33.489532 z M14.459895,33.164616 C15.262312,33.164616 15.9128,33.609859 15.9128,34.159092 15.9128,34.708328 15.262312,35.153568 14.459895,35.153568 13.657477,35.153568 13.006989,34.708328 13.006989,34.159092 13.006989,33.609859 13.657477,33.164616 14.459895,33.164616 z M5.4449763,33.164616 C6.2473941,33.164616 6.897882,33.609859 6.897882,34.159092 6.897882,34.708328 6.2473941,35.153568 5.4449763,35.153568 4.6425576,35.153568 3.9920697,34.708328 3.9920707,34.159092 3.9920697,34.090439 4.002233,34.023407 4.0215869,33.958672 L4.0423102,33.912975 4.0551019,33.896843 4.1190362,33.755867 4.2402034,33.603069 C4.5013003,33.338539 4.9434638,33.164616 5.4449763,33.164616 z M22.168871,32.758839 C22.51993,32.758839 22.841908,32.844059 23.093054,32.985928 L23.12514,33.00589 23.554469,34.037067 23.507601,34.140408 C23.287037,34.497341 22.770684,34.747787 22.168871,34.747787 21.366456,34.747787 20.715966,34.302547 20.715966,33.753315 20.715966,33.204079 21.366456,32.758839 22.168871,32.758839 z M2.7163739,32.515274 C3.5187917,32.515274 4.1692796,32.960514 4.1692786,33.509747 4.1692796,33.578403 4.1591163,33.645432 4.1397614,33.710171 L4.1190362,33.755867 4.1062455,33.771996 4.0423102,33.912975 3.9211459,34.065769 C3.660049,34.330303 3.2178845,34.504223 2.7163739,34.504223 2.4154663,34.504223 2.1359248,34.441612 1.904038,34.334381 L1.8932314,34.328854 1.8865662,34.283588 C1.8188262,34.057007 1.6385083,33.85849 1.387361,33.716621 L1.2863178,33.664906 1.2634683,33.509747 C1.2634673,32.960514 1.9139552,32.515274 2.7163739,32.515274 z M11.730582,32.109005 C12.533,32.109005 13.183487,32.554249 13.183487,33.103481 13.183487,33.652718 12.533,34.097958 11.730582,34.097958 11.479826,34.097958 11.243908,34.054478 11.038043,33.977932 L10.920805,33.92918 10.919859,33.927986 C10.815421,33.822174 10.682011,33.730858 10.527421,33.65937 L10.524862,33.658306 10.391853,33.490574 C10.318331,33.371601 10.277676,33.240788 10.277676,33.103481 10.277676,32.554249 10.928164,32.109005 11.730582,32.109005 z M7.2165332,31.142933 C7.4672885,31.142933 7.7032075,31.186415 7.9090743,31.26296 L8.0263047,31.311708 8.0272536,31.312906 C8.1316934,31.418716 8.2651029,31.510033 8.4196925,31.58152 L8.4222541,31.582584 8.555263,31.750313 C8.6287837,31.869291 8.6694398,32.000103 8.6694398,32.137409 8.6694398,32.686646 8.01895,33.131886 7.2165332,33.131886 6.4141154,33.131886 5.7636275,32.686646 5.7636256,32.137409 5.7636275,31.588175 6.4141154,31.142933 7.2165332,31.142933 z M16.23074,30.736668 C16.531647,30.736668 16.811188,30.79928 17.043074,30.906509 L17.053881,30.912041 17.060547,30.957306 C17.128287,31.183887 17.308606,31.382402 17.559754,31.524269 L17.660796,31.575989 17.683646,31.731144 C17.683646,32.280376 17.033158,32.72562 16.23074,32.72562 15.428324,32.72562 14.777836,32.280376 14.777836,31.731144 14.777836,31.662489 14.787999,31.595461 14.807353,31.530724 L14.82808,31.485018 14.840867,31.468895 14.904799,31.327929 15.025969,31.175123 C15.287066,30.910591 15.729229,30.736668 16.23074,30.736668 z M21.974961,30.24334 L22.737866,32.075714 22.605498,32.07114 C21.87286,32.020214 21.301146,31.596706 21.301146,31.0818 21.301146,30.738527 21.555241,30.435879 21.941716,30.257162 z M13.502141,30.087322 C14.304556,30.087322 14.955044,30.532564 14.955044,31.0818 14.955044,31.150454 14.94488,31.217484 14.925526,31.282219 L14.904799,31.327929 14.892012,31.344049 14.82808,31.485018 14.706912,31.637821 C14.445815,31.902353 14.003651,32.076275 13.502141,32.076275 12.699721,32.076275 12.049233,31.631033 12.049233,31.0818 12.049233,30.532564 12.699721,30.087322 13.502141,30.087322 z M4.4872212,30.087322 C5.2896361,30.087322 5.940125,30.532564 5.940125,31.0818 5.940125,31.631033 5.2896361,32.076275 4.4872212,32.076275 3.6848016,32.076275 3.0343137,31.631033 3.0343137,31.0818 3.0343137,30.532564 3.6848016,30.087322 4.4872212,30.087322 z M0.63447142,29.809074 L0.7826438,29.840557 C1.3041129,29.991528 1.6700125,30.344957 1.6700125,30.756882 1.6700125,31.100155 1.4159155,31.402803 1.0294404,31.58152 L0.8542037,31.646624 z M18.483937,29.762407 C19.286355,29.762407 19.936844,30.207649 19.936844,30.756882 19.936844,31.306118 19.286355,31.75136 18.483937,31.75136 18.18303,31.75136 17.903489,31.688749 17.671603,31.58152 L17.660796,31.575989 17.65413,31.530724 C17.58639,31.304138 17.406071,31.105625 17.154925,30.963758 L17.053881,30.912041 17.031031,30.756882 C17.031031,30.207649 17.681519,29.762407 18.483937,29.762407 z M9.2320266,29.762407 C10.034443,29.762407 10.684933,30.207649 10.684933,30.756882 10.684933,31.306118 10.034443,31.75136 9.2320266,31.75136 8.9812713,31.75136 8.7453523,31.707878 8.5394855,31.631332 L8.4222541,31.582584 8.4213061,31.581387 C8.3168664,31.475576 8.1834569,31.38426 8.0288663,31.312773 L8.0263047,31.311708 7.8932977,31.143976 C7.8197761,31.025002 7.7791209,30.89419 7.7791209,30.756882 7.7791209,30.207649 8.4296098,29.762407 9.2320266,29.762407 z M0.40969038,27.929308 L0.55616951,27.983727 C0.94264507,28.162441 1.1967421,28.465092 1.1967425,28.808363 1.1967421,29.087273 1.0289984,29.339363 0.7587986,29.519949 L0.61006594,29.604979 z M20.794331,27.407652 L21.56305,29.253992 21.539202,29.254818 C20.736784,29.254818 20.086297,28.809576 20.086297,28.26034 20.086297,27.91707 20.340392,27.61442 20.726868,27.435705 z M15.637908,27.164541 C16.440325,27.164541 17.090813,27.609785 17.090813,28.159019 17.090813,28.708252 16.440325,29.153494 15.637908,29.153494 14.83549,29.153494 14.185002,28.708252 14.185002,28.159019 14.185002,27.815748 14.439099,27.513098 14.825575,27.334381 L14.943841,27.285204 15.074061,27.280703 C15.269431,27.267122 15.453356,27.227049 15.618052,27.16581 L15.619578,27.165173 z M12.197619,27.083191 C13.000037,27.083191 13.650525,27.528433 13.650525,28.077667 13.650525,28.626902 13.000037,29.072144 12.197619,29.072144 11.395201,29.072144 10.744715,28.626902 10.744715,28.077667 10.744715,27.528433 11.395201,27.083191 12.197619,27.083191 z M2.826858,27.083191 C3.6292748,27.083191 4.2797627,27.528433 4.2797637,28.077667 4.2797627,28.626902 3.6292748,29.072144 2.826858,29.072144 2.0244403,29.072144 1.3739519,28.626902 1.3739533,28.077667 1.3739519,27.528433 2.0244403,27.083191 2.826858,27.083191 z M8.0463595,26.839626 C8.1968131,26.839626 8.3419251,26.855278 8.4784083,26.884336 L8.56323,26.905584 8.6573949,26.953783 C8.7346921,26.989527 8.8172822,27.020313 8.9041934,27.045473 L8.9528604,27.057665 8.9705415,27.066717 C9.2934461,27.249117 9.4992642,27.525158 9.4992642,27.834101 9.4992642,28.383337 8.8487763,28.828579 8.0463595,28.828579 7.2439408,28.828579 6.593452,28.383337 6.593452,27.834101 6.593452,27.284868 7.2439408,26.839626 8.0463595,26.839626 z M18.273903,25.84763 L18.338564,25.891981 C18.797394,26.176767 19.490708,26.238201 20.052338,26.011572 20.09554,25.994139 20.13694,25.975412 20.176497,25.955509 L20.187239,25.949512 20.58214,26.898001 20.534352,27.003372 C20.313788,27.360304 19.797436,27.610752 19.195624,27.610752 18.393204,27.610752 17.742716,27.16551 17.742716,26.616278 17.742716,26.307333 17.948534,26.031294 18.271439,25.848892 z M4.7249236,25.459587 C4.8753753,25.459587 5.0204873,25.475239 5.1569724,25.504295 L5.2249045,25.521315 5.2397857,25.533659 C5.3712478,25.62364 5.5277858,25.696459 5.7016091,25.746782 L5.7671609,25.763206 5.9296947,25.898041 C6.0863528,26.056763 6.1778274,26.248102 6.1778274,26.454063 6.1778274,27.003298 5.5273395,27.44854 4.7249236,27.44854 3.9225049,27.44854 3.272016,27.003298 3.272016,26.454063 3.272016,25.904829 3.9225049,25.459587 4.7249236,25.459587 z M14.925509,25.296885 C15.727927,25.296885 16.378417,25.742126 16.378417,26.291363 16.378417,26.634632 16.124318,26.937283 15.737843,27.115997 L15.619578,27.165173 15.489357,27.169674 C15.293988,27.183256 15.11006,27.223333 14.945366,27.284569 L14.943841,27.285204 14.925509,27.285837 C14.123093,27.285837 13.472603,26.840595 13.472603,26.291363 13.472603,25.742126 14.123093,25.296885 14.925509,25.296885 z M9.4697299,25.134672 C10.272147,25.134672 10.922637,25.579914 10.922637,26.129147 10.922637,26.678383 10.272147,27.123625 9.4697299,27.123625 9.3192763,27.123625 9.1741643,27.107973 9.0376792,27.078915 L8.9528604,27.057665 8.8586907,27.009466 C8.7813973,26.973724 8.6988072,26.942938 8.611896,26.917778 L8.56323,26.905584 8.545547,26.896534 C8.2226434,26.714132 8.0168233,26.438093 8.0168233,26.129147 8.0168233,25.579914 8.6673131,25.134672 9.4697299,25.134672 z M0.45481157,25.134672 C1.2572269,25.134672 1.9077153,25.579914 1.9077148,26.129147 1.9077153,26.678383 1.2572269,27.123625 0.45481157,27.123625 L0.31246614,27.116253 0.125,25.548538 0.26471281,25.144146 0.30625963,25.139805 C0.35510159,25.136412 0.40465927,25.134672 0.45481157,25.134672 z M19.262249,24.160862 L19.444161,24.164757 20.154273,25.870335 20.119807,25.848892 C19.868659,25.707024 19.546679,25.621801 19.195624,25.621801 18.894717,25.621801 18.615174,25.684414 18.383288,25.791643 L18.273903,25.84763 18.237011,25.822325 C18.172307,25.773285 18.113816,25.719076 18.062878,25.659935 17.757245,25.305084 17.810215,24.873432 18.147418,24.562113 L18.269337,24.470188 18.273123,24.46883 C18.35953,24.433966 18.438727,24.393929 18.510373,24.349642 L18.580397,24.296844 18.708388,24.250986 C18.886763,24.194771 19.07494,24.165359 19.262249,24.160862 z M6.2671456,23.835981 C7.0695624,23.835981 7.7200503,24.281223 7.7200503,24.83046 7.7200503,25.379692 7.0695624,25.824934 6.2671456,25.824934 6.1166921,25.824934 5.97158,25.809282 5.8350968,25.780224 L5.7671609,25.763206 5.7522817,25.750862 C5.6208196,25.660881 5.4642816,25.588062 5.2904592,25.537737 L5.2249045,25.521315 5.0623727,25.38648 C4.9057145,25.227762 4.814239,25.036421 4.814239,24.83046 4.814239,24.281223 5.4647279,23.835981 6.2671456,23.835981 z M0.95514631,23.145718 L1.0825667,23.3064 C1.1560869,23.425379 1.1967421,23.556187 1.1967425,23.693495 1.1967421,24.036768 0.94264555,24.339417 0.55616951,24.518133 L0.46838045,24.554638 z M17.483037,22.618122 C17.998141,22.605755 18.506693,22.781816 18.786856,23.107096 19.09249,23.461946 19.039521,23.893597 18.702319,24.204922 L18.580397,24.296844 18.576609,24.298201 C18.490204,24.333069 18.411007,24.373102 18.33936,24.417393 L18.269337,24.470188 18.141346,24.516045 C17.472435,24.726849 16.665705,24.560759 16.283663,24.117195 15.876153,23.644058 16.106158,23.034391 16.797396,22.755461 17.013409,22.668293 17.2489,22.623741 17.483037,22.618122 z M3.0123372,22.455908 C3.5274405,22.443541 4.0359921,22.619602 4.3161559,22.944881 4.7236667,23.418015 4.4936614,24.027685 3.8024249,24.306618 3.1111865,24.585548 2.2204757,24.428116 1.8129644,23.954979 1.4054532,23.481844 1.6354589,22.872177 2.3266964,22.593245 2.5427074,22.506081 2.7781997,22.461527 3.0123372,22.455908 z M12.435324,22.455454 C13.23774,22.455454 13.888228,22.900696 13.888228,23.44993 13.888228,23.999165 13.23774,24.444408 12.435324,24.444408 11.632905,24.444408 10.982417,23.999165 10.982417,23.44993 10.982417,22.900696 11.632905,22.455454 12.435324,22.455454 z M8.284061,22.211889 C9.0864797,22.211889 9.7369666,22.657131 9.7369666,23.206366 9.7369666,23.755598 9.0864797,24.200844 8.284061,24.200844 7.4816442,24.200844 6.8311543,23.755598 6.8311543,23.206366 6.8311543,22.657131 7.4816442,22.211889 8.284061,22.211889 z M17.725453,20.036688 L17.857312,20.353394 17.824961,20.312456 C17.787001,20.250814 17.757523,20.186106 17.737536,20.119022 z M2.1913271,19.567659 L2.2545815,19.661835 C2.4488926,20.050392 2.285686,20.484484 1.8417625,20.759844 L1.7644849,20.803131 z M10.388209,19.38562 C11.216839,19.38562 11.888579,19.846989 11.888579,20.416115 11.888579,20.985243 11.216839,21.446609 10.388209,21.446609 9.5595775,21.446609 8.8878398,20.985243 8.8878398,20.416115 8.8878398,19.846989 9.5595775,19.38562 10.388209,19.38562 z M15.724291,19.133703 C16.256222,19.12089 16.781386,19.303328 17.070702,19.640388 17.491526,20.130659 17.254006,20.762409 16.540188,21.051441 15.826371,21.340475 14.906561,21.17734 14.485735,20.687071 14.064913,20.1968 14.302433,19.56505 15.016251,19.276016 15.239319,19.185694 15.482504,19.139528 15.724291,19.133703 z M6.101335,19.133234 C6.9299664,19.133234 7.6017041,19.594603 7.6017041,20.163729 7.6017041,20.732855 6.9299664,21.194223 6.101335,21.194223 5.2727046,21.194223 4.600966,20.732855 4.600966,20.163729 4.600966,19.594603 5.2727046,19.133234 6.101335,19.133234 z M12.471013,17.702705 C12.626381,17.702705 12.776234,17.718925 12.917178,17.749035 L12.987332,17.76667 13.002696,17.779461 C13.138453,17.872702 13.300105,17.948158 13.479605,18.000303 L13.547299,18.017321 13.715144,18.157042 C13.876919,18.321508 13.971383,18.519779 13.971383,18.7332 13.971383,19.302328 13.299645,19.763695 12.471013,19.763695 11.642384,19.763695 10.970644,19.302328 10.970644,18.7332 10.970644,18.164074 11.642384,17.702705 12.471013,17.702705 z M9.1638083,16.356979 C9.3191762,16.356979 9.4690299,16.373199 9.6099715,16.403309 L9.6975684,16.425329 9.794806,16.475269 C9.8746266,16.512308 9.9599147,16.544209 10.049664,16.570282 L10.099915,16.582912 10.118183,16.592295 C10.451634,16.781303 10.664177,17.067341 10.664177,17.387474 10.664177,17.956602 9.9924388,18.417969 9.1638083,18.417969 8.3351769,18.417969 7.6634393,17.956602 7.6634393,17.387474 7.6634393,16.81835 8.3351769,16.356979 9.1638083,16.356979 z M3.529799,16.18889 C4.3584294,16.18889 5.0301681,16.650259 5.0301661,17.219385 5.0301681,17.788511 4.3584294,18.24988 3.529799,18.24988 3.2708526,18.24988 3.027226,18.204826 2.8146348,18.125507 L2.7053332,18.079899 3.3398871,16.243214 3.37814,16.233597 C3.4230161,16.22056 3.4667764,16.206068 3.509294,16.190203 L3.5108647,16.189548 z M14.063618,16.020296 C14.892247,16.020296 15.563986,16.481665 15.563986,17.050791 15.563986,17.619919 14.892247,18.081285 14.063618,18.081285 13.908249,18.081285 13.758397,18.065065 13.617453,18.034956 L13.547299,18.017321 13.531935,18.00453 C13.396178,17.911289 13.234526,17.835833 13.055024,17.783688 L12.987332,17.76667 12.819487,17.626951 C12.657712,17.462482 12.563248,17.264214 12.563248,17.050791 12.563248,16.481665 13.234986,16.020296 14.063618,16.020296 z M3.907825,14.599346 L4.0382581,14.707924 C4.2000346,14.872392 4.294498,15.070662 4.294498,15.284083 4.294498,15.639788 4.0321002,15.9534 3.6329989,16.138586 L3.5108647,16.189548 3.3763947,16.194212 3.3560805,16.196341 z M10.633677,14.590273 C11.462307,14.590273 12.134045,15.051641 12.134045,15.620768 12.134045,16.189896 11.462307,16.651262 10.633677,16.651262 10.478309,16.651262 10.328455,16.635042 10.187512,16.604933 L10.099915,16.582912 10.002677,16.532972 C9.9228587,16.495935 9.8375707,16.464033 9.7478194,16.437962 L9.6975684,16.425329 9.6793027,16.415947 C9.3458495,16.22694 9.133307,15.940903 9.133307,15.620768 9.133307,15.051641 9.8050456,14.590273 10.633677,14.590273 z M15.392928,14.434335 L16.207325,16.390387 16.177092,16.393557 C16.126652,16.397074 16.075476,16.398876 16.023688,16.398876 15.195057,16.398876 14.52332,15.937509 14.52332,15.368382 14.52332,14.977107 14.840821,14.636765 15.308522,14.462262 z M6.3468041,14.337887 C7.1754355,14.337887 7.8471723,14.799255 7.8471723,15.368382 7.8471723,15.937509 7.1754355,16.398876 6.3468041,16.398876 5.5181718,16.398876 4.8464351,15.937509 4.846436,15.368382 4.8464351,14.799255 5.5181718,14.337887 6.3468041,14.337887 z M9.4092765,11.561633 C9.6682248,11.561633 9.9118485,11.606688 10.124441,11.686008 L10.245504,11.736522 10.246481,11.73776 C10.354331,11.847404 10.492099,11.942028 10.65174,12.016102 L10.654383,12.017205 10.791737,12.191013 C10.867661,12.3143 10.909646,12.449846 10.909646,12.592128 10.909646,13.161255 10.237908,13.622622 9.4092765,13.622622 8.5806451,13.622622 7.9089065,13.161255 7.9089065,12.592128 7.9089065,12.023002 8.5806451,11.561633 9.4092765,11.561633 z M14.06297,11.239986 L14.882218,13.207692 14.755248,13.239609 C14.614306,13.269718 14.464453,13.285938 14.309084,13.285938 13.480454,13.285938 12.808716,12.824571 12.808716,12.255444 12.808716,11.757459 13.323016,11.341975 14.006707,11.245885 z M5.0727668,11.227484 L5.1530719,11.230269 C5.9096417,11.283041 6.5000367,11.721888 6.5000367,12.255444 6.5000367,12.824571 5.828299,13.285938 4.9996657,13.285938 4.7925105,13.285938 4.5951581,13.257103 4.4156566,13.204957 L4.3922477,13.197211 z M11.490611,10.131105 C12.319243,10.131105 12.990981,10.592474 12.990981,11.1616 12.990981,11.730727 12.319243,12.192095 11.490611,12.192095 11.231663,12.192095 10.988039,12.147039 10.775446,12.06772 L10.654383,12.017205 10.653405,12.015968 C10.545555,11.906322 10.407787,11.811701 10.248147,11.737626 L10.245504,11.736522 10.108149,11.562716 C10.032225,11.439428 9.9902406,11.303882 9.9902406,11.1616 9.9902406,10.592474 10.66198,10.131105 11.490611,10.131105 z M6.8290982,9.130044 C7.0880456,9.130044 7.3316703,9.1750984 7.5442634,9.2544184 L7.6653295,9.3049335 7.666306,9.3061705 C7.7741561,9.4158154 7.9119239,9.510438 8.0715632,9.5845127 L8.0742059,9.5856152 8.2115598,9.7594242 C8.2874846,9.8827095 8.3294683,10.018256 8.3294683,10.160539 8.3294683,10.729665 7.6577287,11.191033 6.8290982,11.191033 6.2076259,11.191033 5.6744046,10.931514 5.4466348,10.561653 L5.3651175,10.381289 5.6628366,9.5195589 5.7681766,9.4318686 C6.0396905,9.2453861 6.414783,9.130044 6.8290982,9.130044 z M12.760264,8.1110897 L13.579957,10.079865 13.511132,10.08891 C13.448557,10.094374 13.384778,10.097189 13.320042,10.097189 12.49141,10.097189 11.819672,9.6358213 11.819672,9.0666943 11.819672,8.6398497 12.197526,8.2736187 12.736029,8.1171808 z M8.9104342,7.6995163 C9.7390637,7.6995158 10.410802,8.1608849 10.410802,8.73001 10.410802,9.2991371 9.7390637,9.7605047 8.9104342,9.7605047 8.6514859,9.7605047 8.4078622,9.7154503 8.1952682,9.6361294 L8.0742059,9.5856152 8.0732274,9.5843792 C7.9653773,9.4747334 7.8276095,9.3801107 7.6679692,9.306036 L7.6653295,9.3049335 7.5279737,9.1311255 C7.4520497,9.0078392 7.4100652,8.8722925 7.4100652,8.73001 7.4100652,8.1608849 8.0818028,7.6995158 8.9104342,7.6995163 z M11.459363,4.9865298 L12.281905,6.9621463 12.275282,6.963316 C12.177613,6.9770427 12.076485,6.9842515 11.972907,6.9842515 11.144276,6.9842515 10.472538,6.5228834 10.472538,5.9537573 10.472538,5.5269127 10.85039,5.1606817 11.388896,5.0042434 z M7.6860337,4.6708765 C7.8414016,4.6708755 7.9912534,4.6870956 8.1321969,4.7172055 L8.2197957,4.7392254 8.3170314,4.7891669 C8.396852,4.8262038 8.4821401,4.8581042 8.5718913,4.8841772 L8.6221385,4.8968081 8.6404061,4.9061904 C8.9738593,5.0951986 9.1864018,5.381237 9.1864018,5.7013702 9.1864018,6.2704968 8.5146632,6.7318654 7.6860337,6.7318654 7.3235078,6.7318654 6.9910111,6.6435566 6.7316594,6.4965515 L6.7115817,6.4840174 7.327333,4.7017584 7.383656,4.691812 C7.4813266,4.6780844 7.5824542,4.6708755 7.6860337,4.6708765 z M9.1559024,2.9041693 C9.9845319,2.9041691 10.656271,3.3655376 10.656271,3.9346635 10.656271,4.5037904 9.9845319,4.9651585 9.1559024,4.9651589 9.0005345,4.9651585 8.8506808,4.9489384 8.7097392,4.9188299 L8.6221385,4.8968081 8.5249028,4.8468685 C8.4450822,4.8098307 8.3597941,4.7779303 8.2700448,4.7518573 L8.2197957,4.7392254 8.2015281,4.7298441 C7.8680749,4.5408354 7.6555324,4.2547975 7.6555324,3.9346635 7.6555324,3.3655376 8.3272719,2.9041691 9.1559024,2.9041693 z M8.9085536,0.125 L8.9924226,0.17735301 C9.2639356,0.36383659 9.4318709,0.62146026 9.4318709,0.9060232 9.4318709,1.3684386 8.9884181,1.7597167 8.3776641,1.8901887 L8.2935691,1.9050412 z" Fill="#FFF3F50A" HorizontalAlignment="Right" Margin="0,50.081,2.563,2.81" Opacity="1" RenderTransformOrigin="0.367520997711494,0.246685993978788" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="26.182">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="1.296"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M6.156,6.187 C6.156,6.8083203 5.7573096,7.312 5.2655,7.312 C4.7736904,7.312 4.375,6.8083203 4.375,6.187 C4.375,5.5656797 4.7736904,5.062 5.2655,5.062 C5.7573096,5.062 6.156,5.5656797 6.156,6.187 z M4.267,4.1805 C4.267,4.9782754 3.6755682,5.6250001 2.946,5.6250001 C2.2164319,5.6250001 1.625,4.9782754 1.625,4.1805 C1.625,3.3827247 2.2164319,2.736 2.946,2.736 C3.6755682,2.736 4.267,3.3827247 4.267,4.1805 z M2.4580001,12.31 C2.4580001,12.699913 2.1595978,13.016 1.7915,13.016 C1.4234022,13.016 1.125,12.699913 1.125,12.31 C1.125,11.920087 1.4234022,11.604 1.7915,11.604 C2.1595978,11.604 2.4580001,11.920087 2.4580001,12.31 z M3.6249999,7.716 C3.6249999,8.2843009 3.2238471,8.7449999 2.729,8.7449999 C2.2341529,8.7449999 1.833,8.2843009 1.833,7.716 C1.833,7.147699 2.2341529,6.687 2.729,6.687 C3.2238471,6.687 3.6249999,7.147699 3.6249999,7.716 z M8.063,1.5715001 C8.063,2.37038 7.2374131,3.0180001 6.219,3.0180001 C5.2005869,3.0180001 4.375,2.37038 4.375,1.5715001 C4.375,0.77262013 5.2005869,0.125 6.219,0.125 C7.2374131,0.125 8.063,0.77262013 8.063,1.5715001 z M1.375,6.312 C1.375,6.7262136 1.095178,7.062 0.75,7.062 C0.40482203,7.062 0.125,6.7262136 0.125,6.312 C0.125,5.8977864 0.40482203,5.562 0.75,5.562 C1.095178,5.562 1.375,5.8977864 1.375,6.312 z M3.125,10.687 C3.125,11.101214 2.845178,11.437 2.5,11.437 C2.154822,11.437 1.875,11.101214 1.875,10.687 C1.875,10.272786 2.154822,9.937 2.5,9.937 C2.845178,9.937 3.125,10.272786 3.125,10.687 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="13.141" Margin="65,-0.062,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="8.188"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:AlarmControl}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:AlarmControl}">
|
|
<Viewbox x:Name="LayoutRoot" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="AlarmStateGroup">
|
|
<VisualState x:Name="Normal"/>
|
|
<VisualState x:Name="Alarm">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[1].(GradientStop.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF934D4D"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.2" Value="Red"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.4" Value="Red"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.8" Value="#FF934D4D"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="480" Width="357">
|
|
<Rectangle Height="22" Margin="0,0,0,156" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="0">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0" StartPoint="0,0">
|
|
<GradientStop Color="#FF393939"/>
|
|
<GradientStop Color="#FF393939" Offset="1"/>
|
|
<GradientStop Color="#FFC8C8C8" Offset="0.509"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Height="46" Margin="28,0,27,109" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="0">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0" StartPoint="0,0">
|
|
<GradientStop Color="#FF585858"/>
|
|
<GradientStop Color="#FF585858" Offset="0.996"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Height="71" Margin="79,0,79,38" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="0">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0" StartPoint="0,0">
|
|
<GradientStop Color="#FF585858"/>
|
|
<GradientStop Color="#FF585858" Offset="0.996"/>
|
|
<GradientStop Color="White" Offset="0.509"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path x:Name="path" Data="M40,280 L80,100 130,70 200,70 250,100 290,280 z" Margin="39.502,0,37.998,178" Stretch="Fill" Stroke="Black" StrokeThickness="0">
|
|
<Path.Fill>
|
|
<RadialGradientBrush GradientOrigin="0.511,0.817">
|
|
<GradientStop Color="Red"/>
|
|
<GradientStop Color="#FF934D4D" Offset="1"/>
|
|
<GradientStop Color="#FFE93F3F" Offset="0.168"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M40,280 L80,100 130,70 200,70 250,100 290,280 z" Margin="39.502,0,37.998,178" Stretch="Fill" Stroke="Black" StrokeThickness="0">
|
|
<Path.Fill>
|
|
<RadialGradientBrush GradientOrigin="0.501,0.966" RadiusX="0.952">
|
|
<GradientStop Color="#FFF5FFBD" Offset="0.016"/>
|
|
<GradientStop Offset="0.626"/>
|
|
<GradientStop Color="#7FD8DCC2" Offset="0.179"/>
|
|
<GradientStop Color="#34EEF0E5" Offset="0.385"/>
|
|
</RadialGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M40,280 L80,100 130,70 200,70 250,100 290,280 z" Margin="39.502,0,37.998,178" Stretch="Fill" Stroke="Black" StrokeThickness="0">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1,0" MappingMode="RelativeToBoundingBox" StartPoint="0,0">
|
|
<GradientStop Offset="0.306"/>
|
|
<GradientStop Offset="0.681"/>
|
|
<GradientStop Color="#4CFFFFFF" Offset="0.504"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:ManualAddControl}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:ManualAddControl}">
|
|
<Viewbox Stretch="Fill" ContextMenu="{StaticResource CheckContextMenu}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="ValidationStates">
|
|
<VisualState x:Name="Valid"/>
|
|
<VisualState x:Name="InvalidFocused"/>
|
|
<VisualState x:Name="InvalidUnfocused"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="398" Width="470">
|
|
<Viewbox x:Name="grid" Stretch="Fill" Height="Auto" Margin="0,323.972,0,0" Grid.Row="0">
|
|
<Grid Height="100" Width="180">
|
|
<Path Data="M17.863111,0.5 L116.30663,0.5 99.648605,30.500001 0.5,30.500001 z" Height="31" Margin="4.884,4,1.429,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Grid.Column="0" Grid.Row="0">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.525,2.809" StartPoint="0.481,-1.186">
|
|
<GradientStop Color="Black" Offset="0.599"/>
|
|
<GradientStop Color="White" Offset="0.356"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M152.33333,69" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="1" Margin="0,0,26.747,30" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="1" Grid.Row="0" Grid.Column="0"/>
|
|
<Path Data="M0.5,31.716904 L147.834,31.716904 L147.834,50.049904 L0.5,50.049904 z M70.168,84.884904 L92.251,84.884904 L92.251,89.384904 L70.168,89.384904 z M172.91843,0.5 L172.91836,19.662681 147.93012,50.152456 147.69271,31.122593 z M1.001,49.551904 L71.750997,84.551903 91.000997,84.551903 147.00099,49.301904 z" Height="Auto" Margin="0" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Fill="White" Grid.RowSpan="1" Grid.Column="0" Grid.Row="0"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
<Viewbox HorizontalAlignment="Stretch" Margin="234,0,0,74.028" Stretch="Fill" Width="Auto" Grid.RowSpan="1" >
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="FanStop"/>
|
|
<VisualState x:Name="FanRun"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="291.5" Width="207.5">
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="0.234*"/>
|
|
<ColumnDefinition Width="0.329*"/>
|
|
<ColumnDefinition Width="0.233*"/>
|
|
<ColumnDefinition Width="0.204*"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="0.181*"/>
|
|
<RowDefinition Height="0.819*"/>
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
<Path Data="M0.25,5.25 C0.25,2.4885763 2.4885763,0.25 5.25,0.25 L17.417,0.25 C20.178424,0.25 22.417,2.4885763 22.417,5.25 L22.417,31.75 C22.417,34.511424 20.178424,36.75 17.417,36.75 L5.25,36.75 C2.4885763,36.75 0.25,34.511424 0.25,31.75 z" HorizontalAlignment="Stretch" Height="Auto" Margin="13.594,38.272,-22.565,94.202" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="Auto" Panel.ZIndex="1" Grid.Column="1" Grid.Row="1" Grid.RowSpan="1" Grid.ColumnSpan="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.534,2.024" StartPoint="0.627,-0.95">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FF2384CE" Offset="0.353"/>
|
|
<GradientStop Color="#FF12476E" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L2.313,0.25 L2.313,9.875 L0.25,9.875 z M9.416,0.292 L11.479,0.292 L11.479,9.917 L9.416,9.917 z" Fill="#FFF4F4F5" HorizontalAlignment="Stretch" Height="55.665" Margin="32.703,61.658,-11.946,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto" Panel.ZIndex="1" Grid.Column="1" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1"/>
|
|
<Path Data="M9.0028469,3.2690001 L70.191198,3.2690001 70.191198,83.275425 9.0028469,83.275425 z M0.25000001,5.6943729 L5.1558469,5.6943729 5.1558469,34.979779 0.25000001,34.979779 z M5.2508469,11.725373 L9.002847,11.725373 9.002847,29.53878 5.2508469,29.53878 z M70.383198,26.289305 L74.614865,26.289305 74.614865,50.442559 70.383198,50.442559 z M5.6688469,0.25000007 L73.652863,0.25000007 73.652863,3.4710001 5.6688469,3.4710001 z" Margin="16.201,-1.253,-17.639,37.22" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Height="Auto" VerticalAlignment="Stretch" Grid.Column="0" Grid.ColumnSpan="3" Grid.RowSpan="1" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="2.179,0.582" StartPoint="-0.941,0.602">
|
|
<GradientStop Color="Black" Offset="0.009"/>
|
|
<GradientStop Color="White" Offset="0.518"/>
|
|
<GradientStop Color="#FE5B5B5B" Offset="0.675"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L53.75,0.25 L53.75,40.25 L0.25,40.25 z" Height="37.22" Margin="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Grid.Column="0" Grid.ColumnSpan="4" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.956,0.909" StartPoint="-1.297,0.917">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.582"/>
|
|
<GradientStop Color="#FF434343" Offset="0.964"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.25,0.25 L4.25,40.125 L0.25,40.125 z M17.75,0.25 L21.75,0.25 L21.75,40.125 L17.75,40.125 z M36,0.25 L40,0.25 L40,40.125 L36,40.125 z" HorizontalAlignment="Stretch" Height="34.635" Margin="-16.19,0,-2.269,1.083" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto" Grid.Column="1" Grid.Row="1" Grid.ColumnSpan="2">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.465,1.514" StartPoint="0.496,-0.326">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="0.458"/>
|
|
<GradientStop Color="#FF7E7E7E" Offset="0.94"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
<Viewbox Stretch="Fill" HorizontalAlignment="Stretch" Width="Auto" Margin="0,0,331.5,74.028" Grid.RowSpan="1">
|
|
<Grid Height="80" Width="30">
|
|
<Path Data="M3.053297,0.125 L3.3475115,0.16230226 C4.3659312,0.27776122 5.5330169,0.34334445 6.7735006,0.34334469 7.51779,0.34334445 8.2356569,0.31973457 8.9108431,0.27590799 L9.0546142,0.26492596 10.711085,2.1587143 C10.711085,2.1587148 11.586025,6.6044464 11.586025,7.747633 11.586025,8.8908224 11.836009,10.796135 11.461035,12.955491 11.086059,15.114847 11.711016,15.368889 11.711016,16.258034 11.711016,17.147181 11.086059,21.719933 11.086059,21.719933 L10.461103,26.038645 C10.461103,26.038645 10.586094,28.45204 10.711085,29.976292 10.836076,31.500544 10.711085,34.04096 10.711085,34.422022 10.711085,34.803087 10.33611,39.502859 10.33611,40.900091 10.33611,42.297319 9.8361456,45.726885 9.8361456,46.107946 9.8361456,46.489008 9.7111542,50.426657 9.7111542,50.426657 9.7111542,50.426657 8.9612057,53.98324 8.9612057,54.618349 8.9612057,55.253447 8.3362486,58.174929 8.3362486,58.174929 L7.0863344,59.445139 7.8362829,61.477476 11.586025,62.112577 11.961,64.780386 9.336179,64.780386 C9.336179,64.780386 2.3366606,65.03443 2.3366603,64.653364 2.3366606,64.272299 2.4620621,61.98591 2.5870771,60.96974 2.712093,59.953566 2.5870776,57.921221 2.5870771,56.523981 2.5870776,55.126745 2.5870776,52.713335 2.4620618,51.824183 2.3370466,50.93503 1.8369844,46.743319 1.8369848,46.235231 1.8369844,45.727144 1.3369223,41.789473 1.4619381,40.265215 1.5869535,38.740953 1.711969,33.787111 1.7119685,33.024981 1.711969,32.26285 2.2120311,27.436029
2.2120315,27.436029 2.2120311,27.436029 2.2120311,22.863251 2.0870151,22.228144 1.9619999,21.593035 0.96187585,17.909409 0.96187621,17.528343 -0.80078823,13.677202 0.39433845,3.0523887 2.9307346,0.25267339 z" Fill="#FF0A5691" Margin="4.987,12.512,13.302,2.48" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" />
|
|
<Path Data="M9.2086552,21.874343 C9.3753368,22.87422 10.708789,24.707329 11.042153,25.373913 11.375516,26.040498 13.875107,30.040005 13.875107,30.040005 13.875107,30.040005 18.374631,39.205808 18.874604,40.039047 19.374576,40.872287 19.541234,41.538526 20.207864,42.871692 20.874494,44.204858 22.062841,41.558996 22.062841,41.558996 L21.81333,40.371661 21.000794,38.996851 20.375765,37.497058 C20.375765,37.497058 19.81324,36.059757 19.625732,35.809792 19.438223,35.559826 18.4313,32.574597 18.375675,32.185293 18.313173,31.747854 17.313128,29.060726 17.313128,29.060726 17.313128,29.060726 16.375585,26.93602 16.313083,26.623563 16.25058,26.311106 14.938021,22.936573 14.688009,22.561625 14.437998,22.186677 12.000388,16.000033 12.000388,16.000033 L11.000343,14.187784 C10.003901,12.876955 8.3144399,14.520438 8.033281,16.477329 7.7656909,18.228226 8.0078084,20.357127 9.2086552,21.874343 z" Fill="#FF0A5691" Margin="9.906,14.48,6.99,37.385" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Panel.ZIndex="-1"/>
|
|
<Path Data="M22.5,42.0625 L23.71875,42.59425 24.374615,42.968823 C25.031116,43.269213 25.03287,43.483865 24.46811,43.624333 L22.843638,43.124706 24.718028,44.592359 C24.958967,44.843561 25.126867,45.093899 25.061379,45.341473 25.331343,45.703266 25.399077,45.977827 24.874424,45.996868 24.083677,47.709716 20.844315,44.3999 21.061994,43.780164 20.888271,43.305641 21.133536,43.003079 21.499037,42.749865 L22.405374,42.063" Margin="0,36.695,8.729,39.839" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Fill="White" Panel.ZIndex="1" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Width="3.355">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-24.142"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M8.5,12.875 C8.375,12.6875 8.5,11.625 8.5,11.625 L8.1899813,11.0625 8.0652785,10.250724 8.0652785,9.0010685 8.0037421,8.0013438 C7.4995396,7.405273 8.7236025,7.2326712 10.982057,7.3135218 L12.223021,7.3135218 14.33266,7.1880336 14.394708,8.1258631 14.642385,8.8132382 14.906585,9.375636 C14.906585,9.375636 15.154905,9.5787241 15.216955,9.6099684 15.279004,9.6412127 14.503054,9.76619 14.503054,9.76619 L14.270001,9.8130565 C14.270001,9.8130565 14.921443,12.265736 14.719806,12.29698 14.518169,12.328224 14.114895,12.375091 14.037343,12.375091 13.95979,12.375091 12.114036,12.203247 12.020972,12.203247 11.927909,12.203247 12.305332,12.625045 12.305332,12.625045 z" Fill="#FF4B3714" Margin="7.898,7.17,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" RenderTransformOrigin="0.5,0.5" Height="5.711" VerticalAlignment="Top" HorizontalAlignment="Left" Width="6.649">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="4.359"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M19.4375,15" Fill="#FF0A5691" HorizontalAlignment="Right" Height="0.25" Margin="0,14.98,10.312,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="0.25"/>
|
|
<Path Data="M9.25,18.25 C9.5001112,18.333253 8.7916667,18.041667 7.7083333,19.458333 6.625,20.875 3.9594778,24.625738 3.9594778,24.625738 L1.9603694,28.209352 C1.9603694,28.209352 1.5441713,29.876539 1.5441713,30.709965 1.5441713,31.543392 2.9601057,33.127299 3.6265846,33.377334 3.6265846,33.377334 5.0011972,34.127438 5.8134683,34.439982 6.6257395,34.752525 8.1253169,35.939645 9.4999296,36.002152 10.874542,36.064658 12.686531,37.127273 13.623767,37.502313 14.561003,37.877353 16.185545,38.189886 16.935334,38.377406 17.685122,38.564926 19.622663,38.773283 20.185023,38.898296 20.747383,39.02331 20.830177,38.043878
20.830177,38.043878 L20.164016,37.168812 C20.164016,37.168812 18.164534,36.460407 17.414728,36.377066 16.664923,36.293724 16.539955,36.377066 15.290279,35.62699 15.290279,35.62699 14.16557,35.168611 13.290796,34.876915 12.416023,34.585219 11.457938,33.960156 11.249658,33.585118 11.041379,33.21008 9.8750141,32.793371 8.875273,31.959954 7.8755319,31.126537 6.4592319,30.043094 6.4592319,30.043094 6.4592319,30.043094 6.4592319,29.459702 5.9593614,28.459602 5.4594908,27.459501 5.9593614,27.501172
6.5841996,27.084463 7.2090378,26.667754 8.3754024,25.459299 9.20852,24.417528 10.041638,23.375756 10.249917,24.250844 10.708132,24.125832 11.166346,24.000819 12.665958,20.542137 12.665958,20.20877 12.665958,19.875404 12.74927,18.791961 12.291055,18.541936 11.83284,18.291911 11.166346,18.125227 10.62482,18.041886 10.083293,17.958544 8.9998888,18.166747 9.25,18.25 z" Fill="#FF0A5691" Margin="0,17.906,10.459,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="21.134" VerticalAlignment="Top"/>
|
|
<Path Data="M22.5,42.0625 L23.71875,42.59425 24.374615,42.968823 C25.031116,43.269213 25.03287,43.483865 24.46811,43.624333 L22.843638,43.124706 24.718028,44.592359 C24.958967,44.843561 25.126867,45.093899 25.061379,45.341473 25.331343,45.703266 25.399077,45.977827 24.874424,45.996868 24.083677,47.709716 20.844315,44.3999 21.061994,43.780164 20.888271,43.305641 21.133536,43.003079 21.499037,42.749865 L22.405374,42.063" Margin="0,0,5.874,35.682" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Fill="White" Panel.ZIndex="1" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Height="3.466" VerticalAlignment="Bottom" Width="3.355">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="32.753"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M6.7291667,39.770833 L8.1043332,39.895665 9.3129792,40.061941 10.459673,40.041598 11.585461,40.020757 12.627953,39.958234 C12.627953,39.958234 13.253249,39.958234 13.336622,39.958234 13.419994,39.958234 14.462543,39.958234 14.462543,39.958234 L15.254992,39.854029 15.296682,39.603937 C15.296682,39.603937 14.816929,39.395772 14.712707,39.437439 14.608485,39.479106 13.524581,39.583263 13.295293,39.583263 13.066006,39.583263 11.961257,39.583263 11.815347,39.645764 11.669437,39.708266 10.856508,39.729099 10.689754,39.749933 10.522999,39.770767 9.7726037,39.729099 9.7726037,39.729099 9.7726037,39.729099 9.0013639,39.604097 8.8971423,39.604097 8.7929207,39.604097 7.6464832,39.479094 7.6464832,39.479094 L7.104531,39.416593 6.7293333,39.416593 6.7293333,39.666393" Fill="#FF0A5691" Margin="6.729,39.417,14.458,39.688" Stretch="Fill" Stroke="Black" StrokeThickness="0.25"/>
|
|
<Path Data="M7.09375,7.28125 C7.09375,5.53125 6.81225,5.87525 7.281,5.0315 7.74975,4.18775 8.3127666,3.625656 8.6878635,3.2819442 9.0629603,2.9382323 9.4075136,2.6573027 10.095396,2.6885473 10.783279,2.7197919 11.564594,2.5949379 12.127361,2.6261816 12.690129,2.6574254 13.53428,2.8760715 13.878193,3.2197574 14.222106,3.5634433 14.472225,3.9383734 14.941198,4.2508151 15.410171,4.5632569 15.222064,4.6569894 15.440904,5.1568962 15.659744,5.6568029 15.534188,5.2818728
15.721754,5.844268 15.90932,6.4066631 15.815284,6.5316398 15.971585,6.8440815 16.127886,7.1565233 16.565261,7.0315466 16.690298,7.1877674 16.815335,7.3439883 17.253494,7.0627907 16.659537,7.3127441 16.065581,7.5626975 16.003041,7.7507091 15.346564,7.4069866 14.690087,7.0632641 13.533437,6.937977 13.127046,7.0317131 12.720656,7.1254492 11.72031,7.0629585 11.001311,7.0629585 10.282312,7.0629585 7.3750564,7.1879399 7.3750564,7.1879399 z" Fill="#FFFFA606" Margin="6.498,3.288,13.302,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="5.224" VerticalAlignment="Top"/>
|
|
<Path Data="M7.21875,77.34375 C7.375,77.359375 7.7185,77.171625 8.140375,77.281 8.56225,77.390375 9.6393904,77.390348 9.9361447,77.374709 10.232899,77.359069 10.670856,77.343718 11.655012,77.280974 12.639168,77.218229 13.639307,77.343718 14.451672,77.328032 15.264037,77.312346 16.560857,77.516266 16.592102,77.265288 16.623348,77.014309 16.779319,76.825415 16.794941,76.652596 16.810564,76.479777 16.794816,76.385854 16.638595,75.898985 16.482375,75.412116 16.497766,75.428154
16.419658,74.972773 16.34155,74.517392 16.62274,74.517837 15.935386,74.376534 15.248033,74.23523 14.84187,74.172026 14.248247,74.077812 13.654624,73.983598 13.514029,73.936229 13.139109,73.700676 12.764189,73.465124 12.701703,73.653311 12.38927,73.087946 12.076836,72.52258 12.139323,72.381676 12.061215,71.973392 11.983106,71.565108 11.655052,71.659324 11.420727,71.470885 11.186402,71.282446 11.030185,71.34526 10.530292,71.34526 10.030399,71.34526
9.7804523,71.360966 9.2961809,71.392372 8.8119094,71.423779 8.7025578,71.32956 8.280773,71.612218 7.8589881,71.894876 7.5777982,71.941985 7.40596,72.350269 7.2341217,72.758553 7.2497434,72.25605 7.2185001,73.198243 7.1872567,74.140436 7.0776516,74.014811 7.0776516,74.611533 7.0776516,75.208256 7.0621546,75.145443 7.0621546,75.710759 7.0621546,76.276075 6.8595808,76.307481 6.8752019,76.527326 6.8908229,76.747171 7.21875,77.34375 7.21875,77.34375
 z" Fill="#FF00182B" Height="6.276" Margin="6.874,0,12.948,2.359" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
<Grid Height="Auto" Width="Auto" Margin="0" Grid.RowSpan="1">
|
|
<Path Data="M255.29362,254.66667 C255.29362,254.66667 262.5294,260.83301 299.4911,255.49967 336.4528,250.16634 326.99826,258.8332 342.47077,260.1666 357.94328,261.5 339.03263,270.1658 339.03263,270.1658 339.03263,270.1658 344.19007,286.83103 346.76883,290.16414 349.34758,293.49725 351.92634,295.49675 348.488,312.82878 345.04966,330.16081 343.33088,346.16015 338.17334,349.49325 333.01581,352.82636 306.36855,354.1596 296.91307,354.1596 287.4576,354.1596 268.54664,352.82604
268.54664,352.82604 268.54664,352.82604 259.09116,336.16058 262.52952,319.49512 265.96787,302.82967 256.5124,304.82952 253.93363,294.16363 251.35486,283.49773 250.49531,278.83141 257.37202,274.16508 264.24873,269.49875 255.29362,254.66667 255.29362,254.66667 z" Height="73.117" Margin="119.515,0,0,148.106" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="64.087" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="148.756"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.447" Margin="161.17,0,0,134.86" Stroke="Black" VerticalAlignment="Bottom" Width="6.447">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="11.39" Margin="175.783,0,0,137.756" Stroke="Black" VerticalAlignment="Bottom" Width="11.389">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="7.092" Margin="187.172,0,0,147.883" Stroke="Black" VerticalAlignment="Bottom" Width="7.092">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.727" Margin="182.445,0,0,150.248" Stroke="Black" VerticalAlignment="Bottom" Width="4.727">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.877" Margin="171.617,0,0,131.983" Stroke="Black" VerticalAlignment="Bottom" Width="2.877">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.727" Margin="182.445,0,0,130.133" Stroke="Black" VerticalAlignment="Bottom" Width="4.727">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="5.67" Margin="191.172,0,0,133.425" Stroke="Black" VerticalAlignment="Bottom" Width="5.671">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.578" Margin="196.843,0,0,140.517" Stroke="Black" VerticalAlignment="Bottom" Width="2.578">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="5.587" Margin="164.179,0,0,124.546" Stroke="Black" VerticalAlignment="Bottom" Width="5.587">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.938" Margin="175.783,0,0,121.608" Stroke="Black" VerticalAlignment="Bottom" Width="2.938">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.938" Margin="184.379,0,0,121.608" Stroke="Black" VerticalAlignment="Bottom" Width="2.938">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.649" Margin="187.317,0,0,124.386" Stroke="Black" VerticalAlignment="Bottom" Width="2.649">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="3.785" Margin="178.445,0,0,126.348" Stroke="Black" VerticalAlignment="Bottom" Width="3.785">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="3.092" Margin="191.172,0,0,126.333" Stroke="Black" VerticalAlignment="Bottom" Width="3.092">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="3.769" Margin="169.766,0,0,141.558" Stroke="Black" VerticalAlignment="Bottom" Width="3.769">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.248" Margin="173.535,0,0,138.269" Stroke="Black" VerticalAlignment="Bottom" Width="2.248">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.844" Margin="171.617,0,0,133.425" Stroke="Black" VerticalAlignment="Bottom" Width="4.844">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="5.134" Margin="153.595,0,0,128.291" Stroke="Black" VerticalAlignment="Bottom" Width="5.134">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.583" Margin="158.729,0,0,115.025" Stroke="Black" VerticalAlignment="Bottom" Width="6.583">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="3.438" Margin="164.179,0,0,110.381" Stroke="Black" VerticalAlignment="Bottom" Width="3.438">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.728" Margin="169.766,0,0,113.312" Stroke="Black" VerticalAlignment="Bottom" Width="4.728">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.74" Margin="180.672,0,0,115.3" Stroke="Black" VerticalAlignment="Bottom" Width="2.74">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="7.989" Margin="171.617,0,0,120.302" Stroke="Black" VerticalAlignment="Bottom" Width="7.989">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.938" Margin="167.617,0,0,121.608" Stroke="Black" VerticalAlignment="Bottom" Width="2.938">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="11.438" Margin="160.179,0,0,114.895" Stroke="Black" VerticalAlignment="Bottom" Width="11.438">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="8.166" Margin="167.617,0,0,109.442" Stroke="Black" VerticalAlignment="Bottom" Width="8.166">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="5.372" Margin="175.783,0,0,116.236" Stroke="Black" VerticalAlignment="Bottom" Width="5.372">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.949" Margin="185.829,0,0,117.437" Stroke="Black" VerticalAlignment="Bottom" Width="6.949">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="5.523" Margin="188.73,0,0,107.789" Stroke="Black" VerticalAlignment="Bottom" Width="5.523">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="7.659" Margin="148.52,0,0,110.381" Stroke="Black" VerticalAlignment="Bottom" Width="7.659">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.683" Margin="148.52,0,0,121.608" Stroke="Black" VerticalAlignment="Bottom" Width="6.683">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.361" Margin="148.52,0,0,104.02" Stroke="Black" VerticalAlignment="Bottom" Width="6.361">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="1.797" Margin="158.729,0,0,107.645" Stroke="Black" VerticalAlignment="Bottom" Width="1.797">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.447" Margin="161.17,0,0,102.995" Stroke="Black" VerticalAlignment="Bottom" Width="6.447">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="1.967" Margin="174.494,0,0,103.475" Stroke="Black" VerticalAlignment="Bottom" Width="1.967">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.171" Margin="198.239,0,0,117.437" Stroke="Black" VerticalAlignment="Bottom" Width="4.171">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="5.657" Margin="202.41,0,0,134.86" Stroke="Black" VerticalAlignment="Bottom" Width="5.657">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.221" Margin="199.421,0,0,156.332" Stroke="Black" VerticalAlignment="Bottom" Width="4.221">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.727" Margin="203.642,0,0,130.133" Stroke="Black" VerticalAlignment="Bottom" Width="4.727">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.864" Margin="205.814,0,0,120.302" Stroke="Black" VerticalAlignment="Bottom" Width="2.864">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.292" Margin="208.067,0,0,112.01" Stroke="Black" VerticalAlignment="Bottom" Width="4.292">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.221" Margin="199.421,0,0,107.789" Stroke="Black" VerticalAlignment="Bottom" Width="4.221">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.447" Margin="192.778,0,0,102.995" Stroke="Black" VerticalAlignment="Bottom" Width="2.447">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="1.995" Margin="174.494,0,0,101" Stroke="Black" VerticalAlignment="Bottom" Width="1.995">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.009" Margin="178.721,0,0,104.372" Stroke="Black" VerticalAlignment="Bottom" Width="6.009">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.793" Margin="184.379,0,0,109.217" Stroke="Black" VerticalAlignment="Bottom" Width="2.793">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="1.804" Margin="187.172,0,0,99.196" Stroke="Black" VerticalAlignment="Bottom" Width="1.804">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.305" Margin="165.312,0,0,99.137" Stroke="Black" VerticalAlignment="Bottom" Width="6.305">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.584" Margin="153.595,0,0,102.858" Stroke="Black" VerticalAlignment="Bottom" Width="2.584">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.645" Margin="143.119,0,0,101" Stroke="Black" VerticalAlignment="Bottom" Width="6.645">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.176" Margin="138.929,0,0,94.824" Stroke="Black" VerticalAlignment="Bottom" Width="6.176">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.431" Margin="154.881,0,0,92.765" Stroke="Black" VerticalAlignment="Bottom" Width="6.431">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.418" Margin="215.646,0,0,101.057" Stroke="Black" VerticalAlignment="Bottom" Width="2.417">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="9.694" Margin="208.369,0,0,100.687" Stroke="Black" VerticalAlignment="Bottom" Width="9.694">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.221" Margin="199.421,0,0,101.221" Stroke="Black" VerticalAlignment="Bottom" Width="4.221">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.812" Margin="189.966,0,0,98.409" Stroke="Black" VerticalAlignment="Bottom" Width="2.812">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.257" Margin="181.155,0,0,96.939" Stroke="Black" VerticalAlignment="Bottom" Width="2.257">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="12.678" Margin="174.494,0,0,88.009" Stroke="Black" VerticalAlignment="Bottom" Width="12.678">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="8.274" Margin="198.239,0,0,90.863" Stroke="Black" VerticalAlignment="Bottom" Width="8.274">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="3.681" Margin="208.678,0,0,112.555" Stroke="Black" VerticalAlignment="Bottom" Width="3.681">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="9.694" Margin="208.369,0,0,114.852" Stroke="Black" VerticalAlignment="Bottom" Width="9.694">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.17" Margin="222.063,0,0,103.475" Stroke="Black" VerticalAlignment="Bottom" Width="4.17">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.417" Margin="215.646,0,0,94.27" Stroke="Black" VerticalAlignment="Bottom" Width="2.417">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<local:AlarmControl x:Name="alarm" HorizontalAlignment="Right" Height="62.667" Margin="0,0,132.9,0" VerticalAlignment="Top" Width="60.066" Alarm="{Binding IsNeedAdd, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<local:Fan x:Name="fan" HorizontalAlignment="Right" Height="59.667" Margin="0,0,40.083,0" VerticalAlignment="Top" Width="62.167"/>
|
|
<TextBlock Height="54.667" Margin="70.17,1,192.966,0" TextWrapping="Wrap" Text="{Binding Status, Converter={StaticResource Short2HandAddStatus}, RelativeSource={RelativeSource TemplatedParent}}" VerticalAlignment="Top" FontSize="32"/>
|
|
</Grid>
|
|
<local:HMILable x:Name="gate1" HorizontalAlignment="Stretch" Height="74.028" Margin="0" Grid.Row="0" VerticalAlignment="Bottom" Width="Auto" ShowCaption="False" Background="Black" OpacityMask="#00000000"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Tacho}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Tacho}">
|
|
<Border Name="border" BorderBrush="{TemplateBinding Control.BorderBrush}" BorderThickness="{TemplateBinding Control.BorderThickness}" Background="{TemplateBinding Control.Background}">
|
|
<Grid Name="PART_layout">
|
|
<local:RoundScale x:Name="PART_SelectionRange" />
|
|
<local:RoundIndicator x:Name="PART_Track" />
|
|
</Grid>
|
|
</Border>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:RoundSlider}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:RoundSlider}">
|
|
<Grid Name="grid" RenderTransformOrigin="0.5,0.5">
|
|
<Border Name="border" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Control.Background}">
|
|
<Grid Name="PART_layout">
|
|
<local:RoundScale x:Name="PART_SelectionRange" />
|
|
<local:RoundIndicatorSlider x:Name="PART_Track" ControlBrush="Gray" />
|
|
</Grid>
|
|
</Border>
|
|
</Grid>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
<Style TargetType="{x:Type local:Silo}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Silo}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="high">
|
|
<VisualState x:Name="aboveHigh">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="hilevel" AutoReverse="true" RepeatBehavior="Forever">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFEBF3EB"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.5" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1" Value="#FFEBF3EB"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="belowHigh"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="low">
|
|
<VisualState x:Name="belowLow">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="lolevel" AutoReverse="true" RepeatBehavior="Forever">
|
|
<DiscreteColorKeyFrame KeyTime="0" Value="#FFEBF3EB"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:0.5" Value="Red"/>
|
|
<DiscreteColorKeyFrame KeyTime="0:0:1" Value="#FFEBF3EB"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="aboveLow"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="480" Width="240">
|
|
<Ellipse Height="20" x:Name="lolevel" Margin="34.5,0,34.5,35.837" Panel.ZIndex="12" VerticalAlignment="Bottom" StrokeThickness="0" Fill="Lime" Width="20"/>
|
|
<Ellipse Height="20" x:Name="hilevel" Margin="114.5,53,0,0" VerticalAlignment="Top" Panel.ZIndex="12" StrokeThickness="0" Stroke="DarkRed" Fill="Red" Width="20" HorizontalAlignment="Left" Visibility="{Binding HighLevel, Converter={StaticResource BTV}, RelativeSource={RelativeSource TemplatedParent}}"/>
|
|
<Path Data="M1.125,93.917 L240.125,93.917 L240.125,386.896 L1.125,386.896 z M121.0415,0.5 L240.375,93 L1.708,93 z M119.9065,478.322 L239.31301,387.155 L0.5,387.155 z" Margin="-0.625,1.083,-0.25,0.095" Stretch="Fill" Stroke="Black">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.11,0.491" StartPoint="-0.118,0.484">
|
|
<GradientStop Color="Black" Offset="0.905"/>
|
|
<GradientStop Color="White" Offset="0.473"/>
|
|
<GradientStop Color="Black" Offset="0.05"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.333 L3.2080001,0.333 L3.2080001,292.854 L0.125,292.854 z M10.333,0.406 L13.416,0.406 L13.416,292.802 L10.333,292.802 z M20.885,0.312 L23.968,0.312 L23.968,292.708 L20.885,292.708 z M32.041,0.291 L35.124,0.291 L35.124,292.687 L32.041,292.687 z M42.29,0.291 L45.373,0.291 L45.373,292.687 L42.29,292.687 z M52.875,0.375 L55.958,0.375 L55.958,292.771 L52.875,292.771 z M63.958,0.125 L67.041,0.125 L67.041,292.521 L63.958,292.521 z M76.375,0.292 L79.458,0.292 L79.458,292.688 L76.375,292.688 z M87.625,0.291 L90.708,0.291 L90.708,292.687 L87.625,292.687 z M99.156,0.437 L102.239,0.437 L102.239,292.833 L99.156,292.833 z M109.02,0.437 L112.104,0.437 L112.104,292.833 L109.02,292.833 z M120.927,0.406 L124.01,0.406 L124.01,291.39601 L120.927,291.39601 z M129.625,0.333 L132.708,0.333 L132.708,292.854 L129.625,292.854 z M139.833,0.406 L142.916,0.406 L142.916,292.802 L139.833,292.802 z M150.385,0.312 L153.468,0.312 L153.468,292.708 L150.385,292.708 z M161.541,0.291 L164.624,0.291 L164.624,292.687 L161.541,292.687 z M171.79,0.291 L174.873,0.291 L174.873,292.687 L171.79,292.687 z M182.375,0.375 L185.458,0.375 L185.458,292.771 L182.375,292.771 z M193.458,0.125 L196.541,0.125 L196.541,292.521 L193.458,292.521 z M205.875,0.292 L208.958,0.292 L208.958,292.688 L205.875,292.688 z M217.125,0.291 L220.208,0.291 L220.208,292.687 L217.125,292.687 z" Fill="#FF707070" HorizontalAlignment="Stretch" Margin="8.651,95,11.016,92.021" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="Auto"/>
|
|
<Rectangle Stroke="Black" Margin="0,93.594,0,0" Height="5.552" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.11,0.491" StartPoint="-0.118,0.484">
|
|
<GradientStop Color="Black" Offset="0.905"/>
|
|
<GradientStop Color="#FF9F9E9E" Offset="0.473"/>
|
|
<GradientStop Color="Black" Offset="0.05"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Stroke="Black" Margin="0,0,0,91.521" Height="7.312" VerticalAlignment="Bottom">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.11,0.491" StartPoint="-0.118,0.484">
|
|
<GradientStop Color="Black" Offset="0.905"/>
|
|
<GradientStop Color="#FF9F9E9E" Offset="0.473"/>
|
|
<GradientStop Color="Black" Offset="0.05"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Stroke="Black" Margin="0,128.261,0,0" Height="5.552" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.11,0.491" StartPoint="-0.118,0.484">
|
|
<GradientStop Color="Black" Offset="0.905"/>
|
|
<GradientStop Color="#FF9F9E9E" Offset="0.473"/>
|
|
<GradientStop Color="Black" Offset="0.05"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Stroke="Black" Margin="0,164.594,0,0" Height="5.552" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.11,0.491" StartPoint="-0.118,0.484">
|
|
<GradientStop Color="Black" Offset="0.905"/>
|
|
<GradientStop Color="#FF9F9E9E" Offset="0.473"/>
|
|
<GradientStop Color="Black" Offset="0.05"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Stroke="Black" Margin="0,202.594,0,0" Height="5.552" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.11,0.491" StartPoint="-0.118,0.484">
|
|
<GradientStop Color="Black" Offset="0.905"/>
|
|
<GradientStop Color="#FF9F9E9E" Offset="0.473"/>
|
|
<GradientStop Color="Black" Offset="0.05"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:BeltConveyor}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:BeltConveyor}">
|
|
<Grid x:Name="grid" RenderTransformOrigin="0.5,0.5">
|
|
<Grid.LayoutTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="1" CenterX="0.5" CenterY="0.5"/>
|
|
<SkewTransform AngleY="0" AngleX="0" CenterX="0.5" CenterY="0.5"/>
|
|
<RotateTransform Angle="0" CenterX="0.5" CenterY="0.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.LayoutTransform>
|
|
<Grid.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Grid.RenderTransform>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="41"/>
|
|
<ColumnDefinition Width="0.475*"/>
|
|
<ColumnDefinition Width="72.743"/>
|
|
<ColumnDefinition Width="0.525*"/>
|
|
<ColumnDefinition Width="42.0078333333333"/>
|
|
</Grid.ColumnDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto" MinHeight="29"/>
|
|
</Grid.RowDefinitions>
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Workstate">
|
|
<VisualState x:Name="ONR">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0FF147"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<Int32AnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.ZIndex)" Storyboard.TargetName="path5">
|
|
<EasingInt32KeyFrame KeyTime="0" Value="1"/>
|
|
</Int32AnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="4.083"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="0.25"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="path">
|
|
<DiscreteObjectKeyFrame KeyTime="0" Value="{x:Static Visibility.Visible}"/>
|
|
<DiscreteObjectKeyFrame KeyTime="0:0:0.1" Value="{x:Static Visibility.Hidden}"/>
|
|
<DiscreteObjectKeyFrame KeyTime="0:0:0.2" Value="{x:Static Visibility.Visible}"/>
|
|
</ObjectAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0FEF47"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="OFF"/>
|
|
<VisualState x:Name="Chocked">
|
|
<Storyboard AutoReverse="False" RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFFD1408"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<Int32AnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.ZIndex)" Storyboard.TargetName="path5">
|
|
<EasingInt32KeyFrame KeyTime="0" Value="1"/>
|
|
</Int32AnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="2.438"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="-0.062"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="ONL">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path1">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0FEF47"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Visibility)" Storyboard.TargetName="path1">
|
|
<DiscreteObjectKeyFrame KeyTime="0" Value="{x:Static Visibility.Visible}"/>
|
|
<DiscreteObjectKeyFrame KeyTime="0:0:0.1" Value="{x:Static Visibility.Hidden}"/>
|
|
<DiscreteObjectKeyFrame KeyTime="0:0:0.2" Value="{x:Static Visibility.Visible}"/>
|
|
</ObjectAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="-0.042"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<Int32AnimationUsingKeyFrames Storyboard.TargetProperty="(Panel.ZIndex)" Storyboard.TargetName="path5">
|
|
<EasingInt32KeyFrame KeyTime="0" Value="1"/>
|
|
</Int32AnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path5">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF0FEF47"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="path5">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="2.498"/>
|
|
<EasingDoubleKeyFrame KeyTime="0:0:0.2" Value="-0.627"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path x:Name="path6" Data="M0.5,0.49999999 L184.94,0.49999999 184.94,3.5113091 0.5,3.5113091 z" Margin="0.093,5.062,6.55,0" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="1" Height="2.137" VerticalAlignment="Top" Fill="#FF929397" StrokeThickness="0.5"/>
|
|
<Path x:Name="path3" Data="M113.33333,68" Fill="#FF0F4895" HorizontalAlignment="Left" Height="1.19" Margin="60.599,12.059,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="1.013" Grid.Row="0" Grid.Column="2"/>
|
|
<Path x:Name="path6_Copy" Data="M0.5,0.49999999 L184.94,0.49999999 184.94,3.5113091 0.5,3.5113091 z" Margin="1.76,6.816,8.488,5.255" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" StrokeThickness="0.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.497,-1.025">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path x:Name="path6_Copy1" Data="M0.5,0.49999999 L184.94,0.49999999 184.94,3.5113091 0.5,3.5113091 z" Margin="0.177,0,6.528,3.509" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="1" Height="2.262" VerticalAlignment="Bottom" Fill="#FF98999D" StrokeThickness="0.5"/>
|
|
<Path x:Name="motor" Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF15417C" Margin="4.044,10.159,3.405,8.518" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF324556" Margin="5.497,11.586,5.161,9.853" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Grid.ColumnSpan="1" Grid.Column="2" Data="M0.4385,0.205 L0.752,0.40275 L0.752,0.79825 L0.4385,0.99600001 L0.125,0.79825 L0.125,0.40275 z M0.4385,8.391 L0.752,8.58925 L0.752,8.98575 L0.4385,9.184 L0.125,8.98575 L0.125,8.58925 z M34.228,8.267 L34.542,8.465 L34.542,8.861 L34.228,9.059 L33.914,8.861 L33.914,8.465 z M34.1065,0.125 L34.42,0.32325001 L34.42,0.71975002 L34.1065,0.91800003 L33.793,0.71975002 L33.793,0.32325001 z" Fill="#FF949699" HorizontalAlignment="Stretch" Height="Auto" Margin="4.923,10.724,3.923,8.967" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="Auto"/>
|
|
<Path x:Name="motor1" Grid.Column="4" Data="M5.5000001,0.5 C5.672589,0.5 5.8431356,0.50874445 6.0112211,0.52581424 L6.1307284,0.54100019 23.125,0.54100019 23.5,0.54100019 23.5,0.55645621 23.636221,0.56681442 C26.157501,0.82286441 28.125,2.9521652 28.125,5.541 28.125,8.1298348 26.157501,10.259136 23.636221,10.515186 L23.5,10.525544 23.5,10.541 23.125,10.541 5.5000001,10.541 5.5000001,10.5 C2.7385762,10.5 0.5,8.2614237 0.5,5.5000001 0.5,2.7385763 2.7385762,0.5 5.5000001,0.5 z" Fill="#FF15417C" HorizontalAlignment="Stretch" Margin="15,7.407,0,5.453" Grid.Row="0" Stretch="Fill" Stroke="Black" Width="Auto" RenderTransformOrigin="0.5,0.5" Grid.ColumnSpan="1" Height="Auto" VerticalAlignment="Stretch" StrokeThickness="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleY="-0.149"/>
|
|
<RotateTransform Angle="-0.392"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path4_Copy5" Data="M0.5,0.49999999 L28.413532,0.49999999 28.413532,3.8151741 0.5,3.8151741 z" Margin="8.076,0,10.905,0.105" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="3.755" VerticalAlignment="Bottom" Fill="#FFC4CAD0" StrokeThickness="0.5" Grid.Column="4"/>
|
|
<Path x:Name="path4_Copy7" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0.713,4.646,0,3.301" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="2"/>
|
|
<Path x:Name="path4_Copy6" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,4.669,0.412,3.112" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="2"/>
|
|
<Path x:Name="path4_Copy8" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0.706,4.854,0,3.134" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="4"/>
|
|
<Path x:Name="path4_Copy9" Data="M0.125,0.968 L1.964,0.968 1.964,1.567 0.125,1.567 z M0.156,10.312 L1.995,10.312 1.995,10.911 0.156,10.911 z M0.125,19.624 L1.964,19.624 1.964,20.223 0.125,20.223 z M1.619,0.125 L1.619,22.845 0.489,22.845 0.489,0.125 z" Margin="0,4.646,2.134,3.009" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="2.12" Fill="#FF929397" StrokeThickness="0.5" Grid.Column="0"/>
|
|
<Path x:Name="path5" Grid.Column="2" Data="M23.413076,0.25000001 L25.227948,0.25000001 25.227948,7.4020001 23.413076,7.4020001 z M28.771649,0.25000001 L30.587521,0.25000001 30.587521,7.4020002 28.771649,7.4020002 z M34.401352,0.25000001 L36.215223,0.25000001 36.215223,7.4020002 34.401352,7.4020002 z M40.429246,0.25000001 L42.226109,0.25000001 42.226109,7.4020002 40.429246,7.4020002 z M46.431128,0.25000001 L48.245999,0.25000001 48.245999,7.4020002 46.431128,7.4020002 z M0.25,0.25000001 L2.065006,0.25000001 2.065006,7.4019997 0.25,7.4019997 z M5.6090177,0.25000001 L7.4250238,0.25000001 7.4250238,7.4019998 5.6090177,7.4019998 z M11.238036,0.25000001 L13.052042,0.25000001 13.052042,7.4019998 11.238036,7.4019998 z M17.266056,0.25000001 L19.063062,0.25000001 19.063062,7.4019998 17.266056,7.4019998 z M52.825,0.367 L54.64,0.367 54.64,7.5199999 52.825,7.5199999 z" Fill="#FF0F4895" HorizontalAlignment="Stretch" Margin="8.376,12.349,9.477,10.339" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="Auto" Opacity="0" RenderTransformOrigin="0.760386898744355,0.489208333120443" Height="Auto" VerticalAlignment="Stretch" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF324556" Margin="0,12.18,5.494,10.353" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="3.189" Panel.ZIndex="1"/>
|
|
<Path Grid.Column="2" Data="M0.25,0.25 L43.64,0.25 L43.64,8.417 L0.25,8.417 z" Fill="#FF324556" Margin="6.039,12.044,0,10.395" Grid.Row="0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Left" Width="3.211" Panel.ZIndex="1"/>
|
|
<Path x:Name="motor1_Copy" Grid.Column="0" Data="M5.5000001,0.5 C5.672589,0.5 5.8431356,0.50874445 6.0112211,0.52581424 L6.1307284,0.54100019 23.125,0.54100019 23.5,0.54100019 23.5,0.55645621 23.636221,0.56681442 C26.157501,0.82286441 28.125,2.9521652 28.125,5.541 28.125,8.1298348 26.157501,10.259136 23.636221,10.515186 L23.5,10.525544 23.5,10.541 23.125,10.541 5.5000001,10.541 5.5000001,10.5 C2.7385762,10.5 0.5,8.2614237 0.5,5.5000001 0.5,2.7385763 2.7385762,0.5 5.5000001,0.5 z" Fill="#FF15417C" HorizontalAlignment="Stretch" Margin="0,7.518,15,5.342" Grid.Row="0" Stretch="Fill" Stroke="Black" Width="Auto" RenderTransformOrigin="0.5,0.5" Grid.ColumnSpan="1" Height="Auto" VerticalAlignment="Stretch" StrokeThickness="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleY="-0.149"/>
|
|
<RotateTransform Angle="-0.392"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Grid.Column="4" Data="M213.75,22.75" Fill="#FF15417C" HorizontalAlignment="Right" Height="1" Margin="0,0,-19.562,7.458" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="1"/>
|
|
<Path x:Name="path" Grid.Column="4" Data="M247.5,4.875 L257.125,7 255.625,-1.875 C255.625,-1.875 266.5,9.25 268.375,21.625 270.25,34 272.375,16.375 272.375,16.375 L271.5,37.374379 254.25,24.499583 265,27.999527 C265,27.999527 261,16.249927 247.5,4.875 z" Fill="#FF15417C" HorizontalAlignment="Right" Margin="0,0,-12,0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Width="12" Height="18" VerticalAlignment="Top" Visibility="Hidden"/>
|
|
<Path x:Name="path1" Grid.Column="0" Data="M247.5,4.875 L257.125,7 255.625,-1.875 C255.625,-1.875 266.5,9.25 268.375,21.625 270.25,34 272.375,16.375 272.375,16.375 L271.5,37.374379 254.25,24.499583 265,27.999527 C265,27.999527 261,16.249927 247.5,4.875 z" Fill="#FF15417C" HorizontalAlignment="Left" Margin="-12,0,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0" Width="12" Height="18" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" Visibility="Hidden">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="-1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:PackingBench}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:PackingBench}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="260" Width="320">
|
|
<Path Data="M0.5,0.5 L150.5,0.5 L150.5,7.673 L0.5,7.673 z" Height="8.173" Margin="0,56.151,0.5,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="151">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L94.509,0.5 L94.509,64.034 L0.5,64.034 z" HorizontalAlignment="Right" Height="50.28" Margin="0,63.306,36.285,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="80.842">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L65.831,0.5 L65.831,44.555 L0.5,44.555 z" Fill="#FF105B95" HorizontalAlignment="Right" Height="35.104" Margin="0,70.072,48.735,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="56.44"/>
|
|
<Path Data="M0.5,0.5 L67.685,0.5 L67.685,38.492 L0.5,38.492 z" HorizontalAlignment="Right" Height="38.992" Margin="0,17.499,40.885,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="68.185">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L30.13,0.5 L30.13,11.717 L0.5,11.717 z" HorizontalAlignment="Right" Height="12.217" Margin="0,6.261,58.395,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="30.63">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L35.594,0.5 L35.594,4.566 L0.5,4.566 z" HorizontalAlignment="Right" Height="5.066" Margin="0,2.174,56.151,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="36.094">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L23.750999,0.5 23.750999,37.666 14.705733,37.666 0.5,14.4407 z" HorizontalAlignment="Right" Height="38.992" Margin="0,17.67,107.507,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="19.387">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="2.121,0.663" StartPoint="-1.851,0.681">
|
|
<GradientStop Color="White" Offset="0.433"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L14.62,0.5 L14.62,11.511 L0.5,11.511 z" HorizontalAlignment="Right" Height="12.011" Margin="0,6.169,93.511,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="15.12">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L8.37,0.5 L8.37,5.906 L0.5,5.906 z" HorizontalAlignment="Right" Height="6.406" Margin="0,0.732,99.824,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="8.87">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M28.276146,0.5 L66.431854,0.5 94.208,53.681 0.5,53.681 z" HorizontalAlignment="Right" Height="28.19" Margin="0,0,36.326,99.776" RenderTransformOrigin="0.500000000134681,0.162916882533149" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="80.587" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.327,0.69" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.176"/>
|
|
<GradientStop Color="White" Offset="0.523"/>
|
|
<GradientStop Color="#FE262626" Offset="0.859"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L38.176,0.5 L38.176,29.201 L0.5,29.201 z" HorizontalAlignment="Right" Height="23.141" Margin="0,0,60.393,96.16" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="32.909">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.096"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.96"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Grid.Column="0" Data="M5.5000001,0.5 C5.672589,0.5 5.8431356,0.50874445 6.0112211,0.52581424 L6.1307284,0.54100019 23.125,0.54100019 23.5,0.54100019 23.5,0.55645621 23.636221,0.56681442 C26.157501,0.82286441 28.125,2.9521652 28.125,5.541 28.125,8.1298348 26.157501,10.259136 23.636221,10.515186 L23.5,10.525544 23.5,10.541 23.125,10.541 5.5000001,10.541 5.5000001,10.5 C2.7385762,10.5 0.5,8.2614237 0.5,5.5000001 0.5,2.7385763 2.7385762,0.5 5.5000001,0.5 z" Fill="#FF105B95" HorizontalAlignment="Right" Margin="0,36.519,57.686,0" Grid.Row="0" Stretch="Fill" Stroke="Black" Width="47.893" RenderTransformOrigin="0.5,0.5" Grid.ColumnSpan="1" Height="14.767" VerticalAlignment="Top" StrokeThickness="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform AngleY="-0.149"/>
|
|
<RotateTransform Angle="16.621"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L47.342,0.25 L47.342,3.534 L0.25,3.534 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,56.49,113.224" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="40.496" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.54,1.169" StartPoint="0.541,-0.12">
|
|
<GradientStop Color="Black" Offset="0.142"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="0.776"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L2.592,0.25 L2.592,23.201 L0.25,23.201 z" HorizontalAlignment="Right" Height="18.272" Margin="0,0,93.61,98.42" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="2.418" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.54,1.169" StartPoint="0.541,-0.12">
|
|
<GradientStop Color="Black" Offset="0.033"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L2.592,0.25 L2.592,23.493 L0.25,23.493 z" HorizontalAlignment="Right" Height="18.499" Margin="0,0,57.323,98.372" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="2.418" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.54,1.169" StartPoint="0.541,-0.12">
|
|
<GradientStop Color="Black" Offset="0.033"/>
|
|
<GradientStop Color="White" Offset="0.443"/>
|
|
<GradientStop Color="#FE262626" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L39.926,0.5 L39.926,8.576 L0.5,8.576 z" HorizontalAlignment="Right" Height="7.071" Margin="0,0,59.436,98.4" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="34.398">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.303,0.901" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="#FF82CAAB" Offset="0.521"/>
|
|
<GradientStop Color="#FE2F7239" Offset="0.366"/>
|
|
<GradientStop Color="#FE2F7239" Offset="0.663"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L17.333,0.5 L17.333,118.006 L0.5,118.006 z" HorizontalAlignment="Left" Height="118.506" Margin="48.667,0,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="17.833">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L299.833,0.5 L299.833,14.506 L0.5,14.506 z" Height="15.006" Margin="17.667,0,2,58.843" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.434,0.462" StartPoint="-0.388,0.658">
|
|
<GradientStop Color="Black" Offset="0.041"/>
|
|
<GradientStop Color="White" Offset="0.642"/>
|
|
<GradientStop Color="#FE262626" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L48.331,0.5 L48.331,3.93 L0.5,3.93 z" Fill="#FF105B95" HorizontalAlignment="Left" Height="4.43" Margin="33.003,0,0,112.413" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="48.831"/>
|
|
<local:Motor Margin="25.687,0,0,91.506" VerticalAlignment="Bottom" HorizontalAlignment="Left" Height="18.293" Width="23.834" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="270"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path Data="M0.5,0.5 L24,0.5 L24,26.298 L0.5,26.298 z" HorizontalAlignment="Left" Height="26.798" Margin="44.998,0,0,84.342" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="24.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L28,0.5 L28,4.298 L0.5,4.298 z" HorizontalAlignment="Left" Height="4.798" Margin="43.331,0,0,80.342" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="28.5">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.219,0.125 L1.219,32.308 L0.125,32.308 z" HorizontalAlignment="Left" Height="Auto" Margin="71.206,110.881,0,116.686" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="1.344" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L13.239,0.125 L13.239,1.058 L0.125,1.058 z" HorizontalAlignment="Left" Height="1.183" Margin="65.216,0,0,127.728" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="13.364" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.219,0.125 L1.219,9.714 L0.125,9.714 z" HorizontalAlignment="Left" Margin="65.237,121.433,0,128.728" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="1.344" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.219,0.125 L1.219,9.714 L0.125,9.714 z" HorizontalAlignment="Left" Margin="77.216,121.454,0,128.707" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="1.344" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L4.863,0.125 L4.863,1.058 L0.125,1.058 z" HorizontalAlignment="Left" Height="1.183" Margin="63.467,123.548,0,0" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.988" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L4.863,0.125 L4.863,1.058 L0.125,1.058 z" HorizontalAlignment="Left" Height="1.183" Margin="75.425,123.59,0,0" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.988" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M192.25,196.75 C194.39496,208.76841 194.12055,220.39007 192.25,231.75 209.20706,231.17819 222.46789,231.37637 231,232.25 230.19971,221.07306 230.38339,209.56737 231.5,197.75 z" Fill="#FFE0D18B" HorizontalAlignment="Right" Height="46.283" Margin="0,0,55.5,33.967" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="42.875"/>
|
|
<Path Data="M191.5,196.75 C205.5034,192.6683 218.19017,192.31923 228.75,198 217.01965,201.61877 204.51324,200.67447 191.5,196.75 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="7.557" Margin="0,0,55.417,75.654" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="42.5"/>
|
|
<Path x:Name="path_Copy" Data="M5.3634376,22.457087 C5.3634376,23.483733 4.5307441,24.315993 3.5035645,24.315993 C2.476385,24.315993 1.6436914,23.483733 1.6436914,22.457087 C1.6436914,21.430442 2.476385,20.598181 3.5035645,20.598181 C4.5307441,20.598181 5.3634376,21.430442 5.3634376,22.457087 z M10.829634,23.06443 C10.829634,24.091076 9.99694,24.923336 8.9697605,24.923336 C7.9425809,24.923336 7.1098874,24.091076 7.1098874,23.06443 C7.1098874,22.037785 7.9425809,21.205524 8.9697605,21.205524 C9.99694,21.205524 10.829634,22.037785 10.829634,23.06443 z M13.713963,21.243312 C13.713963,22.269958 12.881269,23.102218 11.85409,23.102218 C10.82691,23.102218 9.9942168,22.269958 9.9942168,21.243312 C9.9942168,20.216667 10.82691,19.384406 11.85409,19.384406 C12.881269,19.384406 13.713963,20.216667 13.713963,21.243312 z M17.206862,22.457087 C17.206862,23.483733 16.374169,24.315993 15.346989,24.315993 C14.31981,24.315993 13.487116,23.483733 13.487116,22.457087 C13.487116,21.430442 14.31981,20.598181 15.346989,20.598181 C16.374169,20.598181 17.206862,21.430442 17.206862,22.457087 z M18.876785,28.072505 C18.876785,29.09915 18.044092,29.931411 17.016912,29.931411 C15.989732,29.931411 15.157039,29.09915 15.157039,28.072505 C15.157039,27.045859 15.989732,26.213599 17.016912,26.213599 C18.044092,26.213599 18.876785,27.045859 18.876785,28.072505 z M22.673058,23.06443 C22.673058,24.091076 21.840365,24.923336 20.813185,24.923336 C19.786006,24.923336 18.953312,24.091076 18.953312,23.06443 C18.953312,22.037785 19.786006,21.205524 20.813185,21.205524 C21.840365,21.205524 22.673058,22.037785 22.673058,23.06443 z M24.190839,28.527784 C24.190839,29.55443 23.358145,30.38669 22.330965,30.38669 C21.303786,30.38669 20.471092,29.55443 20.471092,28.527784 C20.471092,27.501139 21.303786,26.668878 22.330965,26.668878 C23.358145,26.668878 24.190839,27.501139 24.190839,28.527784 z M28.746913,22.457087 C28.746913,23.483733 27.914219,24.315993 26.88704,24.315993 C25.85986,24.315993 25.027167,23.483733 25.027167,22.457087 C25.027167,21.430442 25.85986,20.598181 26.88704,20.598181 C27.914219,20.598181 28.746913,21.430442 28.746913,22.457087 z M34.213109,23.06443 C34.213109,24.091076 33.380415,24.923336 32.353236,24.923336 C31.326056,24.923336 30.493363,24.091076 30.493363,23.06443 C30.493363,22.037785 31.326056,21.205524 32.353236,21.205524 C33.380415,21.205524 34.213109,22.037785 34.213109,23.06443 z M30.872352,28.072505 C30.872352,29.09915 30.039659,29.931411 29.012479,29.931411 C27.985299,29.931411 27.152606,29.09915 27.152606,28.072505 C27.152606,27.045859 27.985299,26.213599 29.012479,26.213599 C30.039659,26.213599 30.872352,27.045859 30.872352,28.072505 z M3.8447462,31.411524 C3.8447462,32.43817 3.0120526,33.27043 1.9848731,33.27043 C0.95769355,33.27043 0.125,32.43817 0.125,31.411524 C0.125,30.384879 0.95769355,29.552618 1.9848731,29.552618 C3.0120526,29.552618 3.8447462,30.384879 3.8447462,31.411524 z M5.3625266,36.874878 C5.3625266,37.901523 4.529833,38.733784 3.5026535,38.733784 C2.475474,38.733784 1.6427804,37.901523 1.6427804,36.874878 C1.6427804,35.848233 2.475474,35.015972 3.5026535,35.015972 C4.529833,35.015972 5.3625266,35.848233 5.3625266,36.874878 z M9.9186009,30.804181 C9.9186009,31.830827 9.0859074,32.663087 8.0587278,32.663087 C7.0315483,32.663087 6.1988547,31.830827 6.1988547,30.804181 C6.1988547,29.777536 7.0315483,28.945275 8.0587278,28.945275 C9.0859074,28.945275 9.9186009,29.777536 9.9186009,30.804181 z M15.384797,31.411524 C15.384797,32.43817 14.552103,33.27043 13.524924,33.27043 C12.497744,33.27043 11.665051,32.43817 11.665051,31.411524 C11.665051,30.384879 12.497744,29.552618 13.524924,29.552618 C14.552103,29.552618 15.384797,30.384879 15.384797,31.411524 z M8.5819924,37.363652 C8.060335,36.479255 8.3547663,35.339643 9.239623,34.818257 C10.12448,34.296871 11.264685,34.591149 11.786342,35.475546 C12.307999,36.359942 12.013568,37.499554 11.128711,38.02094 C10.243855,38.542327 9.1036498,38.248048 8.5819924,37.363652 z M14.472853,27.920441 C14.472853,28.947087 13.64016,29.779347 12.61298,29.779347 C11.585801,29.779347 10.753107,28.947087 10.753107,27.920441 C10.753107,26.893796 11.585801,26.061535 12.61298,26.061535 C13.64016,26.061535 14.472853,26.893796 14.472853,27.920441 z M18.5725,36.722815 C18.5725,37.74946 17.739807,38.581721 16.712627,38.581721 C15.685448,38.581721 14.852754,37.74946 14.852754,36.722815 C14.852754,35.696169 15.685448,34.863909 16.712627,34.863909 C17.739807,34.863909 18.5725,35.696169 18.5725,36.722815 z M22.368773,31.71474 C22.368773,32.741386 21.53608,33.573646 20.5089,33.573646 C19.481721,33.573646 18.649027,32.741386 18.649027,31.71474 C18.649027,30.688095 19.481721,29.855834 20.5089,29.855834 C21.53608,29.855834 22.368773,30.688095 22.368773,31.71474 z M23.886554,37.178094 C23.886554,38.20474 23.05386,39.037 22.026681,39.037 C20.999501,39.037 20.166807,38.20474 20.166807,37.178094 C20.166807,36.151449 20.999501,35.319188 22.026681,35.319188 C23.05386,35.319188 23.886554,36.151449 23.886554,37.178094 z M28.442628,31.107398 C28.442628,32.134043 27.609934,32.966304 26.582755,32.966304 C25.555575,32.966304 24.722882,32.134043 24.722882,31.107398 C24.722882,30.080752 25.555575,29.248492 26.582755,29.248492 C27.609934,29.248492 28.442628,30.080752 28.442628,31.107398 z M33.908824,31.71474 C33.908824,32.741386 33.07613,33.573646 32.048951,33.573646 C31.021771,33.573646 30.189078,32.741386 30.189078,31.71474 C30.189078,30.688095 31.021771,29.855834 32.048951,29.855834 C33.07613,29.855834 33.908824,30.688095 33.908824,31.71474 z M27.106019,37.666868 C26.584362,36.782471 26.878793,35.642859 27.76365,35.121473 C28.648507,34.600087 29.788712,34.894365 30.310369,35.778762 C30.832026,36.663158 30.537595,37.80277 29.652739,38.324157 C28.767882,38.845543 27.627677,38.551265 27.106019,37.666868 z M25.253103,20.483906 C25.253103,21.510552 24.420409,22.342812 23.39323,22.342812 C22.36605,22.342812 21.533356,21.510552 21.533356,20.483906 C21.533356,19.457261 22.36605,18.625 23.39323,18.625 C24.420409,18.625 25.253103,19.457261 25.253103,20.483906 z M34.818946,26.706666 C34.818946,27.733312 33.986252,28.565572 32.959072,28.565572 C31.931893,28.565572 31.099199,27.733312 31.099199,26.706666 C31.099199,25.680021 31.931893,24.84776 32.959072,24.84776 C33.986252,24.84776 34.818946,25.680021 34.818946,26.706666 z M38.615219,21.698592 C38.615219,22.725237 37.782525,23.557498 36.755346,23.557498 C35.728166,23.557498 34.895472,22.725237 34.895472,21.698592 C34.895472,20.671946 35.728166,19.839686 36.755346,19.839686 C37.782525,19.839686 38.615219,20.671946 38.615219,21.698592 z M40.132999,27.161946 C40.132999,28.188591 39.300306,29.020852 38.273126,29.020852 C37.245946,29.020852 36.413253,28.188591 36.413253,27.161946 C36.413253,26.1353 37.245946,25.30304 38.273126,25.30304 C39.300306,25.30304 40.132999,26.1353 40.132999,27.161946 z M26.46842,34.142291 C26.46842,35.168936 25.635727,36.001197 24.608547,36.001197 C23.581368,36.001197 22.748674,35.168936 22.748674,34.142291 C22.748674,33.115645 23.581368,32.283385 24.608547,32.283385 C25.635727,32.283385 26.46842,33.115645 26.46842,34.142291 z M34.818946,36.267535 C34.818946,37.294181 33.986252,38.126441 32.959072,38.126441 C31.931893,38.126441 31.099199,37.294181 31.099199,36.267535 C31.099199,35.24089 31.931893,34.408629 32.959072,34.408629 C33.986252,34.408629 34.818946,35.24089 34.818946,36.267535 z M38.615219,31.259461 C38.615219,32.286106 37.782525,33.118367 36.755346,33.118367 C35.728166,33.118367 34.895472,32.286106 34.895472,31.259461 C34.895472,30.232815 35.728166,29.400555 36.755346,29.400555 C37.782525,29.400555 38.615219,30.232815 38.615219,31.259461 z M40.132999,36.722815 C40.132999,37.74946 39.300306,38.581721 38.273126,38.581721 C37.245946,38.581721 36.413253,37.74946 36.413253,36.722815 C36.413253,35.696169 37.245946,34.863909 38.273126,34.863909 C39.300306,34.863909 40.132999,35.696169 40.132999,36.722815 z M6.9185704,27.731045 C6.9185704,28.75769 6.0858768,29.589951 5.0586973,29.589951 C4.0315177,29.589951 3.1988242,28.75769 3.1988242,27.731045 C3.1988242,26.7044 4.0315177,25.872139 5.0586973,25.872139 C6.0858768,25.872139 6.9185704,26.7044 6.9185704,27.731045 z M6.3044108,34.479912 C5.7827534,33.595515 6.0771846,32.455903 6.9620413,31.934517 C7.8468981,31.413131 8.987103,31.707409 9.5087604,32.591805 C10.030418,33.476202 9.7359865,34.615814 8.8511298,35.1372 C7.9662731,35.658586 6.8260681,35.364308 6.3044108,34.479912 z M35.644562,16.704913 C35.644562,15.678267 36.477256,14.846007 37.504435,14.846007 38.531615,14.846007 39.364309,15.678267 39.364309,16.704913 39.364309,17.731558 38.531615,18.563819 37.504435,18.563819 36.477256,18.563819 35.644562,17.731558 35.644562,16.704913 z M30.178366,16.09757 C30.178366,15.070925 31.01106,14.238664 32.038239,14.238664 33.065419,14.238664 33.898113,15.070925 33.898113,16.09757 33.898113,17.124215 33.065419,17.956476 32.038239,17.956476 31.01106,17.956476 30.178366,17.124215 30.178366,16.09757 z M27.294037,17.918688 C27.294037,16.892043 28.126731,16.059782 29.15391,16.059782 30.181089,16.059782 31.013783,16.892043 31.013783,17.918688 31.013783,18.945333 30.181089,19.777594 29.15391,19.777594 28.126731,19.777594 27.294037,18.945333 27.294037,17.918688 z M23.801138,16.704913 C23.801138,15.678267 24.633832,14.846007 25.661011,14.846007 26.68819,14.846007 27.520884,15.678267 27.520884,16.704913 27.520884,17.731558 26.68819,18.563819 25.661011,18.563819 24.633832,18.563819 23.801138,17.731558 23.801138,16.704913 z M22.131215,11.089496 C22.131215,10.062851 22.963909,9.2305896 23.991088,9.2305896 25.018267,9.2305896 25.850961,10.062851 25.850961,11.089496 25.850961,12.116141 25.018267,12.948402 23.991088,12.948402 22.963909,12.948402 22.131215,12.116141 22.131215,11.089496 z M18.334942,16.09757 C18.334942,15.070925 19.167636,14.238664 20.194815,14.238664 21.221994,14.238664 22.054688,15.070925 22.054688,16.09757 22.054688,17.124215 21.221994,17.956476 20.194815,17.956476 19.167636,17.956476 18.334942,17.124215 18.334942,16.09757 z M16.817161,10.634216 C16.817161,9.607571 17.649855,8.7753101 18.677035,8.7753101 19.704214,8.7753101 20.536908,9.607571 20.536908,10.634216 20.536908,11.660862 19.704214,12.493122 18.677035,12.493122 17.649855,12.493122 16.817161,11.660862 16.817161,10.634216 z M12.261087,16.704913 C12.261087,15.678267 13.093781,14.846007 14.12096,14.846007 15.148139,14.846007 15.980833,15.678267 15.980833,16.704913 15.980833,17.731558 15.148139,18.563819 14.12096,18.563819 13.093781,18.563819 12.261087,17.731558 12.261087,16.704913 z M6.7948911,16.09757 C6.7948911,15.070925 7.6275849,14.238664 8.6547642,14.238664 9.6819435,14.238664 10.514637,15.070925 10.514637,16.09757 10.514637,17.124215 9.6819435,17.956476 8.6547642,17.956476 7.6275849,17.956476 6.7948911,17.124215 6.7948911,16.09757 z M10.135648,11.089496 C10.135648,10.062851 10.968342,9.2305896 11.995521,9.2305896 13.0227,9.2305896 13.855394,10.062851 13.855394,11.089496 13.855394,12.116141 13.0227,12.948402 11.995521,12.948402 10.968342,12.948402 10.135648,12.116141 10.135648,11.089496 z M37.163254,7.750476 C37.163254,6.7238308 37.995947,5.8915699 39.023127,5.8915699 40.050306,5.8915699 40.883,6.7238308 40.883,7.750476 40.883,8.7771212 40.050306,9.6093821 39.023127,9.6093821 37.995947,9.6093821 37.163254,8.7771212 37.163254,7.750476 z M35.645473,2.2871222 C35.645473,1.260477 36.478167,0.42821613 37.505346,0.42821613 38.532526,0.42821613 39.36522,1.260477 39.36522,2.2871222 39.36522,3.3137675 38.532526,4.1460284 37.505346,4.1460284 36.478167,4.1460284 35.645473,3.3137675 35.645473,2.2871222 z M31.089399,8.3578188 C31.089399,7.3311736 31.922093,6.4989127 32.949272,6.4989127 33.976452,6.4989127 34.809145,7.3311736 34.809145,8.3578188 34.809145,9.3844641 33.976452,10.216725 32.949272,10.216725 31.922093,10.216725 31.089399,9.3844641 31.089399,8.3578188 z M25.623203,7.750476 C25.623203,6.7238308 26.455897,5.8915699 27.483076,5.8915699 28.510255,5.8915699 29.342949,6.7238308 29.342949,7.750476 29.342949,8.7771212 28.510255,9.6093821 27.483076,9.6093821 26.455897,9.6093821 25.623203,8.7771212 25.623203,7.750476 z M32.426008,1.7983488 C32.947665,2.6827455 32.653234,3.8223574 31.768377,4.3437435 30.88352,4.8651296 29.743315,4.5708515 29.221658,3.6864547 28.700001,2.8020579 28.994432,1.662446 29.879289,1.14106 30.764145,0.6196739 31.90435,0.91395199 32.426008,1.7983488 z M26.535147,11.241559 C26.535147,10.214914 27.367841,9.382653 28.39502,9.382653 29.422199,9.382653 30.254893,10.214914 30.254893,11.241559 30.254893,12.268205 29.422199,13.100465 28.39502,13.100465 27.367841,13.100465 26.535147,12.268205 26.535147,11.241559 z M22.4355,2.4391856 C22.4355,1.4125404 23.268194,0.58027948 24.295373,0.58027948 25.322552,0.58027948 26.155246,1.4125404 26.155246,2.4391856 26.155246,3.4658308 25.322552,4.2980917 24.295373,4.2980917 23.268194,4.2980917 22.4355,3.4658308 22.4355,2.4391856 z M18.639227,7.4472599 C18.639227,6.4206147 19.471921,5.5883538 20.4991,5.5883538 21.526279,5.5883538 22.358973,6.4206147 22.358973,7.4472599 22.358973,8.4739051 21.526279,9.306166 20.4991,9.306166 19.471921,9.306166 18.639227,8.4739051 18.639227,7.4472599 z M17.121446,1.9839061 C17.121446,0.9572609 17.95414,0.125 18.981319,0.125 20.008499,0.125 20.841193,0.9572609 20.841193,1.9839061 20.841193,3.0105513 20.008499,3.8428122 18.981319,3.8428122 17.95414,3.8428122 17.121446,3.0105513 17.121446,1.9839061 z M12.565372,8.0546027 C12.565372,7.0279575 13.398066,6.1956966 14.425245,6.1956966 15.452424,6.1956966 16.285118,7.0279575 16.285118,8.0546027 16.285118,9.0812479 15.452424,9.9135088 14.425245,9.9135088 13.398066,9.9135088 12.565372,9.0812479 12.565372,8.0546027 z M7.099176,7.4472599 C7.099176,6.4206147 7.9318698,5.5883538 8.9590491,5.5883538 9.9862284,5.5883538 10.818922,6.4206147 10.818922,7.4472599 10.818922,8.4739051 9.9862284,9.306166 8.9590491,9.306166 7.9318698,9.306166 7.099176,8.4739051 7.099176,7.4472599 z M13.901981,1.4951326 C14.423638,2.3795294 14.129207,3.5191413 13.24435,4.0405274 12.359493,4.5619134 11.219288,4.2676353 10.697631,3.3832386 10.175974,2.4988418 10.470405,1.3592299 11.355262,0.83784383 12.240118,0.31645777 13.380323,0.61073585 13.901981,1.4951326 z M15.754897,18.678094 C15.754897,17.651449 16.587591,16.819188 17.61477,16.819188 18.64195,16.819188 19.474644,17.651449 19.474644,18.678094 19.474644,19.70474 18.64195,20.537 17.61477,20.537 16.587591,20.537 15.754897,19.70474 15.754897,18.678094 z M6.1890543,12.455334 C6.1890543,11.428689 7.0217482,10.596428 8.0489275,10.596428 9.0761068,10.596428 9.9088007,11.428689 9.9088007,12.455334 9.9088007,13.48198 9.0761068,14.31424 8.0489275,14.31424 7.0217482,14.31424 6.1890543,13.48198 6.1890543,12.455334 z M2.3927813,17.463408 C2.3927813,16.436763 3.2254751,15.604502 4.2526544,15.604502 5.2798337,15.604502 6.1125276,16.436763 6.1125276,17.463408 6.1125276,18.490054 5.2798337,19.322314 4.2526544,19.322314 3.2254751,19.322314 2.3927813,18.490054 2.3927813,17.463408 z M0.87500084,12.000055 C0.87500084,10.973409 1.7076947,10.141149 2.734874,10.141149 3.7620533,10.141149 4.5947472,10.973409 4.5947472,12.000055 4.5947472,13.0267 3.7620533,13.858961 2.734874,13.858961 1.7076947,13.858961 0.87500084,13.0267 0.87500084,12.000055 z M14.53958,5.0197097 C14.53958,3.9930645 15.372274,3.1608036 16.399453,3.1608036 17.426632,3.1608036 18.259326,3.9930645 18.259326,5.0197097 18.259326,6.0463549 17.426632,6.8786158 16.399453,6.8786158 15.372274,6.8786158 14.53958,6.0463549 14.53958,5.0197097 z M6.1890543,2.8944651 C6.1890543,1.8678199 7.0217482,1.035559 8.0489275,1.035559 9.0761068,1.035559 9.9088007,1.8678199 9.9088007,2.8944651 9.9088007,3.9211103 9.0761068,4.7533712 8.0489275,4.7533712 7.0217482,4.7533712 6.1890543,3.9211103 6.1890543,2.8944651 z M2.3927813,7.9025394 C2.3927813,6.8758941 3.2254751,6.0436332 4.2526544,6.0436332 5.2798337,6.0436332 6.1125276,6.8758941 6.1125276,7.9025394 6.1125276,8.9291846 5.2798337,9.7614455 4.2526544,9.7614455 3.2254751,9.7614455 2.3927813,8.9291846 2.3927813,7.9025394 z M0.87500084,2.4391856 C0.87500084,1.4125404 1.7076947,0.58027948 2.734874,0.58027948 3.7620533,0.58027948 4.5947472,1.4125404 4.5947472,2.4391856 4.5947472,3.4658308 3.7620533,4.2980917 2.734874,4.2980917 1.7076947,4.2980917 0.87500084,3.4658308 0.87500084,2.4391856 z M34.08943,11.430955 C34.08943,10.40431 34.922123,9.5720492 35.949303,9.5720492 36.976482,9.5720492 37.809176,10.40431 37.809176,11.430955 37.809176,12.457601 36.976482,13.289861 35.949303,13.289861 34.922123,13.289861 34.08943,12.457601 34.08943,11.430955 z M34.703589,4.682089 C35.225247,5.5664858 34.930815,6.7060977 34.045959,7.2274837 33.161102,7.7488698 32.020897,7.4545917 31.49924,6.5701949 30.977582,5.6857981 31.272014,4.5461863 32.15687,4.0248002 33.041727,3.5034141 34.181932,3.7976922 34.703589,4.682089 z" Height="17.86" Margin="0,0,68.928,78.755" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Fill="#FFF3F50A" Opacity="1" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Width="15.882">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L17.333,0.5 L17.333,118.006 L0.5,118.006 z" HorizontalAlignment="Right" Height="73.839" Margin="0,0,17.5,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="17.833" Panel.ZIndex="-1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.55,0.557" StartPoint="-0.514,0.555">
|
|
<GradientStop Color="White" Offset="0.245"/>
|
|
<GradientStop Color="#FE262626" Offset="0.949"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:DraughtFan}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:DraughtFan}">
|
|
<ControlTemplate.Resources>
|
|
<Storyboard x:Key="Storyboard1">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="pathxx">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="1"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
<Storyboard x:Key="Storyboard2">
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="pathxx">
|
|
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
|
|
</DoubleAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</ControlTemplate.Resources>
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Running">
|
|
<Storyboard RepeatBehavior="Forever">
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Motor.Running)" Storyboard.TargetName="motor">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="NotRunning"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="50" Width="40">
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition/>
|
|
</Grid.ColumnDefinitions>
|
|
<Path x:Name="pathxx" Data="M0.5,0.5 L419.5,0.5 L419.5,359.5 L0.5,359.5 z" Fill="{x:Null}" Height="Auto" Stretch="Fill" Stroke="#FFE28310" VerticalAlignment="Stretch" StrokeThickness="2" Opacity="0" HorizontalAlignment="Right" Width="41.942" Grid.Column="0" Margin="0,-0.833,-0.975,0"/>
|
|
<Path Data="M0.24999999,0.25 L10.336446,0.25 10.336446,25.066094 0.24999999,25.066094 z" Margin="0,12.524,3.716,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="Auto" VerticalAlignment="Stretch" Grid.Column="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="11.653">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.614,-0.269" StartPoint="0.614,1.375">
|
|
<GradientStop Color="Black" Offset="0.163"/>
|
|
<GradientStop Color="White" Offset="0.586"/>
|
|
<GradientStop Color="#FE3D3E3F" Offset="0.762"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<local:Motor x:Name="motor" Margin="0,21.832,15.189,6.669" Height="Auto" VerticalAlignment="Stretch" Grid.Column="0" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Data="M0.24999999,0.25 L10.336446,0.25 10.336446,25.066094 0.24999999,25.066094 z" Margin="0,1.821,3.694,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="11.025" VerticalAlignment="Top" Grid.Column="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="11.672" Fill="#FF474849"/>
|
|
<Path Grid.ColumnSpan="1" Grid.Column="0" Data="M0.125,0.125 L9.5800439,0.125 7.8803598,5.6079999 1.9714369,5.6079999 0.125,0.19063669 z" HorizontalAlignment="Right" Margin="0,0,-8.765,17.608" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="21.524" RenderTransformOrigin="0.5,0.5" Height="3.804" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.038" ScaleX="0.963"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="2.179,0.582" StartPoint="-0.941,0.602">
|
|
<GradientStop Color="Black" Offset="0.297"/>
|
|
<GradientStop Color="White" Offset="0.477"/>
|
|
<GradientStop Color="#FE5B5B5B" Offset="0.556"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.24999999,0.25 L10.336446,0.25 10.336446,25.066094 0.24999999,25.066094 z" Margin="0,0,2.404,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Height="2.067" VerticalAlignment="Top" Grid.Column="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="14.252" Fill="#FFBABCBE"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Deduster}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Deduster}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="260" Width="320">
|
|
<Rectangle Margin="47.389,47.006,66.915,6.328" Stroke="Black" Grid.Row="0">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.363,0.835" StartPoint="-1.632,0.084">
|
|
<GradientStop Color="Black" Offset="0.441"/>
|
|
<GradientStop Color="White" Offset="0.732"/>
|
|
<GradientStop Color="Black" Offset="0.919"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.25200001,0.25 L243.377,0.25 243.377,3.0859999 0.25200001,3.0859999 z M0.25,3.25 L243.375,3.25 243.375,6.0880001 0.25,6.0880001 z" Fill="#FFF4F4F5" Height="6.522" Margin="39.301,106.229,60.171,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" StrokeThickness="1" Grid.Row="0"/>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Height="Auto" Margin="113.427,111.453,0,6.998" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" StrokeThickness="1" HorizontalAlignment="Left" Width="5.606" Grid.Row="0"/>
|
|
<Path Data="M6.215,0.251 L6.215,114.224 3.317,114.224 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.223 0.25,114.223 0.25,0.25 z" Fill="#FFF4F4F5" Height="Auto" Margin="0,111.597,132.966,7.072" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" StrokeThickness="1" HorizontalAlignment="Right" Width="5.606" Grid.Row="0"/>
|
|
<Path Data="M0.25200002,0.25 L243.377,0.25 243.377,3.0859999 0.25200002,3.0859999 z M0.24999999,3.25 L243.375,3.25 243.375,6.0880001 0.24999999,6.0880001 z" Fill="#FFF4F4F5" Height="6.522" Margin="40.552,0,61.067,0.594" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" StrokeThickness="0.5" Grid.Row="0"/>
|
|
<Path Data="M6.2149999,0.251 L6.2149999,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Height="Auto" Margin="42.308,47.467,0,6.698" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" StrokeThickness="0.5" HorizontalAlignment="Left" Width="5.608" Grid.Row="0"/>
|
|
<Path Data="M6.2149999,0.251 L6.2149999,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Height="Auto" Margin="0,47.124,62.776,7.041" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" StrokeThickness="0.5" HorizontalAlignment="Right" Width="5.606" Grid.Row="0"/>
|
|
<local:DraughtFan HorizontalAlignment="Right" Margin="0,0,1,142.153" VerticalAlignment="Bottom" Width="62.302" Height="75.63" Grid.Row="0" RenderTransformOrigin="0.5,0.5">
|
|
<local:DraughtFan.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:DraughtFan.RenderTransform>
|
|
</local:DraughtFan>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="34.813" Margin="41.914,10.833,65.645,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L39.833,0.25 49.838997,0.25 65.083,0.25 65.083,11 39.906967,11 0.25,53.923001 z" HorizontalAlignment="Right" Height="Auto" Margin="0,117.975,-0.375,86.239" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Stretch" Width="63.208">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.184,1.259" StartPoint="-2.33,-1.287">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.965"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L35.166,0.5 L35.166,12.667 L0.5,12.667 z" HorizontalAlignment="Right" Height="13.549" Margin="0,104.984,0.167,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="35.666">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.184,1.259" StartPoint="-2.33,-1.287">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.965"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L29.916,0.25 L29.916,9.084 L0.25,9.084 z" Fill="#FF6D7070" HorizontalAlignment="Right" Height="9.604" Margin="0,106.956,2.751,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="30.166"/>
|
|
<Rectangle HorizontalAlignment="Right" Height="7.203" Margin="0,25.282,55.666,0" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="10.961">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Left" Height="7.203" Margin="0.289,24.939,0,0" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="42.628">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Margin="54.677,83.18,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" HorizontalAlignment="Left" Width="4.606" Grid.Row="0" Height="29.58" VerticalAlignment="Top"/>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Margin="54.677,112.334,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" HorizontalAlignment="Left" Width="4.606" Grid.Row="0" Height="11.787" VerticalAlignment="Top"/>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Margin="148.74,83.116,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" HorizontalAlignment="Left" Width="4.606" Grid.Row="0" Height="29.581" VerticalAlignment="Top"/>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Margin="148.74,112.271,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" HorizontalAlignment="Left" Width="4.606" Grid.Row="0" Height="11.785" VerticalAlignment="Top"/>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Margin="0,83.309,73.967,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" HorizontalAlignment="Right" Width="4.606" Grid.Row="0" Height="29.58" VerticalAlignment="Top"/>
|
|
<Path Data="M6.2150001,0.251 L6.2150001,114.401 3.317,114.401 3.317,0.251 z M3.1500001,0.25 L3.1500001,114.4 0.25,114.4 0.25,0.25 z" Fill="#FFF4F4F5" Margin="0,112.463,73.967,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" HorizontalAlignment="Right" Width="4.606" Grid.Row="0" Height="11.787" VerticalAlignment="Top"/>
|
|
<Path Data="M1.8760811,9.5620003 L19.199918,9.5620003 19.265021,9.8991149 C19.383684,10.592162 19.446,11.309739 19.446,12.044711 L19.446,20.561728 C19.446,26.441502 15.457752,31.207999 10.538,31.207999 5.6182473,31.207999 1.6299999,26.441502 1.63,20.561728 L1.63,12.044711 C1.6299999,11.309739 1.6923162,10.592162 1.810979,9.8991149 z M0.5,4.2970003 L21.211,4.2970003 L21.211,9.2240002 L0.5,9.2240002 z M4.532,0.50000027 L16.428,0.50000027 L16.428,4.1330004 L4.532,4.1330004 z M8.417,31.464 L12.461,31.464 L12.461,36.391 L8.417,36.391 z M6.188,36.235 L14.711,36.235 L14.711,38.411 L6.188,38.411 z" HorizontalAlignment="Left" Height="54.273" Margin="15.29,18.936,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Top" Width="24.378">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.266,0.426" StartPoint="-0.266,0.42">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="14.916" Margin="56.958,21.012,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="11.185" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.761" ScaleX="1.314"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Left" Height="10.667" Margin="56.75,0.708,0,0" Stroke="Black" VerticalAlignment="Top" Width="11.208">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.502,-0.219">
|
|
<GradientStop Color="White" Offset="0.966"/>
|
|
<GradientStop Color="Black"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Left" Height="24.829" Margin="58.826,35.025,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<ed:RegularPolygon HorizontalAlignment="Left" Height="19.667" InnerRadius="1" Margin="53.416,7.666,0,0" PointCount="8" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="18.501">
|
|
<ed:RegularPolygon.Fill>
|
|
<RadialGradientBrush RadiusY="0.55" RadiusX="0.55">
|
|
<GradientStop Color="White" Offset="0.155"/>
|
|
<GradientStop Color="Black" Offset="0.029"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</ed:RegularPolygon.Fill>
|
|
</ed:RegularPolygon>
|
|
<local:TubeArc Margin="58.845,58.884,0,0" HorizontalAlignment="Left" Height="10.021" VerticalAlignment="Top" Width="9.843" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Rectangle HorizontalAlignment="Left" Height="8.829" Margin="68.409,60.608,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="14.916" Margin="90.958,20.512,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="11.185" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.761" ScaleX="1.314"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Left" Height="10.667" Margin="90.75,0.208,0,0" Stroke="Black" VerticalAlignment="Top" Width="11.208">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.502,-0.219">
|
|
<GradientStop Color="White" Offset="0.966"/>
|
|
<GradientStop Color="Black"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Left" Height="24.829" Margin="92.826,34.525,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<ed:RegularPolygon HorizontalAlignment="Left" Height="19.667" InnerRadius="1" Margin="87.416,7.166,0,0" PointCount="8" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="18.501">
|
|
<ed:RegularPolygon.Fill>
|
|
<RadialGradientBrush RadiusY="0.55" RadiusX="0.55">
|
|
<GradientStop Color="White" Offset="0.155"/>
|
|
<GradientStop Color="Black" Offset="0.029"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</ed:RegularPolygon.Fill>
|
|
</ed:RegularPolygon>
|
|
<local:TubeArc Margin="92.845,58.384,0,0" HorizontalAlignment="Left" Height="10.021" VerticalAlignment="Top" Width="9.843" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Rectangle HorizontalAlignment="Left" Height="8.829" Margin="102.409,60.108,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="14.916" Margin="126.208,21.012,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="11.185" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.761" ScaleX="1.314"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Left" Height="10.667" Margin="126,0.708,0,0" Stroke="Black" VerticalAlignment="Top" Width="11.208">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.502,-0.219">
|
|
<GradientStop Color="White" Offset="0.966"/>
|
|
<GradientStop Color="Black"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Left" Height="24.829" Margin="128.076,35.025,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<ed:RegularPolygon HorizontalAlignment="Left" Height="19.667" InnerRadius="1" Margin="122.666,7.666,0,0" PointCount="8" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="18.501">
|
|
<ed:RegularPolygon.Fill>
|
|
<RadialGradientBrush RadiusY="0.55" RadiusX="0.55">
|
|
<GradientStop Color="White" Offset="0.155"/>
|
|
<GradientStop Color="Black" Offset="0.029"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</ed:RegularPolygon.Fill>
|
|
</ed:RegularPolygon>
|
|
<local:TubeArc Margin="128.095,58.884,0,0" HorizontalAlignment="Left" Height="10.021" VerticalAlignment="Top" Width="9.843" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Rectangle HorizontalAlignment="Left" Height="8.829" Margin="137.659,60.608,0,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="14.916" Margin="0,20.512,148.609,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="11.185" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.761" ScaleX="1.314"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Stretch" Height="10.667" Margin="159.831,0.208,148.961,0" Stroke="Black" VerticalAlignment="Top" Width="Auto">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.502,-0.219">
|
|
<GradientStop Color="White" Offset="0.966"/>
|
|
<GradientStop Color="Black"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Right" Height="24.829" Margin="0,34.525,150.39,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<ed:RegularPolygon HorizontalAlignment="Stretch" Height="19.667" InnerRadius="1" Margin="156.497,7.166,145.002,0" PointCount="8" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto">
|
|
<ed:RegularPolygon.Fill>
|
|
<RadialGradientBrush RadiusY="0.55" RadiusX="0.55">
|
|
<GradientStop Color="White" Offset="0.155"/>
|
|
<GradientStop Color="Black" Offset="0.029"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</ed:RegularPolygon.Fill>
|
|
</ed:RegularPolygon>
|
|
<local:TubeArc Margin="0,58.384,148.231,0" HorizontalAlignment="Right" Height="10.021" VerticalAlignment="Top" Width="9.843" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Rectangle HorizontalAlignment="Right" Height="8.829" Margin="0,60.108,140.807,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="14.916" Margin="0,20.845,114.69,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="11.185" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.761" ScaleX="1.314"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Right" Height="10.667" Margin="0,0.541,114.875,0" Stroke="Black" VerticalAlignment="Top" Width="11.208">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.502,-0.219">
|
|
<GradientStop Color="White" Offset="0.966"/>
|
|
<GradientStop Color="Black"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Right" Height="24.829" Margin="0,34.858,116.304,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<ed:RegularPolygon HorizontalAlignment="Right" Height="19.667" InnerRadius="1" Margin="0,7.499,110.916,0" PointCount="8" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="18.501">
|
|
<ed:RegularPolygon.Fill>
|
|
<RadialGradientBrush RadiusY="0.55" RadiusX="0.55">
|
|
<GradientStop Color="White" Offset="0.155"/>
|
|
<GradientStop Color="Black" Offset="0.029"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</ed:RegularPolygon.Fill>
|
|
</ed:RegularPolygon>
|
|
<local:TubeArc Margin="0,58.717,114.145,0" HorizontalAlignment="Right" Height="10.021" VerticalAlignment="Top" Width="9.843" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Rectangle HorizontalAlignment="Right" Height="8.829" Margin="0,60.441,106.721,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.5,16.9165 C0.5,7.8499174 9.454305,0.5 20.5,0.5 L203.564,0.5 C214.60969,0.5 223.564,7.8499174 223.564,16.9165 C223.564,25.983083 214.60969,33.333 203.564,33.333 L20.5,33.333 C9.454305,33.333 0.5,25.983083 0.5,16.9165 z" Height="14.916" Margin="0,19.679,82.274,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="11.185" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.761" ScaleX="1.314"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,-0.154">
|
|
<GradientStop Color="Black" Offset="0.995"/>
|
|
<GradientStop Color="White" Offset="0.548"/>
|
|
<GradientStop Color="Black" Offset="0.095"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Right" Height="10.667" Margin="0,-0.625,82.459,0" Stroke="Black" VerticalAlignment="Top" Width="11.208">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.502,-0.219">
|
|
<GradientStop Color="White" Offset="0.966"/>
|
|
<GradientStop Color="Black"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Right" Height="24.829" Margin="0,33.692,83.888,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<ed:RegularPolygon HorizontalAlignment="Right" Height="19.667" InnerRadius="1" Margin="0,6.333,78.5,0" PointCount="8" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="18.501">
|
|
<ed:RegularPolygon.Fill>
|
|
<RadialGradientBrush RadiusY="0.55" RadiusX="0.55">
|
|
<GradientStop Color="White" Offset="0.155"/>
|
|
<GradientStop Color="Black" Offset="0.029"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</RadialGradientBrush>
|
|
</ed:RegularPolygon.Fill>
|
|
</ed:RegularPolygon>
|
|
<local:TubeArc Margin="0,57.551,81.729,0" HorizontalAlignment="Right" Height="10.021" VerticalAlignment="Top" Width="9.843" RenderTransformOrigin="0.5,0.5">
|
|
<local:TubeArc.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:TubeArc.RenderTransform>
|
|
</local:TubeArc>
|
|
<Rectangle HorizontalAlignment="Right" Height="8.829" Margin="0,59.275,74.305,0" Stroke="Black" VerticalAlignment="Top" Width="7.703" StrokeThickness="1" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.998,0.425" StartPoint="-0.998,0.421">
|
|
<GradientStop Color="White" Offset="0.502"/>
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.672"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M5.001,0.5 L51.001,0.5 L51.001,92.834001 L5.001,92.834001 z M10.334,5.167 L45.667,5.167 L45.667,88.168001 L10.334,88.168001 z M0.50099999,14.584 L4.9180002,14.584 L4.9180002,20.334 L0.50099999,20.334 z M0.49999999,73.586 L4.9170002,73.586 L4.9170002,79.336 L0.49999999,79.336 z" Fill="#FF0A457C" Margin="134.222,0,151.993,40.583" Stretch="Fill" Stroke="Black" HorizontalAlignment="Stretch" Width="Auto" Height="77.334" VerticalAlignment="Bottom"/>
|
|
<Path Data="M4.3125001,0.25 C4.5871143,0.25 4.8446673,0.4458276 5.0667893,0.78823459 L5.088052,0.82193461 5.1393266,0.833096 C5.2114993,0.84975517 5.2828115,0.86866452 5.3531846,0.88974616 L5.38829,0.90067157 5.4213989,0.88325197 C5.7849653,0.69777973 6.1059268,0.65696468 6.3437499,0.79427185 6.581573,0.93157891 6.7067068,1.2299472 6.7278666,1.6375414 L6.7296933,1.6840387 6.7711343,1.7225849 C6.811827,1.7620206 6.851557,1.8024438 6.8902857,1.8438155 L6.9371896,1.8951587 6.9874586,1.8971335 C7.3950529,1.9182933 7.6934209,2.0434272 7.8307281,2.28125 7.9745737,2.5303979 7.9229291,2.8707907 7.7142718,3.2558248 L7.6996483,3.2820549 7.7131589,3.330939 C7.7224346,3.3662402 7.7311686,3.4017612 7.7393512,3.4374924 L7.7541404,3.5071713 7.7868582,3.5267219 C8.1600782,3.7558422 8.3749999,4.0248088 8.3749999,4.3124999 8.3749999,4.613268 8.1400957,4.8935704 7.7349888,5.1292726 L7.6997246,5.1492571 7.6959186,5.1632553 C7.6854597,5.2001878 7.6744051,5.23687 7.6627649,5.2732904 L7.6615724,5.2768188 7.6848487,5.3163982 C7.9178303,5.7230759 7.981112,6.0832773 7.8307281,6.3437499 7.6738058,6.6155473 7.3065176,6.7401596 6.8062392,6.7305942 L6.749241,6.7288875 6.7288555,6.7481768 6.7305946,6.8062392 C6.7401596,7.3065176 6.6155473,7.6738059 6.3437499,7.8307281 6.0606272,7.9941892 5.659678,7.9052092 5.2092893,7.62025 L5.1966102,7.6120433 5.1897328,7.62549 C4.9421642,8.0974666 4.6394218,8.3749999 4.3125001,8.3749999 3.9831264,8.3749999 3.6782963,8.0932877 3.4297064,7.6148378 L3.4283104,7.6120955 3.4157109,7.62025 C2.965322,7.9052092 2.5643727,7.9941892 2.2812501,7.8307281 2.0052056,7.6713539 1.8809823,7.2949887 1.8949521,6.7826918 L1.8973861,6.7279173 1.8819828,6.728701 C1.3494549,6.7502884 0.95773274,6.6268726 0.79427184,6.3437499 0.630811,6.0606272 0.71979087,5.6596781 1.0047499,5.2092894 L1.0129566,5.1966102 0.99950972,5.1897329 C0.52753351,4.9421638 0.25000006,4.6394216 0.25,4.3124999 0.25000006,3.9986551 0.50577489,3.7070939 0.94381117,3.4652383 L0.968147,3.4521432 0.97817913,3.4079776 0.98457548,3.3830652 0.97149911,3.3619056 C0.71307638,2.9334344 0.63734943,2.5530477 0.79427184,2.28125 0.94465586,2.0207773 1.2882402,1.8954804 1.7569242,1.8939096 L1.7747977,1.8940529 1.7992688,1.8665357 C1.8271768,1.8361878 1.8556185,1.8063382 1.8845788,1.777002 L1.8939969,1.7677935 1.8939097,1.7569241 C1.8954805,1.2882401 2.0207774,0.94465578 2.2812501,0.79427185 2.5303979,0.65042625 2.8707907,0.70207079 3.2558247,0.91072852 L3.2688525,0.91799148 3.3650965,0.8874654 C3.405665,0.87541466 3.4465442,0.86408535 3.4877188,0.85349237 L3.5226411,0.84497109 3.5267221,0.83814178 C3.7558424,0.4649219 4.024809,0.25 4.3125001,0.25 z M4.3555,3.271 L5.3560001,3.824 L5.3560001,4.9299999 L4.3555,5.4829999 L3.355,4.9299999 L3.355,3.824 z" Fill="#FF02021B" HorizontalAlignment="Left" Height="6.112" Margin="130.041,0,0,100.519" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="6.104"/>
|
|
<Path Data="M4.3125001,0.25 C4.5871143,0.25 4.8446673,0.4458276 5.0667893,0.78823459 L5.088052,0.82193461 5.1393266,0.833096 C5.2114993,0.84975517 5.2828115,0.86866452 5.3531846,0.88974616 L5.38829,0.90067157 5.4213989,0.88325197 C5.7849653,0.69777973 6.1059268,0.65696468 6.3437499,0.79427185 6.581573,0.93157891 6.7067068,1.2299472 6.7278666,1.6375414 L6.7296933,1.6840387 6.7711343,1.7225849 C6.811827,1.7620206 6.851557,1.8024438 6.8902857,1.8438155 L6.9371896,1.8951587 6.9874586,1.8971335 C7.3950529,1.9182933 7.6934209,2.0434272 7.8307281,2.28125 7.9745737,2.5303979 7.9229291,2.8707907 7.7142718,3.2558248 L7.6996483,3.2820549 7.7131589,3.330939 C7.7224346,3.3662402 7.7311686,3.4017612 7.7393512,3.4374924 L7.7541404,3.5071713 7.7868582,3.5267219 C8.1600782,3.7558422 8.3749999,4.0248088 8.3749999,4.3124999 8.3749999,4.613268 8.1400957,4.8935704 7.7349888,5.1292726 L7.6997246,5.1492571 7.6959186,5.1632553 C7.6854597,5.2001878 7.6744051,5.23687 7.6627649,5.2732904 L7.6615724,5.2768188 7.6848487,5.3163982 C7.9178303,5.7230759 7.981112,6.0832773 7.8307281,6.3437499 7.6738058,6.6155473 7.3065176,6.7401596 6.8062392,6.7305942 L6.749241,6.7288875 6.7288555,6.7481768 6.7305946,6.8062392 C6.7401596,7.3065176 6.6155473,7.6738059 6.3437499,7.8307281 6.0606272,7.9941892 5.659678,7.9052092 5.2092893,7.62025 L5.1966102,7.6120433 5.1897328,7.62549 C4.9421642,8.0974666 4.6394218,8.3749999 4.3125001,8.3749999 3.9831264,8.3749999 3.6782963,8.0932877 3.4297064,7.6148378 L3.4283104,7.6120955 3.4157109,7.62025 C2.965322,7.9052092 2.5643727,7.9941892 2.2812501,7.8307281 2.0052056,7.6713539 1.8809823,7.2949887 1.8949521,6.7826918 L1.8973861,6.7279173 1.8819828,6.728701 C1.3494549,6.7502884 0.95773274,6.6268726 0.79427184,6.3437499 0.630811,6.0606272 0.71979087,5.6596781 1.0047499,5.2092894 L1.0129566,5.1966102 0.99950972,5.1897329 C0.52753351,4.9421638 0.25000006,4.6394216 0.25,4.3124999 0.25000006,3.9986551 0.50577489,3.7070939 0.94381117,3.4652383 L0.968147,3.4521432 0.97817913,3.4079776 0.98457548,3.3830652 0.97149911,3.3619056 C0.71307638,2.9334344 0.63734943,2.5530477 0.79427184,2.28125 0.94465586,2.0207773 1.2882402,1.8954804 1.7569242,1.8939096 L1.7747977,1.8940529 1.7992688,1.8665357 C1.8271768,1.8361878 1.8556185,1.8063382 1.8845788,1.777002 L1.8939969,1.7677935 1.8939097,1.7569241 C1.8954805,1.2882401 2.0207774,0.94465578 2.2812501,0.79427185 2.5303979,0.65042625 2.8707907,0.70207079 3.2558247,0.91072852 L3.2688525,0.91799148 3.3650965,0.8874654 C3.405665,0.87541466 3.4465442,0.86408535 3.4877188,0.85349237 L3.5226411,0.84497109 3.5267221,0.83814178 C3.7558424,0.4649219 4.024809,0.25 4.3125001,0.25 z M4.3555,3.271 L5.3560001,3.824 L5.3560001,4.9299999 L4.3555,5.4829999 L3.355,4.9299999 L3.355,3.824 z" Fill="#FF02021B" HorizontalAlignment="Left" Height="6.113" Margin="130.559,0,0,51.434" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="6.104"/>
|
|
<Path Data="M0.5,0.5 L34.5,0.5 34.5,81.667 0.5,81.667 z M10.583,4.98 L25.75,4.98 25.75,75.625 10.583,75.625 z M8.469,2.3385 L9.7350001,3.2815741 L9.2514311,4.8074999 L7.686569,4.8074999 L7.203,3.2815741 z M28.052,2.6725 L29.318,3.6155741 L28.834431,5.1414999 L27.269569,5.1414999 L26.786,3.6155741 z M8.802,22.9225 L10.068,23.865574 L9.5844311,25.3915 L8.019569,25.3915 L7.536,23.865574 z M28.385,23.2565 L29.651,24.199574 L29.167431,25.7255 L27.602569,25.7255 L27.119,24.199574 z M8.636,47.4215 L9.9020001,48.364574 L9.4184311,49.8905 L7.853569,49.8905 L7.37,48.364574 z M28.219,47.7555 L29.485,48.698574 L29.001431,50.2245 L27.436569,50.2245 L26.953,48.698574 z M8.469,75.0055 L9.7350001,75.948574 L9.2514311,77.4745 L7.686569,77.4745 L7.203,75.948574 z M28.052,75.3395 L29.318,76.282574 L28.834431,77.8085 L27.269569,77.8085 L26.786,76.282574 z" Fill="#FF0D3C7A" Height="69.987" Margin="140.409,0,155.521,43.773" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Stretch" Width="Auto"/>
|
|
<Path Data="M0.5,0.5 L240.5,0.5 L240.5,38.5 L0.5,38.5 z" Fill="#FF02021A" Height="60.655" Margin="147.538,0,0,48.962" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="10.827"/>
|
|
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Dryer}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Dryer}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="380" Width="950">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="0.709*"/>
|
|
<RowDefinition Height="0.291*"/>
|
|
</Grid.RowDefinitions>
|
|
|
|
<Path Data="M0.25,0.25 L7.75,0.25 7.75,58.00849 0.25,53.740469 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="58.258" Margin="14.442,30.848,0,0" RenderTransformOrigin="0.499999440360023,0.492026966009699" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="8" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L7.7499983,0.25 7.7499983,40.102406 0.25,35.83445 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="40.352" Margin="45.908,37.864,0,0" RenderTransformOrigin="0.499999401244356,0.623425092679348" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="8" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L24.216458,0.25 24.216458,5.7499997 0.25,5.7499997 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="6" Margin="-3.065,88.208,0,0" RenderTransformOrigin="1.01104639537613,-2.46932594550174" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="24.466">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
|
|
<Rectangle HorizontalAlignment="Left" Margin="47.334,95.234,0,55.26" RadiusY="0" RadiusX="0" Stroke="Black" Width="105.5" Fill="#FFDEDEDE"/>
|
|
<Path Data="M0.25,0.25 L83.083,0.25 L83.083,7.584 L0.25,7.584 z" HorizontalAlignment="Left" Height="8" Margin="0.043,87.677,0,0" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="152.328" Fill="#FF0D3C7A" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Stretch" Margin="151.864,0.005,84.747,0" Stretch="Fill" Stroke="Black" Width="Auto" Height="96.298" VerticalAlignment="Top" Panel.ZIndex="-1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.63,0.321" StartPoint="-0.756,0.297">
|
|
<GradientStop Color="#FF868686" Offset="0.141"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.505"/>
|
|
<GradientStop Color="#FF868686" Offset="0.839"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="119" Margin="151.871,95.338,0,55.261" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="157.586,100.841,0,61.758" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="119" Margin="240.9,95.315,0,55.284" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="246.615,100.818,0,61.781" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="119" Margin="329.932,95.319,0,55.28" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="335.647,100.822,0,61.777" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Stretch" Height="119" Margin="418.962,95.319,441.038,55.28" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="Auto" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Stretch" Margin="424.68,100.822,446.52,61.777" Stretch="Fill" Stroke="Black" Width="Auto" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="119" Margin="0,95.319,352.024,55.28" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,100.822,357.506,61.777" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="119" Margin="0,95.319,263.004,55.28" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,100.822,268.486,61.777" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="119" Margin="0,95.319,173.979,55.28" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,100.822,179.461,61.777" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="119" Margin="0,95.319,84.964,55.28" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,100.822,90.446,61.777" Stretch="Fill" Stroke="Black" Width="78.8" Height="107" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="Auto" Margin="151.871,-56.239,0,47.639" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="157.586,-50.736,0,54.136" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="Auto" Margin="240.9,-56.262,0,47.662" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="246.615,-50.759,0,54.159" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="Auto" Margin="329.932,-56.258,0,47.658" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="335.647,-50.755,0,54.155" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Stretch" Height="Auto" Margin="418.962,-56.258,441.038,47.658" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="Auto" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Stretch" Margin="424.68,-50.755,446.52,54.155" Stretch="Fill" Stroke="Black" Width="Auto" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="Auto" Margin="0,-56.258,352.024,47.658" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,-50.755,357.506,54.155" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="Auto" Margin="0,-56.258,263.004,47.658" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,-50.755,268.486,54.155" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="Auto" Margin="0,-56.258,173.979,47.658" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,-50.755,179.461,54.155" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFF4F4F5" HorizontalAlignment="Right" Height="Auto" Margin="0,-56.258,84.964,47.658" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="90" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,-50.755,90.446,54.155" Stretch="Fill" Stroke="Black" Width="78.8" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="88.312" Margin="0,4.406,93.435,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="44.046" Margin="0,44.839,106.768,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Right" Height="43.722" Margin="0,45.139,106.785,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan8_motor" Margin="0,10.284,135.695,0" HorizontalAlignment="Right" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Right" Height="76.902" Margin="0,9.097,109.465,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="88.312" Margin="0,4.406,182.04,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="44.046" Margin="0,44.839,195.373,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Right" Height="43.722" Margin="0,45.139,195.39,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan7_motor" Margin="0,10.284,224.3,0" HorizontalAlignment="Right" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Right" Height="76.902" Margin="0,9.097,198.07,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="88.312" Margin="0,4.406,270.291,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="44.046" Margin="0,44.839,283.624,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Right" Height="43.722" Margin="0,45.139,283.641,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan6_motor" Margin="0,10.284,312.551,0" HorizontalAlignment="Right" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Right" Height="76.902" Margin="0,9.097,286.321,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="88.312" Margin="0,4.406,359.291,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Right" Height="44.046" Margin="0,44.839,372.624,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Right" Height="43.722" Margin="0,45.139,372.641,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan5_motor" Margin="0,10.284,401.551,0" HorizontalAlignment="Right" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Right" Height="76.902" Margin="0,9.097,375.321,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Stretch" Height="88.312" Margin="426.864,4.406,448.136,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Stretch" Height="44.046" Margin="443.037,44.839,461.469,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Stretch" Height="43.722" Margin="443.269,45.139,461.486,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan4_motor" Margin="415.437,10.284,0,0" HorizontalAlignment="Left" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Stretch" Height="76.902" Margin="445.834,9.097,464.166,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="Auto"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Left" Height="88.312" Margin="337.872,4.406,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Left" Height="44.046" Margin="354.045,44.839,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Left" Height="43.722" Margin="354.277,45.139,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan3_motor" Margin="327.945,10.284,0,0" HorizontalAlignment="Left" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Left" Height="76.902" Margin="356.842,9.097,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Left" Height="88.312" Margin="248.375,4.406,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Left" Height="44.046" Margin="264.548,44.839,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Left" Height="43.722" Margin="264.78,45.139,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan2_motor" Margin="236.948,10.284,0,0" HorizontalAlignment="Left" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Left" Height="76.902" Margin="267.345,9.097,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Left" Height="88.312" Margin="159.867,4.406,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="75" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,81.146 L0.5,81.146 z" Fill="#FF929297" HorizontalAlignment="Left" Height="44.046" Margin="176.04,44.839,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.494" />
|
|
<Path Data="M14.671,14.071127 L49.732001,14.071127 49.732001,48.248126 14.671,48.248126 z M0.5,0.59112776 L14.708005,14.174129 M14.619345,48.083 L0.75465405,62.016256 M49.5,48.091126 L63.708002,61.674129 M63.411345,0.50000001 L49.546654,14.433256" Fill="#FFA4A4AF" HorizontalAlignment="Left" Height="43.722" Margin="176.272,45.139,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="45.245" RenderTransformOrigin="0.091,0.331" />
|
|
<local:Motor x:Name="fan1_motor" Margin="148.44,10.284,0,0" HorizontalAlignment="Left" Width="44.167" Height="26" VerticalAlignment="Top"/>
|
|
<Path Data="M20,0.5 C28.008129,0.5 34.5,6.9918714 34.5,15 L34.487356,15.5 34.626634,15.5 39.084041,52.881176 39.103828,52.972069 C39.363586,54.241474 39.5,55.555805 39.5,56.902 39.5,67.671547 30.769552,76.402 20,76.402 9.2304473,76.402 0.49999952,67.671547 0.5,56.902 0.49999952,55.892353 0.57673216,54.900631 0.72468424,53.932343 L0.78864717,53.546272 5.325344,15.5 5.5126427,15.5 5.4999996,15 C5.4999995,6.9918714 11.991871,0.5 20,0.5 z" Fill="#FF364F7A" HorizontalAlignment="Left" Height="76.902" Margin="178.837,9.097,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="40"/>
|
|
<Rectangle HorizontalAlignment="Left" Margin="47.334,-56.121,0,47.415" RadiusY="0" RadiusX="0" Stroke="Black" Width="105.5" Fill="#FFDEDEDE" Height="Auto" VerticalAlignment="Stretch" Grid.Row="1"/>
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Height="30" Margin="0,0,421.25,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="29.999" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,0,430.574,29.07" Stretch="Fill" Stroke="Black" Width="11.45" Height="19.558" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="30" Margin="142.612,0,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="30" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="151.837,0,0,29.07" Stretch="Fill" Stroke="Black" Width="11.45" Height="19.583" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="30" Margin="320.698,0,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="30" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="329.924,0,0,29.07" Stretch="Fill" Stroke="Black" Width="11.45" Height="19.558" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Height="30" Margin="0,0,243.204,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="30" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,0,252.532,29.07" Stretch="Fill" Stroke="Black" Width="11.452" Height="19.558" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Height="30" Margin="0,0,75.62,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="30" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,0,84.948,29.07" Stretch="Fill" Stroke="Black" Width="11.45" Height="19.558" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M0.25000093,0.25 L5.1780534,0.25 5.1780534,27.508059 0.25000093,27.508059 z" HorizontalAlignment="Left" Height="18.566" Margin="25.312,69.604,0,0" RenderTransformOrigin="0.499999385411996,0.499999985120186" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="6" Fill="#FF0D3C7A" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25000176,0.25 L5.1780542,0.25 5.1780542,27.520059 0.25000176,27.520059 z" HorizontalAlignment="Left" Height="18.545" Margin="-6.52,69.633,0,0" RenderTransformOrigin="4.00737078474801,0.499783940745953" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="6" Fill="#FF0D3C7A" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="41.261,100.346,0,59.954" Stretch="Fill" Stroke="Black" Width="7" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297"/>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="41.261,-51.42,0,52.52" Stretch="Fill" Stroke="Black" Width="7" Height="Auto" VerticalAlignment="Stretch" Fill="#FF929297" Grid.Row="1"/>
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFDEDEDE" HorizontalAlignment="Right" Height="119" Margin="0,95.256,3.932,55.343" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="82" />
|
|
<Path Data="M0.5,0.5 L96.697,0.5 L96.697,106.004 L0.5,106.004 z" Fill="#FFDEDEDE" HorizontalAlignment="Right" Height="Auto" Margin="0,-56.235,3.932,47.635" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch" Width="82" Grid.Row="1" />
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="30" Margin="38.109,0,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="29.998" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="47.333,0,0,29.07" Stretch="Fill" Stroke="Black" Width="11.448" Height="19.583" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M9.5874758,0.5 L20.343239,0.5 29.5,28.681614 29.5,29.5 0.5,29.5 0.5,28.468372 z" Fill="#FF0D3C7A" HorizontalAlignment="Right" Height="30" Margin="0,0,0.002,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="30" Grid.Row="1" />
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,0,9.33,29.07" Stretch="Fill" Stroke="Black" Width="11.45" Height="19.558" VerticalAlignment="Bottom" Fill="#FF0D3C7A" Grid.Row="1"/>
|
|
<Path Data="M0.25,0.25 L83.083,0.25 L83.083,7.584 L0.25,7.584 z" HorizontalAlignment="Left" Margin="42.417,0,0,76.191" RenderTransformOrigin="0.5,0.5" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" Width="25" Fill="#FF0D3C7A" Height="5" VerticalAlignment="Bottom" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,114.346,7.447,96.055" Stretch="Fill" Stroke="Black" Width="76.201" Height="Auto" VerticalAlignment="Stretch" Fill="#FFDEDEDE"/>
|
|
<local:Motor x:Name="conveyor2_motor" Margin="0,0,26.757,98.597" HorizontalAlignment="Right" Width="54.414" Height="30.188" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path4_Copy5" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="0,0,10.018,104.093" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="19" Fill="#FF9DA2A7" StrokeThickness="0.5" Height="19" VerticalAlignment="Bottom"/>
|
|
<Path x:Name="path_Copy8" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Right" Margin="0,0,15.083,109.235" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="8.833" RenderTransformOrigin="0.5,0.5" Height="8.896" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy9" Data="M17.316929,8.0000002 C17.316929,12.349243 13.468384,15.875 8.7209641,15.875 3.9735442,15.875 0.125,12.349243 0.125,8.0000002 0.125,3.6507577 3.9735442,0.125 8.7209641,0.125 13.468384,0.125 17.316929,3.6507577 17.316929,8.0000002 z" Fill="#FF2D2D2D" HorizontalAlignment="Right" Margin="0,120.181,21.311,133.604" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="15.449" RenderTransformOrigin="0.500461428846831,0.500000029802324" Height="Auto" VerticalAlignment="Stretch">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy10" Data="M0.125,0.125 L38.493017,0.125 38.493017,3.2080002 0.125,3.2080002 z" Fill="#FF2D2D2D" HorizontalAlignment="Right" Margin="0,126.656,-15.357,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="34.206" RenderTransformOrigin="-0.297580551736862,0.434743414983653" Height="3.295" VerticalAlignment="Top">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Right" Margin="0,124.473,25.792,0" RadiusY="0" RadiusX="0" Stroke="Black" Width="6.765" Fill="#FFA1A1A1" Height="6.919" VerticalAlignment="Top" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.989" ScaleX="-1.011"/>
|
|
<SkewTransform AngleX="0" AngleY="-1.287"/>
|
|
<RotateTransform Angle="-44.356"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M5.1360002,0.5 L48.001999,0.5 L48.001999,4.5 L5.1360002,4.5 z M5.0850002,17.833 L47.950999,17.833 L47.950999,21.833 L5.0850002,21.833 z M0.50000016,2.917 L5.13,2.917 L5.13,19.667 L0.50000016,19.667 z M48.333,3.25 L52.963,3.25 L52.963,20 L48.333,20 z" HorizontalAlignment="Right" Height="Auto" Margin="0,117.078,11.574,130.447" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Stretch" Width="51.67" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.39,0.508" StartPoint="-0.319,0.479">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="Black" Offset="0.917"/>
|
|
<GradientStop Color="#FEC9C9C9" Offset="0.534"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.45699501,0.125 L3.8742771,0.125 3.8742771,7.1419997 0.125,7.1419997 0.17380679,7.0546922 C0.77996469,5.9388575 1.1242769,4.6601376 1.1242769,3.3009996 1.1242769,2.2136891 0.90391707,1.1778463 0.50542021,0.23569423 z" Fill="#FF888888" HorizontalAlignment="Right" Height="7.183" Margin="0,124.826,34.232,0" RenderTransformOrigin="0.32912871541173,0.500000017109576" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.864">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.8749999,0.125 1.8749999,3.875 0.125,3.875 z M17.604,0.125 L19.354,0.125 19.354,3.875 17.604,3.875 z M24.753,0.125 L26.503,0.125 26.503,3.875 24.753,3.875 z" HorizontalAlignment="Right" Margin="0,126.288,39.2,0" Stretch="Fill" Stroke="Black" Width="25.735" Height="3.953" VerticalAlignment="Top" Fill="White" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,0,7.447,-24.945" Stretch="Fill" Stroke="Black" Width="76.201" Height="59.199" VerticalAlignment="Bottom" Fill="#FFDEDEDE"/>
|
|
<local:Motor x:Name="conveyor4_motor" Margin="0,-7.785,26.757,0" HorizontalAlignment="Right" Width="54.414" Height="30.188" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" Grid.Row="1">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path4_Copy6" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="0,-2.093,10.018,0" Stretch="Fill" Stroke="Black" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="19" Fill="#FF9DA2A7" StrokeThickness="0.5" Height="19" VerticalAlignment="Top"/>
|
|
<Path x:Name="path_Copy11" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Right" Margin="0,2.869,15.083,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="8.833" RenderTransformOrigin="0.5,0.5" Height="8.896" VerticalAlignment="Top" Grid.Row="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy12" Data="M17.316929,8.0000002 C17.316929,12.349243 13.468384,15.875 8.7209641,15.875 3.9735442,15.875 0.125,12.349243 0.125,8.0000002 0.125,3.6507577 3.9735442,0.125 8.7209641,0.125 13.468384,0.125 17.316929,3.6507577 17.316929,8.0000002 z" Fill="#FF2D2D2D" HorizontalAlignment="Right" Margin="0,0,21.311,12.604" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="15.449" RenderTransformOrigin="0.500461428846831,0.500000029802324" Height="15.815" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy13" Data="M0.125,0.125 L38.493017,0.125 38.493017,3.2080002 0.125,3.2080002 z" Fill="#FF2D2D2D" HorizontalAlignment="Right" Margin="0,0,-15.357,18.649" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="34.206" RenderTransformOrigin="-0.297580551736862,0.434743414983653" Height="3.295" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Right" Margin="0,0,25.792,17.208" RadiusY="0" RadiusX="0" Stroke="Black" Width="6.765" Fill="#FFA1A1A1" Height="6.919" VerticalAlignment="Bottom" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.989" ScaleX="-1.011"/>
|
|
<SkewTransform AngleX="0" AngleY="-1.287"/>
|
|
<RotateTransform Angle="-44.356"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M5.1360002,0.5 L48.001999,0.5 L48.001999,4.5 L5.1360002,4.5 z M5.0850002,17.833 L47.950999,17.833 L47.950999,21.833 L5.0850002,21.833 z M0.50000016,2.917 L5.13,2.917 L5.13,19.667 L0.50000016,19.667 z M48.333,3.25 L52.963,3.25 L52.963,20 L48.333,20 z" HorizontalAlignment="Right" Height="22.075" Margin="0,0,11.574,9.447" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="51.67" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.39,0.508" StartPoint="-0.319,0.479">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="Black" Offset="0.917"/>
|
|
<GradientStop Color="#FEC9C9C9" Offset="0.534"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.45699501,0.125 L3.8742771,0.125 3.8742771,7.1419997 0.125,7.1419997 0.17380679,7.0546922 C0.77996469,5.9388575 1.1242769,4.6601376 1.1242769,3.3009996 1.1242769,2.2136891 0.90391707,1.1778463 0.50542021,0.23569423 z" Fill="#FF888888" HorizontalAlignment="Right" Height="7.183" Margin="0,0,34.232,16.591" RenderTransformOrigin="0.32912871541173,0.500000017109576" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.864">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.8749999,0.125 1.8749999,3.875 0.125,3.875 z M17.604,0.125 L19.354,0.125 19.354,3.875 17.604,3.875 z M24.753,0.125 L26.503,0.125 26.503,3.875 24.753,3.875 z" HorizontalAlignment="Right" Margin="0,0,39.2,18.359" Stretch="Fill" Stroke="Black" Width="25.735" Height="3.953" VerticalAlignment="Bottom" Fill="White" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,0,26.931,58.094" Stretch="Fill" Stroke="Black" Width="54.001" Height="28.399" VerticalAlignment="Bottom" Fill="#FFDEDEDE"/>
|
|
<local:Motor x:Name="deduster1_motor" Margin="0,0,40.689,60.736" HorizontalAlignment="Right" Width="38.016" Height="23.388" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path4_Copy7" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="0,0,29.556,65.184" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="13.274" Fill="#FF9DA2A7" StrokeThickness="0.5" Height="14.72" VerticalAlignment="Bottom"/>
|
|
<Path x:Name="path_Copy14" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Right" Margin="0,0,33.095,69.168" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="6.171" RenderTransformOrigin="0.5,0.5" Height="6.892" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Right" Margin="0,29.499,26.931,52.502" Stretch="Fill" Stroke="Black" Width="54.001" Height="Auto" VerticalAlignment="Stretch" Fill="#FFDEDEDE" Grid.Row="1"/>
|
|
<local:Motor x:Name="deduster2_motor" Margin="0,31.868,40.689,55.144" HorizontalAlignment="Right" Width="38.016" Height="Auto" VerticalAlignment="Stretch" RenderTransformOrigin="0.5,0.5" Grid.Row="1">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path4_Copy8" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="0,36.088,29.556,0" Stretch="Fill" Stroke="Black" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Right" Width="13.274" Fill="#FF9DA2A7" StrokeThickness="0.5" Height="14.72" VerticalAlignment="Top"/>
|
|
<Path x:Name="path_Copy15" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Right" Margin="0,39.932,33.095,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="6.171" RenderTransformOrigin="0.5,0.5" Height="6.892" VerticalAlignment="Top" Grid.Row="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="66.343,0,0,73.377" Stretch="Fill" Stroke="Black" Width="76.201" Height="59.199" VerticalAlignment="Bottom" Fill="#FFDEDEDE"/>
|
|
<local:Motor x:Name="conveyor1_motor" Margin="68.82,0,0,75.919" HorizontalAlignment="Left" Width="54.414" Height="30.188" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path4_Copy1" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="120.973,0,0,81.415" Stretch="Fill" Stroke="Black" Grid.Row="0" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Left" Width="19" Fill="#FF9DA2A7" StrokeThickness="0.5" Height="19" VerticalAlignment="Bottom"/>
|
|
<Path x:Name="path_Copy" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Left" Margin="126.075,0,0,86.557" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="8.833" RenderTransformOrigin="0.5,0.5" Height="8.896" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy2" Data="M17.316929,8.0000002 C17.316929,12.349243 13.468384,15.875 8.7209641,15.875 3.9735442,15.875 0.125,12.349243 0.125,8.0000002 0.125,3.6507577 3.9735442,0.125 8.7209641,0.125 13.468384,0.125 17.316929,3.6507577 17.316929,8.0000002 z" Fill="#FF2D2D2D" HorizontalAlignment="Left" Margin="113.231,0,0,110.926" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="15.449" RenderTransformOrigin="0.500461428846831,0.500000029802324" Height="15.815" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy4" Data="M0.125,0.125 L38.493017,0.125 38.493017,3.2080002 0.125,3.2080002 z" Fill="#FF2D2D2D" HorizontalAlignment="Left" Margin="131.142,0,0,116.971" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="34.206" RenderTransformOrigin="-0.297580551736862,0.434743414983653" Height="3.295" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Left" Margin="117.434,0,0,115.53" RadiusY="0" RadiusX="0" Stroke="Black" Width="6.765" Fill="#FFA1A1A1" Height="6.919" VerticalAlignment="Bottom" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.989" ScaleX="-1.011"/>
|
|
<SkewTransform AngleX="0" AngleY="-1.287"/>
|
|
<RotateTransform Angle="-44.356"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M5.1360002,0.5 L48.001999,0.5 L48.001999,4.5 L5.1360002,4.5 z M5.0850002,17.833 L47.950999,17.833 L47.950999,21.833 L5.0850002,21.833 z M0.50000016,2.917 L5.13,2.917 L5.13,19.667 L0.50000016,19.667 z M48.333,3.25 L52.963,3.25 L52.963,20 L48.333,20 z" HorizontalAlignment="Left" Height="22.075" Margin="86.747,0,0,107.769" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="51.67" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.39,0.508" StartPoint="-0.319,0.479">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="Black" Offset="0.917"/>
|
|
<GradientStop Color="#FEC9C9C9" Offset="0.534"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.45699501,0.125 L3.8742771,0.125 3.8742771,7.1419997 0.125,7.1419997 0.17380679,7.0546922 C0.77996469,5.9388575 1.1242769,4.6601376 1.1242769,3.3009996 1.1242769,2.2136891 0.90391707,1.1778463 0.50542021,0.23569423 z" Fill="#FF888888" HorizontalAlignment="Left" Height="7.183" Margin="111.895,0,0,114.913" RenderTransformOrigin="0.32912871541173,0.500000017109576" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.864">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.8749999,0.125 1.8749999,3.875 0.125,3.875 z M17.604,0.125 L19.354,0.125 19.354,3.875 17.604,3.875 z M24.753,0.125 L26.503,0.125 26.503,3.875 24.753,3.875 z" HorizontalAlignment="Left" Margin="85.056,0,0,116.681" Stretch="Fill" Stroke="Black" Width="25.735" Height="3.953" VerticalAlignment="Bottom" Fill="White" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L85.327,0.5 L85.327,91.194 L0.5,91.194 z" HorizontalAlignment="Left" Margin="66.343,-15.395,0,0" Stretch="Fill" Stroke="Black" Width="76.201" Height="59.199" VerticalAlignment="Top" Fill="#FFDEDEDE" Grid.Row="1"/>
|
|
<local:Motor x:Name="conveyor3_motor" Margin="68.82,11.074,0,0" HorizontalAlignment="Left" Width="54.414" Height="30.188" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" Grid.Row="1">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path4_Copy4" Data="M0.25,0.25000001 L8.2949998,0.25000001 8.2949998,8.2710002 0.25,8.2710002 z M1.6565,0.98400001 L2.33,1.3755 L2.33,2.1585 L1.6565,2.55 L0.98300001,2.1585 L0.98300001,1.3755 z M6.821,0.98400001 L7.495,1.3755 L7.495,2.1585 L6.821,2.55 L6.147,2.1585 L6.147,1.3755 z M6.855,5.974 L7.529,6.36575 L7.529,7.14925 L6.855,7.541 L6.181,7.14925 L6.181,6.36575 z M1.6565,5.974 L2.33,6.36575 L2.33,7.14925 L1.6565,7.541 L0.98300001,7.14925 L0.98300001,6.36575 z M6.521,4.234 C6.521,5.4727747 5.5161031,6.477 4.2765,6.477 C3.0368969,6.477 2.032,5.4727747 2.032,4.234 C2.032,2.9952253 3.0368969,1.991 4.2765,1.991 C5.5161031,1.991 6.521,2.9952253 6.521,4.234 z" Margin="120.973,16.766,0,0" Stretch="Fill" Stroke="Black" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="1" HorizontalAlignment="Left" Width="19" Fill="#FF9DA2A7" StrokeThickness="0.5" Height="19" VerticalAlignment="Top"/>
|
|
<Path x:Name="path_Copy5" Data="M2.401,1.2625 C2.401,1.8907239 1.8915,2.4 1.263,2.4 C0.63449995,2.4 0.125,1.8907239 0.125,1.2625 C0.125,0.6342761 0.63449995,0.125 1.263,0.125 C1.8915,0.125 2.401,0.6342761 2.401,1.2625 z" Fill="#FF0A59B1" HorizontalAlignment="Left" Margin="126.075,21.728,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="8.833" RenderTransformOrigin="0.5,0.5" Height="8.896" VerticalAlignment="Top" Grid.Row="1">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy6" Data="M17.316929,8.0000002 C17.316929,12.349243 13.468384,15.875 8.7209641,15.875 3.9735442,15.875 0.125,12.349243 0.125,8.0000002 0.125,3.6507577 3.9735442,0.125 8.7209641,0.125 13.468384,0.125 17.316929,3.6507577 17.316929,8.0000002 z" Fill="#FF2D2D2D" HorizontalAlignment="Left" Margin="113.231,0,0,-6.255" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="15.449" RenderTransformOrigin="0.500461428846831,0.500000029802324" Height="15.815" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path_Copy7" Data="M0.125,0.125 L38.493017,0.125 38.493017,3.2080002 0.125,3.2080002 z" Fill="#FF2D2D2D" HorizontalAlignment="Left" Margin="131.142,0,0,-0.21" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="34.206" RenderTransformOrigin="-0.297580551736862,0.434743414983653" Height="3.295" VerticalAlignment="Bottom">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Left" Margin="117.434,0,0,-1.651" RadiusY="0" RadiusX="0" Stroke="Black" Width="6.765" Fill="#FFA1A1A1" Height="6.919" VerticalAlignment="Bottom" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="0.989" ScaleX="-1.011"/>
|
|
<SkewTransform AngleX="0" AngleY="-1.287"/>
|
|
<RotateTransform Angle="-44.356"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M5.1360002,0.5 L48.001999,0.5 L48.001999,4.5 L5.1360002,4.5 z M5.0850002,17.833 L47.950999,17.833 L47.950999,21.833 L5.0850002,21.833 z M0.50000016,2.917 L5.13,2.917 L5.13,19.667 L0.50000016,19.667 z M48.333,3.25 L52.963,3.25 L52.963,20 L48.333,20 z" HorizontalAlignment="Left" Height="22.075" Margin="86.747,0,0,-9.412" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="51.67" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.39,0.508" StartPoint="-0.319,0.479">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="Black" Offset="0.917"/>
|
|
<GradientStop Color="#FEC9C9C9" Offset="0.534"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.45699501,0.125 L3.8742771,0.125 3.8742771,7.1419997 0.125,7.1419997 0.17380679,7.0546922 C0.77996469,5.9388575 1.1242769,4.6601376 1.1242769,3.3009996 1.1242769,2.2136891 0.90391707,1.1778463 0.50542021,0.23569423 z" Fill="#FF888888" HorizontalAlignment="Left" Height="7.183" Margin="111.895,0,0,-2.268" RenderTransformOrigin="0.32912871541173,0.500000017109576" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.864">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.125 L1.8749999,0.125 1.8749999,3.875 0.125,3.875 z M17.604,0.125 L19.354,0.125 19.354,3.875 17.604,3.875 z M24.753,0.125 L26.503,0.125 26.503,3.875 24.753,3.875 z" HorizontalAlignment="Left" Margin="85.056,0,0,-0.5" Stretch="Fill" Stroke="Black" Width="25.735" Height="3.953" VerticalAlignment="Bottom" Fill="White" StrokeThickness="0.5" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleX="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="157.799,32.537,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="159.035,33.821,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="154.212,34.188,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.615" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="154.264,37.961,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.217" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="157.799,0,0,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="159.035,0,0,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="154.212,0,0,28.466" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.615">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="154.264,0,0,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="101.922" Margin="226.846,-48.017,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.2" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="215.577,0,0,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="216.813,0,0,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="219.253,0,0,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="215.577,31.867,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="216.813,33.151,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="219.253,37.291,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="336.038,32.537,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="337.274,33.821,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="332.451,34.188,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.615" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="332.503,37.961,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.217" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="336.038,0,0,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="337.274,0,0,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="332.451,0,0,28.466" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.615">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="332.503,0,0,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="101.922" Margin="405.085,-48.017,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.2" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="393.816,0,0,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="395.052,0,0,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="397.492,0,0,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="393.816,31.867,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="395.052,33.151,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="397.492,37.291,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,32.537,424.558,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.821,425.697,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,34.188,436.037,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,37.961,428.383,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,424.558,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,425.697,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,436.037,28.466" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,428.383,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="101.922" Margin="0,-48.017,362.817,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.202" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,366.779,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,367.923,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,363.394,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,31.867,366.779,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.151,367.923,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,37.291,363.394,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,32.537,246.456,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.821,247.595,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,34.188,257.935,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,37.961,250.281,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,246.456,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,247.595,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,257.935,28.466" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,250.281,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="101.922" Margin="0,-48.017,184.715,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.202" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,188.677,26.651" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,189.821,28.015" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,185.292,30.425" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,31.867,188.677,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.151,189.821,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,37.291,185.292,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,246.456,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,247.595,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,257.935,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,250.281,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,246.456,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,247.595,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,114.382,257.935,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,250.281,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="Auto" Margin="0,103.512,184.715,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.202">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,188.677,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,189.821,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,185.292,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,188.677,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,189.821,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,0,185.292,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,424.54,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,425.679,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,436.019,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,428.365,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,424.54,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,425.679,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,114.382,436.019,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,428.365,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="Auto" Margin="0,103.512,362.799,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.202">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,366.761,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,367.905,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,363.376,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,366.761,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,367.905,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,0,363.376,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="335.888,0,0,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="337.126,0,0,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="332.304,0,0,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="332.353,0,0,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="335.888,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="337.126,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="332.304,114.382,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="332.353,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="Auto" Margin="404.935,103.512,0,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.202">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="393.666,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="394.901,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="397.344,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="393.666,0,0,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="394.901,0,0,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.949" Margin="397.344,0,0,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="157.866,0,0,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="159.104,0,0,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="154.282,0,0,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="154.331,0,0,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="157.866,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="159.104,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="154.282,114.382,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="154.331,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="Auto" Margin="226.913,103.512,0,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.202">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="215.644,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="216.879,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="219.322,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="215.644,0,0,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="216.879,0,0,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.949" Margin="219.322,0,0,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="256.142,0,0,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="257.38,0,0,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="256.142,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="257.38,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="Auto" Margin="251.974,103.512,0,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.192">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="313.92,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="315.155,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="313.92,0,0,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="315.155,0,0,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="325.194,114.382,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="317.598,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="325.194,0,0,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.949" Margin="317.598,0,0,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="252.607,0,0,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="252.607,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="434.196,0,0,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="435.434,0,0,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="434.196,112.732,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="435.434,114.016,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="Auto" Margin="430.028,103.512,0,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.192">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,446.517,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,447.661,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,446.517,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,447.661,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,114.382,443.139,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,443.132,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,443.139,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,0,443.132,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="430.661,0,0,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="430.661,118.156,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,326.257,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,327.396,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,326.257,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.508" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,327.396,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.131">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="Auto" Margin="0,103.512,337.741,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.192">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,268.478,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,269.622,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,268.478,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.509" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,269.622,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,114.382,265.1,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,265.093,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,265.1,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.613">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,0,265.093,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,330.082,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,330.082,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,148.212,73.388" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,149.351,74.752" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,148.212,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,149.351,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="Auto" Margin="0,103.512,159.697,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.193">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,112.732,90.432,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,114.016,91.584,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.128">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,90.432,74.058" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,91.584,75.422" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.128">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,114.382,87.058,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.61">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,87.054,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,87.058,75.204" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.61">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,0,87.054,77.832" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,152.039,77.162" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,118.156,152.039,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,32.491,148.212,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.775,149.351,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,148.212,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,149.351,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="101.922" Margin="0,-48.063,159.697,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.193" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,90.432,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,91.584,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.128">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,31.821,90.432,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.105,91.584,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.128" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,87.058,28.513" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.61">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,87.054,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,34.141,87.058,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.61" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,37.244,87.054,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,37.915,152.039,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.217" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,152.039,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,32.491,326.267,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.775,327.406,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,326.267,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,327.406,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="101.922" Margin="0,-48.063,337.752,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.193" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,268.487,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,269.639,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.128">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,31.821,268.487,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.105,269.639,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.128" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,265.113,28.513" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.61">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,265.109,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,34.141,265.113,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.61" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,37.244,265.109,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,37.915,330.094,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.217" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,330.094,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="434.193,32.491,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="435.434,33.775,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.13" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="434.193,0,0,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="435.434,0,0,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.13">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="101.922" Margin="430.025,-48.063,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.193" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,0,446.517,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.51" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,0,447.669,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.128">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Right" Height="12.146" Margin="0,31.821,446.517,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.51" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Right" Height="9.498" Margin="0,33.105,447.669,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.128" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,0,443.143,28.513" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.61">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.948" Margin="0,0,443.139,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="8.68" Margin="0,34.141,443.143,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.61" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Right" Height="2.949" Margin="0,37.244,443.139,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="430.659,37.915,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.217" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="430.659,0,0,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.217">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="256.122,32.491,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.518" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.408,0.497" StartPoint="-0.548,0.517">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="257.365,33.775,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.137" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.523,0.751" StartPoint="-0.723,0.738">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="256.122,0,0,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.518" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.495" StartPoint="-0.496,0.507">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="257.365,0,0,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.137">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.693,0.557" StartPoint="-0.807,0.58">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="101.922" Margin="251.962,-48.063,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.19" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="313.91,0,0,26.697" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.506" Panel.ZIndex="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.435,0.557" StartPoint="-0.49,0.567">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="315.14,0,0,28.061" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="9.124">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.548,0.713" StartPoint="-0.643,0.686">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,1.25 C0.25,0.69771525 0.69771525,0.25 1.25,0.25 L9.724,0.25 C10.276285,0.25 10.724,0.69771525 10.724,1.25 L10.724,10.396 C10.724,10.948285 10.276285,11.396 9.724,11.396 L1.25,11.396 C0.69771525,11.396 0.25,10.948285 0.25,10.396 z" HorizontalAlignment="Left" Height="12.146" Margin="313.91,31.821,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="11.506" Panel.ZIndex="0" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.404,0.543" StartPoint="-0.505,0.545">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.98949998,0.15000001 L1.854,0.65724999 L1.854,1.67175 L0.98949998,2.1789999 L0.125,1.67175 L0.125,0.65724999 z M7.6805,0.125 L8.5449999,0.63175 L8.5449999,1.64525 L7.6805,2.152 L6.816,1.64525 L6.816,0.63175 z M7.7185,6.954 L8.5830001,7.461 L8.5830001,8.475 L7.7185,8.9819999 L6.854,8.475 L6.854,7.461 z M1.027,6.954 L1.892,7.461 L1.892,8.475 L1.027,8.9819999 L0.162,8.475 L0.162,7.461 z" HorizontalAlignment="Left" Height="9.498" Margin="315.14,33.105,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="9.124" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.605,0.716" StartPoint="-0.6,0.719">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="325.184,0,0,28.513" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="3.61">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="317.582,0,0,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.216">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="8.68" Margin="325.184,34.141,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="3.61" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.522,0.422" StartPoint="-0.623,0.444">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.949" Margin="317.582,37.244,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.216" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="252.596,37.915,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="11.218" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="2.948" Margin="252.596,0,0,30.471" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Bottom" Width="11.218">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.313,0.744" StartPoint="-0.414,0.122">
|
|
<GradientStop Color="Black" Offset="0.083"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.969"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M37.620999,0.5 L138.134,68.297183 105.0615,68.297183 0.5,15.020205 0.5,14.402005 37.620999,1.090589 z" HorizontalAlignment="Left" Height="68.797" Margin="12.399,14.128,0,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Top" Width="124.234">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.64,0.162" StartPoint="0.353,1.052">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="#FF666666" Offset="0.86"/>
|
|
<GradientStop Color="#FF9F9F9F" Offset="0.541"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,5.1780104 L0.25,0.25 29.583314,0.25 29.583314,5.1780104 z" HorizontalAlignment="Left" Height="6" Margin="55.19,117.807,0,0" RenderTransformOrigin="0.908507316741357,-2.46932628153213" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="50.721" Fill="#FF0D3C7A" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L40.423,0.25 40.423,16.566311 0.25,31.188 z" HorizontalAlignment="Left" Height="28.831" Margin="12.428,0.027,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="33.908">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.599,0.455" StartPoint="-0.446,0.503">
|
|
<GradientStop Color="Black" Offset="0.094"/>
|
|
<GradientStop Color="#FF9F9F9F" Offset="0.495"/>
|
|
<GradientStop Color="#FF666666" Offset="0.826"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,5.1780104 L0.25,0.25 29.583314,0.25 29.583314,5.1780104 z" HorizontalAlignment="Left" Height="3.287" Margin="35.522,135.703,0,129.85" RenderTransformOrigin="0.908507316741357,-2.46932628153213" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="3.287" Fill="#FF929297" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L11.75,0.25 11.75,4.5591712 11.749216,4.5591712 11.746977,4.5843844 C11.614951,5.8843999 10.577398,6.9167218 9.2749957,7.0406842 L9.2003249,7.0460067 8.8220233,7.0460067 8.7540873,7.0411639 8.7540873,7.0641828 3.2540873,7.0641828 3.2540873,7.041533 3.1913263,7.0460067 2.8130249,7.0460067 2.7383536,7.0406842 C1.4359516,6.9167218 0.39839923,5.8843999 0.26637319,4.5843844 L0.26413485,4.5591712 0.25,4.5591712 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="Auto" Margin="115.477,129.8,0,132.306" RenderTransformOrigin="0.704594287851131,-3.2214625988367" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="12">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<local:Motor x:Name="feed_motor" Margin="10.283,60.246,0,0" HorizontalAlignment="Left" Width="42.681" Height="23.255" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path Data="M0.25,5.1780104 L0.25,0.25 29.583314,0.25 29.583314,5.1780104 z" HorizontalAlignment="Left" Height="27.595" Margin="-5.776,0,0,19.726" RenderTransformOrigin="0.908507316741357,-2.46932628153213" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="9.554" Grid.Row="0" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.481,-0.42" StartPoint="0.454,1.13">
|
|
<GradientStop Color="Black"/>
|
|
<GradientStop Color="White" Offset="0.453"/>
|
|
<GradientStop Color="Black" Offset="0.808"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="Auto" Margin="34.246,103.512,0,64.166" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Stretch" Width="4.202">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M2.8265426,0.25 L96.038292,0.25 112.43618,6.7499999 0.25,6.7499999 z" Fill="#FF0D3C7A" HorizontalAlignment="Left" Height="7" Margin="-30.994,0,0,105.158" RenderTransformOrigin="0.635874225591148,0.500000097921917" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="112.686">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="68.377"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,5.1780104 L0.25,0.25 29.583314,0.25 29.583314,5.1780104 z" HorizontalAlignment="Left" Height="3.287" Margin="35.522,209.176,0,56.956" RenderTransformOrigin="0.908507316741357,-2.46932628153213" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="3.287" Fill="#FF929297" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,5.1780104 L0.25,0.25 29.583314,0.25 29.583314,5.1780104 z" HorizontalAlignment="Left" Height="3.287" Margin="35.522,257.339,0,8.793" RenderTransformOrigin="0.908507316741357,-2.46932628153213" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="3.287" Fill="#FF929297" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.125,0.1250001 L9.3749996,0.1250001 L9.3749996,2.1250001 L0.125,2.1250001 z" HorizontalAlignment="Left" Height="101.742" Margin="34.246,-47.061,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" VerticalAlignment="Top" Width="4.202" Grid.Row="1">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.544,0.433" StartPoint="-0.645,0.433">
|
|
<GradientStop Color="Black" Offset="0.255"/>
|
|
<GradientStop Color="#FFFDF6F6" Offset="0.545"/>
|
|
<GradientStop Color="#FF4A4848" Offset="0.667"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,5.1780104 L0.25,0.25 29.583314,0.25 29.583314,5.1780104 z" HorizontalAlignment="Left" Height="3.287" Margin="35.522,61.603,0,45.689" RenderTransformOrigin="0.908507316741357,-2.46932628153213" Stretch="Fill" Stroke="Black" StrokeThickness="0.25" Width="3.287" Fill="#FF929297" Grid.Row="1" >
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M14.327004,0.50000125 L42.392052,0.50000125 56.218999,14.634031 0.5,14.634031 z" HorizontalAlignment="Left" Height="15.134" Margin="166.552,0,0,-35.886" Grid.Row="1" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="61.919" RenderTransformOrigin="0.500000005292749,-1.79165495271507">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.461,0.448" StartPoint="-0.316,0.351">
|
|
<GradientStop Color="Black" Offset="0.059"/>
|
|
<GradientStop Color="White" Offset="0.463"/>
|
|
<GradientStop Color="Black" Offset="0.791"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.50000042,0.5 L28.116,0.5 28.116,32.852068 0.50000042,32.852068 z" HorizontalAlignment="Left" Height="34.352" Margin="181.64,0,0,-23.418" Grid.Row="1" Grid.RowSpan="1" Stretch="Fill" Stroke="Black" StrokeThickness="1" VerticalAlignment="Bottom" Width="31.24" RenderTransformOrigin="0.508054918880428,0.157591693096429">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="2.132,0.506" StartPoint="-1.34,0.516">
|
|
<GradientStop Color="Black" Offset="0.331"/>
|
|
<GradientStop Color="Black" Offset="0.759"/>
|
|
<GradientStop Color="White" Offset="0.535"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1" ScaleX="1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:DryerPart}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:DryerPart}">
|
|
<Border Background="{TemplateBinding Background}"
|
|
BorderBrush="{TemplateBinding BorderBrush}"
|
|
BorderThickness="{TemplateBinding BorderThickness}">
|
|
</Border>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:DistributorAver}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:DistributorAver}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="Active">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path3_Copy8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF65F927"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.9" Value="White"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path3_Copy7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="White"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.9" Value="#FF65F927"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Motor.Running)" Storyboard.TargetName="motor">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path3_Copy">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF65F927"/>
|
|
<EasingColorKeyFrame KeyTime="0:0:0.9" Value="#FF65F927"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="InActive"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="AlarmStateGroup">
|
|
<VisualState x:Name="AlarmOn">
|
|
<Storyboard>
|
|
<BooleanAnimationUsingKeyFrames Storyboard.TargetProperty="(local:Motor.Alarm)" Storyboard.TargetName="motor">
|
|
<DiscreteBooleanKeyFrame KeyTime="0" Value="True"/>
|
|
</BooleanAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path3_Copy">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFF03F3F"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path3_Copy8">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFDB4949"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(GradientBrush.GradientStops)[2].(GradientStop.Color)" Storyboard.TargetName="path3_Copy7">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FFDB4949"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="AlarmOff"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="150" Width="100">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="119.4"/>
|
|
</Grid.RowDefinitions>
|
|
<local:Motor x:Name="motor" Grid.Column="0" Margin="30.962,0,30.526,-1.239" Grid.Row="1" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" Height="23.932" HorizontalAlignment="Stretch" Width="Auto" Running="{Binding IsMotorWorking, RelativeSource={RelativeSource TemplatedParent}}" >
|
|
<local:Motor.Background>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="Black" Offset="0"/>
|
|
<GradientStop Color="White" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</local:Motor.Background>
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<Path x:Name="path3_Copy18" Data="M15.238494,9.1573696 L1.5364938,9.1573696 1.5364938,7.9573696 15.238494,7.9573696 z M0.48076484,18.07673 L13.65005,21.852962 13.319285,23.006476 0.15,19.230244 z M13.215298,30.859204 L17.531195,0.15000014 19.214651,0.38659441 14.898753,31.095798 z" Margin="0,0,25.124,8.928" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.438216186831445,0.0180789436274287" Grid.RowSpan="1" HorizontalAlignment="Right" Width="19.365" Height="31.264" VerticalAlignment="Bottom" Grid.Row="1" StrokeThickness="0.3" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush22" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-82"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3_Copy15" Data="M4.1720791,1.855 L16.856079,1.855 15.358415,3.529 5.6697543,3.529 z M20.871,1.85 L0.17100011,1.85 0.17100011,0.15000001 20.871,0.15000001 z M20.85,16.637 L0.15000011,16.637 0.15000011,14.937 20.85,14.937 z M15.346622,13.245 L5.646622,13.245 5.646622,3.545 15.346622,3.545 z M16.684611,13.257 L4.3442255,13.257 2.8506874,14.931 18.107423,14.931 18.156687,14.906914 z M19.159554,21.746 L1.5935533,21.746 1.5935533,16.646 19.159554,16.646 z" HorizontalAlignment="Stretch" Height="21.896" Margin="39.041,0,39.938,27.206" Grid.Row="1" Grid.RowSpan="1" RenderTransformOrigin="0.511815958835994,-0.357421541790405" Stretch="Fill" Stroke="Black" StrokeThickness="0.3" VerticalAlignment="Bottom" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush17" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3_Copy1" Data="M35.544003,6.9537083 L0.50000177,6.9537083 0.50000177,0.5000002 35.544003,0.5000002 z" Margin="-0.478,28.481,2.866,0" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.507028267715402,-4.82831907446338" Grid.RowSpan="1" HorizontalAlignment="Stretch" Width="Auto" Height="2.07" VerticalAlignment="Top" StrokeThickness="0.5" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush1" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3_Copy" Data="M0.5,0.5 L90.610999,0.5 90.610999,1.0192553 63.700481,56.193999 27.466651,56.193999 0.5,0.90417373 z" HorizontalAlignment="Stretch" Height="52.894" Margin="3.5,0,5.389,-473.239" Grid.Row="1" Grid.RowSpan="1" RenderTransformOrigin="0.507028263811075,-4.82831906351684" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush2" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Rectangle HorizontalAlignment="Stretch" Height="2.066" Margin="28.207,0,27.808,0" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Stretch" Height="4" Margin="31.626,3.139,31.408,0" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle HorizontalAlignment="Stretch" Height="2.066" Margin="28.207,1.573,27.808,0" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path x:Name="path3_Copy2" Data="M35.544003,6.9537083 L0.50000177,6.9537083 0.50000177,0.5000002 35.544003,0.5000002 z" Margin="-0.478,30.045,2.866,0" Stretch="Fill" Stroke="Black" RenderTransformOrigin="0.507028267715402,-4.82831907446338" Grid.RowSpan="1" HorizontalAlignment="Stretch" Width="Auto" Height="2.074" VerticalAlignment="Top" StrokeThickness="0.5" Grid.Row="1" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush3" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3_Copy20" Data="M0.15,0.15 L5.4419998,0.15 4.1439489,1.4967121 4.1412105,1.4967121 4.1412105,11.531795 4.1524047,11.531795 5.4504999,13.205794 0.15849992,13.205794 1.4412103,11.551578 1.4412103,1.4895698 z" HorizontalAlignment="Right" Height="13.356" Margin="0,0,43.245,34.029" Grid.Row="1" Grid.RowSpan="1" RenderTransformOrigin="0.163244328763758,-0.598820907916677" Stretch="Fill" Stroke="Black" StrokeThickness="0.3" VerticalAlignment="Bottom" Width="5.601">
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush24" EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="-1"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Rectangle Height="3" Margin="-0.39,0,0,-0.78" Grid.Row="0" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="38" RenderTransformOrigin="0.5,0.5" StrokeThickness="0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-62.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Height="6" Margin="3.476,-1.729,0,0" Grid.Row="1" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Left" Width="38" RenderTransformOrigin="0.5,0.5" StrokeThickness="0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-62.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.25,0.25 L6.75,0.25 L6.75,2.75 L0.25,2.75 z M2.0734028,3.787062 L4.5734028,3.787062 L4.5734028,11.117062 L2.0734028,11.117062 z M1.6146166,2.7626765 L5.1146166,2.7626765 L5.1146166,3.7626765 L1.6146166,3.7626765 z M0.26595592,11.12516 L6.7659559,11.12516 L6.7659559,13.12516 L0.26595592,13.12516 z" HorizontalAlignment="Left" Height="13.375" Margin="5.669,8.307,0,0" Grid.Row="1" RenderTransformOrigin="0.49886288303701,0.112148189302548" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="7.016">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-62.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L6.75,0.25 L6.75,2.75 L0.25,2.75 z M2.0734028,3.787062 L4.5734028,3.787062 L4.5734028,11.117062 L2.0734028,11.117062 z M1.6146166,2.7626765 L5.1146166,2.7626765 L5.1146166,3.7626765 L1.6146166,3.7626765 z M0.26595592,11.12516 L6.7659559,11.12516 L6.7659559,13.12516 L0.26595592,13.12516 z" HorizontalAlignment="Left" Height="Auto" Margin="18.187,14.865,0,2.36" Grid.Row="0" RenderTransformOrigin="0.49886288303701,0.112148189302548" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Stretch" Width="7.016">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.5"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-62.5"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3_Copy8" Data="M44.201581,51.127395 L39.844514,1.3243954 56.399513,29.999363 z M12.552632,47.740894 L0.25,23.59378 4.2724525,21.271444 4.2641148,21.255087 39.376999,0.9828939 38.622225,2.601633 36.43576,6.3721162 24.39713,27.225602 24.396023,27.225505 z M39.601442,0.25000002 L39.915852,0.25000002 39.925809,0.36334595 39.922887,0.3583041 43.203204,37.687948 43.20708,37.687948 43.217038,37.8013 43.214116,37.796257 44.344826,50.663644 43.618769,50.689002 12.429826,47.96005 36.436279,6.3759605 39.757723,0.64827245 39.176892,0.98214737 z M9.0468512,49.177552 L9.1775848,47.68326 L47.756219,51.058453 L47.625485,52.552745 z" HorizontalAlignment="Right" Height="52.803" Margin="0,0,-155.56,-14.477" Grid.Row="1" Grid.RowSpan="1" RenderTransformOrigin="0.683107764882664,-7.11907894266522" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="56.65">
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush4" EndPoint="1.106,0.711" StartPoint="-0.23,0.335">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.568"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="30"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path x:Name="path3_Copy7" Data="M44.201916,51.126814 L39.844849,1.3238137 56.399848,29.998781 z M12.552633,47.740505 L0.25000106,23.593392 4.2724535,21.271055 4.2641159,21.254698 39.377,0.98250496 38.622226,2.6012441 36.435762,6.3717272 24.397131,27.225213 24.396024,27.225116 z M39.600769,0.25000002 L39.915179,0.25000002 39.925136,0.36334595 39.922214,0.3583041 43.202531,37.687948 43.206407,37.687948 43.216365,37.8013 43.213443,37.796257 44.344154,50.663644 43.618096,50.689002 12.429153,47.96005 36.435606,6.3759605 39.75705,0.64827245 39.176219,0.98214737 z M9.0433833,47.666822 L8.9126497,49.161114 L47.491284,52.536307 L47.622017,51.042015 z" HorizontalAlignment="Left" Height="52.786" Margin="-176.306,0,0,-14.46" Grid.Row="1" Grid.RowSpan="1" RenderTransformOrigin="0.683109642709781,-7.12130655201219" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="56.65">
|
|
<Path.Fill>
|
|
<LinearGradientBrush x:Name="PathGBrush8" EndPoint="1.099,0.725" StartPoint="-0.375,0.417">
|
|
<GradientStop Color="#FF787878" Offset="0"/>
|
|
<GradientStop Color="#FF787878" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.636"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="-1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="-30"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
|
|
|
|
<Style TargetType="{x:Type local:GarbageBag}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:GarbageBag}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="80" Width="80">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="LampStates">
|
|
<VisualState x:Name="None"/>
|
|
<VisualState x:Name="Be"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path Data="M249.6505,251.45775 C249.6505,251.45775 251.79008,260.33704 288.75178,255.0037 325.71348,249.67037 329.82066,252.6346 345.29317,253.968 360.76568,255.3014 339.00289,271.19654 339.00289,271.19654 339.00289,271.19654 341.21615,284.45437 343.79491,287.78748 346.37366,291.12059 351.92634,295.49675 348.488,312.82878 345.04966,330.16081 351.50748,345.18355 346.34994,348.51665 341.19241,351.84976 306.36855,354.1596 296.91307,354.1596 287.4576,354.1596 268.54664,352.82604
268.54664,352.82604 268.54664,352.82604 255.2265,341.78948 258.66486,325.12402 262.10321,308.45857 256.5124,304.82952 253.93363,294.16363 251.35486,283.49773 246.73552,275.85618 253.61223,271.18985 260.48894,266.52352 249.6505,251.45775 249.6505,251.45775 z" Height="49.983" Margin="12.3,0,13.038,0" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" Grid.Row="0">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Ellipse HorizontalAlignment="Right" Height="6.5" Margin="0,22.784,21.245,0" Stroke="Black" VerticalAlignment="Top" Width="6.5" Grid.Row="0" StrokeThickness="0.5" RenderTransformOrigin="0.468,0.433">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.171" Margin="22.262,26.218,0,0" Stroke="Black" VerticalAlignment="Top" Width="4.171" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="6.009" Margin="24.077,18.738,0,0" Stroke="Black" VerticalAlignment="Top" Width="6.009" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="1.804" Margin="34.479,25.729,0,0" Stroke="Black" VerticalAlignment="Top" Width="1.804" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="2.812" Margin="0,25.508,37.121,0" Stroke="Black" VerticalAlignment="Top" Width="2.812" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="3.769" Margin="0,19.747,35.398,0" Stroke="Black" VerticalAlignment="Top" Width="3.769" Grid.Row="0" StrokeThickness="0.5" RenderTransformOrigin="0.491,0.317">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Stretch" Height="6.009" Margin="34.377,17.105,39.614,0" Stroke="Black" VerticalAlignment="Top" Width="Auto" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="2.812" Margin="0,23.775,30.454,0" Stroke="Black" VerticalAlignment="Top" Width="2.812" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.812" Margin="29.467,20.041,0,0" Stroke="Black" VerticalAlignment="Top" Width="2.812" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.171" Margin="30.162,26.251,0,0" Stroke="Black" VerticalAlignment="Top" Width="4.171" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.171" Margin="33.762,13.118,0,0" Stroke="Black" VerticalAlignment="Top" Width="4.171" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="1.804" Margin="0,16.529,32.25,0" Stroke="Black" VerticalAlignment="Top" Width="1.804" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="1.804" Margin="0,12.796,33.384,0" Stroke="Black" VerticalAlignment="Top" Width="1.804" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="1.804" Margin="36.346,10.796,0,0" Stroke="Black" VerticalAlignment="Top" Width="1.804" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.812" Margin="28.8,7.841,0,0" Stroke="Black" VerticalAlignment="Top" Width="2.812" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="2.812" Margin="0,7.441,35.054,0" Stroke="Black" VerticalAlignment="Top" Width="2.812" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="2.812" Margin="27.267,13.574,0,0" Stroke="Black" VerticalAlignment="Top" Width="2.812" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.171" Margin="20.462,19.551,0,0" Stroke="Black" VerticalAlignment="Top" Width="4.171" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Stretch" Height="4.171" Margin="38.662,14.151,37.167,0" Stroke="Black" VerticalAlignment="Top" Width="Auto" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Left" Height="4.171" Margin="35.462,5.618,0,0" Stroke="Black" VerticalAlignment="Top" Width="4.171" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Right" Height="6.009" Margin="0,18.605,25.78,0" Stroke="Black" VerticalAlignment="Top" Width="6.009" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
<Ellipse HorizontalAlignment="Stretch" Height="2.812" Margin="37.217,23.024,39.971,0" Stroke="Black" VerticalAlignment="Top" Width="Auto" Grid.Row="0" StrokeThickness="0.5">
|
|
<Ellipse.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
<GradientStop Color="#FFFAFFA5" Offset="0.082"/>
|
|
<GradientStop Color="#FFF2FF04" Offset="0.319"/>
|
|
<GradientStop Color="#FFF0FD02" Offset="1"/>
|
|
<GradientStop Color="#FFFBFFB2" Offset="0.625"/>
|
|
</LinearGradientBrush>
|
|
</Ellipse.Fill>
|
|
</Ellipse>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:Magnetism}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:Magnetism}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="180" Width="90">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="LampStates">
|
|
<VisualState x:Name="None"/>
|
|
<VisualState x:Name="Be"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Path Data="M7.7607627,0.25 L55.08614,0.25 62.59689,13.259 0.25,13.259 z" HorizontalAlignment="Stretch" Height="13.509" Margin="13.524,1.825,13.629,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle Margin="0.233,16.358,-0.233,33.433" Stroke="Black" StrokeThickness="0.5" Width="90">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="3.85,14.84,4.84,0" Stroke="Black" StrokeThickness="0.5" Width="Auto" Height="2" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M0.25,0.25 L89.75,0.25 89.75,0.47316453 70.554359,33.721001 19.472576,33.721001 0.25,0.42651796 z" Height="33.971" Margin="-0.084,0,0.084,0.58" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="Auto">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle Margin="13.732,0,13.868,0" Stroke="Black" StrokeThickness="0.5" Width="Auto" Height="2" VerticalAlignment="Bottom" HorizontalAlignment="Stretch">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="18.155,-0.006,18.36,0" Stroke="Black" StrokeThickness="0.5" Width="Auto" Height="2.337" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="15.697,29.758,12.97,48.833" Stroke="Black" StrokeThickness="0.5" Width="Auto">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="19.086,44.258,0,0" Stroke="Black" StrokeThickness="0.3" Width="10.004" HorizontalAlignment="Left" Height="10" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M2.3999999,1.265 C2.3999999,1.9001274 1.8851274,2.4149999 1.25,2.4149999 C0.61487252,2.4149999 0.1,1.9001274 0.1,1.265 C0.1,0.62987252 0.61487252,0.115 1.25,0.115 C1.8851274,0.115 2.3999999,0.62987252 2.3999999,1.265 z M8.0760001,6.865 C8.0760001,7.5001274 7.5606798,8.0149999 6.925,8.0149999 C6.2893203,8.0149999 5.774,7.5001274 5.774,6.865 C5.774,6.2298725 6.2893203,5.715 6.925,5.715 C7.5606798,5.715 8.0760001,6.2298725 8.0760001,6.865 z M2.4119999,6.832 C2.4119999,7.4671274 1.8971274,7.9819999 1.262,7.9819999 C0.62687252,7.9819999 0.112,7.4671274 0.112,6.832 C0.112,6.1968725 0.62687252,5.682 1.262,5.682 C1.8971274,5.682 2.4119999,6.1968725 2.4119999,6.832 z M8.0820001,1.25 C8.0820001,1.8851274 7.5666798,2.3999999 6.931,2.3999999 C6.2953203,2.3999999 5.78,1.8851274 5.78,1.25 C5.78,0.61487252 6.2953203,0.1 6.931,0.1 C7.5666798,0.1 8.0820001,0.61487252 8.0820001,1.25 z" Fill="#FF7D7B7B" HorizontalAlignment="Left" Height="8.115" Margin="20.052,45.46,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="8.182"/>
|
|
<Rectangle Margin="20.76,48.458,0,0" Stroke="Black" StrokeThickness="0.2" Width="6.802" HorizontalAlignment="Left" Height="2" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="4.534,44.258,0,0" Stroke="Black" StrokeThickness="0.3" Width="10.002" HorizontalAlignment="Left" Height="10" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M2.3999999,1.265 C2.3999999,1.9001274 1.8851274,2.4149999 1.25,2.4149999 C0.61487252,2.4149999 0.1,1.9001274 0.1,1.265 C0.1,0.62987252 0.61487252,0.115 1.25,0.115 C1.8851274,0.115 2.3999999,0.62987252 2.3999999,1.265 z M8.0729999,6.865 C8.0729999,7.5001274 7.5581274,8.0149999 6.923,8.0149999 C6.2878725,8.0149999 5.773,7.5001274 5.773,6.865 C5.773,6.2298725 6.2878725,5.715 6.923,5.715 C7.5581274,5.715 8.0729999,6.2298725 8.0729999,6.865 z M2.4109999,6.832 C2.4109999,7.4671274 1.8961274,7.9819999 1.261,7.9819999 C0.62587252,7.9819999 0.111,7.4671274 0.111,6.832 C0.111,6.1968725 0.62587252,5.682 1.261,5.682 C1.8961274,5.682 2.4109999,6.1968725 2.4109999,6.832 z M8.0789999,1.25 C8.0789999,1.8851274 7.5641274,2.3999999 6.929,2.3999999 C6.2938725,2.3999999 5.779,1.8851274 5.779,1.25 C5.779,0.61487252 6.2938725,0.1 6.929,0.1 C7.5641274,0.1 8.0789999,0.61487252 8.0789999,1.25 z" Fill="#FF7D7B7B" HorizontalAlignment="Left" Height="8.115" Margin="5.5,45.46,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="8.182"/>
|
|
<Path Data="M0.1,0.1 L13.782856,0.1 13.847778,0.12256326 C14.196526,0.25660136 14.469962,0.54288316 14.586994,0.90017938 L14.6,0.94474029 14.6,1.3998973 14.5995,1.3998973 14.5995,5.1180001 14.6,5.1180001 14.6,5.6123653 14.581437,5.6657792 C14.447398,6.0145259 14.161117,6.2879625 13.803821,6.404995 L13.759264,6.4179998 0.1,6.4179998 0.1,5.1180001 13.2995,5.1180001 13.2995,1.3998973 0.1,1.3998973 z" HorizontalAlignment="Left" Height="6.518" Margin="7.918,46.15,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="15.898">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle Margin="5.774,48.723,0,0" Stroke="Black" StrokeThickness="0.2" Width="7.534" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="8.172,48.396,0,0" Stroke="Black" StrokeThickness="0.2" Width="3.785" HorizontalAlignment="Left" Height="2" VerticalAlignment="Top">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="12.056,50.156,0,0" Stroke="Black" StrokeThickness="0.2" Width="0.926" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" Fill="#FFA6A6A6">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M0.1,0.1 L1.2,0.1 1.2,1.1990001 8.136,1.1990001 8.136,2.6990001 1.2,2.6990001 1.2,3.834 0.1,3.834 z" HorizontalAlignment="Left" Height="3.934" Margin="1.253,47.441,0,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="7.161" Fill="#FFFF0404"/>
|
|
<Rectangle Margin="12.069,47.157,0,0" Stroke="Black" StrokeThickness="0.2" Width="0.9" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" Fill="#FFA6A6A6">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Rectangle Margin="11.306,48.638,0,0" Stroke="Black" StrokeThickness="0.2" Width="2.426" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5" Fill="#FF939393">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Rectangle Margin="19.086,0,0,61.807" Stroke="Black" StrokeThickness="0.3" Width="10.004" HorizontalAlignment="Left" Height="10" VerticalAlignment="Bottom">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M2.3999999,1.265 C2.3999999,1.9001274 1.8851274,2.4149999 1.25,2.4149999 C0.61487252,2.4149999 0.1,1.9001274 0.1,1.265 C0.1,0.62987252 0.61487252,0.115 1.25,0.115 C1.8851274,0.115 2.3999999,0.62987252 2.3999999,1.265 z M8.0760001,6.865 C8.0760001,7.5001274 7.5606798,8.0149999 6.925,8.0149999 C6.2893203,8.0149999 5.774,7.5001274 5.774,6.865 C5.774,6.2298725 6.2893203,5.715 6.925,5.715 C7.5606798,5.715 8.0760001,6.2298725 8.0760001,6.865 z M2.4119999,6.832 C2.4119999,7.4671274 1.8971274,7.9819999 1.262,7.9819999 C0.62687252,7.9819999 0.112,7.4671274 0.112,6.832 C0.112,6.1968725 0.62687252,5.682 1.262,5.682 C1.8971274,5.682 2.4119999,6.1968725 2.4119999,6.832 z M8.0820001,1.25 C8.0820001,1.8851274 7.5666798,2.3999999 6.931,2.3999999 C6.2953203,2.3999999 5.78,1.8851274 5.78,1.25 C5.78,0.61487252 6.2953203,0.1 6.931,0.1 C7.5666798,0.1 8.0820001,0.61487252 8.0820001,1.25 z" Fill="#FF7D7B7B" HorizontalAlignment="Left" Height="8.115" Margin="20.052,0,0,62.49" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" Width="8.182"/>
|
|
<Rectangle Margin="20.76,0,0,65.607" Stroke="Black" StrokeThickness="0.2" Width="6.802" HorizontalAlignment="Left" Height="2" VerticalAlignment="Bottom">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="4.534,0,0,61.807" Stroke="Black" StrokeThickness="0.3" Width="10.002" HorizontalAlignment="Left" Height="10" VerticalAlignment="Bottom">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Path Data="M2.3999999,1.265 C2.3999999,1.9001274 1.8851274,2.4149999 1.25,2.4149999 C0.61487252,2.4149999 0.1,1.9001274 0.1,1.265 C0.1,0.62987252 0.61487252,0.115 1.25,0.115 C1.8851274,0.115 2.3999999,0.62987252 2.3999999,1.265 z M8.0729999,6.865 C8.0729999,7.5001274 7.5581274,8.0149999 6.923,8.0149999 C6.2878725,8.0149999 5.773,7.5001274 5.773,6.865 C5.773,6.2298725 6.2878725,5.715 6.923,5.715 C7.5581274,5.715 8.0729999,6.2298725 8.0729999,6.865 z M2.4109999,6.832 C2.4109999,7.4671274 1.8961274,7.9819999 1.261,7.9819999 C0.62587252,7.9819999 0.111,7.4671274 0.111,6.832 C0.111,6.1968725 0.62587252,5.682 1.261,5.682 C1.8961274,5.682 2.4109999,6.1968725 2.4109999,6.832 z M8.0789999,1.25 C8.0789999,1.8851274 7.5641274,2.3999999 6.929,2.3999999 C6.2938725,2.3999999 5.779,1.8851274 5.779,1.25 C5.779,0.61487252 6.2938725,0.1 6.929,0.1 C7.5641274,0.1 8.0789999,0.61487252 8.0789999,1.25 z" Fill="#FF7D7B7B" HorizontalAlignment="Left" Height="8.115" Margin="5.5,0,0,62.49" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" Width="8.182"/>
|
|
<Path Data="M0.1,0.1 L13.782856,0.1 13.847778,0.12256326 C14.196526,0.25660136 14.469962,0.54288316 14.586994,0.90017938 L14.6,0.94474029 14.6,1.3998973 14.5995,1.3998973 14.5995,5.1180001 14.6,5.1180001 14.6,5.6123653 14.581437,5.6657792 C14.447398,6.0145259 14.161117,6.2879625 13.803821,6.404995 L13.759264,6.4179998 0.1,6.4179998 0.1,5.1180001 13.2995,5.1180001 13.2995,1.3998973 0.1,1.3998973 z" HorizontalAlignment="Left" Height="6.518" Margin="7.918,0,0,63.397" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" Width="15.898">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Rectangle Margin="5.774,0,0,65.842" Stroke="Black" StrokeThickness="0.2" Width="7.534" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="8.172,0,0,65.669" Stroke="Black" StrokeThickness="0.2" Width="3.785" HorizontalAlignment="Left" Height="2" VerticalAlignment="Bottom">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="12.056,0,0,64.409" Stroke="Black" StrokeThickness="0.2" Width="0.926" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" Fill="#FFA6A6A6">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M0.1,0.1 L1.2,0.1 1.2,1.1990001 8.136,1.1990001 8.136,2.6990001 1.2,2.6990001 1.2,3.834 0.1,3.834 z" HorizontalAlignment="Left" Height="3.934" Margin="1.253,0,0,64.69" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Bottom" Width="7.161" Fill="#FFFF0404"/>
|
|
<Rectangle Margin="12.069,0,0,67.408" Stroke="Black" StrokeThickness="0.2" Width="0.9" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" Fill="#FFA6A6A6">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Rectangle Margin="11.306,0,0,65.927" Stroke="Black" StrokeThickness="0.2" Width="2.426" HorizontalAlignment="Left" Height="1.5" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" Fill="#FF939393">
|
|
<Rectangle.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Rectangle.RenderTransform>
|
|
</Rectangle>
|
|
<Path Data="M0.25,0.25 L4.2000002,0.25 L4.2000002,5.9259999 L0.25,5.9259999 z M0.25,5.939 L4.2000002,5.939 L4.2000002,11.616 L0.25,11.616 z M0.25,11.621 L4.2000002,11.621 L4.2000002,17.298 L0.25,17.298 z M0.25,17.315 L4.2000002,17.315 L4.2000002,22.992 L0.25,22.992 z" HorizontalAlignment="Right" Height="23.242" Margin="0,29.752,9.02,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="4.45" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.2000002,0.25 L4.2000002,5.9259999 L0.25,5.9259999 z M0.25,5.939 L4.2000002,5.939 L4.2000002,11.616 L0.25,11.616 z M0.25,11.621 L4.2000002,11.621 L4.2000002,17.298 L0.25,17.298 z M0.25,17.315 L4.2000002,17.315 L4.2000002,22.992 L0.25,22.992 z" HorizontalAlignment="Right" Height="23.242" Margin="0,0,9.02,48.841" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="4.45" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.25 L4.1999999,0.25 4.1999999,5.9259998 0.25,5.9259998 z" HorizontalAlignment="Right" Height="6.176" Margin="0,74.652,9.02,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="4.45" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.25,0.2500002 L4.1999999,0.2500002 4.1999999,5.9270001 0.25,5.9270001 z" HorizontalAlignment="Right" Height="6.177" Margin="0,80.341,9.02,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Top" Width="4.45" >
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.279,0.518" StartPoint="-0.43,0.521">
|
|
<GradientStop Color="#FF040400" Offset="0.082"/>
|
|
<GradientStop Color="White" Offset="0.561"/>
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.099999999,0.099999999 L3.9000001,0.099999999 3.9000001,1.9 0.099999999,1.9 z M16.343,0.099999999 L20.143,0.099999999 20.143,1.9 16.343,1.9 z M71.156,0.099999999 L74.956,0.099999999 74.956,1.9 71.156,1.9 z M33.093,0.099999999 L36.893,0.099999999 36.893,1.9 33.093,1.9 z M52.093,0.099999999 L55.893,0.099999999 55.893,1.9 52.093,1.9 z" HorizontalAlignment="Stretch" Height="2" Margin="7.455,13.034,7.489,0" Stretch="Fill" Stroke="Black" StrokeThickness="0.2" VerticalAlignment="Top" Width="Auto" Fill="White" />
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:MagnetValve}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:MagnetValve}">
|
|
<Viewbox Stretch="Fill">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="Power">
|
|
<VisualState x:Name="ON">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="rectangle">
|
|
<EasingColorKeyFrame KeyTime="0" Value="#FF3AA92C"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
<VisualState x:Name="OFF">
|
|
<Storyboard>
|
|
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="rectangle">
|
|
<EasingColorKeyFrame KeyTime="0" Value="DarkGray"/>
|
|
</ColorAnimationUsingKeyFrames>
|
|
</Storyboard>
|
|
</VisualState>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="260" Width="150">
|
|
<Rectangle x:Name="rectangle" Margin="61.913,119.662,0.086,15.805" Stroke="Black" Width="88" Fill="#FFAAAAAA"/>
|
|
<Rectangle Margin="61.923,0,0.076,0" Stroke="Black" Height="16.8" VerticalAlignment="Bottom" Width="88" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="61.913,68.05,0.087,0" Stroke="Black" Height="52.251" VerticalAlignment="Top" Width="88" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="61.914,11.554,15.419,0" Stroke="Black" Height="53.6" VerticalAlignment="Top" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="0.094,11.558,0,0" Stroke="Black" Height="53.6" VerticalAlignment="Top" HorizontalAlignment="Left" Width="62.8" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="0.77,64.167,0,0" Stroke="Black" Height="31.733" VerticalAlignment="Top" HorizontalAlignment="Left" Width="40">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="2.004,0.629" StartPoint="-0.959,0.632">
|
|
<GradientStop Color="Gray" Offset="0.525"/>
|
|
<GradientStop Color="#FF2E2E2E" Offset="0.692"/>
|
|
<GradientStop Color="#FF2E2E2E" Offset="0.276"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="1.725,94.904,0,0" Stroke="Black" Height="12.667" VerticalAlignment="Top" HorizontalAlignment="Left" Width="37.867" RenderTransformOrigin="0.458,1.457" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="0,0.048,18.363,0" Stroke="Black" Height="9.3" VerticalAlignment="Top" HorizontalAlignment="Right" Width="37" RenderTransformOrigin="0.458,1.457" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="61.897,64.167,0.102,0" Stroke="Black" Height="4.867" VerticalAlignment="Top" Width="88" Fill="White"/>
|
|
<Rectangle Margin="0,7.928,18.363,0" Stroke="Black" Height="4.633" VerticalAlignment="Top" HorizontalAlignment="Right" Width="37" RenderTransformOrigin="0.458,1.457" Fill="#FF4B4B4B"/>
|
|
<Rectangle Margin="0,0.748,46.896,0" Stroke="Black" Height="7.467" VerticalAlignment="Top" HorizontalAlignment="Right" Width="3.567" RenderTransformOrigin="0.458,1.457" Fill="Black" StrokeThickness="0.3"/>
|
|
<Rectangle Margin="0,0.748,34.271,0" Stroke="Black" Height="7.467" VerticalAlignment="Top" HorizontalAlignment="Right" Width="3.567" RenderTransformOrigin="0.458,1.457" Fill="Black" StrokeThickness="0.3"/>
|
|
<Rectangle Margin="0,0.748,23.146,0" Stroke="Black" Height="7.467" VerticalAlignment="Top" HorizontalAlignment="Right" Width="3.567" RenderTransformOrigin="0.458,1.457" Fill="Black" StrokeThickness="0.3"/>
|
|
<Rectangle Margin="7.062,95.671,0,0" Stroke="Black" Height="11.167" VerticalAlignment="Top" HorizontalAlignment="Left" Width="5.267" RenderTransformOrigin="0.458,1.457" Fill="Black" StrokeThickness="0.3"/>
|
|
<Rectangle Margin="29.106,95.671,0,0" Stroke="Black" Height="11.167" VerticalAlignment="Top" HorizontalAlignment="Left" Width="5.267" RenderTransformOrigin="0.458,1.457" Fill="Black" StrokeThickness="0.3"/>
|
|
<Rectangle Margin="18.251,95.671,0,0" Stroke="Black" Height="11.167" VerticalAlignment="Top" HorizontalAlignment="Left" Width="5.267" RenderTransformOrigin="0.458,1.457" Fill="Black" StrokeThickness="0.3"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:SparyTube}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:SparyTube}">
|
|
<Viewbox x:Name="grid" Stretch="Fill">
|
|
<Grid Height="80" Width="250">
|
|
<Rectangle Margin="0.083,0,0.13,18.535" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="0.25" Height="7.467" VerticalAlignment="Bottom">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.696" StartPoint="0.5,-0.517">
|
|
<GradientStop Color="Black" Offset="0.183"/>
|
|
<GradientStop Color="Black" Offset="0.744"/>
|
|
<GradientStop Color="White" Offset="0.451"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="0,0,62.966,16.294" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="0.25" Height="11.734" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="14.667" Fill="#FF1D5E53"/>
|
|
<local:ControlValve HorizontalAlignment="Right" Margin="0,26.067,20.666,14.8" Width="26.667" />
|
|
<local:ControlValve HorizontalAlignment="Right" Margin="0,26.076,199.349,13.724" Width="26.401"/>
|
|
<Rectangle Margin="11.8,0,0,17.416" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="0.25" Height="10" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="2.667">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.696" StartPoint="0.5,-0.517">
|
|
<GradientStop Color="Black" Offset="0.183"/>
|
|
<GradientStop Color="Black" Offset="0.744"/>
|
|
<GradientStop Color="White" Offset="0.451"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<Rectangle Margin="14.22,0,0,17.416" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="0.25" Height="10" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="2.667">
|
|
<Rectangle.Fill>
|
|
<LinearGradientBrush EndPoint="0.5,1.696" StartPoint="0.5,-0.517">
|
|
<GradientStop Color="Black" Offset="0.183"/>
|
|
<GradientStop Color="Black" Offset="0.744"/>
|
|
<GradientStop Color="White" Offset="0.451"/>
|
|
</LinearGradientBrush>
|
|
</Rectangle.Fill>
|
|
</Rectangle>
|
|
<local:TubeT Margin="117.434,0,98.933,1.484" VerticalAlignment="Bottom" Height="41.8" RenderTransformOrigin="0.5,0.5"/>
|
|
<local:MagnetValve x:Name="MagnetValue2" HorizontalAlignment="Right" Margin="0,0,105,30.416" VerticalAlignment="Bottom" Height="30.2" Width="15.2" RenderTransformOrigin="0.5,0.5" >
|
|
<local:MagnetValve.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="-1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:MagnetValve.RenderTransform>
|
|
</local:MagnetValve>
|
|
<local:TubeT Margin="66.334,0,0,0.928" VerticalAlignment="Bottom" Height="41.784" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left" Width="33.633"/>
|
|
<local:MagnetValve x:Name="MagnetValue1" HorizontalAlignment="Right" Margin="0,0,156.165,40.815" VerticalAlignment="Bottom" Height="30.2" Width="15.2" RenderTransformOrigin="0.5,0.5">
|
|
<local:MagnetValve.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1" ScaleX="-1"/>
|
|
<SkewTransform AngleY="0" AngleX="0"/>
|
|
<RotateTransform Angle="0"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:MagnetValve.RenderTransform>
|
|
</local:MagnetValve>
|
|
<Rectangle Margin="0,38.078,58.714,27.788" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="0.25" Height="Auto" VerticalAlignment="Stretch" HorizontalAlignment="Right" Width="23.933" Fill="#FF1D5E53"/>
|
|
<Rectangle Margin="0,0,60.476,33.322" RadiusY="0" RadiusX="0" Stroke="Black" StrokeThickness="0.25" Height="6.667" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="20.267" Fill="White"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style TargetType="{x:Type local:LiquidBuf}">
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:LiquidBuf}">
|
|
<Viewbox x:Name="grid" Margin="0.083,0,-0.083,0" Stretch="Fill" ContextMenu="{StaticResource deviceContextMenu}">
|
|
<VisualStateManager.VisualStateGroups>
|
|
<VisualStateGroup x:Name="VisualStateGroup">
|
|
<VisualState x:Name="M1On"/>
|
|
<VisualState x:Name="M1Off"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup1">
|
|
<VisualState x:Name="M2On"/>
|
|
<VisualState x:Name="M2Off"/>
|
|
</VisualStateGroup>
|
|
<VisualStateGroup x:Name="VisualStateGroup2">
|
|
<VisualState x:Name="M3On"/>
|
|
<VisualState x:Name="M3Off"/>
|
|
</VisualStateGroup>
|
|
</VisualStateManager.VisualStateGroups>
|
|
<Grid Height="Auto" Width="163.917">
|
|
<Path Data="M0.49999999,0.50000002 L122.168,0.50000002 122.168,66.999999 0.49999999,66.999999 z M61.12,96.416999 L1.683,67.584 120.557,67.584 z" Height="Auto" Margin="0.384,0.601,28.156,22.482" Stretch="Fill" Stroke="Black" VerticalAlignment="Stretch">
|
|
<Path.Fill>
|
|
<LinearGradientBrush EndPoint="1.057,0.65" StartPoint="-1.008,0.617">
|
|
<GradientStop Color="Black" Offset="1"/>
|
|
<GradientStop Color="White" Offset="0.79"/>
|
|
<GradientStop Color="#FFDADADA" Offset="0.674"/>
|
|
<GradientStop Color="Black" Offset="0.433"/>
|
|
</LinearGradientBrush>
|
|
</Path.Fill>
|
|
</Path>
|
|
<Path Data="M0.5,0.5 L6.167,0.5 L6.167,14.709 L0.5,14.709 z" Fill="#FFF4F4F5" Height="14.292" Margin="64.239,0,0,10.404" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="7.319"/>
|
|
<Path Data="M0.25,0.25 L1.625,0.25 L1.625,9 L0.25,9 z M8.75,0.25 L10.125,0.25 L10.125,9 L8.75,9 z" Fill="#FFF4F4F5" HorizontalAlignment="Left" Height="9.25" Margin="29.22,0,0,3.424" Stretch="Fill" Stroke="Black" StrokeThickness="0.5" VerticalAlignment="Bottom" Width="11.389" RenderTransformOrigin="0.5,0.5">
|
|
<Path.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform ScaleY="1.098" ScaleX="0.911"/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-90"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Path.RenderTransform>
|
|
</Path>
|
|
<Path Data="M0.5,20.024 L15.673,20.024 L15.673,25.857 L0.5,25.857 z M15.837,28.979 L15.837,16.604 18.81,16.604 18.81,28.979 z M18.435,29.021 L18.435,16.646 20.998,16.646 20.998,29.021 z M62.087928,2.8080002 L69.344998,2.8080002 69.344998,8.521408 65.479384,8.521408 65.479384,23.746515 C65.479384,24.783975 64.775277,25.624999 63.906717,25.624999 L63.808426,25.624999 61.842591,25.624999 60.255998,25.624999 60.255998,25.69 21.01,25.69 21.01,19.857 60.255998,19.857 60.255998,19.911592 60.269925,19.911592 60.269925,4.7268709 C60.269925,3.7542542 60.888769,2.9542828 61.681796,2.8580855 L61.750309,2.8518625 61.770981,2.8461639 C61.873357,2.821141 61.979358,2.8079999 62.087928,2.8080002 z M69.411,0.50000018 L76.39,0.50000018 L76.39,10.949 L69.411,10.949 z M76.489,2.6130002 L79.634,2.6130002 L79.634,8.601 L76.489,8.601 z" Fill="#FFF4F4F5" HorizontalAlignment="Stretch" Height="29.521" Margin="14.759,0,52,1.228" Stretch="Fill" Stroke="Black" VerticalAlignment="Bottom" Width="Auto"/>
|
|
<local:Motor x:Name="motor" Margin="0,0,1.664,3.026" HorizontalAlignment="Right" Height="43.442" VerticalAlignment="Bottom" Width="50.131" RenderTransformOrigin="0.5,0.5">
|
|
<local:Motor.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="180"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</local:Motor.RenderTransform>
|
|
</local:Motor>
|
|
<TextBlock HorizontalAlignment="Stretch" Height="27.667" Margin="10.689,4.074,38.156,0" TextWrapping="Wrap" Text="{Binding Status, Converter={StaticResource Short2LiquidBufStatus}, RelativeSource={RelativeSource TemplatedParent}}" VerticalAlignment="Top" FontSize="21.333" TextAlignment="Center"/>
|
|
<local:HMILable x:Name="GasValve" Margin="0,0,0,0.899" Grid.Row="0" ShowCaption="False" Background="Black" OpacityMask="#00000000" Height="47.101" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="55.47"/>
|
|
<local:HMIText x:Name="Discharge" Margin="0.384,35.741,28.156,56" FontSize="21.333"/>
|
|
</Grid>
|
|
</Viewbox>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
|
|
<Style x:Key="{x:Type local:ZoomSlideControl}" TargetType="{x:Type local:ZoomSlideControl}">
|
|
<Setter Property="SnapsToDevicePixels" Value="true" />
|
|
<Setter Property="BorderBrush" Value="#FF7D7D7D" />
|
|
<Setter Property="Background" Value="#FF333333" />
|
|
<Setter Property="Foreground" Value="#FFCCCCCC" />
|
|
<Setter Property="BorderThickness" Value="1" />
|
|
<Setter Property="MinHeight" Value="120" />
|
|
<Setter Property="MinHeight" Value="120" />
|
|
<Setter Property="MinWidth" Value="40" />
|
|
<Setter Property="ContOpacity" Value="1.0" />
|
|
<Setter Property="Template">
|
|
<Setter.Value>
|
|
<ControlTemplate TargetType="{x:Type local:ZoomSlideControl}">
|
|
<Border Grid.Column="1" Width="{TemplateBinding Width}" Height="{TemplateBinding Height}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Margin="0">
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="13" />
|
|
<RowDefinition Height="10" />
|
|
<RowDefinition />
|
|
<RowDefinition Height="10" />
|
|
<RowDefinition Height="20" />
|
|
</Grid.RowDefinitions>
|
|
<Grid Name="PART_outerGrid" Background="{TemplateBinding Background}" RowSpan="5" Opacity="{Binding Path=ContOpacity, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
<TextBlock Name="PART_DisplayText" TextAlignment="Center" FontSize="9" VerticalAlignment="Center" Text="{Binding Path=Zoom, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource zoomSlideDisplayConverter}}"
|
|
Opacity="{Binding Path=ContOpacity, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
<Slider Name="PART_Slider" Grid.Row="2" TickPlacement="Both" Orientation="Vertical" LargeChange="10" SmallChange="1" TickFrequency="10" MinHeight="100" HorizontalAlignment="Center" Maximum="{Binding Path=MaxZoomTick, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
|
|
Minimum="{Binding Path=MinZoomTick, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" Value="{Binding Path=ZoomTick, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" Opacity="{Binding Path=ContOpacity, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
<Button Name="PART_FitPageButton" Grid.Row="4" Command="Zoom" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Opacity="{Binding Path=ContOpacity, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}">
|
|
<Grid>
|
|
<Canvas Height="12" Width="18">
|
|
<Rectangle Canvas.Left="3" Canvas.Top="3" Height="6" Width="12" Stroke="{StaticResource BS_LightBackgroundHighlight}" Fill="{StaticResource BS_LightBackgroundHighlight}" />
|
|
<Rectangle Canvas.Left="1" Canvas.Top="1" Height="2" Width="2" Stroke="{StaticResource BS_LightBackgroundHighlight}" Fill="{StaticResource BS_LightBackgroundHighlight}" />
|
|
<Rectangle Canvas.Left="1" Canvas.Top="9" Height="2" Width="2" Stroke="{StaticResource BS_LightBackgroundHighlight}" Fill="{StaticResource BS_LightBackgroundHighlight}" />
|
|
<Rectangle Canvas.Left="15" Canvas.Top="9" Height="2" Width="2" Stroke="{StaticResource BS_LightBackgroundHighlight}" Fill="{StaticResource BS_LightBackgroundHighlight}" />
|
|
<Rectangle Canvas.Left="15" Canvas.Top="1" Height="2" Width="2" Stroke="{StaticResource BS_LightBackgroundHighlight}" Fill="{StaticResource BS_LightBackgroundHighlight}" />
|
|
</Canvas>
|
|
</Grid>
|
|
</Button>
|
|
<Button Name="PART_ZoomInButton" Grid.Row="1" Command="IncreaseZoom" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Opacity="{Binding Path=ContOpacity, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
<Button Name="PART_ZoomOutButton" Grid.Row="3" Command="DecreaseZoom" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Opacity="{Binding Path=ContOpacity, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
</Grid>
|
|
</Border>
|
|
</ControlTemplate>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Style>
|
|
</ResourceDictionary>
|