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;

            // </