大量更新
This commit is contained in:
@@ -4,7 +4,6 @@ using Nice3point.Revit.Toolkit.External;
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges;
|
||||
|
||||
[Transaction(TransactionMode.Manual)]
|
||||
[Regeneration(RegenerationOption.Manual)]
|
||||
public class MetroGaugesCmd : ExternalCommand
|
||||
{
|
||||
public override void Execute()
|
||||
|
||||
@@ -9,7 +9,6 @@ using Nice3point.Revit.Toolkit.External;
|
||||
namespace ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroTunnel;
|
||||
|
||||
[Transaction(TransactionMode.Manual)]
|
||||
[Regeneration(RegenerationOption.Manual)]
|
||||
public class MetroTunnelCmd : ExternalCommand
|
||||
{
|
||||
public override void Execute()
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
x:Name="TbXlsxPath"
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
ui:InputAssist.Placeholder="Excel文件"
|
||||
ui:InputAssist.PlaceholderText="Excel文件"
|
||||
IsReadOnly="True"
|
||||
TextWrapping="NoWrap"
|
||||
ToolTip="双击选择文件" />
|
||||
@@ -37,14 +37,14 @@
|
||||
Grid.Row="0"
|
||||
Grid.Column="2"
|
||||
Grid.ColumnSpan="2"
|
||||
ui:InputAssist.Placeholder="参数名"
|
||||
ui:InputAssist.PlaceholderText="参数名"
|
||||
TextWrapping="Wrap" />
|
||||
<TextBox
|
||||
x:Name="TbFamilyPath"
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
VerticalAlignment="Center"
|
||||
ui:InputAssist.Placeholder="族文件"
|
||||
ui:InputAssist.PlaceholderText="族文件"
|
||||
Cursor="Arrow"
|
||||
IsReadOnly="True"
|
||||
MouseDoubleClick="TbFamilyPath_MouseDoubleClick"
|
||||
|
||||
Reference in New Issue
Block a user