public static ucNumbersPad CreateInstance()
        {
            ucNumbersPad theInstance = new ucNumbersPad();

            return(theInstance);
        }
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSales));
     this.ToolTipMain       = new System.Windows.Forms.ToolTip(this.components);
     this.cbRePrint         = new System.Windows.Forms.Button();
     this.ucNumericKeyPad   = new ucNumbersPad();
     this.cbQuantity        = new System.Windows.Forms.Button();
     this.fgItems           = new UpgradeHelpers.DataGridViewFlex(this.components);
     this.gbCustomerInfo    = new System.Windows.Forms.GroupBox();
     this.lblCustomerInfo   = new System.Windows.Forms.Label();
     this.cbBreak           = new System.Windows.Forms.Button();
     this.cbLogOff          = new System.Windows.Forms.Button();
     this.cbVoidTransaction = new System.Windows.Forms.Button();
     this.cbVoidItem        = new System.Windows.Forms.Button();
     this.cbAddCustomer     = new System.Windows.Forms.Button();
     this.cbCustomerSearch  = new System.Windows.Forms.Button();
     this.cbPayment         = new System.Windows.Forms.Button();
     this.frSubTotals       = new System.Windows.Forms.GroupBox();
     this.lblTotal          = new System.Windows.Forms.Label();
     this.lblTax            = new System.Windows.Forms.Label();
     this.lblSubTotal       = new System.Windows.Forms.Label();
     this.lblTotalTitle     = new System.Windows.Forms.Label();
     this.lblTaxTitle       = new System.Windows.Forms.Label();
     this.lblSubTotalTitle  = new System.Windows.Forms.Label();
     this.picLogo           = new System.Windows.Forms.PictureBox();
     this.lblPOS            = new System.Windows.Forms.Label();
     this.lblPOSTitle       = new System.Windows.Forms.Label();
     this.lblCashier        = new System.Windows.Forms.Label();
     this.lblCashierTitle   = new System.Windows.Forms.Label();
     this.gbCustomerInfo.SuspendLayout();
     this.frSubTotals.SuspendLayout();
     this.SuspendLayout();
     this.commandButtonHelper1 = new UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // cbRePrint
     //
     this.cbRePrint.AllowDrop               = true;
     this.cbRePrint.BackColor               = System.Drawing.Color.White;
     this.cbRePrint.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbRePrint.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbRePrint.Location                = new System.Drawing.Point(800, 384);
     this.cbRePrint.Name                    = "cbRePrint";
     this.cbRePrint.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbRePrint.Size                    = new System.Drawing.Size(185, 114);
     this.cbRePrint.TabIndex                = 7;
     this.cbRePrint.Text                    = "PRINT LAST TICKET";
     this.cbRePrint.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbRePrint.UseVisualStyleBackColor = false;
     this.cbRePrint.Click                  += new System.EventHandler(this.cbRePrint_Click);
     //
     // ucNumericKeyPad
     //
     this.ucNumericKeyPad.AllowDrop     = true;
     this.ucNumericKeyPad.Location      = new System.Drawing.Point(8, 464);
     this.ucNumericKeyPad.Name          = "ucNumericKeyPad";
     this.ucNumericKeyPad.Size          = new System.Drawing.Size(337, 417);
     this.ucNumericKeyPad.TabIndex      = 9;
     this.ucNumericKeyPad.OnEnterEvent += new ucNumbersPad.OnEnterEventHandler(this.ucNumericKeyPad_OnEnterEvent);
     //
     // cbQuantity
     //
     this.cbQuantity.AllowDrop               = true;
     this.cbQuantity.BackColor               = System.Drawing.Color.White;
     this.cbQuantity.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbQuantity.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbQuantity.Location                = new System.Drawing.Point(800, 264);
     this.cbQuantity.Name                    = "cbQuantity";
     this.cbQuantity.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbQuantity.Size                    = new System.Drawing.Size(185, 114);
     this.cbQuantity.TabIndex                = 5;
     this.cbQuantity.Text                    = "CHANGE QUANTITY";
     this.cbQuantity.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbQuantity.UseVisualStyleBackColor = false;
     this.cbQuantity.Click                  += new System.EventHandler(this.cbQuantity_Click);
     //
     // fgItems
     //
     this.fgItems.AllowDrop                   = true;
     this.fgItems.AllowUserToAddRows          = false;
     this.fgItems.AllowUserToDeleteRows       = false;
     this.fgItems.AllowUserToResizeColumns    = false;
     this.fgItems.AllowUserToResizeRows       = false;
     this.fgItems.BackgroundColor             = System.Drawing.Color.White;
     this.fgItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fgItems.ColumnsCount                = 6;
     this.fgItems.FixedColumns                = 0;
     this.fgItems.FocusRect                   = UpgradeHelpers.FocusRectSettings.FocusNone;
     this.fgItems.Font          = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.fgItems.Location      = new System.Drawing.Point(8, 8);
     this.fgItems.Name          = "fgItems";
     this.fgItems.ReadOnly      = true;
     this.fgItems.RowsCount     = 1;
     this.fgItems.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.fgItems.Size          = new System.Drawing.Size(777, 449);
     this.fgItems.StandardTab   = true;
     this.fgItems.TabIndex      = 0;
     //
     // gbCustomerInfo
     //
     this.gbCustomerInfo.AllowDrop = true;
     this.gbCustomerInfo.BackColor = System.Drawing.Color.White;
     this.gbCustomerInfo.Controls.Add(this.lblCustomerInfo);
     this.gbCustomerInfo.Enabled     = true;
     this.gbCustomerInfo.Font        = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.gbCustomerInfo.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.gbCustomerInfo.Location    = new System.Drawing.Point(800, 136);
     this.gbCustomerInfo.Name        = "gbCustomerInfo";
     this.gbCustomerInfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gbCustomerInfo.Size        = new System.Drawing.Size(393, 114);
     this.gbCustomerInfo.TabIndex    = 3;
     this.gbCustomerInfo.Text        = "Customer Info";
     this.gbCustomerInfo.Visible     = true;
     //
     // lblCustomerInfo
     //
     this.lblCustomerInfo.AllowDrop   = true;
     this.lblCustomerInfo.BackColor   = System.Drawing.Color.White;
     this.lblCustomerInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblCustomerInfo.Font        = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblCustomerInfo.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblCustomerInfo.Location    = new System.Drawing.Point(24, 40);
     this.lblCustomerInfo.Name        = "lblCustomerInfo";
     this.lblCustomerInfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCustomerInfo.Size        = new System.Drawing.Size(337, 49);
     this.lblCustomerInfo.TabIndex    = 4;
     //
     // cbBreak
     //
     this.cbBreak.AllowDrop               = true;
     this.cbBreak.BackColor               = System.Drawing.Color.White;
     this.cbBreak.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbBreak.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbBreak.Location                = new System.Drawing.Point(800, 504);
     this.cbBreak.Name                    = "cbBreak";
     this.cbBreak.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbBreak.Size                    = new System.Drawing.Size(185, 114);
     this.cbBreak.TabIndex                = 17;
     this.cbBreak.Text                    = "PAUSE";
     this.cbBreak.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbBreak.UseVisualStyleBackColor = false;
     this.cbBreak.Click                  += new System.EventHandler(this.cbBreak_Click);
     //
     // cbLogOff
     //
     this.cbLogOff.AllowDrop               = true;
     this.cbLogOff.BackColor               = System.Drawing.Color.White;
     this.cbLogOff.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbLogOff.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbLogOff.Location                = new System.Drawing.Point(1008, 504);
     this.cbLogOff.Name                    = "cbLogOff";
     this.cbLogOff.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbLogOff.Size                    = new System.Drawing.Size(185, 114);
     this.cbLogOff.TabIndex                = 18;
     this.cbLogOff.Text                    = "LOG OFF";
     this.cbLogOff.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbLogOff.UseVisualStyleBackColor = false;
     this.cbLogOff.Click                  += new System.EventHandler(this.cbLogOff_Click);
     //
     // cbVoidTransaction
     //
     this.cbVoidTransaction.AllowDrop               = true;
     this.cbVoidTransaction.BackColor               = System.Drawing.Color.White;
     this.cbVoidTransaction.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbVoidTransaction.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbVoidTransaction.Location                = new System.Drawing.Point(1008, 384);
     this.cbVoidTransaction.Name                    = "cbVoidTransaction";
     this.cbVoidTransaction.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbVoidTransaction.Size                    = new System.Drawing.Size(185, 114);
     this.cbVoidTransaction.TabIndex                = 8;
     this.cbVoidTransaction.Text                    = "VOID TRANSACTION";
     this.cbVoidTransaction.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbVoidTransaction.UseVisualStyleBackColor = false;
     this.cbVoidTransaction.Click                  += new System.EventHandler(this.cbVoidTransaction_Click);
     //
     // cbVoidItem
     //
     this.cbVoidItem.AllowDrop               = true;
     this.cbVoidItem.BackColor               = System.Drawing.Color.White;
     this.cbVoidItem.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbVoidItem.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbVoidItem.Location                = new System.Drawing.Point(1008, 264);
     this.cbVoidItem.Name                    = "cbVoidItem";
     this.cbVoidItem.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbVoidItem.Size                    = new System.Drawing.Size(185, 114);
     this.cbVoidItem.TabIndex                = 6;
     this.cbVoidItem.Text                    = "VOID ITEM";
     this.cbVoidItem.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbVoidItem.UseVisualStyleBackColor = false;
     this.cbVoidItem.Click                  += new System.EventHandler(this.cbVoidItem_Click);
     //
     // cbAddCustomer
     //
     this.cbAddCustomer.AllowDrop               = true;
     this.cbAddCustomer.BackColor               = System.Drawing.Color.White;
     this.cbAddCustomer.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbAddCustomer.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbAddCustomer.Location                = new System.Drawing.Point(800, 8);
     this.cbAddCustomer.Name                    = "cbAddCustomer";
     this.cbAddCustomer.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbAddCustomer.Size                    = new System.Drawing.Size(185, 114);
     this.cbAddCustomer.TabIndex                = 1;
     this.cbAddCustomer.Text                    = "ADD CUSTOMER";
     this.cbAddCustomer.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbAddCustomer.UseVisualStyleBackColor = false;
     this.cbAddCustomer.Click                  += new System.EventHandler(this.cbAddCustomer_Click);
     //
     // cbCustomerSearch
     //
     this.cbCustomerSearch.AllowDrop               = true;
     this.cbCustomerSearch.BackColor               = System.Drawing.Color.White;
     this.cbCustomerSearch.Font                    = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.cbCustomerSearch.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbCustomerSearch.Location                = new System.Drawing.Point(1008, 8);
     this.cbCustomerSearch.Name                    = "cbCustomerSearch";
     this.cbCustomerSearch.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbCustomerSearch.Size                    = new System.Drawing.Size(185, 114);
     this.cbCustomerSearch.TabIndex                = 2;
     this.cbCustomerSearch.Text                    = "CUSTOMER SEARCH";
     this.cbCustomerSearch.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbCustomerSearch.UseVisualStyleBackColor = false;
     this.cbCustomerSearch.Click                  += new System.EventHandler(this.cbCustomerSearch_Click);
     //
     // cbPayment
     //
     this.cbPayment.AllowDrop               = true;
     this.cbPayment.BackColor               = System.Drawing.Color.FromArgb(0, 192, 0);
     this.cbPayment.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbPayment.Location                = new System.Drawing.Point(360, 688);
     this.cbPayment.Name                    = "cbPayment";
     this.cbPayment.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbPayment.Size                    = new System.Drawing.Size(353, 73);
     this.cbPayment.TabIndex                = 21;
     this.cbPayment.Text                    = "PAY";
     this.cbPayment.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbPayment.UseVisualStyleBackColor = false;
     this.cbPayment.Click                  += new System.EventHandler(this.cbPayment_Click);
     //
     // frSubTotals
     //
     this.frSubTotals.AllowDrop = true;
     this.frSubTotals.BackColor = System.Drawing.Color.White;
     this.frSubTotals.Controls.Add(this.lblTotal);
     this.frSubTotals.Controls.Add(this.lblTax);
     this.frSubTotals.Controls.Add(this.lblSubTotal);
     this.frSubTotals.Controls.Add(this.lblTotalTitle);
     this.frSubTotals.Controls.Add(this.lblTaxTitle);
     this.frSubTotals.Controls.Add(this.lblSubTotalTitle);
     this.frSubTotals.Enabled     = true;
     this.frSubTotals.Font        = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.frSubTotals.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.frSubTotals.Location    = new System.Drawing.Point(360, 464);
     this.frSubTotals.Name        = "frSubTotals";
     this.frSubTotals.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.frSubTotals.Size        = new System.Drawing.Size(353, 217);
     this.frSubTotals.TabIndex    = 10;
     this.frSubTotals.Visible     = true;
     //
     // lblTotal
     //
     this.lblTotal.AllowDrop   = true;
     this.lblTotal.BackColor   = System.Drawing.Color.White;
     this.lblTotal.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTotal.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblTotal.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTotal.Location    = new System.Drawing.Point(168, 128);
     this.lblTotal.Name        = "lblTotal";
     this.lblTotal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotal.Size        = new System.Drawing.Size(129, 33);
     this.lblTotal.TabIndex    = 16;
     this.lblTotal.Text        = "0.00";
     this.lblTotal.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblTax
     //
     this.lblTax.AllowDrop   = true;
     this.lblTax.BackColor   = System.Drawing.Color.White;
     this.lblTax.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTax.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTax.Location    = new System.Drawing.Point(168, 80);
     this.lblTax.Name        = "lblTax";
     this.lblTax.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTax.Size        = new System.Drawing.Size(129, 33);
     this.lblTax.TabIndex    = 14;
     this.lblTax.Text        = "0.00";
     this.lblTax.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblSubTotal
     //
     this.lblSubTotal.AllowDrop   = true;
     this.lblSubTotal.BackColor   = System.Drawing.Color.White;
     this.lblSubTotal.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblSubTotal.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblSubTotal.Location    = new System.Drawing.Point(168, 32);
     this.lblSubTotal.Name        = "lblSubTotal";
     this.lblSubTotal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSubTotal.Size        = new System.Drawing.Size(129, 33);
     this.lblSubTotal.TabIndex    = 12;
     this.lblSubTotal.Text        = "0.00";
     this.lblSubTotal.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblTotalTitle
     //
     this.lblTotalTitle.AllowDrop   = true;
     this.lblTotalTitle.BackColor   = System.Drawing.Color.White;
     this.lblTotalTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTotalTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblTotalTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTotalTitle.Location    = new System.Drawing.Point(16, 128);
     this.lblTotalTitle.Name        = "lblTotalTitle";
     this.lblTotalTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotalTitle.Size        = new System.Drawing.Size(97, 41);
     this.lblTotalTitle.TabIndex    = 15;
     this.lblTotalTitle.Text        = "Total:";
     //
     // lblTaxTitle
     //
     this.lblTaxTitle.AllowDrop   = true;
     this.lblTaxTitle.BackColor   = System.Drawing.Color.White;
     this.lblTaxTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTaxTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblTaxTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTaxTitle.Location    = new System.Drawing.Point(16, 80);
     this.lblTaxTitle.Name        = "lblTaxTitle";
     this.lblTaxTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTaxTitle.Size        = new System.Drawing.Size(81, 41);
     this.lblTaxTitle.TabIndex    = 13;
     this.lblTaxTitle.Text        = "Tax:";
     //
     // lblSubTotalTitle
     //
     this.lblSubTotalTitle.AllowDrop   = true;
     this.lblSubTotalTitle.BackColor   = System.Drawing.Color.White;
     this.lblSubTotalTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblSubTotalTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblSubTotalTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblSubTotalTitle.Location    = new System.Drawing.Point(16, 32);
     this.lblSubTotalTitle.Name        = "lblSubTotalTitle";
     this.lblSubTotalTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSubTotalTitle.Size        = new System.Drawing.Size(129, 33);
     this.lblSubTotalTitle.TabIndex    = 11;
     this.lblSubTotalTitle.Text        = "SubTotal:";
     //
     // picLogo
     //
     this.picLogo.AllowDrop        = true;
     this.picLogo.BackColor        = System.Drawing.SystemColors.Window;
     this.picLogo.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picLogo.CausesValidation = true;
     this.picLogo.Dock             = System.Windows.Forms.DockStyle.None;
     this.picLogo.Enabled          = true;
     this.picLogo.Font             = new System.Drawing.Font("Arial", 12f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.picLogo.Image            = (System.Drawing.Image)resources.GetObject("picLogo.Image");
     this.picLogo.Location         = new System.Drawing.Point(960, 696);
     this.picLogo.Name             = "picLogo";
     this.picLogo.Size             = new System.Drawing.Size(230, 206);
     this.picLogo.SizeMode         = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picLogo.TabIndex         = 24;
     this.picLogo.TabStop          = true;
     this.picLogo.Visible          = true;
     //
     // lblPOS
     //
     this.lblPOS.AllowDrop   = true;
     this.lblPOS.BackColor   = System.Drawing.Color.White;
     this.lblPOS.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblPOS.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblPOS.Location    = new System.Drawing.Point(752, 768);
     this.lblPOS.Name        = "lblPOS";
     this.lblPOS.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblPOS.Size        = new System.Drawing.Size(153, 49);
     this.lblPOS.TabIndex    = 23;
     this.lblPOS.Text        = "POSName";
     //
     // lblPOSTitle
     //
     this.lblPOSTitle.AllowDrop   = true;
     this.lblPOSTitle.BackColor   = System.Drawing.Color.White;
     this.lblPOSTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblPOSTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblPOSTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblPOSTitle.Location    = new System.Drawing.Point(752, 704);
     this.lblPOSTitle.Name        = "lblPOSTitle";
     this.lblPOSTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblPOSTitle.Size        = new System.Drawing.Size(105, 57);
     this.lblPOSTitle.TabIndex    = 22;
     this.lblPOSTitle.Text        = "POS:";
     //
     // lblCashier
     //
     this.lblCashier.AllowDrop   = true;
     this.lblCashier.BackColor   = System.Drawing.Color.White;
     this.lblCashier.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblCashier.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblCashier.Location    = new System.Drawing.Point(960, 632);
     this.lblCashier.Name        = "lblCashier";
     this.lblCashier.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCashier.Size        = new System.Drawing.Size(185, 57);
     this.lblCashier.TabIndex    = 20;
     this.lblCashier.Text        = "CashierID";
     //
     // lblCashierTitle
     //
     this.lblCashierTitle.AllowDrop   = true;
     this.lblCashierTitle.BackColor   = System.Drawing.Color.White;
     this.lblCashierTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblCashierTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblCashierTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblCashierTitle.Location    = new System.Drawing.Point(752, 632);
     this.lblCashierTitle.Name        = "lblCashierTitle";
     this.lblCashierTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblCashierTitle.Size        = new System.Drawing.Size(145, 49);
     this.lblCashierTitle.TabIndex    = 19;
     this.lblCashierTitle.Text        = "Cashier:";
     //
     // frmSales
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1202, 909);
     this.ControlBox          = false;
     this.Controls.Add(this.cbRePrint);
     this.Controls.Add(this.ucNumericKeyPad);
     this.Controls.Add(this.cbQuantity);
     this.Controls.Add(this.fgItems);
     this.Controls.Add(this.gbCustomerInfo);
     this.Controls.Add(this.cbBreak);
     this.Controls.Add(this.cbLogOff);
     this.Controls.Add(this.cbVoidTransaction);
     this.Controls.Add(this.cbVoidItem);
     this.Controls.Add(this.cbAddCustomer);
     this.Controls.Add(this.cbCustomerSearch);
     this.Controls.Add(this.cbPayment);
     this.Controls.Add(this.frSubTotals);
     this.Controls.Add(this.picLogo);
     this.Controls.Add(this.lblPOS);
     this.Controls.Add(this.lblPOSTitle);
     this.Controls.Add(this.lblCashier);
     this.Controls.Add(this.lblCashierTitle);
     this.Font            = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Location        = new System.Drawing.Point(3, 26);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmSales";
     this.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Sales";
     commandButtonHelper1.SetStyle(this.cbRePrint, 1);
     commandButtonHelper1.SetStyle(this.cbQuantity, 1);
     commandButtonHelper1.SetStyle(this.cbBreak, 1);
     commandButtonHelper1.SetStyle(this.cbLogOff, 1);
     commandButtonHelper1.SetStyle(this.cbVoidTransaction, 1);
     commandButtonHelper1.SetStyle(this.cbVoidItem, 1);
     commandButtonHelper1.SetStyle(this.cbAddCustomer, 1);
     commandButtonHelper1.SetStyle(this.cbCustomerSearch, 1);
     commandButtonHelper1.SetStyle(this.cbPayment, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.gbCustomerInfo.ResumeLayout(false);
     this.frSubTotals.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPayment));
     this.ToolTipMain       = new System.Windows.Forms.ToolTip(this.components);
     this.gbPayments        = new System.Windows.Forms.GroupBox();
     this.cbCash            = new System.Windows.Forms.Button();
     this.cbCreditCard      = new System.Windows.Forms.Button();
     this.cbCheck           = new System.Windows.Forms.Button();
     this.cbGiftCard        = new System.Windows.Forms.Button();
     this.ucNumbers         = new ucNumbersPad();
     this.cbFinishPayment   = new System.Windows.Forms.Button();
     this.fgPayments        = new UpgradeHelpers.DataGridViewFlex(this.components);
     this.cb_Cancel         = new System.Windows.Forms.Button();
     this.lblPaymentReady   = new System.Windows.Forms.Label();
     this.lblChange         = new System.Windows.Forms.Label();
     this.lblChangeTitle    = new System.Windows.Forms.Label();
     this.lblPaidSoFarTitle = new System.Windows.Forms.Label();
     this.lblRemaining      = new System.Windows.Forms.Label();
     this.lblRemaingTitle   = new System.Windows.Forms.Label();
     this.gbPayments.SuspendLayout();
     this.SuspendLayout();
     this.commandButtonHelper1 = new UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // gbPayments
     //
     this.gbPayments.AllowDrop = true;
     this.gbPayments.BackColor = System.Drawing.Color.White;
     this.gbPayments.Controls.Add(this.cbCash);
     this.gbPayments.Controls.Add(this.cbCreditCard);
     this.gbPayments.Controls.Add(this.cbCheck);
     this.gbPayments.Controls.Add(this.cbGiftCard);
     this.gbPayments.Controls.Add(this.ucNumbers);
     this.gbPayments.Enabled     = true;
     this.gbPayments.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.gbPayments.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.gbPayments.Location    = new System.Drawing.Point(16, 24);
     this.gbPayments.Name        = "gbPayments";
     this.gbPayments.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.gbPayments.Size        = new System.Drawing.Size(729, 529);
     this.gbPayments.TabIndex    = 1;
     this.gbPayments.Text        = "Payments";
     this.gbPayments.Visible     = true;
     //
     // cbCash
     //
     this.cbCash.AllowDrop               = true;
     this.cbCash.BackColor               = System.Drawing.Color.White;
     this.cbCash.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbCash.Location                = new System.Drawing.Point(368, 56);
     this.cbCash.Name                    = "cbCash";
     this.cbCash.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbCash.Size                    = new System.Drawing.Size(313, 81);
     this.cbCash.TabIndex                = 3;
     this.cbCash.Text                    = "Cash";
     this.cbCash.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbCash.UseVisualStyleBackColor = false;
     this.cbCash.Click                  += new System.EventHandler(this.cbCash_Click);
     //
     // cbCreditCard
     //
     this.cbCreditCard.AllowDrop               = true;
     this.cbCreditCard.BackColor               = System.Drawing.Color.White;
     this.cbCreditCard.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbCreditCard.Location                = new System.Drawing.Point(368, 144);
     this.cbCreditCard.Name                    = "cbCreditCard";
     this.cbCreditCard.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbCreditCard.Size                    = new System.Drawing.Size(313, 81);
     this.cbCreditCard.TabIndex                = 4;
     this.cbCreditCard.Text                    = "Credit Card";
     this.cbCreditCard.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbCreditCard.UseVisualStyleBackColor = false;
     this.cbCreditCard.Click                  += new System.EventHandler(this.cbCreditCard_Click);
     //
     // cbCheck
     //
     this.cbCheck.AllowDrop               = true;
     this.cbCheck.BackColor               = System.Drawing.Color.White;
     this.cbCheck.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbCheck.Location                = new System.Drawing.Point(368, 232);
     this.cbCheck.Name                    = "cbCheck";
     this.cbCheck.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbCheck.Size                    = new System.Drawing.Size(313, 81);
     this.cbCheck.TabIndex                = 5;
     this.cbCheck.Text                    = "Check";
     this.cbCheck.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbCheck.UseVisualStyleBackColor = false;
     this.cbCheck.Click                  += new System.EventHandler(this.cbCheck_Click);
     //
     // cbGiftCard
     //
     this.cbGiftCard.AllowDrop               = true;
     this.cbGiftCard.BackColor               = System.Drawing.Color.White;
     this.cbGiftCard.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbGiftCard.Location                = new System.Drawing.Point(368, 320);
     this.cbGiftCard.Name                    = "cbGiftCard";
     this.cbGiftCard.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbGiftCard.Size                    = new System.Drawing.Size(313, 81);
     this.cbGiftCard.TabIndex                = 6;
     this.cbGiftCard.Text                    = "Gift Card";
     this.cbGiftCard.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbGiftCard.UseVisualStyleBackColor = false;
     this.cbGiftCard.Click                  += new System.EventHandler(this.cbGiftCard_Click);
     //
     // ucNumbers
     //
     this.ucNumbers.AllowDrop = true;
     this.ucNumbers.Location  = new System.Drawing.Point(8, 48);
     this.ucNumbers.Name      = "ucNumbers";
     this.ucNumbers.Size      = new System.Drawing.Size(361, 457);
     this.ucNumbers.TabIndex  = 2;
     //
     // cbFinishPayment
     //
     this.cbFinishPayment.AllowDrop               = true;
     this.cbFinishPayment.BackColor               = System.Drawing.Color.FromArgb(97, 44, 67);
     this.cbFinishPayment.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbFinishPayment.Location                = new System.Drawing.Point(624, 568);
     this.cbFinishPayment.Name                    = "cbFinishPayment";
     this.cbFinishPayment.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbFinishPayment.Size                    = new System.Drawing.Size(289, 81);
     this.cbFinishPayment.TabIndex                = 13;
     this.cbFinishPayment.Text                    = "Continue";
     this.cbFinishPayment.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbFinishPayment.UseVisualStyleBackColor = false;
     this.cbFinishPayment.Click                  += new System.EventHandler(this.cbFinishPayment_Click);
     //
     // fgPayments
     //
     this.fgPayments.AllowDrop                   = true;
     this.fgPayments.AllowUserToAddRows          = false;
     this.fgPayments.AllowUserToDeleteRows       = false;
     this.fgPayments.AllowUserToResizeColumns    = false;
     this.fgPayments.AllowUserToResizeRows       = false;
     this.fgPayments.BackgroundColor             = System.Drawing.Color.White;
     this.fgPayments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fgPayments.ColumnsCount                = 3;
     this.fgPayments.Font        = new System.Drawing.Font("Arial", 14.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.fgPayments.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.fgPayments.Location    = new System.Drawing.Point(816, 256);
     this.fgPayments.Name        = "fgPayments";
     this.fgPayments.ReadOnly    = true;
     this.fgPayments.RowsCount   = 1;
     this.fgPayments.Size        = new System.Drawing.Size(385, 281);
     this.fgPayments.StandardTab = true;
     this.fgPayments.TabIndex    = 12;
     //
     // cb_Cancel
     //
     this.cb_Cancel.AllowDrop               = true;
     this.cb_Cancel.BackColor               = System.Drawing.Color.White;
     this.cb_Cancel.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cb_Cancel.Location                = new System.Drawing.Point(928, 568);
     this.cb_Cancel.Name                    = "cb_Cancel";
     this.cb_Cancel.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cb_Cancel.Size                    = new System.Drawing.Size(265, 81);
     this.cb_Cancel.TabIndex                = 14;
     this.cb_Cancel.Text                    = "Cancel";
     this.cb_Cancel.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cb_Cancel.UseVisualStyleBackColor = false;
     this.cb_Cancel.Click                  += new System.EventHandler(this.cb_Cancel_Click);
     //
     // lblPaymentReady
     //
     this.lblPaymentReady.AllowDrop   = true;
     this.lblPaymentReady.BackColor   = System.Drawing.SystemColors.Control;
     this.lblPaymentReady.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblPaymentReady.Font        = new System.Drawing.Font("Arial", 24f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblPaymentReady.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.lblPaymentReady.Location    = new System.Drawing.Point(48, 184);
     this.lblPaymentReady.Name        = "lblPaymentReady";
     this.lblPaymentReady.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblPaymentReady.Size        = new System.Drawing.Size(401, 193);
     this.lblPaymentReady.TabIndex    = 10;
     this.lblPaymentReady.Text        = "Payment Ready. Press Continue to Print the Receipt";
     this.lblPaymentReady.Visible     = false;
     //
     // lblChange
     //
     this.lblChange.AllowDrop   = true;
     this.lblChange.BackColor   = System.Drawing.Color.White;
     this.lblChange.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblChange.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblChange.Location    = new System.Drawing.Point(832, 152);
     this.lblChange.Name        = "lblChange";
     this.lblChange.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblChange.Size        = new System.Drawing.Size(361, 41);
     this.lblChange.TabIndex    = 9;
     this.lblChange.Text        = "$0.00";
     this.lblChange.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblChangeTitle
     //
     this.lblChangeTitle.AllowDrop   = true;
     this.lblChangeTitle.BackColor   = System.Drawing.Color.White;
     this.lblChangeTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblChangeTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblChangeTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblChangeTitle.Location    = new System.Drawing.Point(864, 104);
     this.lblChangeTitle.Name        = "lblChangeTitle";
     this.lblChangeTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblChangeTitle.Size        = new System.Drawing.Size(329, 49);
     this.lblChangeTitle.TabIndex    = 8;
     this.lblChangeTitle.Text        = "Change Due";
     this.lblChangeTitle.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblPaidSoFarTitle
     //
     this.lblPaidSoFarTitle.AllowDrop   = true;
     this.lblPaidSoFarTitle.BackColor   = System.Drawing.Color.White;
     this.lblPaidSoFarTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblPaidSoFarTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblPaidSoFarTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblPaidSoFarTitle.Location    = new System.Drawing.Point(864, 200);
     this.lblPaidSoFarTitle.Name        = "lblPaidSoFarTitle";
     this.lblPaidSoFarTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblPaidSoFarTitle.Size        = new System.Drawing.Size(329, 49);
     this.lblPaidSoFarTitle.TabIndex    = 11;
     this.lblPaidSoFarTitle.Text        = "Paid So Far";
     this.lblPaidSoFarTitle.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblRemaining
     //
     this.lblRemaining.AllowDrop   = true;
     this.lblRemaining.BackColor   = System.Drawing.Color.White;
     this.lblRemaining.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblRemaining.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblRemaining.Location    = new System.Drawing.Point(832, 56);
     this.lblRemaining.Name        = "lblRemaining";
     this.lblRemaining.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblRemaining.Size        = new System.Drawing.Size(361, 41);
     this.lblRemaining.TabIndex    = 7;
     this.lblRemaining.Text        = "$0.00";
     this.lblRemaining.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // lblRemaingTitle
     //
     this.lblRemaingTitle.AllowDrop   = true;
     this.lblRemaingTitle.BackColor   = System.Drawing.Color.White;
     this.lblRemaingTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblRemaingTitle.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblRemaingTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblRemaingTitle.Location    = new System.Drawing.Point(864, 8);
     this.lblRemaingTitle.Name        = "lblRemaingTitle";
     this.lblRemaingTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblRemaingTitle.Size        = new System.Drawing.Size(329, 49);
     this.lblRemaingTitle.TabIndex    = 0;
     this.lblRemaingTitle.Text        = "Amount Remaining";
     this.lblRemaingTitle.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // frmPayment
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1219, 659);
     this.Controls.Add(this.gbPayments);
     this.Controls.Add(this.cbFinishPayment);
     this.Controls.Add(this.fgPayments);
     this.Controls.Add(this.cb_Cancel);
     this.Controls.Add(this.lblPaymentReady);
     this.Controls.Add(this.lblChange);
     this.Controls.Add(this.lblChangeTitle);
     this.Controls.Add(this.lblPaidSoFarTitle);
     this.Controls.Add(this.lblRemaining);
     this.Controls.Add(this.lblRemaingTitle);
     this.Font          = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Location      = new System.Drawing.Point(4, 27);
     this.MaximizeBox   = true;
     this.MinimizeBox   = true;
     this.Name          = "frmPayment";
     this.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Pay";
     commandButtonHelper1.SetStyle(this.cbCash, 1);
     commandButtonHelper1.SetStyle(this.cbCreditCard, 1);
     commandButtonHelper1.SetStyle(this.cbCheck, 1);
     commandButtonHelper1.SetStyle(this.cbGiftCard, 1);
     commandButtonHelper1.SetStyle(this.cbFinishPayment, 1);
     commandButtonHelper1.SetStyle(this.cb_Cancel, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.gbPayments.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCashCount));
     this.ToolTipMain    = new System.Windows.Forms.ToolTip(this.components);
     this.txtHalfDollars = new System.Windows.Forms.TextBox();
     this.txtPennies     = new System.Windows.Forms.TextBox();
     this.txtNickels     = new System.Windows.Forms.TextBox();
     this.txtDimes       = new System.Windows.Forms.TextBox();
     this.txtQuarters    = new System.Windows.Forms.TextBox();
     this.txtOnes        = new System.Windows.Forms.TextBox();
     this.txtFives       = new System.Windows.Forms.TextBox();
     this.txtTens        = new System.Windows.Forms.TextBox();
     this.txtHundreds    = new System.Windows.Forms.TextBox();
     this.txtTwenties    = new System.Windows.Forms.TextBox();
     this.txtFifties     = new System.Windows.Forms.TextBox();
     this.cbOK           = new System.Windows.Forms.Button();
     this.cbClear        = new System.Windows.Forms.Button();
     this.ucNumbers      = new ucNumbersPad();
     this.lblMessage     = new System.Windows.Forms.Label();
     this.lblPennies     = new System.Windows.Forms.Label();
     this.lblNickels     = new System.Windows.Forms.Label();
     this.lblDimes       = new System.Windows.Forms.Label();
     this.lblQuarters    = new System.Windows.Forms.Label();
     this.lblHalfDollars = new System.Windows.Forms.Label();
     this.lblOnes        = new System.Windows.Forms.Label();
     this.lblFives       = new System.Windows.Forms.Label();
     this.lblTens        = new System.Windows.Forms.Label();
     this.lblTwenties    = new System.Windows.Forms.Label();
     this.lblFifties     = new System.Windows.Forms.Label();
     this.lblHundreds    = new System.Windows.Forms.Label();
     this.lblTotalTitle  = new System.Windows.Forms.Label();
     this.lblTotal       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     this.commandButtonHelper1 = new UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // txtHalfDollars
     //
     this.txtHalfDollars.AcceptsReturn = true;
     this.txtHalfDollars.AllowDrop     = true;
     this.txtHalfDollars.BackColor     = System.Drawing.Color.White;
     this.txtHalfDollars.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtHalfDollars.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtHalfDollars.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtHalfDollars.Location      = new System.Drawing.Point(160, 296);
     this.txtHalfDollars.MaxLength     = 0;
     this.txtHalfDollars.Name          = "txtHalfDollars";
     this.txtHalfDollars.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtHalfDollars.Size          = new System.Drawing.Size(113, 49);
     this.txtHalfDollars.TabIndex      = 12;
     this.txtHalfDollars.Text          = "0";
     this.txtHalfDollars.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtHalfDollars.Enter        += new System.EventHandler(this.txtHalfDollars_Enter);
     this.txtHalfDollars.Leave        += new System.EventHandler(this.txtHalfDollars_Leave);
     //
     // txtPennies
     //
     this.txtPennies.AcceptsReturn = true;
     this.txtPennies.AllowDrop     = true;
     this.txtPennies.BackColor     = System.Drawing.Color.White;
     this.txtPennies.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtPennies.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtPennies.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtPennies.Location      = new System.Drawing.Point(160, 72);
     this.txtPennies.MaxLength     = 0;
     this.txtPennies.Name          = "txtPennies";
     this.txtPennies.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtPennies.Size          = new System.Drawing.Size(113, 49);
     this.txtPennies.TabIndex      = 11;
     this.txtPennies.Text          = "0";
     this.txtPennies.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtPennies.Enter        += new System.EventHandler(this.txtPennies_Enter);
     this.txtPennies.Leave        += new System.EventHandler(this.txtPennies_Leave);
     //
     // txtNickels
     //
     this.txtNickels.AcceptsReturn = true;
     this.txtNickels.AllowDrop     = true;
     this.txtNickels.BackColor     = System.Drawing.Color.White;
     this.txtNickels.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtNickels.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtNickels.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtNickels.Location      = new System.Drawing.Point(160, 128);
     this.txtNickels.MaxLength     = 0;
     this.txtNickels.Name          = "txtNickels";
     this.txtNickels.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtNickels.Size          = new System.Drawing.Size(113, 49);
     this.txtNickels.TabIndex      = 10;
     this.txtNickels.Text          = "0";
     this.txtNickels.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtNickels.Enter        += new System.EventHandler(this.txtNickels_Enter);
     this.txtNickels.Leave        += new System.EventHandler(this.txtNickels_Leave);
     //
     // txtDimes
     //
     this.txtDimes.AcceptsReturn = true;
     this.txtDimes.AllowDrop     = true;
     this.txtDimes.BackColor     = System.Drawing.Color.White;
     this.txtDimes.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtDimes.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtDimes.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtDimes.Location      = new System.Drawing.Point(160, 184);
     this.txtDimes.MaxLength     = 0;
     this.txtDimes.Name          = "txtDimes";
     this.txtDimes.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtDimes.Size          = new System.Drawing.Size(113, 49);
     this.txtDimes.TabIndex      = 9;
     this.txtDimes.Text          = "0";
     this.txtDimes.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtDimes.Enter        += new System.EventHandler(this.txtDimes_Enter);
     this.txtDimes.Leave        += new System.EventHandler(this.txtDimes_Leave);
     //
     // txtQuarters
     //
     this.txtQuarters.AcceptsReturn = true;
     this.txtQuarters.AllowDrop     = true;
     this.txtQuarters.BackColor     = System.Drawing.Color.White;
     this.txtQuarters.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtQuarters.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtQuarters.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtQuarters.Location      = new System.Drawing.Point(160, 240);
     this.txtQuarters.MaxLength     = 0;
     this.txtQuarters.Name          = "txtQuarters";
     this.txtQuarters.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtQuarters.Size          = new System.Drawing.Size(113, 49);
     this.txtQuarters.TabIndex      = 8;
     this.txtQuarters.Text          = "0";
     this.txtQuarters.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtQuarters.Enter        += new System.EventHandler(this.txtQuarters_Enter);
     this.txtQuarters.Leave        += new System.EventHandler(this.txtQuarters_Leave);
     //
     // txtOnes
     //
     this.txtOnes.AcceptsReturn = true;
     this.txtOnes.AllowDrop     = true;
     this.txtOnes.BackColor     = System.Drawing.Color.White;
     this.txtOnes.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtOnes.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtOnes.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtOnes.Location      = new System.Drawing.Point(416, 72);
     this.txtOnes.MaxLength     = 0;
     this.txtOnes.Name          = "txtOnes";
     this.txtOnes.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtOnes.Size          = new System.Drawing.Size(113, 49);
     this.txtOnes.TabIndex      = 7;
     this.txtOnes.Text          = "0";
     this.txtOnes.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtOnes.Enter        += new System.EventHandler(this.txtOnes_Enter);
     this.txtOnes.Leave        += new System.EventHandler(this.txtOnes_Leave);
     //
     // txtFives
     //
     this.txtFives.AcceptsReturn = true;
     this.txtFives.AllowDrop     = true;
     this.txtFives.BackColor     = System.Drawing.Color.White;
     this.txtFives.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFives.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtFives.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtFives.Location      = new System.Drawing.Point(416, 128);
     this.txtFives.MaxLength     = 0;
     this.txtFives.Name          = "txtFives";
     this.txtFives.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtFives.Size          = new System.Drawing.Size(113, 49);
     this.txtFives.TabIndex      = 6;
     this.txtFives.Text          = "0";
     this.txtFives.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtFives.Enter        += new System.EventHandler(this.txtFives_Enter);
     this.txtFives.Leave        += new System.EventHandler(this.txtFives_Leave);
     //
     // txtTens
     //
     this.txtTens.AcceptsReturn = true;
     this.txtTens.AllowDrop     = true;
     this.txtTens.BackColor     = System.Drawing.Color.White;
     this.txtTens.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtTens.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTens.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtTens.Location      = new System.Drawing.Point(416, 184);
     this.txtTens.MaxLength     = 0;
     this.txtTens.Name          = "txtTens";
     this.txtTens.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTens.Size          = new System.Drawing.Size(113, 49);
     this.txtTens.TabIndex      = 5;
     this.txtTens.Text          = "0";
     this.txtTens.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtTens.Enter        += new System.EventHandler(this.txtTens_Enter);
     this.txtTens.Leave        += new System.EventHandler(this.txtTens_Leave);
     //
     // txtHundreds
     //
     this.txtHundreds.AcceptsReturn = true;
     this.txtHundreds.AllowDrop     = true;
     this.txtHundreds.BackColor     = System.Drawing.Color.White;
     this.txtHundreds.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtHundreds.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtHundreds.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtHundreds.Location      = new System.Drawing.Point(416, 352);
     this.txtHundreds.MaxLength     = 0;
     this.txtHundreds.Name          = "txtHundreds";
     this.txtHundreds.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtHundreds.Size          = new System.Drawing.Size(113, 49);
     this.txtHundreds.TabIndex      = 4;
     this.txtHundreds.Text          = "0";
     this.txtHundreds.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtHundreds.Enter        += new System.EventHandler(this.txtHundreds_Enter);
     this.txtHundreds.Leave        += new System.EventHandler(this.txtHundreds_Leave);
     //
     // txtTwenties
     //
     this.txtTwenties.AcceptsReturn = true;
     this.txtTwenties.AllowDrop     = true;
     this.txtTwenties.BackColor     = System.Drawing.Color.White;
     this.txtTwenties.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtTwenties.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtTwenties.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtTwenties.Location      = new System.Drawing.Point(416, 240);
     this.txtTwenties.MaxLength     = 0;
     this.txtTwenties.Name          = "txtTwenties";
     this.txtTwenties.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtTwenties.Size          = new System.Drawing.Size(113, 49);
     this.txtTwenties.TabIndex      = 3;
     this.txtTwenties.Text          = "0";
     this.txtTwenties.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtTwenties.Enter        += new System.EventHandler(this.txtTwenties_Enter);
     this.txtTwenties.Leave        += new System.EventHandler(this.txtTwenties_Leave);
     //
     // txtFifties
     //
     this.txtFifties.AcceptsReturn = true;
     this.txtFifties.AllowDrop     = true;
     this.txtFifties.BackColor     = System.Drawing.Color.White;
     this.txtFifties.BorderStyle   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.txtFifties.Cursor        = System.Windows.Forms.Cursors.IBeam;
     this.txtFifties.ForeColor     = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtFifties.Location      = new System.Drawing.Point(416, 296);
     this.txtFifties.MaxLength     = 0;
     this.txtFifties.Name          = "txtFifties";
     this.txtFifties.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.txtFifties.Size          = new System.Drawing.Size(113, 49);
     this.txtFifties.TabIndex      = 2;
     this.txtFifties.Text          = "0";
     this.txtFifties.TextAlign     = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtFifties.Enter        += new System.EventHandler(this.txtFifties_Enter);
     this.txtFifties.Leave        += new System.EventHandler(this.txtFifties_Leave);
     //
     // cbOK
     //
     this.cbOK.AllowDrop               = true;
     this.cbOK.BackColor               = System.Drawing.Color.FromArgb(97, 44, 67);
     this.cbOK.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbOK.Location                = new System.Drawing.Point(568, 136);
     this.cbOK.Name                    = "cbOK";
     this.cbOK.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbOK.Size                    = new System.Drawing.Size(409, 57);
     this.cbOK.TabIndex                = 1;
     this.cbOK.Text                    = "OK";
     this.cbOK.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbOK.UseVisualStyleBackColor = false;
     this.cbOK.Click                  += new System.EventHandler(this.cbOK_Click);
     //
     // cbClear
     //
     this.cbClear.AllowDrop               = true;
     this.cbClear.BackColor               = System.Drawing.Color.White;
     this.cbClear.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.cbClear.Location                = new System.Drawing.Point(568, 72);
     this.cbClear.Name                    = "cbClear";
     this.cbClear.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.cbClear.Size                    = new System.Drawing.Size(409, 57);
     this.cbClear.TabIndex                = 0;
     this.cbClear.Text                    = "Clear";
     this.cbClear.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbClear.UseVisualStyleBackColor = false;
     this.cbClear.Click                  += new System.EventHandler(this.cbClear_Click);
     //
     // ucNumbers
     //
     this.ucNumbers.AllowDrop = true;
     this.ucNumbers.Location  = new System.Drawing.Point(568, 200);
     this.ucNumbers.Name      = "ucNumbers";
     this.ucNumbers.Size      = new System.Drawing.Size(377, 425);
     this.ucNumbers.TabIndex  = 13;
     this.ucNumbers.OnBack   += new ucNumbersPad.OnBackHandler(this.ucNumbers_OnBack);
     this.ucNumbers.OnNumber += new ucNumbersPad.OnNumberHandler(this.ucNumbers_OnNumber);
     //
     // lblMessage
     //
     this.lblMessage.AllowDrop   = true;
     this.lblMessage.BackColor   = System.Drawing.Color.White;
     this.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblMessage.Font        = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.lblMessage.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblMessage.Location    = new System.Drawing.Point(8, 8);
     this.lblMessage.Name        = "lblMessage";
     this.lblMessage.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblMessage.Size        = new System.Drawing.Size(297, 49);
     this.lblMessage.TabIndex    = 27;
     this.lblMessage.Text        = "Enter Cash Amount";
     //
     // lblPennies
     //
     this.lblPennies.AllowDrop   = true;
     this.lblPennies.BackColor   = System.Drawing.Color.White;
     this.lblPennies.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblPennies.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblPennies.Location    = new System.Drawing.Point(8, 72);
     this.lblPennies.Name        = "lblPennies";
     this.lblPennies.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblPennies.Size        = new System.Drawing.Size(145, 49);
     this.lblPennies.TabIndex    = 26;
     this.lblPennies.Text        = "Pennies";
     //
     // lblNickels
     //
     this.lblNickels.AllowDrop   = true;
     this.lblNickels.BackColor   = System.Drawing.Color.White;
     this.lblNickels.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblNickels.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblNickels.Location    = new System.Drawing.Point(8, 128);
     this.lblNickels.Name        = "lblNickels";
     this.lblNickels.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblNickels.Size        = new System.Drawing.Size(145, 49);
     this.lblNickels.TabIndex    = 25;
     this.lblNickels.Text        = "Nickels";
     //
     // lblDimes
     //
     this.lblDimes.AllowDrop   = true;
     this.lblDimes.BackColor   = System.Drawing.Color.White;
     this.lblDimes.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblDimes.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblDimes.Location    = new System.Drawing.Point(8, 184);
     this.lblDimes.Name        = "lblDimes";
     this.lblDimes.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblDimes.Size        = new System.Drawing.Size(145, 49);
     this.lblDimes.TabIndex    = 24;
     this.lblDimes.Text        = "Dimes";
     //
     // lblQuarters
     //
     this.lblQuarters.AllowDrop   = true;
     this.lblQuarters.BackColor   = System.Drawing.Color.White;
     this.lblQuarters.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblQuarters.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblQuarters.Location    = new System.Drawing.Point(8, 240);
     this.lblQuarters.Name        = "lblQuarters";
     this.lblQuarters.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblQuarters.Size        = new System.Drawing.Size(145, 49);
     this.lblQuarters.TabIndex    = 23;
     this.lblQuarters.Text        = "Quarters";
     //
     // lblHalfDollars
     //
     this.lblHalfDollars.AllowDrop   = true;
     this.lblHalfDollars.BackColor   = System.Drawing.Color.White;
     this.lblHalfDollars.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblHalfDollars.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblHalfDollars.Location    = new System.Drawing.Point(8, 296);
     this.lblHalfDollars.Name        = "lblHalfDollars";
     this.lblHalfDollars.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblHalfDollars.Size        = new System.Drawing.Size(145, 49);
     this.lblHalfDollars.TabIndex    = 22;
     this.lblHalfDollars.Text        = "Half Dollars";
     //
     // lblOnes
     //
     this.lblOnes.AllowDrop   = true;
     this.lblOnes.BackColor   = System.Drawing.Color.White;
     this.lblOnes.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblOnes.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblOnes.Location    = new System.Drawing.Point(296, 72);
     this.lblOnes.Name        = "lblOnes";
     this.lblOnes.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblOnes.Size        = new System.Drawing.Size(185, 41);
     this.lblOnes.TabIndex    = 21;
     this.lblOnes.Text        = "Ones";
     //
     // lblFives
     //
     this.lblFives.AllowDrop   = true;
     this.lblFives.BackColor   = System.Drawing.Color.White;
     this.lblFives.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblFives.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblFives.Location    = new System.Drawing.Point(296, 128);
     this.lblFives.Name        = "lblFives";
     this.lblFives.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblFives.Size        = new System.Drawing.Size(185, 41);
     this.lblFives.TabIndex    = 20;
     this.lblFives.Text        = "Fives";
     //
     // lblTens
     //
     this.lblTens.AllowDrop   = true;
     this.lblTens.BackColor   = System.Drawing.Color.White;
     this.lblTens.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTens.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTens.Location    = new System.Drawing.Point(296, 184);
     this.lblTens.Name        = "lblTens";
     this.lblTens.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTens.Size        = new System.Drawing.Size(185, 41);
     this.lblTens.TabIndex    = 19;
     this.lblTens.Text        = "Tens";
     //
     // lblTwenties
     //
     this.lblTwenties.AllowDrop   = true;
     this.lblTwenties.BackColor   = System.Drawing.Color.White;
     this.lblTwenties.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTwenties.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTwenties.Location    = new System.Drawing.Point(296, 240);
     this.lblTwenties.Name        = "lblTwenties";
     this.lblTwenties.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTwenties.Size        = new System.Drawing.Size(185, 41);
     this.lblTwenties.TabIndex    = 18;
     this.lblTwenties.Text        = "Twenties";
     //
     // lblFifties
     //
     this.lblFifties.AllowDrop   = true;
     this.lblFifties.BackColor   = System.Drawing.Color.White;
     this.lblFifties.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblFifties.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblFifties.Location    = new System.Drawing.Point(296, 288);
     this.lblFifties.Name        = "lblFifties";
     this.lblFifties.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblFifties.Size        = new System.Drawing.Size(185, 41);
     this.lblFifties.TabIndex    = 17;
     this.lblFifties.Text        = "Fifties";
     //
     // lblHundreds
     //
     this.lblHundreds.AllowDrop   = true;
     this.lblHundreds.BackColor   = System.Drawing.Color.White;
     this.lblHundreds.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblHundreds.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblHundreds.Location    = new System.Drawing.Point(296, 344);
     this.lblHundreds.Name        = "lblHundreds";
     this.lblHundreds.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblHundreds.Size        = new System.Drawing.Size(185, 41);
     this.lblHundreds.TabIndex    = 16;
     this.lblHundreds.Text        = "Hundreds";
     //
     // lblTotalTitle
     //
     this.lblTotalTitle.AllowDrop   = true;
     this.lblTotalTitle.BackColor   = System.Drawing.Color.White;
     this.lblTotalTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTotalTitle.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTotalTitle.Location    = new System.Drawing.Point(568, 8);
     this.lblTotalTitle.Name        = "lblTotalTitle";
     this.lblTotalTitle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotalTitle.Size        = new System.Drawing.Size(113, 57);
     this.lblTotalTitle.TabIndex    = 15;
     this.lblTotalTitle.Text        = "Total";
     //
     // lblTotal
     //
     this.lblTotal.AllowDrop   = true;
     this.lblTotal.BackColor   = System.Drawing.Color.White;
     this.lblTotal.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblTotal.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblTotal.Location    = new System.Drawing.Point(728, 8);
     this.lblTotal.Name        = "lblTotal";
     this.lblTotal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotal.Size        = new System.Drawing.Size(249, 65);
     this.lblTotal.TabIndex    = 14;
     this.lblTotal.Text        = "$0";
     this.lblTotal.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     //
     // frmCashCount
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1038, 640);
     this.ControlBox          = false;
     this.Controls.Add(this.txtHalfDollars);
     this.Controls.Add(this.txtPennies);
     this.Controls.Add(this.txtNickels);
     this.Controls.Add(this.txtDimes);
     this.Controls.Add(this.txtQuarters);
     this.Controls.Add(this.txtOnes);
     this.Controls.Add(this.txtFives);
     this.Controls.Add(this.txtTens);
     this.Controls.Add(this.txtHundreds);
     this.Controls.Add(this.txtTwenties);
     this.Controls.Add(this.txtFifties);
     this.Controls.Add(this.cbOK);
     this.Controls.Add(this.cbClear);
     this.Controls.Add(this.ucNumbers);
     this.Controls.Add(this.lblMessage);
     this.Controls.Add(this.lblPennies);
     this.Controls.Add(this.lblNickels);
     this.Controls.Add(this.lblDimes);
     this.Controls.Add(this.lblQuarters);
     this.Controls.Add(this.lblHalfDollars);
     this.Controls.Add(this.lblOnes);
     this.Controls.Add(this.lblFives);
     this.Controls.Add(this.lblTens);
     this.Controls.Add(this.lblTwenties);
     this.Controls.Add(this.lblFifties);
     this.Controls.Add(this.lblHundreds);
     this.Controls.Add(this.lblTotalTitle);
     this.Controls.Add(this.lblTotal);
     this.Font          = new System.Drawing.Font("Arial", 21.75f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
     this.Location      = new System.Drawing.Point(4, 27);
     this.MaximizeBox   = true;
     this.MinimizeBox   = true;
     this.Name          = "frmCashCount";
     this.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "  Count Cash Drawer";
     commandButtonHelper1.SetStyle(this.cbOK, 1);
     commandButtonHelper1.SetStyle(this.cbClear, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.ResumeLayout(false);
 }