This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,4 +1,4 @@
<wpf:FluentWindowEx
<wpf:NeoWindow
MinHeight="500"
Title="模型检查"
Width="600"
@@ -11,7 +11,7 @@
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvFamily"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:modelManager="clr-namespace:ShrlAlgoToolkit.RevitAddins.ModelManager"
xmlns:wpf="https://github.com/ShrlAlgo/WPFluent"
xmlns:wpf="https://github.com/ShrlAlgo/NeoUI"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.Resources>
<ResourceDictionary>
@@ -34,7 +34,7 @@
</Style>
</ResourceDictionary>
</Window.Resources>
<wpf:AutoGrid
<wpf:Grid
ChildMargin="5"
Columns="*,Auto"
Rows="*,Auto,Auto">
@@ -157,5 +157,5 @@
Width="80" />
</UniformGrid>
</UniformGrid>
</wpf:AutoGrid>
</wpf:FluentWindowEx>
</wpf:Grid>
</wpf:NeoWindow>