重命名控件库
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<ui:NeoWindow
|
||||
<ms:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCivil.WallFinishesView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:rvCivil="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCivil"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="墙饰面"
|
||||
Width="250"
|
||||
Height="500"
|
||||
@@ -20,7 +20,7 @@
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Window.Resources>
|
||||
<ui:Grid
|
||||
<ms:Grid
|
||||
ChildMargin="5"
|
||||
Columns="*"
|
||||
Rows="*,Auto,Auto,Auto,Auto">
|
||||
@@ -37,15 +37,15 @@
|
||||
<TextBox
|
||||
x:Name="TbWallHeight"
|
||||
Grid.Row="1"
|
||||
ui:InputAssist.Prefix="饰面总高度:"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
ms:InputAssist.Prefix="饰面总高度:"
|
||||
ms:InputAssist.Suffix="mm"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
Text="{Binding WallHeight, StringFormat=\{0:F2\}, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<TextBox
|
||||
x:Name="TbWallBase"
|
||||
Grid.Row="2"
|
||||
ui:InputAssist.Prefix="饰面底部离地高度:"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
ms:InputAssist.Prefix="饰面底部离地高度:"
|
||||
ms:InputAssist.Suffix="mm"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
Text="{Binding WallBaseOffset, StringFormat=\{0:F2\}, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<ComboBox
|
||||
@@ -65,5 +65,5 @@
|
||||
VerticalAlignment="Center"
|
||||
Command="{Binding PlaceWallCommand}"
|
||||
Content="布置" />
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ms:Grid>
|
||||
</ms:MelWindow>
|
||||
Reference in New Issue
Block a user