整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="450"
|
||||
Title="视图管理"
|
||||
Width="800"
|
||||
@@ -13,7 +13,7 @@
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvView"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:rvView="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvView"
|
||||
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>
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
</ResourceDictionary>
|
||||
</Window.Resources>
|
||||
<ui:AutoGrid
|
||||
<ui:Grid
|
||||
ChildMargin="5"
|
||||
Columns="*,Auto,Auto"
|
||||
Rows="*,Auto">
|
||||
@@ -233,26 +233,26 @@
|
||||
</DataGridTemplateColumn>
|
||||
</DataGrid.Columns>
|
||||
</DataGrid>
|
||||
<ui:TextBox
|
||||
<TextBox
|
||||
Cursor="IBeam"
|
||||
Grid.Column="0"
|
||||
Grid.Row="1"
|
||||
PlaceholderText="搜索视图"
|
||||
ui:InputAssist.Placeholder="搜索视图"
|
||||
Text="{Binding SearchText, UpdateSourceTrigger=PropertyChanged}"
|
||||
x:Name="TbSearch" />
|
||||
<ui:Button
|
||||
<Button
|
||||
Command="{Binding SearchCommand}"
|
||||
Content="搜索"
|
||||
Grid.Column="1"
|
||||
Grid.Row="1"
|
||||
Icon="{ui:SymbolIcon Search24}"
|
||||
ui:ButtonAssist.Icon="{ui:SymbolIcon Search24}"
|
||||
IsDefault="True" />
|
||||
<ui:Button
|
||||
<Button
|
||||
Command="{Binding ConfirmCommand}"
|
||||
Content="应用"
|
||||
Grid.Column="2"
|
||||
Grid.Row="1"
|
||||
Icon="{ui:SymbolIcon EditSettings20}" />
|
||||
ui:ButtonAssist.Icon="{ui:SymbolIcon EditSettings20}" />
|
||||
|
||||
</ui:AutoGrid>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
Reference in New Issue
Block a user