15 lines
907 B
XML
15 lines
907 B
XML
<UserControl x:Class="ProductionUiCordonelLegacy.UserControls.FinalTest.UcFullReadOut"
|
|
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"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="300" d:DesignWidth="300">
|
|
<Grid>
|
|
<Label Content="ReadOut" HorizontalAlignment="Left" Height="30" VerticalAlignment="Top" Width="83"/>
|
|
<Label Name="lblHl" HorizontalAlignment="Left" Height="27" Margin="0,106,0,0" VerticalAlignment="Top" Width="300" FontSize="6"/>
|
|
<Label Name="lblText" HorizontalAlignment="Left" Height="27" Margin="1,138,0,0" VerticalAlignment="Top" Width="299" FontSize="6"/>
|
|
|
|
</Grid>
|
|
</UserControl>
|