整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="500"
|
||||
MinHeight="300"
|
||||
Title="墙饰面"
|
||||
@@ -10,7 +10,7 @@
|
||||
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/WPFluent"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
@@ -19,7 +19,7 @@
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</Window.Resources>
|
||||
<ui:AutoGrid
|
||||
<ui:Grid
|
||||
ChildMargin="5"
|
||||
Columns="*"
|
||||
Rows="*,Auto,Auto,Auto,Auto">
|
||||
@@ -33,18 +33,18 @@
|
||||
SelectedValue="{Binding SelectedWallType, UpdateSourceTrigger=PropertyChanged}"
|
||||
x:Name="CbbWallTypes" />
|
||||
</GroupBox>
|
||||
<ui:TextBoxEx
|
||||
<TextBox
|
||||
Grid.Row="1"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
Prefix="饰面总高度:"
|
||||
Suffix="mm"
|
||||
ui:InputAssist.Prefix="饰面总高度:"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
Text="{Binding WallHeight, StringFormat=\{0:F2\}, UpdateSourceTrigger=PropertyChanged}"
|
||||
x:Name="TbWallHeight" />
|
||||
<ui:TextBoxEx
|
||||
<TextBox
|
||||
Grid.Row="2"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
Prefix="饰面底部离地高度:"
|
||||
Suffix="mm"
|
||||
ui:InputAssist.Prefix="饰面底部离地高度:"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
Text="{Binding WallBaseOffset, StringFormat=\{0:F2\}, UpdateSourceTrigger=PropertyChanged}"
|
||||
x:Name="TbWallBase" />
|
||||
<ComboBox
|
||||
@@ -64,5 +64,5 @@
|
||||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Center"
|
||||
x:Name="BtnPlace" />
|
||||
</ui:AutoGrid>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
Reference in New Issue
Block a user