整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="390"
|
||||
Title="颜色设置"
|
||||
Width="340"
|
||||
@@ -11,7 +11,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local2="clr-namespace:ShrlAlgoToolkit.RevitAddins.Windows"
|
||||
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">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
@@ -54,4 +54,4 @@
|
||||
<Button Command="Close" Content="取消" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:NeoWindow>
|
||||
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="450"
|
||||
Title="{Binding WinTitle}"
|
||||
Width="800"
|
||||
@@ -10,7 +10,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local1="clr-namespace:ShrlAlgoToolkit.RevitAddins.Windows"
|
||||
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">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
@@ -51,9 +51,9 @@
|
||||
</DataGrid.Columns>
|
||||
</DataGrid>
|
||||
<ui:StackPanel Grid.Row="1" Orientation="Horizontal">
|
||||
<TextBox Text="注:错误需人处理、或无法处理" ui:StackPanel.Fill="Fill" />
|
||||
<ui:Heading Text="注:错误需人处理、或无法处理" ui:StackPanel.Fill="Fill" />
|
||||
<TextBlock Text="{Binding Count, StringFormat=错误数量:{0}}" />
|
||||
<TextBlock Text="{Binding Footer}" />
|
||||
</ui:StackPanel>
|
||||
</ui:StackPanel>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:NeoWindow>
|
||||
@@ -1,11 +1,11 @@
|
||||
using WPFluent.Controls;
|
||||
using NeoUI.Controls;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.Windows
|
||||
{
|
||||
/// <summary>
|
||||
/// MessageWin.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public sealed partial class MessageWin : FluentWindowEx
|
||||
public sealed partial class MessageWin : NeoWindow
|
||||
{
|
||||
public MessageWin()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="200"
|
||||
Title="选择视图"
|
||||
Width="300"
|
||||
@@ -10,7 +10,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:sControls3="clr-namespace:ShrlAlgoToolkit.RevitAddins.Windows"
|
||||
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" />
|
||||
@@ -24,4 +24,4 @@
|
||||
</b:Interaction.Triggers>
|
||||
</ListBox>
|
||||
</Grid>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:NeoWindow>
|
||||
Reference in New Issue
Block a user