宜昌华友原料库管理软件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.0 KiB

<UserControl x:Class="SiaSun.LMS.WPFClient.UC.ucBarCodePlanarControl"
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:br="clr-namespace:Gma.QrCodeNet.Encoding.Windows.WPF;assembly=Gma.QrCodeNet.Encoding"
mc:Ignorable="d"
d:DesignHeight="253" d:DesignWidth="253" MinWidth="220">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<TextBlock Name="txtHeader" Grid.Row="0" HorizontalAlignment="Center" Margin="5" FontSize="14" FontWeight="Bold">标题</TextBlock>
<br:QrCodeImgControl x:Name="qrImageControl" Grid.Row="1" Margin="10" ></br:QrCodeImgControl>
</Grid>
</UserControl>