namespace Pizza_Guys

{

    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.pnlCustomerInfo = new System.Windows.Forms.Panel();

            this.textBox5 = new System.Windows.Forms.TextBox();

            this.lblZip = new System.Windows.Forms.Label();

            this.lblCustTitle = new System.Windows.Forms.Label();

            this.cboxState = new System.Windows.Forms.ComboBox();

            this.txtBoxPhone = new System.Windows.Forms.TextBox();

            this.txtBoxCity = new System.Windows.Forms.TextBox();

            this.txtBoxAddress = new System.Windows.Forms.TextBox();

            this.txtBoxName = new System.Windows.Forms.TextBox();

            this.lblPhone = new System.Windows.Forms.Label();

            this.lblState = new System.Windows.Forms.Label();

            this.lblCity = new System.Windows.Forms.Label();

            this.lblAddress = new System.Windows.Forms.Label();

            this.lblCustName = new System.Windows.Forms.Label();

            this.dateTimeCreditCardExpiration = new System.Windows.Forms.DateTimePicker();

            this.lblCreditCardExpires = new System.Windows.Forms.Label();

            this.lblPaymentMethod = new System.Windows.Forms.Label();

            this.cBoxCreditCard = new System.Windows.Forms.ComboBox();

            this.pictureBoxLogo = new System.Windows.Forms.PictureBox();

            this.pnlToppings = new System.Windows.Forms.Panel();

            this.btnExit = new System.Windows.Forms.Button();

            this.btnSubmit = new System.Windows.Forms.Button();

            this.pnlPaymentInfo = new System.Windows.Forms.Panel();

            this.txtQty = new System.Windows.Forms.TextBox();

            this.lblOrderTotalTitle = new System.Windows.Forms.Label();

            this.lblTaxTitle = new System.Windows.Forms.Label();

            this.lblTaxPercentShow = new System.Windows.Forms.Label();

            this.lblDisplayOrderTotal = new System.Windows.Forms.Label();

            this.lblDisplayTax = new System.Windows.Forms.Label();

            this.lblOrderTimeDisplay = new System.Windows.Forms.Label();

            this.lblDisplaySubTotal = new System.Windows.Forms.Label();

            this.lblOrderTime = new System.Windows.Forms.Label();

            this.lblSubTotalTitle = new System.Windows.Forms.Label();

            this.lblPaymentInfo = new System.Windows.Forms.Label();

            this.lblQty = new System.Windows.Forms.Label();

            this.txtCreditCardNumber = new System.Windows.Forms.TextBox();

            this.txtCoupon = new System.Windows.Forms.TextBox();

            this.lblCreditCard = new System.Windows.Forms.Label();

            this.lblCouponId = new System.Windows.Forms.Label();

            this.grpBoxToppings = new System.Windows.Forms.GroupBox();

            this.checkBoxToppingsExtraCheese = new System.Windows.Forms.CheckBox();

            this.checkBoxToppingsOnions = new System.Windows.Forms.CheckBox();

            this.checkBoxToppingsAnchovies = new System.Windows.Forms.CheckBox();

            this.checkBoxToppingsOlives = new System.Windows.Forms.CheckBox();

            this.checkBoxToppingPepperoni = new System.Windows.Forms.CheckBox();

            this.checkBoxToppingSausage = new System.Windows.Forms.CheckBox();

            this.grpBoxPizzaSize = new System.Windows.Forms.GroupBox();

            this.rbPizzaSmall = new System.Windows.Forms.RadioButton();

            this.rbPizzaLarge = new System.Windows.Forms.RadioButton();

            this.rbPizzaMedium = new System.Windows.Forms.RadioButton();

            this.lblToppingsHeading = new System.Windows.Forms.Label();

            this.lblMenuHeader = new System.Windows.Forms.Label();

            this.lblOrderNumber = new System.Windows.Forms.Label();

            this.lblOrderNumberDisplay = new System.Windows.Forms.Label();

            this.pnlCustomerInfo.SuspendLayout();

            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();

            this.pnlToppings.SuspendLayout();

            this.pnlPaymentInfo.SuspendLayout();

            this.grpBoxToppings.SuspendLayout();

            this.grpBoxPizzaSize.SuspendLayout();

            this.SuspendLayout();

            //

            // pnlCustomerInfo

            //

            this.pnlCustomerInfo.BackColor = System.Drawing.SystemColors.Control;

            this.pnlCustomerInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            this.pnlCustomerInfo.Controls.Add(this.textBox5);

            this.pnlCustomerInfo.Controls.Add(this.lblZip);

            this.pnlCustomerInfo.Controls.Add(this.lblCustTitle);

            this.pnlCustomerInfo.Controls.Add(this.cboxState);

            this.pnlCustomerInfo.Controls.Add(this.txtBoxPhone);

            this.pnlCustomerInfo.Controls.Add(this.txtBoxCity);

            this.pnlCustomerInfo.Controls.Add(this.txtBoxAddress);

            this.pnlCustomerInfo.Controls.Add(this.txtBoxName);

            this.pnlCustomerInfo.Controls.Add(this.lblPhone);

            this.pnlCustomerInfo.Controls.Add(this.lblState);

            this.pnlCustomerInfo.Controls.Add(this.lblCity);

            this.pnlCustomerInfo.Controls.Add(this.lblAddress);

            this.pnlCustomerInfo.Controls.Add(this.lblCustName);

            this.pnlCustomerInfo.Location = new System.Drawing.Point(19, 51);

            this.pnlCustomerInfo.Name = "pnlCustomerInfo";

            this.pnlCustomerInfo.Size = new System.Drawing.Size(434, 266);

            this.pnlCustomerInfo.TabIndex = 1;

            //

            // textBox5

            //

            this.textBox5.Location = new System.Drawing.Point(74, 124);

            this.textBox5.Name = "textBox5";

            this.textBox5.Size = new System.Drawing.Size(101, 20);

            this.textBox5.TabIndex = 14;

            //

            // lblZip

            //

            this.lblZip.AutoSize = true;

            this.lblZip.Location = new System.Drawing.Point(6, 132);

            this.lblZip.Name = "lblZip";

            this.lblZip.Size = new System.Drawing.Size(50, 13);

            this.lblZip.TabIndex = 13;

            this.lblZip.Text = "Zip Code";

            //

            // lblCustTitle

            //

            this.lblCustTitle.AutoEllipsis = true;

            this.lblCustTitle.AutoSize = true;

            this.lblCustTitle.BackColor = System.Drawing.SystemColors.ActiveBorder;

            this.lblCustTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            this.lblCustTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblCustTitle.Location = new System.Drawing.Point(282, 15);

            this.lblCustTitle.Name = "lblCustTitle";

            this.lblCustTitle.Size = new System.Drawing.Size(128, 26);

            this.lblCustTitle.TabIndex = 12;

            this.lblCustTitle.Text = "Customer Info";

            //

            // cboxState

            //

            this.cboxState.FormattingEnabled = true;

            this.cboxState.Items.AddRange(new object[] {

            "CA",

            "AZ",

            "WA"});

            this.cboxState.Location = new System.Drawing.Point(74, 154);

            this.cboxState.Name = "cboxState";

            this.cboxState.Size = new System.Drawing.Size(45, 21);

            this.cboxState.TabIndex = 11;

            //

            // txtBoxPhone

            //

            this.txtBoxPhone.Location = new System.Drawing.Point(74, 194);

            this.txtBoxPhone.Name = "txtBoxPhone";

            this.txtBoxPhone.Size = new System.Drawing.Size(114, 20);

            this.txtBoxPhone.TabIndex = 10;

            //

            // txtBoxCity

            //

            this.txtBoxCity.Location = new System.Drawing.Point(74, 83);

            this.txtBoxCity.Name = "txtBoxCity";

            this.txtBoxCity.Size = new System.Drawing.Size(143, 20);

            this.txtBoxCity.TabIndex = 7;

            //

            // txtBoxAddress

            //

            this.txtBoxAddress.Location = new System.Drawing.Point(74, 50);

            this.txtBoxAddress.Name = "txtBoxAddress";

            this.txtBoxAddress.Size = new System.Drawing.Size(171, 20);

            this.txtBoxAddress.TabIndex = 6;

            //

            // txtBoxName

            //

            this.txtBoxName.Location = new System.Drawing.Point(74, 16);

            this.txtBoxName.Name = "txtBoxName";

            this.txtBoxName.Size = new System.Drawing.Size(171, 20);

            this.txtBoxName.TabIndex = 5;

            this.txtBoxName.LostFocus += new System.EventHandler(this.CheckEmpty);

            //

            // lblPhone

            //

            this.lblPhone.AutoSize = true;

            this.lblPhone.Location = new System.Drawing.Point(18, 201);

            this.lblPhone.Name = "lblPhone";

            this.lblPhone.Size = new System.Drawing.Size(38, 13);

            this.lblPhone.TabIndex = 4;

            this.lblPhone.Text = "Phone";

            //

            // lblState

            //

            this.lblState.AutoSize = true;

            this.lblState.Location = new System.Drawing.Point(24, 162);

            this.lblState.Name = "lblState";

            this.lblState.Size = new System.Drawing.Size(32, 13);

            this.lblState.TabIndex = 3;

            this.lblState.Text = "State";

            //

            // lblCity

            //

            this.lblCity.AutoSize = true;

            this.lblCity.Location = new System.Drawing.Point(32, 86);

            this.lblCity.Name = "lblCity";

            this.lblCity.Size = new System.Drawing.Size(24, 13);

            this.lblCity.TabIndex = 2;

            this.lblCity.Text = "City";

            //

            // lblAddress

            //

            this.lblAddress.AutoSize = true;

            this.lblAddress.Location = new System.Drawing.Point(11, 57);

            this.lblAddress.Name = "lblAddress";

            this.lblAddress.Size = new System.Drawing.Size(45, 13);

            this.lblAddress.TabIndex = 1;

            this.lblAddress.Text = "Address";

            //

            // lblCustName

            //

            this.lblCustName.AutoSize = true;

            this.lblCustName.Location = new System.Drawing.Point(21, 23);

            this.lblCustName.Name = "lblCustName";

            this.lblCustName.Size = new System.Drawing.Size(35, 13);

            this.lblCustName.TabIndex = 0;

            this.lblCustName.Text = "Name";

            //

            // dateTimeCreditCardExpiration

            //

            this.dateTimeCreditCardExpiration.Format = System.Windows.Forms.DateTimePickerFormat.Short;

            this.dateTimeCreditCardExpiration.Location = new System.Drawing.Point(139, 155);

            this.dateTimeCreditCardExpiration.MaxDate = new System.DateTime(2012, 12, 31, 0, 0, 0, 0);

            this.dateTimeCreditCardExpiration.Name = "dateTimeCreditCardExpiration";

            this.dateTimeCreditCardExpiration.Size = new System.Drawing.Size(112, 20);

            this.dateTimeCreditCardExpiration.TabIndex = 3;

            this.dateTimeCreditCardExpiration.Value = new System.DateTime(2006, 10, 4, 0, 0, 0, 0);

            //

            // lblCreditCardExpires

            //

            this.lblCreditCardExpires.AutoSize = true;

            this.lblCreditCardExpires.Location = new System.Drawing.Point(44, 162);

            this.lblCreditCardExpires.Name = "lblCreditCardExpires";

            this.lblCreditCardExpires.Size = new System.Drawing.Size(82, 13);

            this.lblCreditCardExpires.TabIndex = 15;

            this.lblCreditCardExpires.Text = "Expriration Date";

            //

            // lblPaymentMethod

            //

            this.lblPaymentMethod.AutoSize = true;

            this.lblPaymentMethod.Location = new System.Drawing.Point(39, 110);

            this.lblPaymentMethod.Name = "lblPaymentMethod";

            this.lblPaymentMethod.Size = new System.Drawing.Size(87, 13);

            this.lblPaymentMethod.TabIndex = 14;

            this.lblPaymentMethod.Text = "Payment Method";

            //

            // cBoxCreditCard

            //

            this.cBoxCreditCard.FormattingEnabled = true;

            this.cBoxCreditCard.Items.AddRange(new object[] {

            "Cash",

            "Check",

            "Visa",

            "Master Card",

            "American Express"});

            this.cBoxCreditCard.Location = new System.Drawing.Point(139, 102);

            this.cBoxCreditCard.Name = "cBoxCreditCard";

            this.cBoxCreditCard.Size = new System.Drawing.Size(112, 21);

            this.cBoxCreditCard.TabIndex = 13;

            this.cBoxCreditCard.SelectedIndexChanged += new System.EventHandler(this.comboBoxCreditCard_SelectedIndexChanged);

            //

            // pictureBoxLogo

            //

            this.pictureBoxLogo.Image = global::Pizza_Guys.Properties.Resources.pizza;

            this.pictureBoxLogo.Location = new System.Drawing.Point(246, 337);

            this.pictureBoxLogo.Name = "pictureBoxLogo";

            this.pictureBoxLogo.Size = new System.Drawing.Size(207, 204);

            this.pictureBoxLogo.TabIndex = 2;

            this.pictureBoxLogo.TabStop = false;

            //

            // pnlToppings

            //

            this.pnlToppings.BackColor = System.Drawing.SystemColors.Control;

            this.pnlToppings.Controls.Add(this.btnExit);

            this.pnlToppings.Controls.Add(this.btnSubmit);

            this.pnlToppings.Controls.Add(this.pnlPaymentInfo);

            this.pnlToppings.Controls.Add(this.grpBoxToppings);

            this.pnlToppings.Controls.Add(this.grpBoxPizzaSize);

            this.pnlToppings.Controls.Add(this.lblToppingsHeading);

            this.pnlToppings.Location = new System.Drawing.Point(470, 51);

            this.pnlToppings.Name = "pnlToppings";

            this.pnlToppings.Size = new System.Drawing.Size(364, 496);

            this.pnlToppings.TabIndex = 3;

            //

            // btnExit

            //

            this.btnExit.Location = new System.Drawing.Point(13, 467);

            this.btnExit.Name = "btnExit";

            this.btnExit.Size = new System.Drawing.Size(75, 23);

            this.btnExit.TabIndex = 6;

            this.btnExit.Text = "Exit";

            this.btnExit.UseVisualStyleBackColor = true;

            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);

            //

            // btnSubmit

            //

            this.btnSubmit.Location = new System.Drawing.Point(246, 467);

            this.btnSubmit.Name = "btnSubmit";

            this.btnSubmit.Size = new System.Drawing.Size(107, 23);

            this.btnSubmit.TabIndex = 6;

            this.btnSubmit.Text = "Submit Order";

            this.btnSubmit.UseVisualStyleBackColor = true;

            this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);

            //

            // pnlPaymentInfo

            //

            this.pnlPaymentInfo.BackColor = System.Drawing.SystemColors.Control;

            this.pnlPaymentInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            this.pnlPaymentInfo.Controls.Add(this.txtQty);

            this.pnlPaymentInfo.Controls.Add(this.lblOrderTotalTitle);

            this.pnlPaymentInfo.Controls.Add(this.lblTaxTitle);

            this.pnlPaymentInfo.Controls.Add(this.lblTaxPercentShow);

            this.pnlPaymentInfo.Controls.Add(this.lblDisplayOrderTotal);

            this.pnlPaymentInfo.Controls.Add(this.lblDisplayTax);

            this.pnlPaymentInfo.Controls.Add(this.lblOrderTimeDisplay);

            this.pnlPaymentInfo.Controls.Add(this.lblDisplaySubTotal);

            this.pnlPaymentInfo.Controls.Add(this.lblOrderTime);

            this.pnlPaymentInfo.Controls.Add(this.lblSubTotalTitle);

            this.pnlPaymentInfo.Controls.Add(this.lblPaymentMethod);

            this.pnlPaymentInfo.Controls.Add(this.cBoxCreditCard);

            this.pnlPaymentInfo.Controls.Add(this.dateTimeCreditCardExpiration);

            this.pnlPaymentInfo.Controls.Add(this.lblCreditCardExpires);

            this.pnlPaymentInfo.Controls.Add(this.lblPaymentInfo);

            this.pnlPaymentInfo.Controls.Add(this.lblQty);

            this.pnlPaymentInfo.Controls.Add(this.txtCreditCardNumber);

            this.pnlPaymentInfo.Controls.Add(this.txtCoupon);

            this.pnlPaymentInfo.Controls.Add(this.lblCreditCard);

            this.pnlPaymentInfo.Controls.Add(this.lblCouponId);

            this.pnlPaymentInfo.Location = new System.Drawing.Point(13, 196);

            this.pnlPaymentInfo.Name = "pnlPaymentInfo";

            this.pnlPaymentInfo.Size = new System.Drawing.Size(340, 265);

            this.pnlPaymentInfo.TabIndex = 13;

            //

            // txtQty

            //

            this.txtQty.Location = new System.Drawing.Point(139, 49);

            this.txtQty.Name = "txtQty";

            this.txtQty.Size = new System.Drawing.Size(29, 20);

            this.txtQty.TabIndex = 17;

            this.txtQty.Text = "1";

            this.txtQty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQty_KeyPress);

            this.txtQty.TextChanged += new System.EventHandler(this.txtQty_TextChanged);

            //

            // lblOrderTotalTitle

            //

            this.lblOrderTotalTitle.AutoSize = true;

            this.lblOrderTotalTitle.Location = new System.Drawing.Point(162, 240);

            this.lblOrderTotalTitle.Name = "lblOrderTotalTitle";

            this.lblOrderTotalTitle.Size = new System.Drawing.Size(63, 13);

            this.lblOrderTotalTitle.TabIndex = 16;

            this.lblOrderTotalTitle.Text = "Order Total:";

            //

            // lblTaxTitle

            //

            this.lblTaxTitle.AutoSize = true;

            this.lblTaxTitle.Location = new System.Drawing.Point(197, 218);

            this.lblTaxTitle.Name = "lblTaxTitle";

            this.lblTaxTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;

            this.lblTaxTitle.Size = new System.Drawing.Size(26, 17);

            this.lblTaxTitle.TabIndex = 16;

            this.lblTaxTitle.Text = "Tax:";

            this.lblTaxTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;

            this.lblTaxTitle.UseCompatibleTextRendering = true;

            //

            // lblTaxPercentShow

            //

            this.lblTaxPercentShow.AutoSize = true;

            this.lblTaxPercentShow.Location = new System.Drawing.Point(152, 218);

            this.lblTaxPercentShow.Name = "lblTaxPercentShow";

            this.lblTaxPercentShow.RightToLeft = System.Windows.Forms.RightToLeft.No;

            this.lblTaxPercentShow.Size = new System.Drawing.Size(43, 17);

            this.lblTaxPercentShow.TabIndex = 16;

            this.lblTaxPercentShow.Text = "7.375%";

            this.lblTaxPercentShow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;

            this.lblTaxPercentShow.UseCompatibleTextRendering = true;

            //

            // lblDisplayOrderTotal

            //

            this.lblDisplayOrderTotal.AutoSize = true;

            this.lblDisplayOrderTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblDisplayOrderTotal.Location = new System.Drawing.Point(243, 240);

            this.lblDisplayOrderTotal.Name = "lblDisplayOrderTotal";

            this.lblDisplayOrderTotal.Size = new System.Drawing.Size(72, 13);

            this.lblDisplayOrderTotal.TabIndex = 16;

            this.lblDisplayOrderTotal.Text = "$ Total Amt";

            //

            // lblDisplayTax

            //

            this.lblDisplayTax.AutoSize = true;

            this.lblDisplayTax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblDisplayTax.Location = new System.Drawing.Point(243, 220);

            this.lblDisplayTax.Name = "lblDisplayTax";

            this.lblDisplayTax.Size = new System.Drawing.Size(64, 13);

            this.lblDisplayTax.TabIndex = 16;

            this.lblDisplayTax.Text = "$ Tax Amt";

            //

            // lblOrderTimeDisplay

            //

            this.lblOrderTimeDisplay.AutoSize = true;

            this.lblOrderTimeDisplay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblOrderTimeDisplay.Location = new System.Drawing.Point(3, 218);

            this.lblOrderTimeDisplay.Name = "lblOrderTimeDisplay";

            this.lblOrderTimeDisplay.Size = new System.Drawing.Size(119, 13);

            this.lblOrderTimeDisplay.TabIndex = 16;

            this.lblOrderTimeDisplay.Text = "01/01/06 11:00 AM";

            //

            // lblDisplaySubTotal

            //

            this.lblDisplaySubTotal.AutoSize = true;

            this.lblDisplaySubTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblDisplaySubTotal.Location = new System.Drawing.Point(243, 201);

            this.lblDisplaySubTotal.Name = "lblDisplaySubTotal";

            this.lblDisplaySubTotal.Size = new System.Drawing.Size(65, 13);

            this.lblDisplaySubTotal.TabIndex = 16;

            this.lblDisplaySubTotal.Text = "$ Sub Amt";

            //

            // lblOrderTime

            //

            this.lblOrderTime.AutoSize = true;

            this.lblOrderTime.Location = new System.Drawing.Point(3, 201);

            this.lblOrderTime.Name = "lblOrderTime";

            this.lblOrderTime.Size = new System.Drawing.Size(93, 13);

            this.lblOrderTime.TabIndex = 16;

            this.lblOrderTime.Text = "Order Date / Time";

            //

            // lblSubTotalTitle

            //

            this.lblSubTotalTitle.AutoSize = true;

            this.lblSubTotalTitle.Location = new System.Drawing.Point(169, 201);

            this.lblSubTotalTitle.Name = "lblSubTotalTitle";

            this.lblSubTotalTitle.Size = new System.Drawing.Size(56, 13);

            this.lblSubTotalTitle.TabIndex = 16;

            this.lblSubTotalTitle.Text = "Sub Total:";

            //

            // lblPaymentInfo

            //

            this.lblPaymentInfo.AutoEllipsis = true;

            this.lblPaymentInfo.AutoSize = true;

            this.lblPaymentInfo.BackColor = System.Drawing.SystemColors.ActiveBorder;

            this.lblPaymentInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            this.lblPaymentInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblPaymentInfo.Location = new System.Drawing.Point(75, 10);

            this.lblPaymentInfo.Name = "lblPaymentInfo";

            this.lblPaymentInfo.Size = new System.Drawing.Size(182, 26);

            this.lblPaymentInfo.TabIndex = 12;

            this.lblPaymentInfo.Text = "Payment Information";

            //

            // lblQty

            //

            this.lblQty.AutoSize = true;

            this.lblQty.Location = new System.Drawing.Point(103, 57);

            this.lblQty.Name = "lblQty";

            this.lblQty.Size = new System.Drawing.Size(23, 13);

            this.lblQty.TabIndex = 4;

            this.lblQty.Text = "Qty";

            //

            // txtCreditCardNumber

            //

            this.txtCreditCardNumber.Location = new System.Drawing.Point(139, 129);

            this.txtCreditCardNumber.Name = "txtCreditCardNumber";

            this.txtCreditCardNumber.Size = new System.Drawing.Size(112, 20);

            this.txtCreditCardNumber.TabIndex = 10;

            //

            // txtCoupon

            //

            this.txtCoupon.Location = new System.Drawing.Point(139, 76);

            this.txtCoupon.Name = "txtCoupon";

            this.txtCoupon.Size = new System.Drawing.Size(112, 20);

            this.txtCoupon.TabIndex = 10;

            //

            // lblCreditCard

            //

            this.lblCreditCard.AutoSize = true;

            this.lblCreditCard.Location = new System.Drawing.Point(57, 136);

            this.lblCreditCard.Name = "lblCreditCard";

            this.lblCreditCard.Size = new System.Drawing.Size(69, 13);

            this.lblCreditCard.TabIndex = 4;

            this.lblCreditCard.Text = "Credit Card #";

            //

            // lblCouponId

            //

            this.lblCouponId.AutoSize = true;

            this.lblCouponId.Location = new System.Drawing.Point(68, 83);

            this.lblCouponId.Name = "lblCouponId";

            this.lblCouponId.Size = new System.Drawing.Size(58, 13);

            this.lblCouponId.TabIndex = 4;

            this.lblCouponId.Text = "Coupon ID";

            //

            // grpBoxToppings

            //

            this.grpBoxToppings.Controls.Add(this.checkBoxToppingsExtraCheese);

            this.grpBoxToppings.Controls.Add(this.checkBoxToppingsOnions);

            this.grpBoxToppings.Controls.Add(this.checkBoxToppingsAnchovies);

            this.grpBoxToppings.Controls.Add(this.checkBoxToppingsOlives);

            this.grpBoxToppings.Controls.Add(this.checkBoxToppingPepperoni);

            this.grpBoxToppings.Controls.Add(this.checkBoxToppingSausage);

            this.grpBoxToppings.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.grpBoxToppings.Location = new System.Drawing.Point(13, 94);

            this.grpBoxToppings.Name = "grpBoxToppings";

            this.grpBoxToppings.Size = new System.Drawing.Size(340, 89);

            this.grpBoxToppings.TabIndex = 20;

            this.grpBoxToppings.TabStop = false;

            this.grpBoxToppings.Text = "Toppings (Add $ .50 Each)";

            //

            // checkBoxToppingsExtraCheese

            //

            this.checkBoxToppingsExtraCheese.AutoSize = true;

            this.checkBoxToppingsExtraCheese.Location = new System.Drawing.Point(216, 54);

            this.checkBoxToppingsExtraCheese.Name = "checkBoxToppingsExtraCheese";

            this.checkBoxToppingsExtraCheese.Size = new System.Drawing.Size(107, 20);

            this.checkBoxToppingsExtraCheese.TabIndex = 5;

            this.checkBoxToppingsExtraCheese.Text = "Extra Cheese";

            this.checkBoxToppingsExtraCheese.UseVisualStyleBackColor = true;

            this.checkBoxToppingsExtraCheese.CheckedChanged += new System.EventHandler(this.checkBoxToppingsExtraCheese_CheckedChanged);

            //

            // checkBoxToppingsOnions

            //

            this.checkBoxToppingsOnions.AutoSize = true;

            this.checkBoxToppingsOnions.Location = new System.Drawing.Point(113, 52);

            this.checkBoxToppingsOnions.Name = "checkBoxToppingsOnions";

            this.checkBoxToppingsOnions.Size = new System.Drawing.Size(69, 20);

            this.checkBoxToppingsOnions.TabIndex = 4;

            this.checkBoxToppingsOnions.Text = "Onions";

            this.checkBoxToppingsOnions.UseVisualStyleBackColor = true;

            this.checkBoxToppingsOnions.CheckedChanged += new System.EventHandler(this.checkBoxToppingsOnions_CheckedChanged);

            //

            // checkBoxToppingsAnchovies

            //

            this.checkBoxToppingsAnchovies.AutoSize = true;

            this.checkBoxToppingsAnchovies.Location = new System.Drawing.Point(6, 52);

            this.checkBoxToppingsAnchovies.Name = "checkBoxToppingsAnchovies";

            this.checkBoxToppingsAnchovies.Size = new System.Drawing.Size(90, 20);

            this.checkBoxToppingsAnchovies.TabIndex = 3;

            this.checkBoxToppingsAnchovies.Text = "Anchovies";

            this.checkBoxToppingsAnchovies.UseVisualStyleBackColor = true;

            this.checkBoxToppingsAnchovies.CheckedChanged += new System.EventHandler(this.checkBoxToppingsAnchovies_CheckedChanged);

            //

            // checkBoxToppingsOlives

            //

            this.checkBoxToppingsOlives.AutoSize = true;

            this.checkBoxToppingsOlives.Location = new System.Drawing.Point(216, 21);

            this.checkBoxToppingsOlives.Name = "checkBoxToppingsOlives";

            this.checkBoxToppingsOlives.Size = new System.Drawing.Size(65, 20);

            this.checkBoxToppingsOlives.TabIndex = 2;

            this.checkBoxToppingsOlives.Text = "Olives";

            this.checkBoxToppingsOlives.UseVisualStyleBackColor = true;

            this.checkBoxToppingsOlives.CheckedChanged += new System.EventHandler(this.checkBoxToppingOlives_CheckedChanged);

            //

            // checkBoxToppingPepperoni

            //

            this.checkBoxToppingPepperoni.AutoSize = true;

            this.checkBoxToppingPepperoni.Location = new System.Drawing.Point(113, 20);

            this.checkBoxToppingPepperoni.Name = "checkBoxToppingPepperoni";

            this.checkBoxToppingPepperoni.Size = new System.Drawing.Size(90, 20);

            this.checkBoxToppingPepperoni.TabIndex = 1;

            this.checkBoxToppingPepperoni.Text = "Pepperoni";

            this.checkBoxToppingPepperoni.UseVisualStyleBackColor = true;

            this.checkBoxToppingPepperoni.CheckedChanged += new System.EventHandler(this.checkBoxToppingPepperoni_CheckedChanged);

            //

            // checkBoxToppingSausage

            //

            this.checkBoxToppingSausage.AutoSize = true;

            this.checkBoxToppingSausage.Location = new System.Drawing.Point(6, 22);

            this.checkBoxToppingSausage.Name = "checkBoxToppingSausage";

            this.checkBoxToppingSausage.Size = new System.Drawing.Size(82, 20);

            this.checkBoxToppingSausage.TabIndex = 0;

            this.checkBoxToppingSausage.Text = "Sausage";

            this.checkBoxToppingSausage.UseVisualStyleBackColor = true;

            this.checkBoxToppingSausage.CheckedChanged += new System.EventHandler(this.checkBoxToppingSausage_CheckedChanged);

            //

            // grpBoxPizzaSize

            //

            this.grpBoxPizzaSize.Controls.Add(this.rbPizzaSmall);

            this.grpBoxPizzaSize.Controls.Add(this.rbPizzaLarge);

            this.grpBoxPizzaSize.Controls.Add(this.rbPizzaMedium);

            this.grpBoxPizzaSize.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.grpBoxPizzaSize.Location = new System.Drawing.Point(13, 42);

            this.grpBoxPizzaSize.Name = "grpBoxPizzaSize";

            this.grpBoxPizzaSize.Size = new System.Drawing.Size(340, 46);

            this.grpBoxPizzaSize.TabIndex = 19;

            this.grpBoxPizzaSize.TabStop = false;

            this.grpBoxPizzaSize.Text = "Pizza Size";

            //

            // rbPizzaSmall

            //

            this.rbPizzaSmall.AutoSize = true;

            this.rbPizzaSmall.Location = new System.Drawing.Point(28, 21);

            this.rbPizzaSmall.Name = "rbPizzaSmall";

            this.rbPizzaSmall.Size = new System.Drawing.Size(60, 20);

            this.rbPizzaSmall.TabIndex = 16;

            this.rbPizzaSmall.TabStop = true;

            this.rbPizzaSmall.Text = "Small";

            this.rbPizzaSmall.UseVisualStyleBackColor = true;

            this.rbPizzaSmall.CheckedChanged += new System.EventHandler(this.rbPizzaSmall_CheckedChanged);

            //

            // rbPizzaLarge

            //

            this.rbPizzaLarge.AutoSize = true;

            this.rbPizzaLarge.Location = new System.Drawing.Point(233, 21);

            this.rbPizzaLarge.Name = "rbPizzaLarge";

            this.rbPizzaLarge.Size = new System.Drawing.Size(61, 20);

            this.rbPizzaLarge.TabIndex = 18;

            this.rbPizzaLarge.TabStop = true;

            this.rbPizzaLarge.Text = "Large";

            this.rbPizzaLarge.UseVisualStyleBackColor = true;

            this.rbPizzaLarge.CheckedChanged += new System.EventHandler(this.rbPizzaLarge_CheckedChanged);

            //

            // rbPizzaMedium

            //

            this.rbPizzaMedium.AutoSize = true;

            this.rbPizzaMedium.Location = new System.Drawing.Point(132, 21);

            this.rbPizzaMedium.Name = "rbPizzaMedium";

            this.rbPizzaMedium.Size = new System.Drawing.Size(74, 20);

            this.rbPizzaMedium.TabIndex = 17;

            this.rbPizzaMedium.TabStop = true;

            this.rbPizzaMedium.Text = "Medium";

            this.rbPizzaMedium.UseVisualStyleBackColor = true;

            this.rbPizzaMedium.CheckedChanged += new System.EventHandler(this.rbPizzaMedium_CheckedChanged);

            //

            // lblToppingsHeading

            //

            this.lblToppingsHeading.AutoEllipsis = true;

            this.lblToppingsHeading.AutoSize = true;

            this.lblToppingsHeading.BackColor = System.Drawing.SystemColors.ActiveBorder;

            this.lblToppingsHeading.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            this.lblToppingsHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblToppingsHeading.Location = new System.Drawing.Point(143, 9);

            this.lblToppingsHeading.Name = "lblToppingsHeading";

            this.lblToppingsHeading.Size = new System.Drawing.Size(92, 26);

            this.lblToppingsHeading.TabIndex = 15;

            this.lblToppingsHeading.Text = "Toppings";

            //

            // lblMenuHeader

            //

            this.lblMenuHeader.AutoEllipsis = true;

            this.lblMenuHeader.AutoSize = true;

            this.lblMenuHeader.BackColor = System.Drawing.Color.Transparent;

            this.lblMenuHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;

            this.lblMenuHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblMenuHeader.Location = new System.Drawing.Point(19, 9);

            this.lblMenuHeader.Name = "lblMenuHeader";

            this.lblMenuHeader.Size = new System.Drawing.Size(321, 33);

            this.lblMenuHeader.TabIndex = 5;

            this.lblMenuHeader.Text = "Pizza Guys Order Form";

            //

            // lblOrderNumber

            //

            this.lblOrderNumber.AutoEllipsis = true;

            this.lblOrderNumber.AutoSize = true;

            this.lblOrderNumber.BackColor = System.Drawing.Color.Transparent;

            this.lblOrderNumber.FlatStyle = System.Windows.Forms.FlatStyle.Popup;

            this.lblOrderNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblOrderNumber.Location = new System.Drawing.Point(544, 9);

            this.lblOrderNumber.Name = "lblOrderNumber";

            this.lblOrderNumber.Size = new System.Drawing.Size(207, 31);

            this.lblOrderNumber.TabIndex = 5;

            this.lblOrderNumber.Text = "Order Number:";

            //

            // lblOrderNumberDisplay

            //

            this.lblOrderNumberDisplay.AutoEllipsis = true;

            this.lblOrderNumberDisplay.AutoSize = true;

            this.lblOrderNumberDisplay.BackColor = System.Drawing.Color.Transparent;

            this.lblOrderNumberDisplay.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            this.lblOrderNumberDisplay.ForeColor = System.Drawing.Color.Crimson;

            this.lblOrderNumberDisplay.Location = new System.Drawing.Point(756, 9);

            this.lblOrderNumberDisplay.Name = "lblOrderNumberDisplay";

            this.lblOrderNumberDisplay.Size = new System.Drawing.Size(78, 31);

            this.lblOrderNumberDisplay.TabIndex = 5;

            this.lblOrderNumberDisplay.Text = "9999";

            //

            // Form1

            //

            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

            this.BackColor = System.Drawing.SystemColors.ControlLightLight;

            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;

            this.ClientSize = new System.Drawing.Size(853, 560);

            this.Controls.Add(this.lblOrderNumberDisplay);

            this.Controls.Add(this.lblOrderNumber);

            this.Controls.Add(this.lblMenuHeader);

            this.Controls.Add(this.pnlToppings);

            this.Controls.Add(this.pictureBoxLogo);

            this.Controls.Add(this.pnlCustomerInfo);

            this.Name = "Form1";

            this.Text = "Form1";

            this.pnlCustomerInfo.ResumeLayout(false);

            this.pnlCustomerInfo.PerformLayout();

            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();

            this.pnlToppings.ResumeLayout(false);

            this.pnlToppings.PerformLayout();

            this.pnlPaymentInfo.ResumeLayout(false);

            this.pnlPaymentInfo.PerformLayout();

            this.grpBoxToppings.ResumeLayout(false);

            this.grpBoxToppings.PerformLayout();

            this.grpBoxPizzaSize.ResumeLayout(false);

            this.grpBoxPizzaSize.PerformLayout();

            this.ResumeLayout(false);

            this.PerformLayout();

 

        }

 

        #endregion

 

        private System.Windows.Forms.Panel pnlCustomerInfo;

        private System.Windows.Forms.Label lblCity;

        private System.Windows.Forms.Label lblAddress;

        private System.Windows.Forms.Label lblCustName;

        private System.Windows.Forms.Label lblState;

        private System.Windows.Forms.Label lblPhone;

        private System.Windows.Forms.TextBox txtBoxPhone;

        private System.Windows.Forms.TextBox txtBoxCity;

        private System.Windows.Forms.TextBox txtBoxAddress;

        private System.Windows.Forms.TextBox txtBoxName;

        private System.Windows.Forms.ComboBox cboxState;

        private System.Windows.Forms.Label lblCustTitle;

        private System.Windows.Forms.PictureBox pictureBoxLogo;

        private System.Windows.Forms.Label lblPaymentMethod;

        private System.Windows.Forms.ComboBox cBoxCreditCard;

        private System.Windows.Forms.Label lblCreditCardExpires;

        private System.Windows.Forms.TextBox textBox5;

        private System.Windows.Forms.Label lblZip;

        private System.Windows.Forms.DateTimePicker dateTimeCreditCardExpiration;

        private System.Windows.Forms.Panel pnlToppings;

        private System.Windows.Forms.Label lblToppingsHeading;

        private System.Windows.Forms.GroupBox grpBoxPizzaSize;

        private System.Windows.Forms.RadioButton rbPizzaSmall;

        private System.Windows.Forms.RadioButton rbPizzaLarge;

        private System.Windows.Forms.RadioButton rbPizzaMedium;

        private System.Windows.Forms.GroupBox grpBoxToppings;

        private System.Windows.Forms.CheckBox checkBoxToppingsExtraCheese;

        private System.Windows.Forms.CheckBox checkBoxToppingsOnions;

        private System.Windows.Forms.CheckBox checkBoxToppingsAnchovies;

        private System.Windows.Forms.CheckBox checkBoxToppingsOlives;

        private System.Windows.Forms.CheckBox checkBoxToppingPepperoni;

        private System.Windows.Forms.CheckBox checkBoxToppingSausage;

        private System.Windows.Forms.Label lblQty;

        private System.Windows.Forms.Label lblCouponId;

        private System.Windows.Forms.TextBox txtCoupon;

        private System.Windows.Forms.Panel pnlPaymentInfo;

        private System.Windows.Forms.Label lblPaymentInfo;

        private System.Windows.Forms.Label lblMenuHeader;

        private System.Windows.Forms.Label lblOrderTotalTitle;

        private System.Windows.Forms.Label lblTaxPercentShow;

        private System.Windows.Forms.Label lblSubTotalTitle;

        private System.Windows.Forms.TextBox txtCreditCardNumber;

        private System.Windows.Forms.Label lblCreditCard;

        private System.Windows.Forms.Label lblDisplayOrderTotal;

        private System.Windows.Forms.Label lblDisplayTax;

        private System.Windows.Forms.Label lblDisplaySubTotal;

        private System.Windows.Forms.Label lblTaxTitle;

        private System.Windows.Forms.Label lblOrderNumber;

        private System.Windows.Forms.Label lblOrderNumberDisplay;

        private System.Windows.Forms.Label lblOrderTimeDisplay;

        private System.Windows.Forms.Label lblOrderTime;

        private System.Windows.Forms.Button btnExit;

        private System.Windows.Forms.Button btnSubmit;

        private System.Windows.Forms.TextBox txtQty;

    }

}