master
editor 2 months ago
commit 92fb6714fc

@ -0,0 +1,54 @@
WPF仪表板数据显示程序
一、源码描述
WPF仪表板数据显示程序
环境VS2022 WPF
二、功能介绍
一套科技风格的WPF仪表板数据显示控件其中的控件手写实现。
三、注意事项
ctrl+F5运行即可。
作者: coderbest
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/DataDisplay
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Button.PopButton"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Button"
mc:Ignorable="d"
d:DesignHeight="26" d:DesignWidth="87">
<Viewbox>
<Grid x:Name="bgGrid" Height="26" Width="87">
<Path Data="M1.95625,0.5 L85.0625,0.5 86.5,8.00625 81.975,25.5 5.0125,25.5 0.5,7.98125 z" Stretch="Fill" Stroke="{Binding Path=ThemeColor.Stroke}"/>
<Path Data="M0,0 L50,0 L50,2 L0,2 z" Fill="{Binding Path=ThemeColor.Stroke}" Height="2" Margin="18.566,0,18.433,0" Stretch="Fill" VerticalAlignment="Bottom" Width="50" />
<Path x:Name="rec1" Data="M0,0 L25,0 L25,1.6 L0,1.6 z" Fill="{Binding Path=ThemeColor.Stroke}" Height="1.6" Margin="8.999,0,53,0" Stretch="Fill" VerticalAlignment="Top" Width="25" />
<Path x:Name="rec2" Data="M0,0 L25,0 L25,1.6 L0,1.6 z" Fill="{Binding Path=ThemeColor.Stroke}" Height="1.6" Margin="53,0,9,0" Stretch="Fill" VerticalAlignment="Top" Width="25" />
<Path x:Name="rec3" Fill="{Binding Path=ThemeColor.Stroke}" Opacity="0.3" Data="M1.95625,0.5 L85.0625,0.5 86.348171,5.763852 81.975,25.5 5.0125,25.5 0.33437037,5.7503035 z" Stretch="Fill" Margin="3,4.35">

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Label.AlertIndicator"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Label"
mc:Ignorable="d"
d:DesignHeight="20" d:DesignWidth="100">
<Viewbox>
<Grid Width="100" Height="20">
<Grid x:Name="bg" RenderTransformOrigin="0,0.5" Width="16" HorizontalAlignment="Left" Height="20" Opacity="0.3">
<Rectangle x:Name="Rec2" Fill="{Binding Path=ThemeColor.Alert}" Width="4" HorizontalAlignment="Left" Height="20"/>
<Rectangle x:Name="Rec1_Copy2" Fill="{Binding Path=ThemeColor.Alert}" Width="4" HorizontalAlignment="Left" Height="20" Margin="6,0,0,0"/>
<Rectangle x:Name="Rec1_Copy3" Fill="{Binding Path=ThemeColor.Alert}" Width="4" HorizontalAlignment="Left" Height="20" Margin="12,0,-2,0"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Label.IntRecLabel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Label"
mc:Ignorable="d"
d:DesignHeight="55" d:DesignWidth="65">
<Viewbox>
<Grid Height="55" Width="65">
<Path Fill="{Binding Path=ThemeColor.Light}" Opacity="0.3" Data="M3.578125,0.5 L56.5625,0.5 60.5,5.0916667 60.5,47.6875 55.933333,52.5 4.1375,52.5 0.5,48.36875 0.5,3.871875 z" Margin="1.7,2,2.3,0" Stretch="Fill"/>
<Path Data="M3.578125,0.5 L56.5625,0.5 60.5,5.0916667 60.5,47.6875 55.933333,52.5 4.1375,52.5 0.5,48.36875 0.5,3.871875 z" Margin="1.7,2,2.3,0" Stretch="Fill" Stroke="{Binding Path=ThemeColor.Light}"/>
<Path Data="M0.2,11.020833 L0.083333336,4.4706663 4.0452636,-0.075449224 58.54948,0.033928561 63.397893,5.6621967 63.306482,44.58402" Margin="0,0,0.508,9.342" Stretch="Fill" Stroke="{Binding Path=ThemeColor.Light}"/>
<Label x:Name="valueLabel" Content=" 0.0°" Margin="2.7,6.1,3.4,23.66" d:LayoutOverrides="Height" FontSize="18" Padding="2,0,0,0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="{Binding Path=ThemeColor.TextEnabled}" FontFamily="Microsoft YaHei"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Label.RectLabel1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Label"
mc:Ignorable="d"
d:DesignHeight="27" d:DesignWidth="105">
<Viewbox>
<Grid Height="27" Width="105">
<Path Stroke="{Binding Path=ThemeColor.Light}" Data="M0.5,0.5 L104.5,0.5 104.5,26.5 10.083333,26.5 0.5,16.875 z" Stretch="Fill"></Path>
<Path Fill="{Binding Path=ThemeColor.Light}" Opacity="0.3" Data="M0.5,0.5 L104.5,0.5 104.5,26.5 10.083333,26.5 0.5,16.875 z" Stretch="Fill"></Path>
<Label x:Name="label" Content="TITLE" Margin="4.968,0,0,0" VerticalAlignment="Center" Background="{x:Null}" Foreground="{Binding Path=ThemeColor.TextEnabled}" Height="27" HorizontalAlignment="Center" Width="100.032" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Padding="0" FontFamily="Microsoft YaHei" FontSize="19"/>
</Grid>
</Viewbox>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Label.RectLabel2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Label"
mc:Ignorable="d"
d:DesignHeight="73" d:DesignWidth="130">
<Viewbox>
<Grid Height="73" Width="130">
<Rectangle Stroke="{Binding Path=ThemeColor.Light}"/>
<Rectangle HorizontalAlignment="Left" Margin="12.35,12.633,0,10" Width="7.65" Fill="{Binding Path=ThemeColor.Light}"/>
<Rectangle HorizontalAlignment="Left" Width="2" Fill="{Binding Path=ThemeColor.Light}" Height="10" VerticalAlignment="Bottom"/>
<Rectangle HorizontalAlignment="Left" Width="27.367" Fill="{Binding Path=ThemeColor.Light}" Height="2" VerticalAlignment="Bottom" Margin="1.967,0,0,0"/>
<Rectangle HorizontalAlignment="Right" Width="1.667" Fill="{Binding Path=ThemeColor.Light}" Height="16.3" VerticalAlignment="Top" Margin="0,7.333,0,0"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Label.RectLabel3"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Label"
mc:Ignorable="d"
d:DesignHeight="26" d:DesignWidth="87">
<Viewbox>
<Grid x:Name="bgGrid" Width="87" Height="26">
<Path Data="M1.975,0.5 L85.00625,0.5 86.5,8.16875 81.3125,25.5 5.9125,25.5 0.5,7.975 z" Stretch="Fill" Stroke="#FF69C4D6"/>
<Path Data="M1.975,0.5 L85.00625,0.5 86.5,8.16875 81.3125,25.5 5.9125,25.5 0.5,7.975 z" Stretch="Fill" Margin="3,4">
<Path.Fill>
<SolidColorBrush Color="#FF69C4D6" Opacity="0.3"/>
</Path.Fill>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Loader.Loader"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Loader"
mc:Ignorable="d"
d:DesignHeight="800" d:DesignWidth="800">
<Viewbox>
<Grid Height="800" Width="800">
<Rectangle Name="Rect1" Height="200" Width="120" Fill="#FFFFFFFF" RadiusY="60" RadiusX="60" VerticalAlignment="Top" d:IsLocked="True"/>
<Rectangle Name="Rect2" Height="200" Width="120" Fill="#20FFFFFF" RadiusY="60" RadiusX="60" VerticalAlignment="Top" d:LayoutOverrides="Width" RenderTransformOrigin="0.5,2">
<Rectangle.RenderTransform>
<TransformGroup>
<ScaleTransform/>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.ArchProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing"
mc:Ignorable="d"
d:DesignHeight="130" d:DesignWidth="100">
<Viewbox>
<Grid Height="130" Width="100" HorizontalAlignment="Center" VerticalAlignment="Center">
<Rectangle Height="22" VerticalAlignment="Top" RadiusX="11" RadiusY="11" Stroke="{Binding Path=ThemeColor.Light}"/>
<Label x:Name="TitleLabel" Content="Pressure(MPa)" VerticalAlignment="Top" Height="22" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Padding="0" Foreground="{Binding Path=ThemeColor.TextEnabled}" FontSize="13"/>
<ed:Arc ArcThickness="0" ArcThicknessUnit="Pixel" EndAngle="100" Margin="6,39,6,0" Stretch="None" Stroke="{Binding Path=ThemeColor.Light}" StartAngle="-100" Height="88" StrokeThickness="2" VerticalAlignment="Top" d:LayoutOverrides="Height"/>
<ed:Arc x:Name="Arcbgblue1" ArcThickness="0" ArcThicknessUnit="Pixel" EndAngle="100" Margin="13.5,0,13.5,10.5" Stretch="None" StartAngle="0" Height="73" StrokeThickness="3" StrokeDashArray="2 1.7" VerticalAlignment="Bottom" d:LayoutOverrides="Height" RenderTransformOrigin="0.5,0.5">

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using Microsoft.Expression.Shapes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.Battery"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d" Height="315" Width="148">
<Viewbox>
<Grid Width="148" Height="315" HorizontalAlignment="Right" VerticalAlignment="Top">
<Path Data="M24.624999,1 L138.4,1 138.4,312.867 1,312.867 1,35.092 z" Margin="8.6,1.133,0,0" Stretch="Fill" Stroke="{Binding Path=ThemeColor.Light}" StrokeThickness="2"/>
<Path Data="M3.15,33.6 L2.5500001,11.799998 10.4986,0.94381839 26.265478,0.94381842 z" HorizontalAlignment="Left" Height="34.6" Margin="3.617,0,0,0" Stretch="Fill" StrokeThickness="2" VerticalAlignment="Top" Width="25.659" Fill="{Binding Path=ThemeColor.Light}"/>
<Grid Margin="32.1,0,15.9,20" Width="100" Height="264" VerticalAlignment="Bottom" Opacity="0.2">
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Height="25" Margin="0" VerticalAlignment="Bottom" Width="100"/>
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Height="25" VerticalAlignment="Bottom" Width="100" Margin="0,0,0,26.6"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.HoriProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="10" d:DesignWidth="210">
<Viewbox>
<Grid Height="10" Width="210">
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Opacity="0.3" x:Name="Line" HorizontalAlignment="Right" Width="100" Margin="0,2,5,2" RenderTransformOrigin="0,0.5" />
<Rectangle Fill="{Binding Path=ThemeColor.TextHighLight}" Opacity="0.3" x:Name="Line_Copy1" HorizontalAlignment="Left" Width="100" Margin="5,2,0,2" RenderTransformOrigin="1,0.5" />
<Grid x:Name="yellowBar" HorizontalAlignment="Right" Width="0" Margin="0,2,105,2" RenderTransformOrigin="1,0.5" Background="{Binding Path=ThemeColor.TextHighLight}"/>
<Grid x:Name="blueBar" Margin="105,2,0,2" RenderTransformOrigin="0,0.5" Background="{Binding Path=ThemeColor.Light}" HorizontalAlignment="Left" Width="0"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Ratio;
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.HoriProcessHalf"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="30" d:DesignWidth="300">
<Viewbox>
<Grid Width="300" Height="30">
<Rectangle Opacity="0.3" Height="3.886" Fill="#69C4D6" VerticalAlignment="Bottom" Margin="0.017,0,0,0"/>
<Rectangle x:Name="Rec" HorizontalAlignment="Right" Width="0" Fill="#69C4D6" Opacity="0.98" Margin="0,26,0,0"/>
<Label x:Name="ValueLabel" Content="0.00m" Margin="0.017,0,0,4.619" Padding="0" FontFamily="/WpfApp1;component/Resource/Font/#MJNgai PRC Medium_Dospy-DDC" FontSize="14" Background="{x:Null}" Foreground="White" VerticalContentAlignment="Center" HorizontalAlignment="Left" Width="126.026"/>
<Label x:Name="PointNameLabel" Content="Data" Margin="126.043,0,48.423,4.619" Padding="0" FontFamily="/WpfApp1;component/Resource/Font/#MJNgai PRC Medium_Dospy-DDC" FontSize="18" Background="{x:Null}" Foreground="#3CAFB1" HorizontalContentAlignment="Right" VerticalContentAlignment="Center"/>
<Grid HorizontalAlignment="Right" Margin="0,7.162,4.147,11.4" Width="41.176">

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.RichHoriProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="24" d:DesignWidth="225">
<Viewbox>
<Grid Height="24" Width="225">
<Label x:Name="labelValue" Content="0" HorizontalAlignment="Left" Margin="0,0,0,6" Width="71" Foreground="{Binding Path=ThemeColor.TextEnabled}" Padding="0" FontFamily="Microsoft YaHei" VerticalContentAlignment="Center"/>
<Label x:Name="labelTitle" Content="DATA" Margin="68.8,0.043,0,5.957" Foreground="{Binding Path=ThemeColor.TextEnabled}" Padding="0" HorizontalContentAlignment="Right" FontFamily="Microsoft YaHei" FontSize="14" VerticalContentAlignment="Center"/>
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Height="3.5" VerticalAlignment="Bottom" Margin="0,0,0,1.25" Opacity="0.3"/>
<Rectangle x:Name="rect" Fill="{Binding Path=ThemeColor.Light}" Height="3.5" VerticalAlignment="Bottom" Margin="0,0,0,1.25" Width="0" HorizontalAlignment="Right"/>
<Label x:Name="labelRange" Content="(0-100)" Margin="76,1,0,8" FontFamily="Microsoft YaHei" Foreground="{Binding Path=ThemeColor.TextEnabled}" Padding="0" FontSize="11" HorizontalAlignment="Left" Width="71" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.RichRoundProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing"
mc:Ignorable="d"
d:DesignHeight="136" d:DesignWidth="110">
<UserControl.Resources>
<Storyboard x:Key="RoundAnimate" RepeatBehavior="Forever">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="grid">
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
<EasingDoubleKeyFrame KeyTime="0:0:10" Value="-360"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing" x:Class="DSF.Net.Controllers.Process.RotateProcess"
mc:Ignorable="d"
d:DesignHeight="72" d:DesignWidth="72">
<UserControl.Resources>
<Storyboard x:Key="RotateAnimate" RepeatBehavior="Forever">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="grid">
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
<EasingDoubleKeyFrame KeyTime="0:0:10" Value="360"/>
</DoubleAnimationUsingKeyFrames>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing" x:Class="DSF.Net.Controllers.Process.RotateProcessHalf"
mc:Ignorable="d"
d:DesignHeight="140" d:DesignWidth="140">
<Viewbox>
<Grid Height="140" Width="140">
<Grid Height="130" Width="130" Margin="5,5,5,5">
<Ellipse Height="130" Stroke="{Binding Path=ThemeColor.Light}" StrokeThickness="4" Width="130"/>
<Ellipse Height="127" Margin="1.5,1.5,1.5,1.5" Stroke="{Binding Path=ThemeColor.TextEnabled}" Width="127"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Animation;
namespace DSF.Net.Controllers.Process
{
public partial class RotateProcessHalf : UserControl,IUserTheme
{
public RotateProcessHalf()
{
InitializeComponent();
DataContext = this;
}

@ -0,0 +1,15 @@
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing" x:Class="DSF.Net.Controllers.Process.RoundLabel"
mc:Ignorable="d"
d:DesignHeight="56" d:DesignWidth="56">
<UserControl.Resources>
<Storyboard x:Key="RoundAnimate" RepeatBehavior="Forever">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="grid">
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
<EasingDoubleKeyFrame KeyTime="0:0:15" Value="-360"/>
</DoubleAnimationUsingKeyFrames>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.ScaledHoriProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="32" d:DesignWidth="160">
<Viewbox>
<Grid Height="32" Width="160">
<Label x:Name="labelValue" Content="0.00" Margin="99,16,0,0" Foreground="{Binding Path=ThemeColor.TextEnabled}" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontFamily="Microsoft YaHei" HorizontalAlignment="Left" Width="48" FontSize="10" Background="#00000000" Height="15" VerticalAlignment="Top"/>
<Grid Height="8" Margin="53,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="94">
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Opacity="0.3" HorizontalAlignment="Left" Width="6"/>
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Opacity="0.3" HorizontalAlignment="Left" Width="6" Margin="8,0,0,0"/>
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Opacity="0.3" HorizontalAlignment="Left" Width="6" Margin="16,0,0,0"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.ScaledVertiProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="240" d:DesignWidth="110">
<Viewbox>
<Grid Height="240" Width="110">
<Rectangle Margin="-0.102,20.846,0,7.854" Stroke="{Binding Path=ThemeColor.Light}" Width="29" HorizontalAlignment="Left" d:LayoutOverrides="Width" Height="210"/>
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Height="10" Margin="0.098,3.375,0,0" VerticalAlignment="Top" Width="3" HorizontalAlignment="Left"/>
<Rectangle Fill="{Binding Path=ThemeColor.Alert}" HorizontalAlignment="Left" Height="10" Margin="4.665,3.375,0,0" VerticalAlignment="Top" Width="2"/>
<Label x:Name="lableLimit" Content="100V" VerticalContentAlignment="Center" Padding="0" FontFamily="Microsoft YaHei" Foreground="{Binding Path=ThemeColor.TextEnabled}" Height="16" Margin="10,0,0,0" VerticalAlignment="Top" Background="{x:Null}" HorizontalAlignment="Left" Width="30"/>
<Grid HorizontalAlignment="Left" Margin="3.199,0,0,11.8" Width="22.533" Opacity="0.3" Height="198.108" VerticalAlignment="Bottom">

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing" x:Class="DSF.Net.Controllers.Process.TitledRoundProcess"
mc:Ignorable="d"
d:DesignHeight="140" d:DesignWidth="140">
<UserControl.Resources>
<Storyboard x:Key="RoundAnimate" RepeatBehavior="Forever">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="ellipse">
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
<EasingDoubleKeyFrame KeyTime="0:0:15" Value="360"/>
</DoubleAnimationUsingKeyFrames>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.TitledVertiProcess"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="156" d:DesignWidth="60">
<Viewbox>
<Grid Height="156" Width="60">
<Label x:Name="labelValue" Content="60.00℃" VerticalAlignment="Top" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Padding="0" FontSize="15" FontFamily="/WpfApp1;component/Resource/Font/#MJNgai PRC Medium_Dospy-DDC" Foreground="{Binding Path=ThemeColor.TextEnabled}"/>
<Label x:Name="labelText" Content="DATA" HorizontalAlignment="Left" Margin="0,139,0,0" VerticalAlignment="Top" Width="60" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Padding="0" FontSize="14" Foreground="{Binding Path=ThemeColor.TextEnabled}" FontFamily="/WpfApp1;component/Resource/Font/#MJNgai PRC Medium_Dospy-DDC"/>
<Grid Margin="0,19,0,0" Height="120" VerticalAlignment="Top" d:LayoutOverrides="Height">
<Grid Width="10" Height="120" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="24.5,0">
<Rectangle HorizontalAlignment="Left" Height="10" Margin="0,0,0,0" Stroke="{Binding Path=ThemeColor.Light}" Opacity="0.3" StrokeThickness="10" StrokeMiterLimit="6" VerticalAlignment="Bottom" Width="10"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Process.VertiProcessFull"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Process"
mc:Ignorable="d"
d:DesignHeight="128" d:DesignWidth="90">
<Viewbox>
<Grid Height="128" Width="90" Margin="0,0,0,0">
<Rectangle Fill="{Binding Path=ThemeColor.Light}" Margin="15,16,0,0" Width="9" HorizontalAlignment="Left" Opacity="0.3" Height="50" VerticalAlignment="Top"/>
<Rectangle Fill="{Binding Path=ThemeColor.TextHighLight}" Margin="15,0,0,10.667" Width="9" Height="50" HorizontalAlignment="Left" Opacity="0.3" VerticalAlignment="Bottom"/>
<Rectangle x:Name="blueRec" Fill="{Binding Path=ThemeColor.Light}" Margin="15,0,0,62.667" Width="9" RenderTransformOrigin="0.5,1" HorizontalAlignment="Left" Height="0" VerticalAlignment="Bottom"/>
<Rectangle x:Name="orangeRec" Fill="{Binding Path=ThemeColor.TextHighLight}" Margin="15,67.333,0,0" Width="9" HorizontalAlignment="Left" RenderTransformOrigin="0.5,0" Height="0" VerticalAlignment="Top"/>
<Rectangle Fill="{Binding Path=ThemeColor.TextEnabled}" Margin="10,65,60,61" Height="2" Width="20"/>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DSF.Net.Controllers.Ratio
{
public enum HoriRatioStatus
{
LeftSelected,
RightSelected
}
public enum VertiRatioStatus

@ -0,0 +1,15 @@
<UserControl x:Name="userControl" x:Class="DSF.Net.Controllers.Ratio.HoriRatioxaml"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Ratio"
mc:Ignorable="d"
d:DesignHeight="40" d:DesignWidth="395">
<UserControl.Resources>
<Storyboard x:Key="SelectToLeft">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="select">
<EasingDoubleKeyFrame KeyTime="0" Value="0">
<EasingDoubleKeyFrame.EasingFunction>
<QuinticEase EasingMode="EaseOut"/>
</EasingDoubleKeyFrame.EasingFunction>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Ratio.VertiRatio"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Ratio"
mc:Ignorable="d"
d:DesignHeight="100" d:DesignWidth="189">
<UserControl.Resources>
<Storyboard x:Key="SelectToDown">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="grid">
<EasingDoubleKeyFrame KeyTime="0" Value="0">
<EasingDoubleKeyFrame.EasingFunction>
<QuarticEase EasingMode="EaseOut"/>
</EasingDoubleKeyFrame.EasingFunction>

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DSF.Net.Controllers.Switch
{
public enum SwitchStatus
{
On,
Off
}
}

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Switch.TitledSwich1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Switch"
mc:Ignorable="d"
d:DesignHeight="20" d:DesignWidth="150">
<Viewbox>
<Grid Height="20" Width="150">
<Label x:Name="TitleLabel" Content="TitledSwitch1" Margin="0,0,59.08,0" Foreground="{Binding Path=ThemeColor.TextEnabled}" VerticalContentAlignment="Center" Padding="0" FontSize="15" FontFamily="/WpfApp1;component/Resource/Font/#MJNgai PRC Medium_Dospy-DDC" VerticalAlignment="Top" Height="20"/>
<Grid x:Name="SwitchOff" HorizontalAlignment="Right" Width="50" Height="20" Visibility="Hidden">
<Rectangle Margin="3.067,2,2.933,1.999" RadiusX="8" RadiusY="8" Height="16" Opacity="0.7" Fill="#FF310C09"/>
<Label x:Name="LabelOff" Content="Off" Margin="10.334,2.003,10.666,1.999" Foreground="{Binding Path=ThemeColor.TextDisabled}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Padding="0" FontSize="11" Background="#00818181"/>
</Grid>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,15 @@
<UserControl x:Class="DSF.Net.Controllers.Switch.TitledSwitch2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:DSF.Net.Controllers.Switch"
mc:Ignorable="d"
d:DesignHeight="35" d:DesignWidth="161">
<Viewbox>
<Grid Height="35" Width="161">
<Grid Margin="0,0,0,0.112">
<Path Data="M4.4625,0.5 L159.85,0.015999671 159.78334,24.14924 150.18334,33.299647 73.216667,33.333333 67.95,30 0.5,30.033333 0.5,3.75 z" HorizontalAlignment="Left" Height="34.317" Margin="0,0.517,0,0" Stretch="Fill" Stroke="{Binding Path=ThemeColor.Stroke}" VerticalAlignment="Top" Width="160.35" />
<Path Data="M149.35,2.0875 L159.30001,2.0875 159.30001,6.3870001" HorizontalAlignment="Right" Height="9" Stretch="Fill" Stroke="{Binding Path=ThemeColor.Stroke}" VerticalAlignment="Top" Width="13"/>
<Path Data="M159.25,26.8875 L159.3,31.087001 156.24982,33.837827 152.24957,33.888335 z" HorizontalAlignment="Right" Height="8" Margin="0,0,0.7,0" Stretch="Fill" VerticalAlignment="Bottom" Width="8.05" Fill="{Binding Path=ThemeColor.Stroke}"/>
</Grid>

@ -0,0 +1,15 @@
using DSF.Net.Controllers.Theme;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

@ -0,0 +1,15 @@
using System.Windows.Media;
namespace DSF.Net.Controllers.Theme
{
public class Colors
{
public Brush TextEnabled { get; set; }
public Brush TextDisabled { get; set; }
public Brush TextHighLight { get; set; }
public Brush Light { get; set; }
public Brush Dark { get; set; }
public Brush Stroke { get; set; }
public Brush Alert { get; set; }
/// <summary>
/// 默认主题

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DSF.Net.Controllers.Theme
{
public interface IUserTheme
{
Colors ThemeColor { get; set; }
}
}

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2155B6C8-E68D-4A1E-8D03-ACA0B3C7712A}</ProjectGuid>
<OutputType>library</OutputType>
<RootNamespace>DSF.Net</RootNamespace>
<AssemblyName>DSF.Net</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<Deterministic>true</Deterministic>

@ -0,0 +1,15 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("DSF.Net")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DSF.Net")]
[assembly: AssemblyCopyright("Copyright © 2020")]

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本: 4.0.30319.42000
//
// 对此文件的更改可能导致不正确的行为,如果
// 重新生成代码,则所做更改将丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace DSF.Net.Properties {
/// <summary>
/// 强类型资源类,用于查找本地化字符串等。

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...

@ -0,0 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace DSF.Net.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Button\PopButton.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "067BF494BC965DCBC5150CAD8D0ECAB0AD6757437EF4A170CA5B3323E8E0ABD0"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Button;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Button\PopButton.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "067BF494BC965DCBC5150CAD8D0ECAB0AD6757437EF4A170CA5B3323E8E0ABD0"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Button;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\AlertIndicator.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "93C6C5428CEBDD58D7DD66B63213594067ABF37CD8BC09D94B2F50319936D3F5"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\AlertIndicator.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "93C6C5428CEBDD58D7DD66B63213594067ABF37CD8BC09D94B2F50319936D3F5"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\IntRecLabel.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "591A8BC075C4AFC4540CAF0AEFEAE11A080DFE79DBDCE4DBAC4D5B772583F48F"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\IntRecLabel.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "591A8BC075C4AFC4540CAF0AEFEAE11A080DFE79DBDCE4DBAC4D5B772583F48F"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\RectLabel1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "21ABEF9ADAAD6C3D5C3EA698051D3CB89B8C0B1C3BF39966DD32F4D95D4574D2"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\RectLabel1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "21ABEF9ADAAD6C3D5C3EA698051D3CB89B8C0B1C3BF39966DD32F4D95D4574D2"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\RectLabel2.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "03C9027051EE553619B260FD23581591EC91807EEEBBFC16AFC1EF3623E9296D"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\RectLabel2.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "03C9027051EE553619B260FD23581591EC91807EEEBBFC16AFC1EF3623E9296D"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\RectLabel3.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "550891F1B110CB37432043BDA0E3C494ED413F6BCE2237C6D4380A8944C4346C"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Label\RectLabel3.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "550891F1B110CB37432043BDA0E3C494ED413F6BCE2237C6D4380A8944C4346C"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Label;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Loader\Loader.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAAEE1AF40A6EF43ABD12474CB5D9AFD5B380FA0B051C4B596DE08DCB53FEC33"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Loader;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Loader\Loader.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAAEE1AF40A6EF43ABD12474CB5D9AFD5B380FA0B051C4B596DE08DCB53FEC33"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Loader;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\ArchProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DD50FDFEF00C0234EFD2BE3A75247C921FC18A12D8440780E89BB1E7F798F050"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\ArchProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DD50FDFEF00C0234EFD2BE3A75247C921FC18A12D8440780E89BB1E7F798F050"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\Battery.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA3B712544DA87EFCD62E2B8C8E3E1425752449B9CA1DC700667E8B7CAEF6C74"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\Battery.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA3B712544DA87EFCD62E2B8C8E3E1425752449B9CA1DC700667E8B7CAEF6C74"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\HoriProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F9D45F61D7CCDD62880FEE6298CB61E39F62B8799980C84B6339FA15D20ABBAE"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\HoriProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F9D45F61D7CCDD62880FEE6298CB61E39F62B8799980C84B6339FA15D20ABBAE"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\HoriProcessHalf.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9C0FDA8384AE4D0BCC197076F9E43C334583829F7764D3E19A98273FBD844BE6"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\HoriProcessHalf.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9C0FDA8384AE4D0BCC197076F9E43C334583829F7764D3E19A98273FBD844BE6"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RichHoriProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7A3F8874CB9D7B4F4CB9C89FF28B33598E3FB862A9612B4F1A3AEF4EC769C124"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RichHoriProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7A3F8874CB9D7B4F4CB9C89FF28B33598E3FB862A9612B4F1A3AEF4EC769C124"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RichRoundProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1453BD63B02D6F76C7C03BA93FFCD209223BC8443C7ACD44EC5B70830BF6F356"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RichRoundProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1453BD63B02D6F76C7C03BA93FFCD209223BC8443C7ACD44EC5B70830BF6F356"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RotateProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C237D2A6A4AEC37D5060777B340DD88D75A0E280234C4072AEA0DB7EAD4844B7"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RotateProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C237D2A6A4AEC37D5060777B340DD88D75A0E280234C4072AEA0DB7EAD4844B7"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RotateProcessHalf.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CF8ADAAB8D77214FDED4C93A6D9477791C911A8894722DD07C23E5494B378188"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RotateProcessHalf.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CF8ADAAB8D77214FDED4C93A6D9477791C911A8894722DD07C23E5494B378188"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RoundLabel.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1DD4AC5685A4D2235C2B84FE124B473F6CA41481CA7E73AA655F4F2244FA6A8D"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\RoundLabel.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1DD4AC5685A4D2235C2B84FE124B473F6CA41481CA7E73AA655F4F2244FA6A8D"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\ScaledHoriProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DB93EB538C5CCDA7CB5972E5FA9D094EBCBF931FBEA5D2A48CE394001A3FE839"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\ScaledHoriProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DB93EB538C5CCDA7CB5972E5FA9D094EBCBF931FBEA5D2A48CE394001A3FE839"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\ScaledVertiProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1545F0AECA011B93CEA0E6FCE2AD2661460D3FC1C11A9E13F7B1AEC13AE45353"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\ScaledVertiProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1545F0AECA011B93CEA0E6FCE2AD2661460D3FC1C11A9E13F7B1AEC13AE45353"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\TitledRoundProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "904932E1E0D2DD0E167DC9393F2AB8F9F255D9883BABD18B55AE94F6C744B87D"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\TitledRoundProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "904932E1E0D2DD0E167DC9393F2AB8F9F255D9883BABD18B55AE94F6C744B87D"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;

@ -0,0 +1,15 @@
#pragma checksum "..\..\..\..\Controllers\Process\TitledVertiProcess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "652790F6A81EC580BA2FD9676B19B8005DA26D5E8A23F52E219B3AC92F54AE26"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using DSF.Net.Controllers.Process;
using System;
using System.Diagnostics;
using System.Windows;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save