TaskManager.xaml
4.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8" ?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<DrawingBrush x:Key="TaskManager" Stretch="Uniform">
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Geometry="F1 M 48.5011,140.999L 288,140.999L 288,395.999L 48.5011,395.999L 48.5011,140.999 Z ">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="15" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M 48.5011,140.999L 288,140.999L 288,195.642L 48.5011,195.642L 48.5011,140.999 Z ">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="15" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M 91.1105,232.07L 274.501,232.07L 274.501,359.57L 91.1105,359.57L 91.1105,232.07 Z ">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="15" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M 183.653,304.927L 288,304.927L 288,395.999L 183.653,395.999L 183.653,304.927 Z ">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="15" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 235.826,286.713C 264.641,286.713 288,294.868 288,304.927C 288,314.987 264.641,323.142 235.826,323.142C 207.012,323.142 183.653,314.987 183.653,304.927C 183.653,294.868 207.012,286.713 235.826,286.713 Z ">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="15" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 48.5011,159.213L 288,159.213">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="10" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="F1 M 48.5011,177.427L 288,177.427">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFFFFFF"
LineJoin="Round"
Thickness="10" />
</GeometryDrawing.Pen>
</GeometryDrawing>
<GeometryDrawing Geometry="F1 M 17.5011,77.9989L 383.999,77.9989L 383.999,464.999L 17.5011,464.999L 17.5011,77.9989 Z ">
<GeometryDrawing.Pen>
<Pen
Brush="#FFFF5000"
LineJoin="Round"
Thickness="0.0999959" />
</GeometryDrawing.Pen>
</GeometryDrawing>
</DrawingGroup.Children>
</DrawingGroup>
</DrawingBrush.Drawing>
</DrawingBrush>
<DrawingBrush x:Key="层_1" Stretch="Uniform" />
</ResourceDictionary>