common/ProductionUiCordonel/UserControls/FinalTest/UcDialog.xaml
2026-04-23 17:50:07 +02:00

14 lines
933 B
XML

<UserControl x:Class="ProductionUiCordonelLegacy.UserControls.FinalTest.UcDialog"
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="260" Width="453.058">
<Grid Margin="0,0,10,0">
<Label Content="" HorizontalAlignment="Left" Height="25" VerticalAlignment="Top" Width="136" Margin="10,0,0,0"/>
<Label Name="lblDescription" Content="" HorizontalAlignment="Left" Height="25" VerticalAlignment="Top" Width="136" Margin="10,30,0,0"/>
<StackPanel Name="PanelSelection" Margin="23,70,0,0" HorizontalAlignment="Left" Width="380" Height="155" VerticalAlignment="Top"/>
</Grid>
</UserControl>