重命名控件库
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<ui:NeoWindow
|
||||
<ms:MelWindow
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvCivil.FloorFinishesView"
|
||||
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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:rvCivil="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvCivil"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:ms="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="房间饰面"
|
||||
Width="200"
|
||||
Height="500"
|
||||
@@ -21,7 +21,7 @@
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>-->
|
||||
</Window.Resources>
|
||||
<ui:Grid
|
||||
<ms:Grid
|
||||
ChildMargin="5"
|
||||
Columns="*"
|
||||
Rows="Auto,*,Auto,Auto">
|
||||
@@ -43,7 +43,7 @@
|
||||
</GroupBox>
|
||||
<TextBox
|
||||
Grid.Row="2"
|
||||
ui:InputAssist.PlaceholderText="楼板偏移"
|
||||
ms:InputAssist.PlaceholderText="楼板偏移"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
Text="{Binding FloorOffset, StringFormat={}{0:N2}, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<!--<TextBox
|
||||
@@ -68,7 +68,7 @@
|
||||
<Button
|
||||
Grid.Row="3"
|
||||
HorizontalAlignment="Stretch"
|
||||
ui:ControlAssist.Icon="{ui:Icon Glyph=,
|
||||
ms:ControlAssist.Icon="{ms:Icon Glyph=,
|
||||
FontFamily={StaticResource BoxIcons},
|
||||
Size=16}"
|
||||
Command="{Binding PlaceFloorCommand}"
|
||||
@@ -78,5 +78,5 @@
|
||||
</ui:ControlAssist.Icon>-->
|
||||
|
||||
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
</ms:Grid>
|
||||
</ms:MelWindow>
|
||||
Reference in New Issue
Block a user