<Window x:Class="WpfApplication1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525">
    <Grid>
        <StackPanel Height="155" HorizontalAlignment="Left"
                    Margin="12,28,0,0" Name="stackPanel1"
                    VerticalAlignment="Top" Width="469" />
        <Button Content="Button" Height="23" 
                HorizontalAlignment="Left" 
                Margin="155,228,0,0" Name="button1" 
                VerticalAlignment="Top" 
                Width="75" Click="button1_Click" />
    </Grid>
</Window>
