命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -4,9 +4,8 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/Theme.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Window.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/AntWindow.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/MaterialWindow.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Alert.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/AntIcon.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Avatar.xaml" />
@@ -39,7 +38,7 @@
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/CodeBox.xaml" />
</ResourceDictionary.MergedDictionaries>
<Style BasedOn="{StaticResource Antd.ContentControl}" TargetType="{x:Type controls:ContentControl}" />
<Style BasedOn="{StaticResource Antd.ContentControl}" TargetType="{x:Type controls:AntdContentControl}" />
<Style BasedOn="{StaticResource Antd.ThumbContentControl}" TargetType="{x:Type controls:ThumbContentControl}" />
<!--Default style for ant design-->
<!--<Style BasedOn="{StaticResource Antd.CodeBox}" TargetType="controls:CodeBox" />-->