把系统管理中的空间通道高度设置去掉
This commit is contained in:
parent
6f1efe53af
commit
d19a5f4ae6
@ -176,22 +176,6 @@ NavisworksTransport 系统管理页签视图 - 采用与其他页签一致的Nav
|
||||
VerticalAlignment="Center"
|
||||
ToolTip="显示通行空间(矩形通道)"/>
|
||||
</StackPanel>
|
||||
|
||||
<!-- 车辆高度模式选择 -->
|
||||
<StackPanel Orientation="Horizontal" Margin="0,5,0,0">
|
||||
<Label Content="高度模式:" Style="{StaticResource ParameterLabelStyle}" Width="70" VerticalAlignment="Center"/>
|
||||
<RadioButton Content="固定高度"
|
||||
GroupName="VehicleHeightMode"
|
||||
IsChecked="{Binding IsFixedHeightMode}"
|
||||
Margin="5,0,15,0"
|
||||
VerticalAlignment="Center"
|
||||
ToolTip="使用车辆高度+安全间隙"/>
|
||||
<RadioButton Content="自动高度"
|
||||
GroupName="VehicleHeightMode"
|
||||
IsChecked="{Binding IsAutoHeightMode}"
|
||||
VerticalAlignment="Center"
|
||||
ToolTip="根据网格大小自动计算"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user