重命名控件库

This commit is contained in:
GG Z
2026-01-02 17:30:41 +08:00
parent fa0d280130
commit 785e5de36e
277 changed files with 1068 additions and 1242 deletions

View File

@@ -1,4 +1,4 @@
<n:NeoWindow
<ms:MelWindow
x:Class="ShrlAlgoToolkit.RevitAddins.ModelManager.ModelCheckView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -7,7 +7,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:n="https://github.com/ShrlAlgo/NeoUI"
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
Title="模型检查"
Width="600"
Height="500"
@@ -35,7 +35,7 @@
</Style>
</ResourceDictionary>
</Window.Resources>
<n:Grid
<ms:Grid
ChildMargin="5"
Columns="*,Auto"
Rows="*,Auto,Auto">
@@ -93,8 +93,8 @@
Grid.Column="0"
Grid.ColumnSpan="2"
Columns="1">
<n:Card Content="{Binding ProjectBasePoint, StringFormat=项目基点:{}{0}}" />
<n:Card Content="{Binding SharedBasePoint, StringFormat=测量点:{}{0}}" />
<ms:Card Content="{Binding ProjectBasePoint, StringFormat=项目基点:{}{0}}" />
<ms:Card Content="{Binding SharedBasePoint, StringFormat=测量点:{}{0}}" />
</UniformGrid>
<UniformGrid
Grid.Row="2"
@@ -146,5 +146,5 @@
ToolTip="对参照标高进行修改、立管坡度修正" />
</UniformGrid>
</UniformGrid>
</n:Grid>
</n:NeoWindow>
</ms:Grid>
</ms:MelWindow>