功能完善
This commit is contained in:
72
NeuWPF/NeoUI/Themes/Styles.xaml
Normal file
72
NeuWPF/NeoUI/Themes/Styles.xaml
Normal file
@@ -0,0 +1,72 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="/NeumUI;component/Animations/Animations.xaml" />
|
||||
<!-- 装饰器 -->
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Decorations/EmbossBorder.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Decorations/SlotBorder.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Decorations/LightedSurface.xaml" />
|
||||
<!-- 图标 -->
|
||||
<!-- <ResourceDictionary Source="../Controls/CommonGeometry.xaml" /> -->
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/SymbolIcon.xaml" />
|
||||
<!-- 引用控件 -->
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/RepeatButtonTransparent.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/FlattenButton.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/FlattenComboBox.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/FlattenTextBox.xaml" />
|
||||
<!-- 基础控件样式 -->
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/UploadArea.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/TextBoxContextMenu.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ScrollViewerStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/LabelStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ToolTipStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ButtonsStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ToggleButtonStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/TextBoxStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/PasswordBoxStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ComboBoxStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ProgressBarStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/SliderStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/CheckBoxStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/RadioButtonStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/GroupBoxStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ExpanderStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/SeparatorStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/CalendarStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/DatePickerStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/StatusBarStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/MenuStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ToolBarStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ListBoxStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ListViewStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/TreeViewStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/TabViewStyle.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/TabControl.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/DataGridStyle.xaml" />
|
||||
<!-- 自定义控件 -->
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Heading.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Card.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Avatar.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Pill.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Divider.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Tag.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/CheckableTag.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Hyperlink.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Anchor.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Alert.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Badge.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Spin.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Breadcrumb.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/PropertyField.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/NumberBox.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/AutoComplete.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/TimePicker.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/NeuComboBox.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ColorPicker/ColorPicker.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/PaginationControl.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/ChooseBox.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/CodeBox.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/MultiTreeView.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/Cascader.xaml" />
|
||||
<ResourceDictionary Source="/NeumUI;component/Controls/WindowStyle.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user