整理代码
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
<ui:NeoWindow
|
||||
Height="600"
|
||||
MinHeight="600"
|
||||
Title="土建构件连接"
|
||||
Width="250"
|
||||
d:DataContext="{d:DesignInstance Type=rvCivil:ResolveCivilConnectViewModel}"
|
||||
mc:Ignorable="d"
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCivil.ResolveCivilConnectView"
|
||||
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:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
Title="土建构件连接"
|
||||
Width="300"
|
||||
Height="600"
|
||||
MinHeight="600"
|
||||
d:DataContext="{d:DesignInstance Type=rvCivil:ResolveCivilConnectViewModel}"
|
||||
Icon="{DynamicResource RevitIcon}"
|
||||
mc:Ignorable="d">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
@@ -24,8 +25,8 @@
|
||||
Columns="*"
|
||||
Rows="*,Auto,Auto">
|
||||
<GroupBox
|
||||
Grid.Column="0"
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
Header="扣减选项">
|
||||
<StackPanel>
|
||||
<CheckBox
|
||||
@@ -81,10 +82,10 @@
|
||||
</UniformGrid>
|
||||
</GroupBox>
|
||||
<Button
|
||||
Command="{Binding ModifyModelCommand}"
|
||||
Content="修改"
|
||||
Grid.Row="2"
|
||||
HorizontalAlignment="Stretch"
|
||||
Command="{Binding ModifyModelCommand}"
|
||||
Content="修改"
|
||||
ToolTip="相交的图元才会被修改" />
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
Reference in New Issue
Block a user