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