74 lines
5.6 KiB
XML
74 lines
5.6 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
<ResourceDictionary Source="/NeoUI;component/Animations/Animations.xaml" />
|
|
<!-- 装饰器 -->
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Decorations/EmbossBorder.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Decorations/SlotBorder.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Decorations/LightedSurface.xaml" />
|
|
<!-- 图标 -->
|
|
<!-- <ResourceDictionary Source="../Controls/CommonGeometry.xaml" /> -->
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/IconElement.xaml" />
|
|
<!-- 引用控件 -->
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/RepeatButtonTransparent.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/FlattenButton.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/FlattenComboBox.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/FlattenTextBox.xaml" />
|
|
<!-- 基础控件样式 -->
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/UploadArea.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/TextBoxContextMenu.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ScrollViewerStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/LabelStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ToolTipStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ButtonsStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ToggleButtonStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/TextBoxStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/PasswordBoxStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ComboBoxStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ProgressBarStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/SliderStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/CheckBoxStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/RadioButtonStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/GroupBoxStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ExpanderStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/SeparatorStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/CalendarStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/DatePickerStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/StatusBarStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/MenuStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ToolBarStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ListBoxStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ListViewStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/TreeViewStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/TabViewStyle.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/TabControl.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/DataGridStyle.xaml" />
|
|
<!-- 自定义控件 -->
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Heading.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Card.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Avatar.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Pill.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Divider.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Tag.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/CheckableTag.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Hyperlink.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Anchor.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Alert.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Badge.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Spin.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Breadcrumb.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/PropertyField.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/NumberBox.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/AutoComplete.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/TimePicker.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/NeuComboBox.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ColorPicker/ColorPicker.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/PaginationControl.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/ChooseBox.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/CodeBox.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/MultiTreeView.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/Cascader.xaml" />
|
|
<ResourceDictionary Source="/NeoUI;component/Controls/WindowStyle.xaml" />
|
|
</ResourceDictionary.MergedDictionaries>
|
|
</ResourceDictionary> |