更新去除系统配置部分
This commit is contained in:
@@ -59,15 +59,6 @@
|
|||||||
<TextBox Text="{Binding Parameters.TestDuration, Mode=OneWay}" Margin="0,0,0,15" IsReadOnly="True" Background="#F5F5F5" Height="40" VerticalContentAlignment="Center" FontSize="13"/>
|
<TextBox Text="{Binding Parameters.TestDuration, Mode=OneWay}" Margin="0,0,0,15" IsReadOnly="True" Background="#F5F5F5" Height="40" VerticalContentAlignment="Center" FontSize="13"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border Style="{StaticResource CardStyle}">
|
|
||||||
<StackPanel>
|
|
||||||
<TextBlock Text="系统设置" FontWeight="Bold" Margin="0,0,0,15" Foreground="{StaticResource GrayBrush}" FontSize="16"/>
|
|
||||||
<TextBlock Text="通信模式" Margin="0,10,0,5" FontSize="13"/>
|
|
||||||
<TextBox Text="{Binding CommunicationMode, Mode=OneWay}" IsReadOnly="True" Background="#F5F5F5" Height="40" VerticalContentAlignment="Center" FontSize="13" Margin="0,0,0,15"/>
|
|
||||||
<TextBlock Text="连接信息" Margin="0,10,0,5" FontSize="13"/>
|
|
||||||
<TextBox Text="{Binding ConnectionInfo, Mode=OneWay}" IsReadOnly="True" Background="#F5F5F5" Height="40" VerticalContentAlignment="Center" FontSize="13"/>
|
|
||||||
</StackPanel>
|
|
||||||
</Border>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user