代码拉取完成,页面将自动刷新
<UserControl x:Class="FnSync.ControlDeviceInfomation"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:FnSync"
mc:Ignorable="d"
d:DesignHeight="230" d:DesignWidth="369.881">
<Grid Background="{DynamicResource {x:Static SystemColors.MenuBarBrushKey}}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Label Grid.Row="0" Grid.Column="0" Content="{DynamicResource ID}" HorizontalAlignment="Right"/>
<Label Grid.Row="0" Grid.Column="1">
<TextBox Background="Transparent" IsReadOnly="True" IsReadOnlyCaretVisible="True" x:Name="ID" Text="" BorderThickness="0"/>
</Label>
<Label Grid.Row="1" Grid.Column="0" Content="{DynamicResource IPAddress}" HorizontalAlignment="Right"/>
<Label Grid.Row="1" Grid.Column="1" HorizontalAlignment="Stretch">
<TextBox Background="Transparent" IsReadOnly="True" IsReadOnlyCaretVisible="True" x:Name="IPAddress" Text="" BorderThickness="0"/>
</Label>
<Label Grid.Row="2" Grid.Column="0" Content="{DynamicResource ChargingState}" HorizontalAlignment="Right"/>
<Label Grid.Row="2" Grid.Column="1" x:Name="ChargingState" Content=""/>
<Label Grid.Row="3" Grid.Column="0" Content="{DynamicResource BatteryLevel}" HorizontalAlignment="Right"/>
<Label Grid.Row="3" Grid.Column="1" x:Name="BatteryLevel" Content=""/>
</Grid>
</UserControl>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。