This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,4 +1,4 @@
<ui:FluentWindowEx
<ui:NeoWindow
Height="310"
MinHeight="310"
MinWidth="250"
@@ -12,7 +12,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvMEP"
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">
<b:Interaction.Triggers>
<b:EventTrigger EventName="Closing">
@@ -38,9 +38,9 @@
<RadioButton Content="参考" />
</UniformGrid>
</GroupBox>
<ui:TextBoxEx
Prefix="距离/间距:"
Suffix="mm"
<TextBox
ui:InputAssist.Prefix="距离/间距:"
ui:InputAssist.Suffix="mm"
Text="{Binding Distance}"
ToolTip="上下移动的距离(需要区分正负)或与参考的间距" />
<ui:StackPanel Orientation="Horizontal" Spacing="5">
@@ -56,4 +56,4 @@
ui:StackPanel.Fill="Fill" />
</ui:StackPanel>
</ui:StackPanel>
</ui:FluentWindowEx>
</ui:NeoWindow>