You are on page 1of 19

FAST FOOD MANAGEMENT SYSTEM

J.B.S.P SANSTHA’S
CHANGU KANA THAKUR
ARTS, COMMERCE, SCIENCE COLLEGE
NEW PANVEL (W)

PROJECT REPORT
ON
FAST FOOD MANAGEMENT SYSTEM

DEVELOPED BY
Mr. Prathmesh Govind Jadhav

UNDER THE GUIDANCE OF


PROF.MRS.AISHWARYA KADAM

SUBMITTED TO
UNIVERSITY OF
MUMBAI 2021-2022
FAST FOOD MANAGEMENT SYSTEM

Janardan Bhagat Shikshan Prasarak


Sanstha’s CHANGU KANA THAKUR
Arts, Commerce, Science
College New Panvel

A PROJECT REPORT ON:


“Fast Food Management
System”

SUBMITED TO:
“UNIVERSITY OF
MUMBAI” BY

Mr. Prathmesh Govind Jadhav


Under The Guidance Of
Prof.
Mrs.
Aishwaryakadam
2021-2022
FAST FOOD MANAGEMENT SYSTEM
DEPARTMENT OF COMPUTER SCIENCE

CERTIFICATE
This is to certify that the project entitled

“FAST FOOD MANAGEMENT SYSTEM”

Is successfully completed by MR.Prathmesh Govind Jadhav Roll No:-87.


Examination Number bcs005032 under the guidance of Prof.Mrs.Aishwarya
kadam, during the academic period of November to March,2021as per the
Syllabus, and the fulfillment for the completion of the B.Sc. degree in the
Computer Science of University of Mumbai. It is also to certify that this is
original work of the candidate done during academic year 2021-2022

Place:

Date:

Examiner Head of Department Principal

External Examiner
ACKNOWLEDGEMENT
It gives me great pleasure to present this project report
“ FAST FOOD MANAGEMENT SYSTEM”
It’s a great pleasure to get this opportunity to sincerely thank
all the people, who have showed me the way to create a successful
project and helped me a lot during the completion of the project.
I can now justify that this experience will stand me in good stead

in the years to come. I would like to thank our Prof. Mrs. Pratibha

Jadhav (HOD) for their support.

I would like to thank college guide Prof. Mrs.Aishwarya kadam

whose guidance was like driving force behind the success of my

project.

I would also like to express our deep regards and gratitude to the
Principal

Prathmesh Jadhav

TY.BSC.C.S
INTRODUCTION

 Fast Food Management System in C# is based on the concept to


calculate the bill of food order.

 This is a simple desktop application developed using C# Language.


There is no login system for the application. The user can directly
reach the menu section and select the food and drinks items that
they want to order. The user can generate the bill and print them
or save them as a pdf.

 Fast Food Management project is written in C# programming


language. Talking about the features of this system, the user just
has to select among the cakes and drinks items, enter the quantity
and click on the total button to view the total price

  The user can view the total receipt of their items which displays
the receipt number and number of their food/drinks items with the
total amount

 Here, the total bill of the customer includes tax and service charges
too. This project does not use any external file as a database/to
store records. This project helps in the management of food
billings.
Requirements:

Processor CORE i5
Minimum Hardware
Requirement Main Memory 4GB RAM
HDD 4GB
Operating System Windows 8
Database SQL Server 2014
Minimum Software
Requirement Platform C# .NET
Server IIS 6.0
Browser Any Browser
SOURCE CODE
namespace FastFood_management1
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new
System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.panel6 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.panel7 = new System.Windows.Forms.Panel();
            this.pictureBox17 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.closelbl = new System.Windows.Forms.Label();
            this.pictureBox16 = new System.Windows.Forms.PictureBox();
            this.Datelbl = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label23 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.puddingTextbox = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.pictureBox9 = new System.Windows.Forms.PictureBox();
            this.pictureBox15 = new System.Windows.Forms.PictureBox();
            this.puddingCheck = new System.Windows.Forms.CheckBox();
            this.cokeCheck = new System.Windows.Forms.CheckBox();
            this.icecreamTexbox = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
           
            this.cokeTextbox = new System.Windows.Forms.TextBox();
            this.pictureBox10 = new System.Windows.Forms.PictureBox();
            this.dewCheck = new System.Windows.Forms.CheckBox();
            this.icecreamCheck = new System.Windows.Forms.CheckBox();
            this.pictureBox14 = new System.Windows.Forms.PictureBox();
            this.dougnautTextbox = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.dewTextbox = new System.Windows.Forms.TextBox();
            this.pictureBox11 = new System.Windows.Forms.PictureBox();
            this.chocoShakeCheck = new System.Windows.Forms.CheckBox();
            this.dougnautCheck = new System.Windows.Forms.CheckBox();
            this.pictureBox13 = new System.Windows.Forms.PictureBox();
            this.mintshakeTextbox = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.chocoshakeTextbox = new System.Windows.Forms.TextBox();
            this.pictureBox12 = new System.Windows.Forms.PictureBox();
            this.mintShakeCheck = new System.Windows.Forms.CheckBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.meatballTextbox = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.pictureBox8 = new System.Windows.Forms.PictureBox();
            this.meatballCheck = new System.Windows.Forms.CheckBox();
            this.swarmaTextbox = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.pictureBox7 = new System.Windows.Forms.PictureBox();
            this.swarmaCHeck = new System.Windows.Forms.CheckBox();
            this.noodlesTextbox = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.pictureBox6 = new System.Windows.Forms.PictureBox();
            this.noodlesCheck = new System.Windows.Forms.CheckBox();
            this.pastaTextbox = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.pastaCheck = new System.Windows.Forms.CheckBox();
            this.pizzaTextbox = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.pizzaCheck = new System.Windows.Forms.CheckBox();
            this.burgerTextbox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.burgerCheck = new System.Windows.Forms.CheckBox();
            this.friesTextbox = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.friesCheck = new System.Windows.Forms.CheckBox();
            this.label3 = new System.Windows.Forms.Label();
            this.panel4 = new System.Windows.Forms.Panel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.panel8 = new System.Windows.Forms.Panel();
            this.totallbl = new System.Windows.Forms.Label();
            this.vatlbl = new System.Windows.Forms.Label();
            this.subTotallbl = new System.Windows.Forms.Label();
            this.printBtn = new System.Windows.Forms.Button();
            this.addBtn = new System.Windows.Forms.Button();
            this.resetBtn = new System.Windows.Forms.Button();
            this.label26 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.receiptTextbox = new System.Windows.Forms.RichTextBox();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel5.SuspendLayout();
            this.panel7.SuspendLayout();
       
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
   
        this.panel2.SuspendLayout();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
   
        this.panel1.SuspendLayout();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
   
        ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
   
        this.panel8.SuspendLayout();
   
        this.SuspendLayout();
   
        //
   
        // flowLayoutPanel1
   
        //
   
        this.flowLayoutPanel1.BackColor = System.Drawing.Color.Yellow;
   
        this.flowLayoutPanel1.Controls.Add(this.panel6);
   
        this.flowLayoutPanel1.Controls.Add(this.pictureBox1);
   
        this.flowLayoutPanel1.Controls.Add(this.panel5);
   
        this.flowLayoutPanel1.Controls.Add(this.panel7);
   
        this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
   
        this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
   
        this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
   
        this.flowLayoutPanel1.Name = "flowLayoutPanel1";
   
        this.flowLayoutPanel1.Size = new System.Drawing.Size(1325, 117);
   
        this.flowLayoutPanel1.TabIndex = 1;
   
        //
   
        // panel6
   
        //
   
        this.panel6.Location = new System.Drawing.Point(4, 4);
   
        this.panel6.Margin = new System.Windows.Forms.Padding(4);
   
        this.panel6.Name = "panel6";
   
        this.panel6.Size = new System.Drawing.Size(267, 106);
   
        this.panel6.TabIndex = 1;
   
        //
   
        // pictureBox1
   
        //
   
        this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
   
        this.pictureBox1.Location = new System.Drawing.Point(279, 4);
   
        this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
   
        this.pictureBox1.Name = "pictureBox1";
   
        this.pictureBox1.Size = new System.Drawing.Size(219, 106);
   
        this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
   
        this.pictureBox1.TabIndex = 2;
   
        this.pictureBox1.TabStop = false;
   
        //
   
        // panel5
   
        //
   
        this.panel5.Controls.Add(this.label2);
   
        this.panel5.Location = new System.Drawing.Point(506, 4);
   
        this.panel5.Margin = new System.Windows.Forms.Padding(4);
   
        this.panel5.Name = "panel5";
   
        this.panel5.Size = new System.Drawing.Size(415, 106);
   
        this.panel5.TabIndex = 3;
   
        //
   
        // label2
   
        //
   
        this.label2.AutoSize = true;
   
        this.label2.Font = new System.Drawing.Font("Jokerman", 26.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
           
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 63);
            this.label2.TabIndex = 6;
            this.label2.Text = "Prathmesh\'Fast Food";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            //
            // panel7
            //
            this.panel7.Controls.Add(this.pictureBox17);
            this.panel7.Controls.Add(this.label1);
            this.panel7.Controls.Add(this.closelbl);
            this.panel7.Controls.Add(this.pictureBox16);
            this.panel7.Controls.Add(this.Datelbl);
            this.panel7.Location = new System.Drawing.Point(4, 118);
            this.panel7.Margin = new System.Windows.Forms.Padding(4);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(393, 106);
            this.panel7.TabIndex = 4;
            //
            // pictureBox17
            //
            this.pictureBox17.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
            this.pictureBox17.Location = new System.Drawing.Point(96, 30);
            this.pictureBox17.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox17.Name = "pictureBox17";
            this.pictureBox17.Size = new System.Drawing.Size(55, 32);
            this.pictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox17.TabIndex = 35;
            this.pictureBox17.TabStop = false;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 12F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.MistyRose;
            this.label1.Location = new System.Drawing.Point(147, 30);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(110, 27);
            this.label1.TabIndex = 34;
            this.label1.Text = "Fast Meal";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            //
            // closelbl
            //
            this.closelbl.AutoSize = true;
            this.closelbl.BackColor = System.Drawing.Color.IndianRed;
            this.closelbl.Font = new System.Drawing.Font("Microsoft YaHei", 15.75F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.closelbl.ForeColor = System.Drawing.Color.MistyRose;
            this.closelbl.Location = new System.Drawing.Point(353, 0);
            this.closelbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.closelbl.Name = "closelbl";
            this.closelbl.Size = new System.Drawing.Size(34, 36);
            this.closelbl.TabIndex = 33;
            this.closelbl.Text = "X";
            this.closelbl.Click += new System.EventHandler(this.closelbl_Click);
            //
            // pictureBox16
            //
            this.pictureBox16.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox16.Image")));
            this.pictureBox16.Location = new System.Drawing.Point(96, 62);
            this.pictureBox16.Margin = new System.Windows.Forms.Padding(4);
           
            this.pictureBox16.Size = new System.Drawing.Size(55, 32);
            this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox16.TabIndex = 32;
            this.pictureBox16.TabStop = false;
            //
            // Datelbl
            //
            this.Datelbl.AutoSize = true;
            this.Datelbl.BackColor = System.Drawing.Color.Transparent;
            this.Datelbl.Font = new System.Drawing.Font("Microsoft YaHei", 14.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Datelbl.ForeColor = System.Drawing.Color.MistyRose;
            this.Datelbl.Location = new System.Drawing.Point(147, 62);
            this.Datelbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.Datelbl.Name = "Datelbl";
            this.Datelbl.Size = new System.Drawing.Size(130, 31);
            this.Datelbl.TabIndex = 31;
            this.Datelbl.Text = "Fast Meal";
            //
            // panel2
            //
            this.panel2.BackColor = System.Drawing.SystemColors.ControlText;
            this.panel2.Controls.Add(this.label23);
            this.panel2.Controls.Add(this.label22);
            this.panel2.Controls.Add(this.label21);
            this.panel2.Controls.Add(this.label20);
            this.panel2.Controls.Add(this.label19);
            this.panel2.Controls.Add(this.puddingTextbox);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label12);
            this.panel2.Controls.Add(this.panel3);
            this.panel2.Controls.Add(this.pictureBox9);
            this.panel2.Controls.Add(this.pictureBox15);
            this.panel2.Controls.Add(this.puddingCheck);
            this.panel2.Controls.Add(this.cokeCheck);
            this.panel2.Controls.Add(this.icecreamTexbox);
            this.panel2.Controls.Add(this.label18);
            this.panel2.Controls.Add(this.label13);
            this.panel2.Controls.Add(this.cokeTextbox);
            this.panel2.Controls.Add(this.pictureBox10);
            this.panel2.Controls.Add(this.dewCheck);
            this.panel2.Controls.Add(this.icecreamCheck);
            this.panel2.Controls.Add(this.pictureBox14);
            this.panel2.Controls.Add(this.dougnautTextbox);
            this.panel2.Controls.Add(this.label17);
            this.panel2.Controls.Add(this.label14);
            this.panel2.Controls.Add(this.dewTextbox);
            this.panel2.Controls.Add(this.pictureBox11);
            this.panel2.Controls.Add(this.chocoShakeCheck);
            this.panel2.Controls.Add(this.dougnautCheck);
            this.panel2.Controls.Add(this.pictureBox13);
            this.panel2.Controls.Add(this.mintshakeTextbox);
            this.panel2.Controls.Add(this.label16);
            this.panel2.Controls.Add(this.label15);
            this.panel2.Controls.Add(this.chocoshakeTextbox);
            this.panel2.Controls.Add(this.pictureBox12);
            this.panel2.Controls.Add(this.mintShakeCheck);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel2.Location = new System.Drawing.Point(1017, 117);
            this.panel2.Margin = new System.Windows.Forms.Padding(4);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(308, 607);
            this.panel2.TabIndex = 4;
            //
            // label23
            //
            this.label23.AutoSize = true;
            this.label23.BackColor = System.Drawing.Color.Transparent;
            this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label23.ForeColor = System.Drawing.Color.Red;
            this.label23.Location = new System.Drawing.Point(119, 410);
            this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(71, 24);
            this.label23.TabIndex = 63;
            this.label23.Text = "Cream";
            //
            // label22
            //
            this.label22.AutoSize = true;
            this.label22.BackColor = System.Drawing.Color.Transparent;
            this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label22.ForeColor = System.Drawing.Color.Red;
            this.label22.Location = new System.Drawing.Point(119, 283);
            this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(68, 24);
            this.label22.TabIndex = 62;
            this.label22.Text = "Shake";
            //
            // label21
            //
            this.label21.AutoSize = true;
            this.label21.BackColor = System.Drawing.Color.Transparent;
            this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label21.ForeColor = System.Drawing.Color.Red;
            this.label21.Location = new System.Drawing.Point(115, 214);
            this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(68, 24);
            this.label21.TabIndex = 61;
            this.label21.Text = "Shake";
            //
            // label20
            //
            this.label20.AutoSize = true;
            this.label20.BackColor = System.Drawing.Color.Transparent;
            this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label20.ForeColor = System.Drawing.Color.Red;
            this.label20.Location = new System.Drawing.Point(121, 135);
            this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(51, 24);
            this.label20.TabIndex = 60;
            this.label20.Text = "Dew";
            //
            // label19
            //
            this.label19.AutoSize = true;
            this.label19.BackColor = System.Drawing.Color.Transparent;
            this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label19.ForeColor = System.Drawing.Color.Red;
            this.label19.Location = new System.Drawing.Point(128, 65);
            this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(52, 24);
            this.label19.TabIndex = 59;
            this.label19.Text = "Cola";
            //
            // puddingTextbox
            //
         
            this.puddingTextbox.Font = new System.Drawing.Font("Century", 11.25F,
System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.puddingTextbox.Location = new System.Drawing.Point(212, 478);
            this.puddingTextbox.Margin = new System.Windows.Forms.Padding(4);
            this.puddingTextbox.Multiline = true;
            this.puddingTextbox.Name = "puddingTextbox";
            this.puddingTextbox.Size = new System.Drawing.Size(51, 27);
            this.puddingTextbox.TabIndex = 55;
            this.puddingTextbox.Text = "0";
            //
            // label4
            //
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Microsoft YaHei", 14.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.Red;
            this.label4.Location = new System.Drawing.Point(28, 4);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(200, 31);
            this.label4.TabIndex = 7;
            this.label4.Text = "Drinks- Dessert";
            //
            // label12
            //
            this.label12.AutoSize = true;
            this.label12.BackColor = System.Drawing.Color.Transparent;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.ForeColor = System.Drawing.Color.Red;
            this.label12.Location = new System.Drawing.Point(107, 478);
            this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(88, 24);
            this.label12.TabIndex = 56;
            this.label12.Text = "Pudding";
            //
            // panel3
            //
            this.panel3.BackColor = System.Drawing.Color.Yellow;
            this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel3.Location = new System.Drawing.Point(272, 0);
            this.panel3.Margin = new System.Windows.Forms.Padding(4);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(36, 607);
            this.panel3.TabIndex = 0;
            //
            // pictureBox9
            //
            this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
            this.pictureBox9.Location = new System.Drawing.Point(35, 458);
            this.pictureBox9.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox9.Name = "pictureBox9";
            this.pictureBox9.Size = new System.Drawing.Size(64, 62);
            this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox9.TabIndex = 57;
            this.pictureBox9.TabStop = false;
            //
            // pictureBox15
            //
            this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
            this.pictureBox15.Location = new System.Drawing.Point(35, 43);
            this.pictureBox15.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox15.Name = "pictureBox15";
            this.pictureBox15.Size = new System.Drawing.Size(64, 62);
            this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox15.TabIndex = 34;
            this.pictureBox15.TabStop = false;
           
            // puddingCheck
            //
            this.puddingCheck.AutoSize = true;
            this.puddingCheck.Location = new System.Drawing.Point(7, 478);
            this.puddingCheck.Margin = new System.Windows.Forms.Padding(4);
            this.puddingCheck.Name = "puddingCheck";
            this.puddingCheck.Size = new System.Drawing.Size(18, 17);
            this.puddingCheck.TabIndex = 58;
            this.puddingCheck.UseVisualStyleBackColor = true;
            this.puddingCheck.CheckedChanged += new System.EventHandler(this.puddingCheck_CheckedChanged);
            //
            // cokeCheck
            //
            this.cokeCheck.AutoSize = true;
            this.cokeCheck.Location = new System.Drawing.Point(7, 63);
            this.cokeCheck.Margin = new System.Windows.Forms.Padding(4);
            this.cokeCheck.Name = "cokeCheck";
            this.cokeCheck.Size = new System.Drawing.Size(18, 17);
            this.cokeCheck.TabIndex = 31;
            this.cokeCheck.UseVisualStyleBackColor = true;
            this.cokeCheck.CheckedChanged += new System.EventHandler(this.cokeCheck_CheckedChanged);
            //
            // icecreamTexbox
            //
            this.icecreamTexbox.Enabled = false;
            this.icecreamTexbox.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.icecreamTexbox.Location = new System.Drawing.Point(212, 407);
            this.icecreamTexbox.Margin = new System.Windows.Forms.Padding(4);
            this.icecreamTexbox.Multiline = true;
            this.icecreamTexbox.Name = "icecreamTexbox";
            this.icecreamTexbox.Size = new System.Drawing.Size(51, 27);
            this.icecreamTexbox.TabIndex = 51;
            this.icecreamTexbox.Text = "0";
            //
            // label18
            //
            this.label18.AutoSize = true;
            this.label18.BackColor = System.Drawing.Color.Transparent;
            this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label18.ForeColor = System.Drawing.Color.Red;
            this.label18.Location = new System.Drawing.Point(128, 43);
            this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(58, 24);
            this.label18.TabIndex = 32;
            this.label18.Text = "Coca";
            //
            // label13
            //
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
           this.label13.ForeColor = System.Drawing.Color.Red;
            this.label13.Location = new System.Drawing.Point(136, 388);
            this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(38, 24);
            this.label13.TabIndex = 52;
            this.label13.Text = "Ice";
            //
            // cokeTextbox
            //
            this.cokeTextbox.Enabled = false;
            this.cokeTextbox.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
           
            this.cokeTextbox.Margin = new System.Windows.Forms.Padding(4);
            this.cokeTextbox.Multiline = true;
            this.cokeTextbox.Name = "cokeTextbox";
            this.cokeTextbox.Size = new System.Drawing.Size(51, 31);
            this.cokeTextbox.TabIndex = 33;
            this.cokeTextbox.Text = "0";
            //
            // pictureBox10
            //
            this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
            this.pictureBox10.Location = new System.Drawing.Point(35, 388);
            this.pictureBox10.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox10.Name = "pictureBox10";
            this.pictureBox10.Size = new System.Drawing.Size(64, 62);
            this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox10.TabIndex = 53;
            this.pictureBox10.TabStop = false;
            //
            // dewCheck
            //
            this.dewCheck.AutoSize = true;
            this.dewCheck.Location = new System.Drawing.Point(7, 129);
            this.dewCheck.Margin = new System.Windows.Forms.Padding(4);
            this.dewCheck.Name = "dewCheck";
            this.dewCheck.Size = new System.Drawing.Size(18, 17);
            this.dewCheck.TabIndex = 38;
            this.dewCheck.UseVisualStyleBackColor = true;
            this.dewCheck.CheckedChanged += new System.EventHandler(this.dewCheck_CheckedChanged);
            //
            // icecreamCheck
            //
            this.icecreamCheck.AutoSize = true;
            this.icecreamCheck.Location = new System.Drawing.Point(7, 407);
            this.icecreamCheck.Margin = new System.Windows.Forms.Padding(4);
            this.icecreamCheck.Name = "icecreamCheck";
            this.icecreamCheck.Size = new System.Drawing.Size(18, 17);
            this.icecreamCheck.TabIndex = 54;
            this.icecreamCheck.UseVisualStyleBackColor = true;
            this.icecreamCheck.CheckedChanged += new System.EventHandler(this.icecreamCheck_CheckedChanged);
            //
            // pictureBox14
            //
            this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
            this.pictureBox14.Location = new System.Drawing.Point(35, 110);
            this.pictureBox14.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox14.Name = "pictureBox14";
            this.pictureBox14.Size = new System.Drawing.Size(64, 62);
            this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox14.TabIndex = 37;
            this.pictureBox14.TabStop = false;
            //
            // dougnautTextbox
            //
            this.dougnautTextbox.Enabled = false;
            this.dougnautTextbox.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dougnautTextbox.Location = new System.Drawing.Point(212, 334);
            this.dougnautTextbox.Margin = new System.Windows.Forms.Padding(4);
            this.dougnautTextbox.Multiline = true;
            this.dougnautTextbox.Name = "dougnautTextbox";
            this.dougnautTextbox.Size = new System.Drawing.Size(51, 27);
            this.dougnautTextbox.TabIndex = 47;
            this.dougnautTextbox.Text = "0";
            //
            // label17
            //
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.Transparent;
           
            this.label17.ForeColor = System.Drawing.Color.Red;
            this.label17.Location = new System.Drawing.Point(107, 110);
            this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(96, 24);
            this.label17.TabIndex = 36;
            this.label17.Text = "Mountain";
            this.label17.Click += new System.EventHandler(this.label17_Click);
            //
            // label14
            //
            this.label14.AutoSize = true;
            this.label14.BackColor = System.Drawing.Color.Transparent;
            this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.ForeColor = System.Drawing.Color.Red;
            this.label14.Location = new System.Drawing.Point(103, 336);
            this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(100, 24);
            this.label14.TabIndex = 48;
            this.label14.Text = "Dougnaut";
            //
            // dewTextbox
            //
            this.dewTextbox.Enabled = false;
            this.dewTextbox.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dewTextbox.Location = new System.Drawing.Point(212, 118);
            this.dewTextbox.Margin = new System.Windows.Forms.Padding(4);
            this.dewTextbox.Multiline = true;
            this.dewTextbox.Name = "dewTextbox";
            this.dewTextbox.Size = new System.Drawing.Size(51, 27);
            this.dewTextbox.TabIndex = 35;
            this.dewTextbox.Text = "0";
            //
            // pictureBox11
            //
            this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
            this.pictureBox11.Location = new System.Drawing.Point(35, 318);
            this.pictureBox11.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox11.Name = "pictureBox11";
            this.pictureBox11.Size = new System.Drawing.Size(64, 62);
            this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox11.TabIndex = 49;
            this.pictureBox11.TabStop = false;
            //
            // chocoShakeCheck
            //
            this.chocoShakeCheck.AutoSize = true;
            this.chocoShakeCheck.Location = new System.Drawing.Point(7, 197);
            this.chocoShakeCheck.Margin = new System.Windows.Forms.Padding(4);
            this.chocoShakeCheck.Name = "chocoShakeCheck";
            this.chocoShakeCheck.Size = new System.Drawing.Size(18, 17);
            this.chocoShakeCheck.TabIndex = 42;
            this.chocoShakeCheck.UseVisualStyleBackColor = true;
            this.chocoShakeCheck.CheckedChanged += new System.EventHandler(this.chocoShakeCheck_CheckedChanged);
            //
            // dougnautCheck
            //
            this.dougnautCheck.AutoSize = true;
            this.dougnautCheck.Location = new System.Drawing.Point(7, 337);
            this.dougnautCheck.Margin = new System.Windows.Forms.Padding(4);
            this.dougnautCheck.Name = "dougnautCheck";
            this.dougnautCheck.Size = new System.Drawing.Size(18, 17);
            this.dougnautCheck.TabIndex = 50;
           
            this.dougnautCheck.CheckedChanged += new System.EventHandler(this.dougnautCheck_CheckedChanged);
           
            // pictureBox13
            //
            this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
            this.pictureBox13.Location = new System.Drawing.Point(35, 177);
            this.pictureBox13.Margin = new System.Windows.Forms.Padding(4);
            this.pictureBox13.Name = "pictureBox13";
            this.pictureBox13.Size = new System.Drawing.Size(64, 62);
            this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox13.TabIndex = 41;
            this.pictureBox13.TabStop = false;
            //
            // mintshakeTextbox
            //
            this.mintshakeTextbox.Enabled = false;
            this.mintshakeTextbox.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mintshakeTextbox.Location = new System.Drawing.Point(212, 266);
            this.mintshakeTextbox.Margin = new System.Windows.Forms.Padding(4);
            this.mintshakeTextbox.Multiline = true;
            this.mintshakeTextbox.Name = "mintshakeTextbox";
            this.mintshakeTextbox.Size = new System.Drawing.Size(51, 27);
            this.mintshakeTextbox.TabIndex = 43;
            this.mintshakeTextbox.Text = "0";
            //
            // label16
            //
            this.label16.AutoSize = true;
            this.label16.BackColor = System.Drawing.Color.Transparent;
            this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label16.ForeColor = System.Drawing.Color.Red;
            this.label16.Location = new System.Drawing.Point(115, 192);
            this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(71, 24);
            this.label16.TabIndex = 40;
            this.label16.Text = "Choco";
            //
            // label15
            //
            this.label15.AutoSize = true;
            this.label15.BackColor = System.Drawing.Color.Transparent;
            this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label15.ForeColor = System.Drawing.Color.Red;
            this.label15.Location = new System.Drawing.Point(128, 261);
            this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(49, 24);
            this.label15.TabIndex = 44;
            this.label15.Text = "Mint";
            //
            // chocoshakeTextbox
            //
            this.chocoshakeTextbox.Enabled = false;
            this.chocoshakeTextbox.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chocoshakeTextbox.Location = new System.Drawing.Point(212, 197);
            this.chocoshakeTextbox.Margin = new System.Windows.Forms.Padding(4);
            this.chocoshakeTextbox.Multiline = true;
            this.chocoshakeTextbox.Name = "chocoshakeTextbox";
            this.chocoshakeTextbox.Size = new System.Drawing.Size(51, 27);
            this.chocoshakeTextbox.TabIndex = 39;
            this.chocoshakeTextbox.Text = "0";
            //
            // pictureBox12
            //
Screenshots:-
           

You might also like