105040 Update 移除高度,隐藏电机唯一标识
This commit is contained in:
parent
509f4d3670
commit
ce5201606a
|
|
@ -9,7 +9,6 @@
|
||||||
xmlns:local="clr-namespace:Sinvo.EplanHpD.Plugin.WPFUI.View"
|
xmlns:local="clr-namespace:Sinvo.EplanHpD.Plugin.WPFUI.View"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:viewmodel="clr-namespace:Sinvo.EplanHpD.Plugin.WPFUI.ViewModel"
|
xmlns:viewmodel="clr-namespace:Sinvo.EplanHpD.Plugin.WPFUI.ViewModel"
|
||||||
Height="750"
|
|
||||||
d:DataContext="{d:DesignInstance Type=viewmodel:CableLectotypeViewModel}"
|
d:DataContext="{d:DesignInstance Type=viewmodel:CableLectotypeViewModel}"
|
||||||
IsVisibleChanged="Page_IsVisibleChanged"
|
IsVisibleChanged="Page_IsVisibleChanged"
|
||||||
Loaded="Page_Loaded"
|
Loaded="Page_Loaded"
|
||||||
|
|
@ -66,7 +65,8 @@
|
||||||
<hc:SimpleStackPanel
|
<hc:SimpleStackPanel
|
||||||
Margin="0,10,0,0"
|
Margin="0,10,0,0"
|
||||||
DataContext="{Binding Motor}"
|
DataContext="{Binding Motor}"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal"
|
||||||
|
Visibility="Collapsed">
|
||||||
<TextBlock VerticalAlignment="Center" Text="电机唯一标识:" />
|
<TextBlock VerticalAlignment="Center" Text="电机唯一标识:" />
|
||||||
<hc:TextBox
|
<hc:TextBox
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue