|
7 | 7 | <ResourceDictionary> |
8 | 8 | <ResourceDictionary.MergedDictionaries> |
9 | 9 | <ResourceDictionary Source="Images.xaml"/> |
10 | | - <ResourceDictionary Source="Styles/Colors.xaml"/> |
11 | | - <ResourceDictionary Source="Styles/ErrorList/ExpanderTemplate.xaml"/> |
12 | | - <ResourceDictionary Source="Styles/ErrorList/TextBoxTemplate.xaml"/> |
13 | | - <ResourceDictionary Source="Styles/ErrorList/ScrollBarTemplate.xaml"/> |
14 | | - <ResourceDictionary Source="Styles/ErrorList/ScrollViewerTemplate.xaml"/> |
| 10 | + <ResourceDictionary Source="Styles/Themes/Dark.xaml"/> |
| 11 | + <!--<ResourceDictionary Source="Styles/Themes/Light.xaml"/>--> |
| 12 | + <!--<ResourceDictionary Source="Styles/Theme.xaml"/>--> |
| 13 | + <ResourceDictionary Source="Styles/ErrorList/StyleExpander.xaml"/> |
| 14 | + <ResourceDictionary Source="Styles/ErrorList/StyleScrollBar.xaml"/> |
| 15 | + <ResourceDictionary Source="Styles/ErrorList/StyleScrollViewer.xaml"/> |
15 | 16 |
|
16 | | - <ResourceDictionary Source="Styles/ErrorList/ListBoxTemplate.xaml"/> |
17 | | - <ResourceDictionary Source="Styles/ErrorList/LabelTemplate.xaml"/> |
18 | | - <ResourceDictionary Source="Styles/ErrorList/ListBoxItemTemplate.xaml"/> |
| 17 | + <ResourceDictionary Source="Styles/ErrorList/TemplateListBox.xaml"/> |
| 18 | + <ResourceDictionary Source="Styles/ErrorList/StyleLabel.xaml"/> |
| 19 | + <ResourceDictionary Source="Styles/ErrorList/StyleListBoxItem.xaml"/> |
| 20 | + |
| 21 | + |
| 22 | + |
19 | 23 | <!--#region Test--> |
20 | 24 |
|
21 | 25 | <!--#endregion Test--> |
|
24 | 28 |
|
25 | 29 | <!--#region Selector--> |
26 | 30 |
|
27 | | - <ResourceDictionary Source="Styles\SelectorStyle.xaml"/> |
| 31 | + <ResourceDictionary Source="Styles\StyleSelector.xaml"/> |
28 | 32 |
|
29 | 33 | <!--#endregion Selector--> |
30 | 34 |
|
31 | 35 | <!--#region Node--> |
32 | 36 |
|
33 | | - <!--#region LeftConnector--> |
34 | | - |
35 | | - <!--#region LeftConnectorTextBox--> |
36 | | - |
37 | | - <ResourceDictionary Source="Styles\Node\LeftConnector\LeftConnectorTextBoxStyle.xaml"/> |
38 | | - |
39 | | - <!--#endregion LeftConnectorTextBox--> |
40 | | - |
41 | | - <!--#region LeftConnectorEllipse--> |
42 | | - |
43 | | - <ResourceDictionary Source="Styles\Node\LeftConnector\LeftConnectorEllipseStyle.xaml"/> |
44 | | - |
45 | | - <!--#endregion LeftConnectorEllipse--> |
46 | | - |
47 | | - <!--#endregion LeftConnector--> |
48 | | - |
49 | | - <!--#region RightConnector--> |
50 | | - |
51 | | - <!--#region RightConnectorTextBox--> |
52 | | - |
53 | | - <ResourceDictionary Source="Styles\Node\RightConnector\RightConnectorTextBoxStyle.xaml"/> |
54 | | - |
55 | | - <!--#endregion RightConnectorTextBox--> |
56 | | - |
57 | | - <!--#region RightConnectorEllipse--> |
58 | | - |
59 | | - <ResourceDictionary Source="Styles\Node\RightConnector\RightConnectorEllipseStyle.xaml"/> |
60 | | - |
61 | | - <!--#endregion RightConnectorEllipse--> |
62 | | - |
63 | | - <!--#endregion RightConnector--> |
64 | | - |
65 | | - |
66 | | - <ResourceDictionary Source="Styles\Node\NodeBorderStyle.xaml"/> |
67 | | - <ResourceDictionary Source="Styles\Node\NodeButtonRollUpStyle.xaml"/> |
68 | | - <ResourceDictionary Source="Styles\Node\NodeHeaderStyle.xaml"/> |
| 37 | + <ResourceDictionary Source="Styles\Node\StyleNodeCollapseButton.xaml"/> |
| 38 | + <ResourceDictionary Source="Styles\StyleEmptyTextBox.xaml"/> |
69 | 39 |
|
70 | 40 | <!--#endregion Node--> |
71 | 41 |
|
|
77 | 47 | <!--#region Header--> |
78 | 48 | <ResourceDictionary Source="Styles/MainWindow/ToolBar/ToolButtonTemplate.xaml"/> |
79 | 49 | <ResourceDictionary Source="Styles/MainWindow/ToolBarTemplate.xaml"/> |
80 | | - <ResourceDictionary Source="Styles/MainWindow/Header/HeaderButtonTemplate.xaml"/> |
81 | | - |
| 50 | + <ResourceDictionary Source="Styles/MainWindow/Header/StyleHeaderButton.xaml"/> |
| 51 | + <ResourceDictionary Source="Styles/MainWindow/Header/StyleHeaderButtonPath.xaml"/> |
| 52 | + <ResourceDictionary Source="Styles/MainWindow/Header/StyleHeaderButtonClosePath.xaml"/> |
82 | 53 | <!--#endregion Header--> |
83 | 54 |
|
84 | 55 | <!--#endregion MainWindow--> |
85 | 56 |
|
86 | 57 | <!--#region Menu--> |
87 | 58 |
|
88 | 59 | <ResourceDictionary Source="Styles/Menu/MenuTemplate.xaml"/> |
89 | | - <ResourceDictionary Source="Styles/Menu/MenuItemStyle.xaml"/> |
| 60 | + <ResourceDictionary Source="Styles/Menu/StyleMenuItem.xaml"/> |
90 | 61 |
|
91 | 62 | <!--#endregion Menu--> |
92 | 63 |
|
93 | 64 | <!--#region ContextMenu--> |
94 | 65 |
|
95 | | - <ResourceDictionary Source="Styles/ContextMenu/ContextMenuTemplate.xaml"/> |
96 | | - <ResourceDictionary Source="Styles/ContextMenu/ContextMenuItemStyle.xaml"/> |
| 66 | + <ResourceDictionary Source="Styles/ContextMenu/TemplateContextMenu.xaml"/> |
| 67 | + <ResourceDictionary Source="Styles/ContextMenu/StyleContextMenuItem.xaml"/> |
97 | 68 |
|
98 | 69 | <!--#endregion ContextMenu--> |
99 | 70 |
|
100 | 71 | <!--#region Tabs--> |
101 | 72 |
|
102 | | - <ResourceDictionary Source="Styles/Tabs/TabItemTemplate.xaml"/> |
| 73 | + <ResourceDictionary Source="Styles/Tabs/StyleTabItem.xaml"/> |
103 | 74 |
|
104 | 75 | <!--#endregion Tabs--> |
105 | 76 |
|
|
0 commit comments