代码拉取完成,页面将自动刷新
<Window x:Class="hp_series_app.About"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:hp_series_app"
mc:Ignorable="d"
Title="About" Height="367" Width="569" WindowStartupLocation="CenterOwner" Icon="share.png" >
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="180"></ColumnDefinition>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="95*"></RowDefinition>
<RowDefinition Height="241*"></RowDefinition>
</Grid.RowDefinitions>
<Rectangle Height="221" Margin="0" Grid.Row="1" Stroke="Black" Width="160" StrokeThickness="0"/>
<Image Margin="25,50,30,51" Grid.Row="1" Source="share.png" RenderTransformOrigin="0.5,0.5">
<Image.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform Angle="0"/>
<TranslateTransform/>
</TransformGroup>
</Image.RenderTransform>
</Image>
</Grid>
<Grid Grid.Column="1">
<Grid.RowDefinitions>
<RowDefinition Height="95*"></RowDefinition>
<RowDefinition Height="241*"></RowDefinition>
</Grid.RowDefinitions>
<RichTextBox Name="desc" Margin="5,80,5,5" Grid.RowSpan="2" BorderThickness="0" VerticalScrollBarVisibility="Auto">
<FlowDocument Focusable="True" LineHeight="1">
</FlowDocument>
</RichTextBox>
<Label Content="本程序主要用于扭力计联机测试使用" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top"/>
<Label Content="Shuzou" Name="BuildDate" HorizontalAlignment="Left" Margin="10,40,0,0" VerticalAlignment="Top"/>
</Grid>
<Label Content="AILIGU" HorizontalAlignment="Left" Margin="30,20,0,0" VerticalAlignment="Top" FontWeight="Bold" FontSize="24"/>
</Grid>
</Window>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。