重命名控件库
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user