eDosStationFull/eDosStationCore/checklist.xaml

55 lines
3.8 KiB
Text
Raw Permalink Normal View History

2026-08-18 12:15:26 +02:00
<?xml version="1.0" ?>
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<DrawingGroup x:Key="checklist_xaml">
<DrawingGroup.ClipGeometry>
<RectangleGeometry Rect="0.0,0.0,24.0,24.0"/>
</DrawingGroup.ClipGeometry>
<GeometryDrawing Brush="#ff71717a">
<GeometryDrawing.Geometry>
<PathGeometry Figures="M 19.25 7.57692 C 19.25 7.99114 19.5858 8.32692 20 8.32692 C 20.4143 8.32692 20.75 7.99114 20.75 7.57692 H 19.25 Z M 7.54545 21.75 C 7.95967 21.75 8.29545 21.4142 8.29545 21 C 8.29545 20.5858 7.95967 20.25 7.54545 20.25 V 21.75 Z M 16.6569 1.29459 L 17.1885 0.765534 L 16.6569 1.29459 Z M 20.75 7.57692 V 5.06666 H 19.25 V 7.57692 H 20.75 Z M 20.2404 3.83219 L 17.1885 0.765534 L 16.1253 1.82365 L 19.1772 4.8903 L 20.2404 3.83219 Z M 15.9481 0.25 H 2.50004 V 1.75 H 15.9481 V 0.25 Z M 0.250041 2.49999 L 0.250003 19.5 L 1.75 19.5 L 1.75004 2.5 L 0.250041 2.49999 Z M 2.5 21.75 H 7.54545 V 20.25 H 2.5 V 21.75 Z M 0.250003 19.5 C 0.250001 20.7426 1.25736 21.75 2.5 21.75 V 20.25 C 2.08579 20.25 1.75 19.9142 1.75 19.5 L 0.250003 19.5 Z M 2.50004 0.25 C 1.2574 0.25 0.250044 1.25736 0.250041 2.49999 L 1.75004 2.5 C 1.75004 2.08579 2.08583 1.75 2.50004 1.75 V 0.25 Z M 17.1885 0.765534 C 16.86 0.435529 16.4136 0.25 15.9481 0.25 V 1.75 C 16.0146 1.75 16.0783 1.7765 16.1253 1.82365 L 17.1885 0.765534 Z M 20.75 5.06666 C 20.75 4.60398 20.5668 4.16013 20.2404 3.83219 L 19.1772 4.8903 C 19.2239 4.93715 19.25 5.00056 19.25 5.06666 H 20.75 Z" FillRule="Nonzero"/>
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing>
<GeometryDrawing.Pen>
<Pen Brush="#ff71717a" Thickness="1.5" DashCap="Round" EndLineCap="Round" StartLineCap="Round"/>
</GeometryDrawing.Pen>
<GeometryDrawing.Geometry>
<PathGeometry Figures="M 5 6 H 15.5752" FillRule="Nonzero"/>
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing>
<GeometryDrawing.Pen>
<Pen Brush="#ff71717a" Thickness="1.5" DashCap="Round" EndLineCap="Round" StartLineCap="Round"/>
</GeometryDrawing.Pen>
<GeometryDrawing.Geometry>
<PathGeometry Figures="M 5 11 H 10.2374" FillRule="Nonzero"/>
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing>
<GeometryDrawing.Pen>
<Pen Brush="#ff71717a" Thickness="1.5" DashCap="Round" EndLineCap="Round" StartLineCap="Round"/>
</GeometryDrawing.Pen>
<GeometryDrawing.Geometry>
<PathGeometry Figures="M 5 16 H 7.24461" FillRule="Nonzero"/>
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing>
<GeometryDrawing.Pen>
<Pen Brush="#ff71717a" Thickness="1.5" DashCap="Flat"/>
</GeometryDrawing.Pen>
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="5.5" RadiusY="5.5" Center="17.5,17.5"/>
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing>
<GeometryDrawing.Pen>
<Pen Brush="#ff71717a" LineJoin="Round" Thickness="1.5" DashCap="Round" EndLineCap="Round" StartLineCap="Round"/>
</GeometryDrawing.Pen>
<GeometryDrawing.Geometry>
<PathGeometry Figures="M 15.5 18 L 16.5826 19.0826 C 16.8011 19.3011 17.1635 19.2711 17.3431 19.0197 L 19.5 16" FillRule="Nonzero"/>
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingBrush Stretch="Uniform" Drawing="{StaticResource checklist_xaml}" x:Key="db_checklist_xaml"/>
</ResourceDictionary>