Option.xaml
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:1k
- <UserControl x:Class="SFGS.Option"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Width="400" Height="160" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d">
- <Grid x:Name="LayoutRoot" Background="Transparent">
- <TextBlock x:Name="txtSerialNumber" Height="24" HorizontalAlignment="Left" Margin="8,8,0,0" VerticalAlignment="Top" Width="20" TextWrapping="Wrap"/>
- <TextBlock x:Name="txtQuestionName" Height="24" Margin="32,8,16,0" VerticalAlignment="Top" TextWrapping="Wrap" TextAlignment="Left"/>
- <RadioButton x:Name="rbA" Margin="8,37,16,0" VerticalAlignment="Top" Height="24" d:LayoutOverrides="VerticalAlignment" />
- <RadioButton x:Name="rbB" Margin="8,65,16,71" />
- <RadioButton x:Name="rbC" Margin="8,0,16,39" VerticalAlignment="Bottom" Height="28" d:LayoutOverrides="VerticalAlignment"/>
- <RadioButton x:Name="rbD" Height="24" Margin="8,0,16,11" VerticalAlignment="Bottom" />
- </Grid>
- </UserControl>