|
@@ -0,0 +1,443 @@
|
|
|
+<Window x:Class="TerminalKFC.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:TerminalKFC.Windows"
|
|
|
+ mc:Ignorable="d"
|
|
|
+ Title="Меню" Height="750" Width="500" ResizeMode="NoResize" WindowStyle="None" WindowStartupLocation="CenterScreen">
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition Height="0.1*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <TabControl x:Name="TabControlMenu" TabStripPlacement="Left" Visibility="Visible" Margin="0" Grid.RowSpan="1">
|
|
|
+ <TabItem>
|
|
|
+ <TabItem.Background>
|
|
|
+ <ImageBrush ImageSource="JjuxjFMS2cWSaD5fU51rQ.png"/>
|
|
|
+ </TabItem.Background>
|
|
|
+ <TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Image Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\3.jpg" Height="100" Grid.Row="0"/>
|
|
|
+ <TextBlock Grid.Row="1" Text="Бургеры" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="dvojnoj-temnyj-burger.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button Grid.Column="0" Content="100 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Shefburger"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="1" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="JjuxjFMS2cWSaD5fU51rQ.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button Grid.Column="0" Content="250 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Shefburger"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="2" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="product_204_454941903.jpg"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button Grid.Column="0" Content="150 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Shefburger"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1" Grid.Column="0" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="SDbn8WB7FS8Z7xKk4Qg2rmHD.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="btn1" Grid.Column="0" Content="230 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Shefburger"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1" Grid.Column="1" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="shefburger-de-lyuks-ostryy1.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button Grid.Column="0" Content="300 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Shefburger"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="1" Grid.Column="2" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="Темный Бургер в KFC.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button Grid.Column="0" Content="145 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Shefburger"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3" Grid.Column="0" Margin="10">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3" Grid.Column="1" Margin="10">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem>
|
|
|
+ <TabItem.Background>
|
|
|
+ <ImageBrush ImageSource="tvister-original-nyy.png"/>
|
|
|
+ </TabItem.Background>
|
|
|
+ <TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Image Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\6.jpg" Height="100" Grid.Row="0"/>
|
|
|
+ <TextBlock Grid.Row="1" Text="Твистеры" HorizontalAlignment="Center" Height="16" VerticalAlignment="Top"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="xBvcq1bFYvkXPBbfgupktbzR.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Salo" Grid.Column="0" Content="160 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Salo_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="1" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="tvister-original-nyy.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Pirozhok" Grid.Column="0" Content="200 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Pirozhok_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="2" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="small_boksmaster_ostryj_78e4800a36.jpg"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Pirog" Grid.Column="0" Content="300 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Pirog_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <Image Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\7.jpg" Height="106" VerticalAlignment="Top" Width="121">
|
|
|
+ <Image.OpacityMask>
|
|
|
+ <ImageBrush ImageSource="xBvcq1bFYvkXPBbfgupktbzR.png"/>
|
|
|
+ </Image.OpacityMask>
|
|
|
+ </Image>
|
|
|
+ <Image Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\7.jpg" Height="106" VerticalAlignment="Top" Width="121">
|
|
|
+ <Image.OpacityMask>
|
|
|
+ <ImageBrush ImageSource="dvojnoj-temnyj-burger.png"/>
|
|
|
+ </Image.OpacityMask>
|
|
|
+ </Image>
|
|
|
+ <TabItem Margin="-2,-2,0,-2">
|
|
|
+ <TabItem.Background>
|
|
|
+ <ImageBrush ImageSource="Десерт «Ягодный Сорбетто» в KFC.png"/>
|
|
|
+ </TabItem.Background>
|
|
|
+ <TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Image Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\6.jpg" Height="100" Grid.Row="0">
|
|
|
+ <Image.OpacityMask>
|
|
|
+ <ImageBrush ImageSource="Десерт «Ягодный Сорбетто» в KFC.png"/>
|
|
|
+ </Image.OpacityMask>
|
|
|
+ </Image>
|
|
|
+ <TextBlock Grid.Row="1" Text="Десерты" HorizontalAlignment="Center" Height="16" VerticalAlignment="Top"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="fondanshokolad.jpg"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Salo1" Grid.Column="0" Content="50 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Salo_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="1" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="Screenshot_32.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Pirozhok1" Grid.Column="0" Content="365 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Pirozhok_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="2" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="Десерт «Ягодный Сорбетто» в KFC.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Pirog1" Grid.Column="0" Content="370 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Pirog_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <TabItem Margin="-2,-2,0,-2">
|
|
|
+ <TabItem.Background>
|
|
|
+ <ImageBrush ImageSource="ac54d1dfba570775578738a4b58ddd356d8782f6.png"/>
|
|
|
+ </TabItem.Background>
|
|
|
+ <TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Image Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\6.jpg" Height="100" Grid.Row="0">
|
|
|
+ <Image.OpacityMask>
|
|
|
+ <ImageBrush ImageSource="ac54d1dfba570775578738a4b58ddd356d8782f6.png"/>
|
|
|
+ </Image.OpacityMask>
|
|
|
+ </Image>
|
|
|
+ <TextBlock Grid.Row="1" Text="Картофель" HorizontalAlignment="Center" Height="16" VerticalAlignment="Top"/>
|
|
|
+ </Grid>
|
|
|
+ </TabItem.Header>
|
|
|
+ <Grid>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="0" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="kartofel-po-derevenski-malyj.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Salo2" Grid.Column="0" Content="70 р" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Salo_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="1" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="kartofel-fri-malyy.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Pirozhok2" Grid.Column="0" Content="35 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Pirozhok_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="0" Grid.Column="2" Margin="10">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="ac54d1dfba570775578738a4b58ddd356d8782f6.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button x:Name="Pirog2" Grid.Column="0" Content="105 р " HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="10" FontWeight="SemiBold" Click="Pirog_Click"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ </TabItem>
|
|
|
+ <Image Height="100" Width="100"/>
|
|
|
+ <Image Height="100" Width="100"/>
|
|
|
+ <Image Height="100" Width="100"/>
|
|
|
+ <Image Height="100" Width="100"/>
|
|
|
+ <Image Height="100" Width="100"/>
|
|
|
+ <Image Height="100" Width="100"/>
|
|
|
+ </TabControl>
|
|
|
+ <Grid x:Name="GridButton" Grid.Row="1" Visibility="Visible" Grid.RowSpan="2">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ <ColumnDefinition Width="0.2*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ <Button Grid.Column="1" Margin="5 20 5 20" Content="Оплатить" Click="Button_Click" Background="#FFF19A00"/>
|
|
|
+ </Grid>
|
|
|
+ <Grid x:Name="GridOplata" Visibility="Hidden">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="0.25*"/>
|
|
|
+ <RowDefinition Height="0.7*"/>
|
|
|
+ <RowDefinition Height="0.05*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Image Grid.Row="0" Source="C:\Users\nikich4523\source\repos\TerminalKFC\TerminalKFC\Image\4.jpg"/>
|
|
|
+ <TextBox x:Name="BracketTB" Grid.Row="1" Text="Ваш заказ:" IsReadOnly="True">
|
|
|
+ </TextBox>
|
|
|
+
|
|
|
+ <Grid Grid.Row="2">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="0.5*"/>
|
|
|
+ <ColumnDefinition Width="0.25*"/>
|
|
|
+ <ColumnDefinition Width="0.25*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+
|
|
|
+ <TextBlock x:Name="PriceTB" Grid.Column="1" Text="Итого: 0"/>
|
|
|
+ <Button Grid.Column="2" Content="Оплатить" Margin="5"/>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Column="0" Margin="79,371,10,62">
|
|
|
+ <Grid.Background>
|
|
|
+ <ImageBrush ImageSource="Без названия.png"/>
|
|
|
+ </Grid.Background>
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="2.5*"/>
|
|
|
+ <RowDefinition/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+ </Grid>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ </Grid>
|
|
|
+</Window>
|