|
@@ -7,7 +7,8 @@
|
|
|
mc:Ignorable="d"
|
|
|
Title="MainWindow" Height="450" Width="800">
|
|
|
<Grid>
|
|
|
- <Border BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Left" Height="100" Margin="367,171,0,0" VerticalAlignment="Top" Width="100"/>
|
|
|
-
|
|
|
+ <TextBox HorizontalAlignment="Left" Height="23" Margin="334,99,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="120"/>
|
|
|
+ <TextBox HorizontalAlignment="Left" Height="23" Margin="334,138,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="120"/>
|
|
|
+ <Button Content="Button" HorizontalAlignment="Left" Margin="230,224,0,0" VerticalAlignment="Top" Width="335" Height="151"/>
|
|
|
</Grid>
|
|
|
</Window>
|