UI微调
This commit is contained in:
parent
6dcd27708d
commit
1a219b7b0e
@ -236,7 +236,8 @@ NavisworksTransport 检测动画页签视图 - 采用与类别设置和分层管
|
||||
<RadioButton Content="使用虚拟车辆"
|
||||
IsChecked="{Binding UseVirtualVehicle}"
|
||||
GroupName="ObjectSource"
|
||||
VerticalAlignment="Center"/>
|
||||
VerticalAlignment="Center"
|
||||
Margin="10,0,0,0"/>
|
||||
</StackPanel>
|
||||
|
||||
<!-- 方式1:选择模型物体 -->
|
||||
@ -249,13 +250,11 @@ NavisworksTransport 检测动画页签视图 - 采用与类别设置和分层管
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<Label Grid.Column="0" Content="移动物体:" Style="{StaticResource ParameterLabelStyle}"/>
|
||||
<TextBlock Grid.Column="1"
|
||||
Text="{Binding SelectedAnimatedObjectName, TargetNullValue='未选择移动物体'}"
|
||||
VerticalAlignment="Center"
|
||||
FontWeight="SemiBold"
|
||||
Foreground="{Binding SelectedAnimatedObject, Converter={x:Null}, TargetNullValue='#FF999999'}"
|
||||
Background="#FFF5F5F5"/>
|
||||
<StackPanel Grid.Column="2" Orientation="Horizontal">
|
||||
<TextBox Grid.Column="1"
|
||||
Text="{Binding SelectedAnimatedObjectName, TargetNullValue='未选择移动物体'}"
|
||||
Style="{StaticResource ReadOnlyTextBoxStyle}"
|
||||
IsReadOnly="True"/>
|
||||
<StackPanel Grid.Column="2" Orientation="Horizontal" Margin="10,0,0,0">
|
||||
<Button Content="选择物体"
|
||||
Command="{Binding SelectAnimatedObjectCommand}"
|
||||
Style="{StaticResource SecondaryButtonStyle}"/>
|
||||
@ -506,7 +505,7 @@ NavisworksTransport 检测动画页签视图 - 采用与类别设置和分层管
|
||||
</DataTemplate>
|
||||
</GridViewColumn.CellTemplate>
|
||||
</GridViewColumn>
|
||||
<GridViewColumn Header="构件名称" Width="240">
|
||||
<GridViewColumn Header="构件名称" Width="320">
|
||||
<GridViewColumn.CellTemplate>
|
||||
<DataTemplate>
|
||||
<StackPanel>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user