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 @@
<ui:FluentWindowEx
<ui:NeoWindow
Height="462"
MinHeight="580"
MinWidth="1000"
@@ -7,12 +7,12 @@
WindowStartupLocation="CenterScreen"
x:Class="ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges.GaugesModelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.Resources>
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
</Window.Resources>
<ui:AutoGrid
<ui:Grid
ChildMargin="5"
Columns="*,Auto"
Rows="*,*">
@@ -117,5 +117,5 @@
x:Name="btnCreateForm" />
</StackPanel>
</Grid>
</ui:AutoGrid>
</ui:FluentWindowEx>
</ui:Grid>
</ui:NeoWindow>