|
@@ -0,0 +1,95 @@
|
|
|
+<Window x:Class="KFC.Windows.Window2"
|
|
|
+ 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:KFC.Windows"
|
|
|
+ mc:Ignorable="d"
|
|
|
+ Title="Window2" Height="778" Width="450" ResizeMode="NoResize" WindowStyle="None" WindowStartupLocation="CenterScreen">
|
|
|
+ <Grid>
|
|
|
+ <TextBox x:Name="tbfin" HorizontalAlignment="Left" Height="520" Margin="0,186,0,0" TextWrapping="Wrap" Text="Ваш заказ:" VerticalAlignment="Top" Width="450" FontFamily="/kfc;component/Fonts/#Montserrat Medium" RenderTransformOrigin="0.443,0.335"/>
|
|
|
+ <TabControl x:Name="menu" HorizontalAlignment="Left" Height="778" VerticalAlignment="Top" Width="450">
|
|
|
+ <TabItem Height="111" Width="111" Margin="0,194,0,-194">
|
|
|
+ <TabItem.Header>
|
|
|
+ <StackPanel>
|
|
|
+ <Label FontFamily="/kfc;component/Fonts/#Montserrat Medium" FontSize="14">Бургеры</Label>
|
|
|
+ <Image Source="/KFC;component/Картинки/«Острый Шефбургер Джуниор».jpg" />
|
|
|
+ </StackPanel>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid Background="#FFE5E5E5" Margin="0,80,0,0">
|
|
|
+ <Button Click="Button_Click_1" HorizontalAlignment="Left" Margin="145,57,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/«Острый Шефбургер Джуниор».jpg" />
|
|
|
+ </Button>
|
|
|
+ <Button Click="Button_Click_2" HorizontalAlignment="Left" Margin="297,57,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/«Острый Шефбургер Джуниор».jpg" Width="111" />
|
|
|
+ </Button>
|
|
|
+ <Label Content="Шефбургер" HorizontalAlignment="Left" Margin="160,32,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="Шефбургер Делюкс" HorizontalAlignment="Left" Margin="282,32,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="150р" HorizontalAlignment="Left" Margin="181,173,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="175р" HorizontalAlignment="Left" Margin="335,173,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Height="111" Width="111" Margin="-111,306,111,-306">
|
|
|
+ <TabItem.Header>
|
|
|
+ <StackPanel>
|
|
|
+ <Label FontFamily="/kfc;component/Fonts/#Montserrat Medium" FontSize="14">Десерты</Label>
|
|
|
+ <Image Source="/KFC;component/Картинки/десерты.jpg" />
|
|
|
+ </StackPanel>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid Background="#FFE5E5E5" Margin="0,80,0,0">
|
|
|
+ <Button Click="Button_Click_3" HorizontalAlignment="Left" Margin="216,41,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/десерты.jpg" />
|
|
|
+ </Button>
|
|
|
+ <Label Content="Чизкейк" HorizontalAlignment="Left" Margin="240,16,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="100р" HorizontalAlignment="Left" Margin="255,157,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Height="111" Width="111" Margin="-222,419,222,-419">
|
|
|
+ <TabItem.Header>
|
|
|
+ <StackPanel>
|
|
|
+ <Label FontFamily="/kfc;component/Fonts/#Montserrat Medium" FontSize="14">Твистеры</Label>
|
|
|
+ <Image Source="/KFC;component/Картинки/твистер.jpg" Height="88" Width="92" />
|
|
|
+ </StackPanel>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid Background="#FFE5E5E5" Margin="0,80,0,0">
|
|
|
+ <Button Click="Button_Click_4" HorizontalAlignment="Left" Margin="154,59,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/твистер.jpg" Height="111" Width="111" />
|
|
|
+ </Button>
|
|
|
+ <Button Click="Button_Click_5" HorizontalAlignment="Left" Margin="298,59,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/твистер.jpg" Height="101" Width="102" />
|
|
|
+ </Button>
|
|
|
+ <Label Content="Боксмастер" HorizontalAlignment="Left" Margin="166,34,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="Твистер" HorizontalAlignment="Left" Margin="324,34,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="250р" HorizontalAlignment="Left" Margin="192,175,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="70р" HorizontalAlignment="Left" Margin="338,175,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Height="111" Width="111" Margin="-333,530,333,-530">
|
|
|
+ <TabItem.Header>
|
|
|
+ <StackPanel>
|
|
|
+ <Label FontFamily="/kfc;component/Fonts/#Montserrat Medium" FontSize="14">Картофель</Label>
|
|
|
+ <Image Source="/KFC;component/Картинки/фри стандарт.jpg" Height="82" Width="90" />
|
|
|
+ </StackPanel>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid Background="#FFE5E5E5" Margin="0,80,0,0">
|
|
|
+
|
|
|
+
|
|
|
+ <Button Click="Button_Click_6" HorizontalAlignment="Left" Margin="144,39,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/фри по деревенски.jpg" Height="107" Width="90" />
|
|
|
+ </Button>
|
|
|
+ <Button Click="Button_Click_7" HorizontalAlignment="Left" Margin="297,39,0,0" VerticalAlignment="Top" Width="111" Height="111">
|
|
|
+ <Image Source="/KFC;component/Картинки/фри стандарт.jpg" Height="98" Width="98" />
|
|
|
+ </Button>
|
|
|
+ <Label Content="Деревенский" HorizontalAlignment="Left" Margin="144,10,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="Стандартный" HorizontalAlignment="Left" Margin="313,10,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ <Label Content="80р" HorizontalAlignment="Left" Margin="183,155,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium" RenderTransformOrigin="0.498,-5.525"/>
|
|
|
+ <Label Content="100р" HorizontalAlignment="Left" Margin="330,155,0,0" VerticalAlignment="Top" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+
|
|
|
+ </TabControl>
|
|
|
+ <Image Height="176" Margin="134,10,134,0" VerticalAlignment="Top" Source="/KFC;component/Картинки/main btn.jpg"/>
|
|
|
+ <Button Click="Button_Click" Content="Оплатить" HorizontalAlignment="Left" VerticalAlignment="Top" Width="100" Margin="332,728,0,0" FontFamily="/kfc;component/Fonts/#Montserrat Medium" Height="26" FontSize="14" Background="#FFCB2D3D" BorderBrush="White" Foreground="White"/>
|
|
|
+ <Label x:Name="itog" Content="Итог: " HorizontalAlignment="Left" Margin="207,728,0,0" VerticalAlignment="Top" Width="120" FontFamily="/kfc;component/Fonts/#Montserrat Medium"/>
|
|
|
+ </Grid>
|
|
|
+</Window>
|