CD_Laola_Welle/LaOlaWelle/MainWindow.xaml

15 lines
952 B
XML

<Window x:Class="LaOlaWelle.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:LaOlaWelle"
mc:Ignorable="d"
Title="Configure" Height="79.167" Width="185.417" ShowInTaskbar="False">
<Grid>
<TextBox x:Name="clientNumber" HorizontalAlignment="Left" Height="23" Margin="74,10,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="61"/>
<Label Content="Nummer:" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top"/>
<Button x:Name="teach" Content="ok" HorizontalAlignment="Left" Margin="140,10,0,0" VerticalAlignment="Top" Width="18" RenderTransformOrigin="0.261,-0.079" Click="button_Click"/>
</Grid>
</Window>