整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="350"
|
||||
MinHeight="350"
|
||||
SizeToContent="Height"
|
||||
@@ -12,16 +12,16 @@
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib"
|
||||
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:StackPanel Margin="5" Spacing="5">
|
||||
<ui:InfoBar
|
||||
<!--<ui:InfoBar
|
||||
IsOpen="{Binding ActiveSnackbar, Mode=OneWay}"
|
||||
Message="{Binding Message}"
|
||||
VerticalAlignment="Top" />
|
||||
VerticalAlignment="Top" />-->
|
||||
<GroupBox Header="角度" ToolTip="平行或垂直连接时生效">
|
||||
<UniformGrid Columns="3">
|
||||
<RadioButton Content="默认" ToolTip="根据当前位置自动连接">
|
||||
@@ -106,10 +106,10 @@
|
||||
ToolTip="矩形框框选" />
|
||||
</UniformGrid>
|
||||
</GroupBox>
|
||||
<ui:Button
|
||||
<Button
|
||||
Command="{Binding ConnectCommand}"
|
||||
Content="连接管线"
|
||||
HorizontalAlignment="Stretch"
|
||||
Icon="{ui:SymbolIcon Connector24}" />
|
||||
ui:ButtonAssist.Icon="PlugConnect" />
|
||||
</ui:StackPanel>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:NeoWindow>
|
||||
|
||||
Reference in New Issue
Block a user