整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="220"
|
||||
Title="开洞设置"
|
||||
Width="200"
|
||||
@@ -10,20 +10,20 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:rvCivil="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCivil"
|
||||
xmlns:rvCivil1="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 Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
</Window.Resources>
|
||||
<ui:AutoGrid
|
||||
<ui:Grid
|
||||
ChildHorizontalAlignment="Stretch"
|
||||
ChildMargin="5"
|
||||
Columns="*"
|
||||
RowHeight="*"
|
||||
Rows="Auto,Auto,Auto">
|
||||
<ui:TextBoxEx
|
||||
Prefix="向外延伸距离:"
|
||||
Suffix="mm"
|
||||
<TextBox
|
||||
ui:InputAssist.Prefix="向外延伸距离:"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
Text="{Binding Distance, StringFormat={}{0:N2}}" />
|
||||
<CheckBox
|
||||
Content="添加套管"
|
||||
@@ -40,6 +40,6 @@
|
||||
Content="开洞"
|
||||
HorizontalAlignment="Stretch"
|
||||
ToolTip="选择添加套管则使用套管开洞"
|
||||
ui:AutoGrid.RowHeightOverride="Auto" />
|
||||
</ui:AutoGrid>
|
||||
</ui:FluentWindowEx>
|
||||
ui:Grid.RowHeightOverride="Auto" />
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
Reference in New Issue
Block a user