Skip to content

Commit c7ddd3f

Browse files
committed
icons
1 parent bf42b64 commit c7ddd3f

22 files changed

+234
-115
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
<DrawingBrush x:Key="IconAddNode" >
4+
<DrawingBrush.Drawing>
5+
<DrawingGroup>
6+
<DrawingGroup.Children>
7+
<GeometryDrawing Brush="LightGray" Geometry="F1M15,3L15,15 1,15 1,6 2,6 2,14 14,14 14,6 8,6 8,3z" />
8+
<GeometryDrawing Brush="#FF388A34" Geometry="F1M7,3.0181L5,3.0181 5,1.0001 3.019,1.0001 3.019,3.0181 1,3.0181 1,5.0001 3.019,5.0001 3.019,7.0001 5,7.0001 5,5.0001 7,5.0001z" />
9+
</DrawingGroup.Children>
10+
</DrawingGroup>
11+
</DrawingBrush.Drawing>
12+
</DrawingBrush>
13+
</ResourceDictionary>

SimpleStateMachineNodeEditor/Icons/ApplicationConnectionDiagram.xaml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
<DrawingBrush x:Key="IconClose" >
4+
<DrawingBrush.Drawing>
5+
<DrawingGroup>
6+
<DrawingGroup.Children>
7+
<GeometryDrawing Brush="LightGray" Geometry="F1M8.583,8L13,12.424 12.424,13 8,8.583 3.576,13 3,12.424 7.417,8 3,3.576 3.576,3 8,7.417 12.424,3 13,3.576z"/>
8+
</DrawingGroup.Children>
9+
</DrawingGroup>
10+
</DrawingBrush.Drawing>
11+
</DrawingBrush>
12+
</ResourceDictionary>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
<DrawingBrush x:Key="IconCopy" >
4+
<DrawingBrush.Drawing>
5+
<DrawingGroup>
6+
<DrawingGroup.Children>
7+
<GeometryDrawing Brush="LightGray" Geometry="M20.6,0H8l0,1.5V6H4.1L2.8,6v18l1.3,0h10.2l1.2,0v-6h4l1.1,0V4.5V0z M14.3,22.5H4.1v-15h3.8v9.1l0,1.4h6.3V22.5z M19.4,16.5H9.2v-15h10.2V16.5z"/>
8+
</DrawingGroup.Children>
9+
</DrawingGroup>
10+
</DrawingBrush.Drawing>
11+
</DrawingBrush>
12+
</ResourceDictionary>

SimpleStateMachineNodeEditor/Icons/DeleteRelationship.xaml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
<DrawingBrush x:Key="IconDeleteScheme" >
4+
<DrawingBrush.Drawing>
5+
<DrawingGroup>
6+
<DrawingGroup.Children>
7+
<GeometryDrawing Brush="LightGray" Geometry="F1M14,6L9,6 9,3 14,3z M8,14L3,14 3,11 8,11z M8,1L8,7 12,7 12,12 9,12 9,9 2,9 2,15 9,15 9,13 13,13 13,7 15,7 15,1z" />
8+
<GeometryDrawing Brush="#FFA1260D" Geometry="F1M3.9699,2.9698L1.9999,0.999799999999999 0.9399,2.0608 2.9089,4.0298 0.9399,5.9998 1.9999,7.0598 3.9699,5.0908 5.9389,7.0598 6.9999,5.9998 5.0299,4.0298 6.9999,2.0608 5.9389,0.999799999999999z" />
9+
</DrawingGroup.Children>
10+
</DrawingGroup>
11+
</DrawingBrush.Drawing>
12+
</DrawingBrush>
13+
</ResourceDictionary>

SimpleStateMachineNodeEditor/Icons/Icons.xaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@
88
<ResourceDictionary Source="ExportScheme.xaml"/>
99
<ResourceDictionary Source="CollapseUp.xaml"/>
1010
<ResourceDictionary Source="CollapseUpGroup.xaml"/>
11-
<ResourceDictionary Source="DeleteRelationship.xaml"/>
11+
<ResourceDictionary Source="DeleteScheme.xaml"/>
1212
<ResourceDictionary Source="Error.xaml"/>
1313
<ResourceDictionary Source="ErrorList.xaml"/>
1414
<ResourceDictionary Source="Save.xaml"/>
1515
<ResourceDictionary Source="ExpandDown.xaml"/>
16+
<ResourceDictionary Source="Restore.xaml"/>
17+
<ResourceDictionary Source="Minimize.xaml"/>
18+
<ResourceDictionary Source="Maximize.xaml"/>
19+
<ResourceDictionary Source="SelectAll.xaml"/>
1620
<ResourceDictionary Source="Loop.xaml"/>
21+
<ResourceDictionary Source="Close.xaml"/>
22+
<ResourceDictionary Source="Copy.xaml"/>
1723
<ResourceDictionary Source="ExpandDownGroup.xaml"/>
18-
24+
<ResourceDictionary Source="AddNode.xaml"/>
1925
<ResourceDictionary Source="Redo.xaml"/>
2026
<ResourceDictionary Source="Relationship.xaml"/>
2127
<ResourceDictionary Source="SaveAs.xaml"/>

SimpleStateMachineNodeEditor/Icons/ImportScheme.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<DrawingBrush.Drawing>
55
<DrawingGroup>
66
<DrawingGroup.Children>
7-
<GeometryDrawing Brush="LightGray" Geometry="F1M2.9997,0.999700000000001L2.9997,8.7957 3.7957,7.9997 3.9997,7.9997 3.9997,1.9997 8.9997,1.9997 8.9997,5.9997 12.9997,5.9997 12.9997,10.7957 14.0007,11.7957 14.0007,4.7937 10.2067,0.999700000000001z M9.9997,2.2067L12.7927,5.0007 9.9997,5.0007z M5.3357,14.8147L6.2637,15.1857 8.6647,9.1857 7.7357,8.8147z M9.2307,9.8537L11.3767,12.0007 9.2307,14.1467 9.9377,14.8537 12.7907,12.0007 9.9377,9.1467z M1.2097,12.0007L4.0627,14.8537 4.7697,14.1467 2.6237,12.0007 4.7697,9.8537 4.0627,9.1467z M12.9997,13.2057L12.9997,14.0007 12.2047,14.0007 11.2047,14.9997 14.0007,14.9997 14.0007,12.2047z" />
8-
</DrawingGroup.Children>
7+
<GeometryDrawing Brush="LightGray" Geometry="F1M2.9997,0.999700000000001L2.9997,8.7957 3.7957,7.9997 3.9997,7.9997 3.9997,1.9997 8.9997,1.9997 8.9997,5.9997 12.9997,5.9997 12.9997,10.7957 14.0007,11.7957 14.0007,4.7937 10.2067,0.999700000000001z M9.9997,2.2067L12.7927,5.0007 9.9997,5.0007z M12.9997,13.2057L12.9997,14.0007 12.2047,14.0007 11.2047,14.9997 14.0007,14.9997 14.0007,12.2047z" />
8+
<GeometryDrawing Brush="#ac79d5" Geometry=" M5.3357,14.8147L6.2637,15.1857 8.6647,9.1857 7.7357,8.8147z M9.2307,9.8537L11.3767,12.0007 9.2307,14.1467 9.9377,14.8537 12.7907,12.0007 9.9377,9.1467z M1.2097,12.0007L4.0627,14.8537 4.7697,14.1467 2.6237,12.0007 4.7697,9.8537 4.0627,9.1467z"/>
9+
</DrawingGroup.Children>
910
</DrawingGroup>
1011
</DrawingBrush.Drawing>
1112
</DrawingBrush>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
<DrawingBrush x:Key="IconMaximize" >
4+
<DrawingBrush.Drawing>
5+
<DrawingGroup>
6+
<DrawingGroup.Children>
7+
<!--<GeometryDrawing Brush="#00FFFFFF" Geometry="F1M16,16L0,16 0,0 16,0z" />-->
8+
<GeometryDrawing Brush="LightGray" Geometry="F1M12,12L4,12 4,4 12,4z M3,13L13,13 13,3 3,3z" />
9+
</DrawingGroup.Children>
10+
</DrawingGroup>
11+
</DrawingBrush.Drawing>
12+
</DrawingBrush>
13+
</ResourceDictionary>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
<DrawingBrush x:Key="IconMinimize" >
4+
<DrawingBrush.Drawing>
5+
<DrawingGroup>
6+
<DrawingGroup.Children>
7+
<!--<GeometryDrawing Brush="#00FFFFFF" Geometry="F1M16,16L0,16 0,0 16,0z" />-->
8+
<GeometryDrawing Brush="LightGray" Geometry="F1M3,8L13,8 13,7 3,7z" />
9+
</DrawingGroup.Children>
10+
</DrawingGroup>
11+
</DrawingBrush.Drawing>
12+
</DrawingBrush>
13+
</ResourceDictionary>

0 commit comments

Comments
 (0)