重命名控件库
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.AutoSaveView"
|
||||
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:rvCommon="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="自动保存"
|
||||
Width="300"
|
||||
Height="100"
|
||||
@@ -35,4 +35,4 @@
|
||||
IsEnabled="{Binding IsChecked, ElementName=CbAutoSave}"
|
||||
Text="{Binding IntervalTime, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using NeoUI.Controls;
|
||||
using Melskin.Controls;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvCommon;
|
||||
|
||||
/// <summary>
|
||||
/// AutoSaveView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class AutoSaveView : NeoWindow
|
||||
public partial class AutoSaveView : MelWindow
|
||||
{
|
||||
public AutoSaveView()
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.DetailSelectFiltersView"
|
||||
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:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
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="800"
|
||||
Height="450"
|
||||
@@ -83,4 +83,4 @@
|
||||
Text="{Binding SearchProp, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</ui:StackPanel>
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
using NeoUI.Controls;
|
||||
using Melskin.Controls;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvCommon
|
||||
{
|
||||
/// <summary>
|
||||
/// DetailSelectFiltersView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class DetailSelectFiltersView : NeoWindow
|
||||
public partial class DetailSelectFiltersView : MelWindow
|
||||
{
|
||||
public DetailSelectFiltersView()
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.InstanceCreatorView"
|
||||
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:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
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="220"
|
||||
Height="340"
|
||||
@@ -56,4 +56,4 @@
|
||||
Content="布置"
|
||||
ToolTip="选择dwg块并布置族实例" />
|
||||
</ui:StackPanel>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
@@ -1,4 +1,4 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.ModelByCurveCreatorView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
@@ -7,7 +7,7 @@
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:rvCommon="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="曲线布置"
|
||||
Width="500"
|
||||
Height="400"
|
||||
@@ -145,4 +145,4 @@
|
||||
Content="创建" />
|
||||
</UniformGrid>
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<ui:NeoWindow
|
||||
<ui:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCommon.PipesCreatorView"
|
||||
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:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCommon"
|
||||
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="250"
|
||||
Height="180"
|
||||
@@ -41,4 +41,4 @@
|
||||
Command="{Binding CreateCommand}"
|
||||
Content="创建" />
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ui:MelWindow>
|
||||
Reference in New Issue
Block a user