整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="300"
|
||||
SizeToContent="Height"
|
||||
Title="拆分模型"
|
||||
@@ -11,26 +11,26 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.ModelManager"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<ui:FluentWindowEx.Resources>
|
||||
<ui:NeoWindow.Resources>
|
||||
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
</ui:FluentWindowEx.Resources>
|
||||
</ui:NeoWindow.Resources>
|
||||
<Grid>
|
||||
<StackPanel Margin="5">
|
||||
<ui:TextBox
|
||||
<TextBox
|
||||
Margin="5"
|
||||
PlaceholderText="文件名"
|
||||
ui:InputAssist.Placeholder="文件名"
|
||||
Text="{Binding FileName, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<ui:TextBox
|
||||
<TextBox
|
||||
Margin="5"
|
||||
PlaceholderText="保存路径"
|
||||
ui:InputAssist.Placeholder="保存路径"
|
||||
Text="{Binding FolderPath, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<ui:Button
|
||||
<Button
|
||||
Command="{Binding SeparateCommand}"
|
||||
Content="拆分"
|
||||
HorizontalAlignment="Stretch"
|
||||
Margin="5" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:NeoWindow>
|
||||
|
||||
Reference in New Issue
Block a user