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

13 lines
842 B
XML

<UserControl x:Class="Xylem.Common.Production.ProductionUiCordonel.UserControls.UcBarcodeInput"
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="180" d:DesignWidth="340" Background="LightGreen">
<Grid >
<Label Name="lblHeadLine" HorizontalAlignment="Stretch" VerticalAlignment="Top" Height="40" Margin="2,4,2,4" FontSize="16"/>
<TextBox Name="tbxScan" HorizontalAlignment="Left" VerticalAlignment="Top" KeyDown="txtHiddenInput_KeyDown" Margin="6,40,20,4" Width="80" />
</Grid>
</UserControl>