You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
2.3 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<Window x:Class="SlnMesnac.WPF.Page.Version.VersionInfoWindow"
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:SlnMesnac.WPF.Page.Version"
mc:Ignorable="d"
Title="系统版本信息" Height="450" Width="400" Background="#E0E9F2" Icon="/Page/Version/logo.png" ResizeMode="NoResize">
<Grid>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition Height="2*"/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition/>
<RowDefinition Height="2*"/>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<Border Grid.Row="1">
<Image Grid.Row="1" Source="\Templates\image\logo.png" />
</Border>
<StackPanel Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="V3.6.0.51 Build202024/09/20" FontSize="18" Foreground="#31446E"/>
</StackPanel>
<StackPanel Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="工业相机SDK1.1.12.0" FontSize="16" Foreground="#31446E"/>
</StackPanel>
<StackPanel Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="BCR算法3.6.1" FontSize="16" Foreground="#31446E"/>
</StackPanel>
<StackPanel Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="TDCR算法2.2.4" FontSize="16" Foreground="#31446E"/>
</StackPanel>
<StackPanel Grid.Row="6" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="智能读码器SDK1.5.0.2" FontSize="16" Foreground="#31446E"/>
</StackPanel>
<StackPanel Grid.Row="8" VerticalAlignment="Center" HorizontalAlignment="Center">
<TextBlock Text="Copyright ◎ 2024 青岛海威物联科技有限公司 版权所有" FontSize="14" Foreground="Gray"/>
</StackPanel>
</Grid>
</Window>