重命名控件库

This commit is contained in:
GG Z
2026-01-02 17:30:41 +08:00
parent fa0d280130
commit 785e5de36e
277 changed files with 1068 additions and 1242 deletions

View File

@@ -1,4 +1,4 @@
<ui:NeoWindow
<ui:MelWindow
x:Class="ShrlAlgoToolkit.RevitAddins.Windows.ColorPickerWin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -6,7 +6,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/NeoUI"
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
Title="颜色设置"
Width="340"
Height="390"
@@ -55,4 +55,4 @@
<Button Command="Close" Content="取消" />
</StackPanel>
</Grid>
</ui:NeoWindow>
</ui:MelWindow>

View File

@@ -1,4 +1,4 @@
<ui:NeoWindow
<ui:MelWindow
x:Class="ShrlAlgoToolkit.RevitAddins.Windows.MessageWin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -6,7 +6,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/NeoUI"
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
Title="{Binding WinTitle}"
Width="800"
Height="450"
@@ -57,4 +57,4 @@
<TextBlock Text="{Binding Footer}" />
</ui:StackPanel>
</ui:StackPanel>
</ui:NeoWindow>
</ui:MelWindow>

View File

@@ -1,11 +1,11 @@
using NeoUI.Controls;
using Melskin.Controls;
namespace ShrlAlgoToolkit.RevitAddins.Windows
{
/// <summary>
/// MessageWin.xaml 的交互逻辑
/// </summary>
public sealed partial class MessageWin : NeoWindow
public sealed partial class MessageWin : MelWindow
{
public MessageWin()
{

View File

@@ -1,4 +1,4 @@
<ui:NeoWindow
<ui:MelWindow
x:Class="ShrlAlgoToolkit.RevitAddins.Windows.NavigateViewWin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -6,7 +6,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/NeoUI"
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
Title="选择视图"
Width="300"
Height="200"
@@ -25,4 +25,4 @@
</b:Interaction.Triggers>
</ListBox>
</Grid>
</ui:NeoWindow>
</ui:MelWindow>