更新去除系统配置部分

This commit is contained in:
GukSang.Jin
2026-01-19 14:52:55 +08:00
parent b000143169
commit 35a6a3f9d7

View File

@@ -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>