Browse Source

примерное меню

Kuzmenco 1 year ago
parent
commit
50a3839e69
1 changed files with 6 additions and 2 deletions
  1. 6 2
      Window2.xaml

+ 6 - 2
Window2.xaml

@@ -5,9 +5,13 @@
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
         xmlns:local="clr-namespace:Prokatavto03"
         mc:Ignorable="d"
-        Title="Window2" Height="450" Width="800"  Background="#FF78909C">
+        Title="Window2" Height="444.595" Width="286.486"  Background="#FF78909C">
     <Grid>
-        <TextBlock HorizontalAlignment="Left" Margin="27,21,0,0" TextWrapping="Wrap" Text="Меню" VerticalAlignment="Top" Height="38" Width="123" FontSize="20" FontWeight="Bold"/>
+        <TextBlock HorizontalAlignment="Left" Margin="27,21,0,0" TextWrapping="Wrap" Text="Меню" VerticalAlignment="Top" Height="38" Width="123" FontSize="36" FontFamily="Times New Roman" FontWeight="Bold"/>
+        <Button Content="Список  автомобилей" HorizontalAlignment="Left" Margin="27,83,0,0" VerticalAlignment="Top" Width="215" Height="40" FontSize="20" FontFamily="Times New Roman" FontWeight="Bold"/>
+        <Button Content="Список  клиентов" HorizontalAlignment="Left" Margin="27,140,0,0" VerticalAlignment="Top" Width="215" Height="40" FontSize="20" FontFamily="Times New Roman" FontWeight="Bold"/>
+        <Button Content="Прокат" HorizontalAlignment="Left" Margin="27,206,0,0" VerticalAlignment="Top" Width="215" Height="40" FontSize="20" FontFamily="Times New Roman" FontWeight="Bold"/>
+        <Button Content="Назад" HorizontalAlignment="Left" Margin="27,384,0,0" VerticalAlignment="Top" Width="75"/>
 
     </Grid>
 </Window>