private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPayment));
     this.ToolTipMain       = new Mobilize.Web.ToolTip(this.components);
     this.gbPayments        = new Mobilize.Web.GroupBox();
     this.cbCash            = new Mobilize.Web.Button();
     this.cbCreditCard      = new Mobilize.Web.Button();
     this.cbCheck           = new Mobilize.Web.Button();
     this.cbGiftCard        = new Mobilize.Web.Button();
     this.ucNumbers         = new ucNumbersPad();
     this.cbFinishPayment   = new Mobilize.Web.Button();
     this.fgPayments        = new Mobilize.Web.VBUC.FlexGrid(this.components);
     this.cb_Cancel         = new Mobilize.Web.Button();
     this.lblPaymentReady   = new Mobilize.Web.Label();
     this.lblChange         = new Mobilize.Web.Label();
     this.lblChangeTitle    = new Mobilize.Web.Label();
     this.lblPaidSoFarTitle = new Mobilize.Web.Label();
     this.lblRemaining      = new Mobilize.Web.Label();
     this.lblRemaingTitle   = new Mobilize.Web.Label();
     this.gbPayments.SuspendLayout();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._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 Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.SystemColors.ControlText;
     this.cbCash.Location  = new System.Drawing.Point(368, 56);
     this.cbCash.Name      = "cbCash";
     this.cbCash.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbCreditCard.Location  = new System.Drawing.Point(368, 144);
     this.cbCreditCard.Name      = "cbCreditCard";
     this.cbCreditCard.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbCheck.Location  = new System.Drawing.Point(368, 232);
     this.cbCheck.Name      = "cbCheck";
     this.cbCheck.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbGiftCard.Location  = new System.Drawing.Point(368, 320);
     this.cbGiftCard.Name      = "cbGiftCard";
     this.cbGiftCard.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbFinishPayment.Location  = new System.Drawing.Point(624, 568);
     this.cbFinishPayment.Name      = "cbFinishPayment";
     this.cbFinishPayment.Properties().RightToLeft = Stub._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       = Mobilize.Web.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.Properties().AllowUserToResizeColumns    = false;
     this.fgPayments.Properties().AllowUserToResizeRows       = false;
     this.fgPayments.Properties().BackgroundColor             = System.Drawing.Color.White;
     this.fgPayments.Properties().ColumnHeadersHeightSizeMode = Mobilize.Web.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fgPayments.ColumnsCount             = 3;
     this.fgPayments.Font                     = new Mobilize.Web.Font("Arial", 14.25f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().ReadOnly    = true;
     this.fgPayments.RowsCount                = 1;
     this.fgPayments.Size                     = new System.Drawing.Size(385, 281);
     this.fgPayments.Properties().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 = Mobilize.Web.SystemColors.ControlText;
     this.cb_Cancel.Location  = new System.Drawing.Point(928, 568);
     this.cb_Cancel.Name      = "cb_Cancel";
     this.cb_Cancel.Properties().RightToLeft = Stub._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       = Mobilize.Web.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   = Mobilize.Web.SystemColors.Control;
     this.lblPaymentReady.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblPaymentReady.Font        = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.lblPaymentReady.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblPaymentReady.Location    = new System.Drawing.Point(48, 184);
     this.lblPaymentReady.Name        = "lblPaymentReady";
     this.lblPaymentReady.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblChangeTitle
     //
     this.lblChangeTitle.AllowDrop   = true;
     this.lblChangeTitle.BackColor   = System.Drawing.Color.White;
     this.lblChangeTitle.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblChangeTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblPaidSoFarTitle
     //
     this.lblPaidSoFarTitle.AllowDrop   = true;
     this.lblPaidSoFarTitle.BackColor   = System.Drawing.Color.White;
     this.lblPaidSoFarTitle.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblPaidSoFarTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblRemaining
     //
     this.lblRemaining.AllowDrop   = true;
     this.lblRemaining.BackColor   = System.Drawing.Color.White;
     this.lblRemaining.BorderStyle = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblRemaingTitle
     //
     this.lblRemaingTitle.AllowDrop   = true;
     this.lblRemaingTitle.BackColor   = System.Drawing.Color.White;
     this.lblRemaingTitle.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblRemaingTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // frmPayment
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Properties().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 Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.Properties().Location = new System.Drawing.Point(4, 27);
     this.MaximizeBox           = true;
     this.MinimizeBox           = true;
     this.Name = "frmPayment";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.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);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPause));
     this.ToolTipMain     = new Mobilize.Web.ToolTip(this.components);
     this.cbReturn        = new Mobilize.Web.Button();
     this.lblPauseMessage = new Mobilize.Web.Label();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // cbReturn
     //
     this.cbReturn.AllowDrop = true;
     this.cbReturn.BackColor = System.Drawing.Color.FromArgb(97, 44, 67);
     this.cbReturn.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbReturn.Location  = new System.Drawing.Point(224, 160);
     this.cbReturn.Name      = "cbReturn";
     this.cbReturn.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cbReturn.Size                    = new System.Drawing.Size(417, 81);
     this.cbReturn.TabIndex                = 1;
     this.cbReturn.Text                    = "Return";
     this.cbReturn.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cbReturn.UseVisualStyleBackColor = false;
     this.cbReturn.Click                  += new System.EventHandler(this.cbReturn_Click);
     //
     // lblPauseMessage
     //
     this.lblPauseMessage.AllowDrop   = true;
     this.lblPauseMessage.BackColor   = System.Drawing.Color.White;
     this.lblPauseMessage.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblPauseMessage.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblPauseMessage.Location    = new System.Drawing.Point(56, 32);
     this.lblPauseMessage.Name        = "lblPauseMessage";
     this.lblPauseMessage.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblPauseMessage.Size      = new System.Drawing.Size(713, 73);
     this.lblPauseMessage.TabIndex  = 0;
     this.lblPauseMessage.Text      = "POS Paused";
     this.lblPauseMessage.TextAlign = Mobilize.Web.ContentAlignment.TopCenter;
     //
     // frmPause
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = Mobilize.Web.SystemColors.Window;
     this.Properties().ClientSize = new System.Drawing.Size(844, 334);
     this.ControlBox = false;
     this.Controls.Add(this.cbReturn);
     this.Controls.Add(this.lblPauseMessage);
     this.Font                       = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.FormBorderStyle            = Mobilize.Web.FormBorderStyle.FixedDialog;
     this.Properties().Location      = new System.Drawing.Point(3, 26);
     this.MaximizeBox                = false;
     this.MinimizeBox                = false;
     this.Name                       = "frmPause";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().ShowInTaskbar = false;
     this.Properties().StartPosition = Mobilize.Web.FormStartPosition.CenterScreen;
     this.Text                       = "Tailwind Point of Sale Paused";
     commandButtonHelper1.SetStyle(this.cbReturn, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCashCount));
     this.ToolTipMain    = new Mobilize.Web.ToolTip(this.components);
     this.txtHalfDollars = new Mobilize.Web.TextBox();
     this.txtPennies     = new Mobilize.Web.TextBox();
     this.txtNickels     = new Mobilize.Web.TextBox();
     this.txtDimes       = new Mobilize.Web.TextBox();
     this.txtQuarters    = new Mobilize.Web.TextBox();
     this.txtOnes        = new Mobilize.Web.TextBox();
     this.txtFives       = new Mobilize.Web.TextBox();
     this.txtTens        = new Mobilize.Web.TextBox();
     this.txtHundreds    = new Mobilize.Web.TextBox();
     this.txtTwenties    = new Mobilize.Web.TextBox();
     this.txtFifties     = new Mobilize.Web.TextBox();
     this.cbOK           = new Mobilize.Web.Button();
     this.cbClear        = new Mobilize.Web.Button();
     this.ucNumbers      = new ucNumbersPad();
     this.lblMessage     = new Mobilize.Web.Label();
     this.lblPennies     = new Mobilize.Web.Label();
     this.lblNickels     = new Mobilize.Web.Label();
     this.lblDimes       = new Mobilize.Web.Label();
     this.lblQuarters    = new Mobilize.Web.Label();
     this.lblHalfDollars = new Mobilize.Web.Label();
     this.lblOnes        = new Mobilize.Web.Label();
     this.lblFives       = new Mobilize.Web.Label();
     this.lblTens        = new Mobilize.Web.Label();
     this.lblTwenties    = new Mobilize.Web.Label();
     this.lblFifties     = new Mobilize.Web.Label();
     this.lblHundreds    = new Mobilize.Web.Label();
     this.lblTotalTitle  = new Mobilize.Web.Label();
     this.lblTotal       = new Mobilize.Web.Label();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // txtHalfDollars
     //
     this.txtHalfDollars.AcceptsReturn       = true;
     this.txtHalfDollars.AllowDrop           = true;
     this.txtHalfDollars.BackColor           = System.Drawing.Color.White;
     this.txtHalfDollars.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtHalfDollars.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtPennies.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtNickels.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtDimes.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtQuarters.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtOnes.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtFives.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtTens.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtHundreds.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtTwenties.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtFifties.Properties().Cursor = null;
     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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbOK.Location  = new System.Drawing.Point(568, 136);
     this.cbOK.Name      = "cbOK";
     this.cbOK.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbClear.Location  = new System.Drawing.Point(568, 72);
     this.cbClear.Name      = "cbClear";
     this.cbClear.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.BorderStyle.None;
     this.lblMessage.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // frmCashCount
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Properties().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 Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.Properties().Location = new System.Drawing.Point(4, 27);
     this.MaximizeBox           = true;
     this.MinimizeBox           = true;
     this.Name = "frmCashCount";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.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);
 }
Beispiel #4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustAdd));
     this.ToolTipMain       = new Mobilize.Web.ToolTip(this.components);
     this.cbClose           = new Mobilize.Web.Button();
     this.cbSave            = new Mobilize.Web.Button();
     this.txtPhone          = new Mobilize.Web.TextBox();
     this.txtCounty         = new Mobilize.Web.TextBox();
     this.txtZipCode        = new Mobilize.Web.TextBox();
     this.txtState          = new Mobilize.Web.TextBox();
     this.txtCity           = new Mobilize.Web.TextBox();
     this.txtStreetAddress2 = new Mobilize.Web.TextBox();
     this.txtStreetAddress1 = new Mobilize.Web.TextBox();
     this.txtCompany        = new Mobilize.Web.TextBox();
     this.txtEmail          = new Mobilize.Web.TextBox();
     this.txtLastName       = new Mobilize.Web.TextBox();
     this.txtFirstName      = new Mobilize.Web.TextBox();
     this.lblCompany        = new Mobilize.Web.Label();
     this.lblCounty         = new Mobilize.Web.Label();
     this.lblCity           = new Mobilize.Web.Label();
     this.lblState          = new Mobilize.Web.Label();
     this.lblZipCode        = new Mobilize.Web.Label();
     this.lblStreetAdress2  = new Mobilize.Web.Label();
     this.lblStreetAddress1 = new Mobilize.Web.Label();
     this.lblPhone          = new Mobilize.Web.Label();
     this.lblEmail          = new Mobilize.Web.Label();
     this.lblLastName       = new Mobilize.Web.Label();
     this.lblFirstName      = new Mobilize.Web.Label();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // cbClose
     //
     this.cbClose.AllowDrop = true;
     this.cbClose.BackColor = System.Drawing.Color.White;
     this.cbClose.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbClose.Location  = new System.Drawing.Point(488, 624);
     this.cbClose.Name      = "cbClose";
     this.cbClose.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cbClose.Size                    = new System.Drawing.Size(417, 65);
     this.cbClose.TabIndex                = 23;
     this.cbClose.Text                    = "Close";
     this.cbClose.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cbClose.UseVisualStyleBackColor = false;
     this.cbClose.Click                  += new System.EventHandler(this.cbClose_Click);
     //
     // cbSave
     //
     this.cbSave.AllowDrop = true;
     this.cbSave.BackColor = System.Drawing.Color.FromArgb(97, 44, 67);
     this.cbSave.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbSave.Location  = new System.Drawing.Point(64, 624);
     this.cbSave.Name      = "cbSave";
     this.cbSave.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cbSave.Size                    = new System.Drawing.Size(401, 65);
     this.cbSave.TabIndex                = 22;
     this.cbSave.Text                    = "Save";
     this.cbSave.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cbSave.UseVisualStyleBackColor = false;
     this.cbSave.Click                  += new System.EventHandler(this.cbSave_Click);
     //
     // txtPhone
     //
     this.txtPhone.AcceptsReturn       = true;
     this.txtPhone.AllowDrop           = true;
     this.txtPhone.BackColor           = System.Drawing.Color.White;
     this.txtPhone.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtPhone.Properties().Cursor = null;
     this.txtPhone.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtPhone.Location            = new System.Drawing.Point(184, 216);
     this.txtPhone.MaxLength           = 0;
     this.txtPhone.Name = "txtPhone";
     this.txtPhone.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtPhone.Size     = new System.Drawing.Size(305, 65);
     this.txtPhone.TabIndex = 9;
     //
     // txtCounty
     //
     this.txtCounty.AcceptsReturn       = true;
     this.txtCounty.AllowDrop           = true;
     this.txtCounty.BackColor           = System.Drawing.Color.White;
     this.txtCounty.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtCounty.Properties().Cursor = null;
     this.txtCounty.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtCounty.Location            = new System.Drawing.Point(176, 520);
     this.txtCounty.MaxLength           = 0;
     this.txtCounty.Name = "txtCounty";
     this.txtCounty.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtCounty.Size     = new System.Drawing.Size(353, 65);
     this.txtCounty.TabIndex = 21;
     //
     // txtZipCode
     //
     this.txtZipCode.AcceptsReturn       = true;
     this.txtZipCode.AllowDrop           = true;
     this.txtZipCode.BackColor           = System.Drawing.Color.White;
     this.txtZipCode.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtZipCode.Properties().Cursor = null;
     this.txtZipCode.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtZipCode.Location            = new System.Drawing.Point(856, 432);
     this.txtZipCode.MaxLength           = 0;
     this.txtZipCode.Name = "txtZipCode";
     this.txtZipCode.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtZipCode.Size     = new System.Drawing.Size(225, 65);
     this.txtZipCode.TabIndex = 19;
     //
     // txtState
     //
     this.txtState.AcceptsReturn       = true;
     this.txtState.AllowDrop           = true;
     this.txtState.BackColor           = System.Drawing.Color.White;
     this.txtState.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtState.Properties().Cursor = null;
     this.txtState.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtState.Location            = new System.Drawing.Point(120, 432);
     this.txtState.MaxLength           = 0;
     this.txtState.Name = "txtState";
     this.txtState.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtState.Size     = new System.Drawing.Size(209, 57);
     this.txtState.TabIndex = 15;
     //
     // txtCity
     //
     this.txtCity.AcceptsReturn       = true;
     this.txtCity.AllowDrop           = true;
     this.txtCity.BackColor           = System.Drawing.Color.White;
     this.txtCity.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtCity.Properties().Cursor = null;
     this.txtCity.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtCity.Location            = new System.Drawing.Point(424, 432);
     this.txtCity.MaxLength           = 0;
     this.txtCity.Name = "txtCity";
     this.txtCity.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtCity.Size     = new System.Drawing.Size(289, 57);
     this.txtCity.TabIndex = 17;
     //
     // txtStreetAddress2
     //
     this.txtStreetAddress2.AcceptsReturn       = true;
     this.txtStreetAddress2.AllowDrop           = true;
     this.txtStreetAddress2.BackColor           = System.Drawing.Color.White;
     this.txtStreetAddress2.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtStreetAddress2.Properties().Cursor = null;
     this.txtStreetAddress2.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtStreetAddress2.Location            = new System.Drawing.Point(256, 360);
     this.txtStreetAddress2.MaxLength           = 0;
     this.txtStreetAddress2.Name = "txtStreetAddress2";
     this.txtStreetAddress2.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtStreetAddress2.Size     = new System.Drawing.Size(937, 57);
     this.txtStreetAddress2.TabIndex = 13;
     //
     // txtStreetAddress1
     //
     this.txtStreetAddress1.AcceptsReturn       = true;
     this.txtStreetAddress1.AllowDrop           = true;
     this.txtStreetAddress1.BackColor           = System.Drawing.Color.White;
     this.txtStreetAddress1.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtStreetAddress1.Properties().Cursor = null;
     this.txtStreetAddress1.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtStreetAddress1.Location            = new System.Drawing.Point(256, 288);
     this.txtStreetAddress1.MaxLength           = 0;
     this.txtStreetAddress1.Name = "txtStreetAddress1";
     this.txtStreetAddress1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtStreetAddress1.Size     = new System.Drawing.Size(937, 65);
     this.txtStreetAddress1.TabIndex = 11;
     //
     // txtCompany
     //
     this.txtCompany.AcceptsReturn       = true;
     this.txtCompany.AllowDrop           = true;
     this.txtCompany.BackColor           = System.Drawing.Color.White;
     this.txtCompany.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtCompany.Properties().Cursor = null;
     this.txtCompany.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtCompany.Location            = new System.Drawing.Point(184, 144);
     this.txtCompany.MaxLength           = 0;
     this.txtCompany.Name = "txtCompany";
     this.txtCompany.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtCompany.Size     = new System.Drawing.Size(857, 65);
     this.txtCompany.TabIndex = 7;
     //
     // txtEmail
     //
     this.txtEmail.AcceptsReturn       = true;
     this.txtEmail.AllowDrop           = true;
     this.txtEmail.BackColor           = System.Drawing.Color.White;
     this.txtEmail.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtEmail.Properties().Cursor = null;
     this.txtEmail.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtEmail.Location            = new System.Drawing.Point(184, 80);
     this.txtEmail.MaxLength           = 0;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtEmail.Size     = new System.Drawing.Size(857, 57);
     this.txtEmail.TabIndex = 5;
     //
     // txtLastName
     //
     this.txtLastName.AcceptsReturn       = true;
     this.txtLastName.AllowDrop           = true;
     this.txtLastName.BackColor           = System.Drawing.Color.White;
     this.txtLastName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtLastName.Properties().Cursor = null;
     this.txtLastName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtLastName.Location            = new System.Drawing.Point(728, 16);
     this.txtLastName.MaxLength           = 0;
     this.txtLastName.Name = "txtLastName";
     this.txtLastName.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtLastName.Size     = new System.Drawing.Size(361, 57);
     this.txtLastName.TabIndex = 3;
     //
     // txtFirstName
     //
     this.txtFirstName.AcceptsReturn       = true;
     this.txtFirstName.AllowDrop           = true;
     this.txtFirstName.BackColor           = System.Drawing.Color.White;
     this.txtFirstName.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtFirstName.Properties().Cursor = null;
     this.txtFirstName.ForeColor           = Mobilize.Web.SystemColors.WindowText;
     this.txtFirstName.Location            = new System.Drawing.Point(184, 16);
     this.txtFirstName.MaxLength           = 0;
     this.txtFirstName.Name = "txtFirstName";
     this.txtFirstName.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtFirstName.Size     = new System.Drawing.Size(337, 57);
     this.txtFirstName.TabIndex = 1;
     //
     // lblCompany
     //
     this.lblCompany.AllowDrop   = true;
     this.lblCompany.BackColor   = System.Drawing.Color.White;
     this.lblCompany.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblCompany.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblCompany.Location    = new System.Drawing.Point(40, 136);
     this.lblCompany.Name        = "lblCompany";
     this.lblCompany.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblCompany.Size     = new System.Drawing.Size(145, 65);
     this.lblCompany.TabIndex = 6;
     this.lblCompany.Text     = "Company";
     //
     // lblCounty
     //
     this.lblCounty.AllowDrop   = true;
     this.lblCounty.BackColor   = System.Drawing.Color.White;
     this.lblCounty.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblCounty.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblCounty.Location    = new System.Drawing.Point(40, 520);
     this.lblCounty.Name        = "lblCounty";
     this.lblCounty.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblCounty.Size     = new System.Drawing.Size(217, 65);
     this.lblCounty.TabIndex = 20;
     this.lblCounty.Text     = "County";
     //
     // lblCity
     //
     this.lblCity.AllowDrop   = true;
     this.lblCity.BackColor   = System.Drawing.Color.White;
     this.lblCity.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblCity.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblCity.Location    = new System.Drawing.Point(344, 432);
     this.lblCity.Name        = "lblCity";
     this.lblCity.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblCity.Size     = new System.Drawing.Size(217, 65);
     this.lblCity.TabIndex = 16;
     this.lblCity.Text     = "City";
     //
     // lblState
     //
     this.lblState.AllowDrop   = true;
     this.lblState.BackColor   = System.Drawing.Color.White;
     this.lblState.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblState.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblState.Location    = new System.Drawing.Point(40, 432);
     this.lblState.Name        = "lblState";
     this.lblState.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblState.Size     = new System.Drawing.Size(225, 81);
     this.lblState.TabIndex = 14;
     this.lblState.Text     = "State";
     //
     // lblZipCode
     //
     this.lblZipCode.AllowDrop   = true;
     this.lblZipCode.BackColor   = System.Drawing.Color.White;
     this.lblZipCode.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblZipCode.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblZipCode.Location    = new System.Drawing.Point(736, 432);
     this.lblZipCode.Name        = "lblZipCode";
     this.lblZipCode.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblZipCode.Size     = new System.Drawing.Size(233, 73);
     this.lblZipCode.TabIndex = 18;
     this.lblZipCode.Text     = "Zip Code";
     //
     // lblStreetAdress2
     //
     this.lblStreetAdress2.AllowDrop   = true;
     this.lblStreetAdress2.BackColor   = System.Drawing.Color.White;
     this.lblStreetAdress2.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblStreetAdress2.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblStreetAdress2.Location    = new System.Drawing.Point(40, 352);
     this.lblStreetAdress2.Name        = "lblStreetAdress2";
     this.lblStreetAdress2.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblStreetAdress2.Size     = new System.Drawing.Size(233, 73);
     this.lblStreetAdress2.TabIndex = 12;
     this.lblStreetAdress2.Text     = "Street Address 2:";
     //
     // lblStreetAddress1
     //
     this.lblStreetAddress1.AllowDrop   = true;
     this.lblStreetAddress1.BackColor   = System.Drawing.Color.White;
     this.lblStreetAddress1.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblStreetAddress1.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblStreetAddress1.Location    = new System.Drawing.Point(40, 288);
     this.lblStreetAddress1.Name        = "lblStreetAddress1";
     this.lblStreetAddress1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblStreetAddress1.Size     = new System.Drawing.Size(233, 57);
     this.lblStreetAddress1.TabIndex = 10;
     this.lblStreetAddress1.Text     = "Street Address:";
     //
     // lblPhone
     //
     this.lblPhone.AllowDrop   = true;
     this.lblPhone.BackColor   = System.Drawing.Color.White;
     this.lblPhone.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblPhone.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblPhone.Location    = new System.Drawing.Point(40, 208);
     this.lblPhone.Name        = "lblPhone";
     this.lblPhone.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblPhone.Size     = new System.Drawing.Size(185, 57);
     this.lblPhone.TabIndex = 8;
     this.lblPhone.Text     = "Phone";
     //
     // lblEmail
     //
     this.lblEmail.AllowDrop   = true;
     this.lblEmail.BackColor   = System.Drawing.Color.White;
     this.lblEmail.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblEmail.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblEmail.Location    = new System.Drawing.Point(40, 80);
     this.lblEmail.Name        = "lblEmail";
     this.lblEmail.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblEmail.Size     = new System.Drawing.Size(185, 57);
     this.lblEmail.TabIndex = 4;
     this.lblEmail.Text     = "Email";
     //
     // lblLastName
     //
     this.lblLastName.AllowDrop   = true;
     this.lblLastName.BackColor   = System.Drawing.Color.White;
     this.lblLastName.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblLastName.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblLastName.Location    = new System.Drawing.Point(576, 16);
     this.lblLastName.Name        = "lblLastName";
     this.lblLastName.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblLastName.Size     = new System.Drawing.Size(185, 57);
     this.lblLastName.TabIndex = 2;
     this.lblLastName.Text     = "Last Name:";
     //
     // lblFirstName
     //
     this.lblFirstName.AllowDrop   = true;
     this.lblFirstName.BackColor   = System.Drawing.Color.White;
     this.lblFirstName.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblFirstName.ForeColor   = Mobilize.Web.SystemColors.ControlText;
     this.lblFirstName.Location    = new System.Drawing.Point(40, 16);
     this.lblFirstName.Name        = "lblFirstName";
     this.lblFirstName.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblFirstName.Size     = new System.Drawing.Size(201, 49);
     this.lblFirstName.TabIndex = 0;
     this.lblFirstName.Text     = "First Name:";
     //
     // frmCustAdd
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Properties().ClientSize = new System.Drawing.Size(1298, 693);
     this.Controls.Add(this.cbClose);
     this.Controls.Add(this.cbSave);
     this.Controls.Add(this.txtPhone);
     this.Controls.Add(this.txtCounty);
     this.Controls.Add(this.txtZipCode);
     this.Controls.Add(this.txtState);
     this.Controls.Add(this.txtCity);
     this.Controls.Add(this.txtStreetAddress2);
     this.Controls.Add(this.txtStreetAddress1);
     this.Controls.Add(this.txtCompany);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.txtFirstName);
     this.Controls.Add(this.lblCompany);
     this.Controls.Add(this.lblCounty);
     this.Controls.Add(this.lblCity);
     this.Controls.Add(this.lblState);
     this.Controls.Add(this.lblZipCode);
     this.Controls.Add(this.lblStreetAdress2);
     this.Controls.Add(this.lblStreetAddress1);
     this.Controls.Add(this.lblPhone);
     this.Controls.Add(this.lblEmail);
     this.Controls.Add(this.lblLastName);
     this.Controls.Add(this.lblFirstName);
     this.Font = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.Properties().Location = new System.Drawing.Point(4, 27);
     this.MaximizeBox           = true;
     this.MinimizeBox           = true;
     this.Name = "frmCustAdd";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.FormStartPosition.CenterScreen;
     this.Text = "Register New Customer";
     commandButtonHelper1.SetStyle(this.cbClose, 1);
     commandButtonHelper1.SetStyle(this.cbSave, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.ResumeLayout(false);
 }
Beispiel #5
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSearchCust));
     this.ToolTipMain  = new Mobilize.Web.ToolTip(this.components);
     this.ucLettersPad = new ucLettersPad();
     this.cbClose      = new Mobilize.Web.Button();
     this.fgCustomers  = new Mobilize.Web.VBUC.FlexGrid(this.components);
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // ucLettersPad
     //
     this.ucLettersPad.AllowDrop     = true;
     this.ucLettersPad.Location      = new System.Drawing.Point(8, 24);
     this.ucLettersPad.Name          = "ucLettersPad";
     this.ucLettersPad.Size          = new System.Drawing.Size(633, 569);
     this.ucLettersPad.TabIndex      = 0;
     this.ucLettersPad.OnEnterEvent += new ucLettersPad.OnEnterEventHandler(this.ucLettersPad_OnEnterEvent);
     //
     // cbClose
     //
     this.cbClose.AllowDrop = true;
     this.cbClose.BackColor = System.Drawing.Color.FromArgb(97, 44, 67);
     this.cbClose.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbClose.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbClose.Location  = new System.Drawing.Point(1248, 640);
     this.cbClose.Name      = "cbClose";
     this.cbClose.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cbClose.Size                    = new System.Drawing.Size(241, 57);
     this.cbClose.TabIndex                = 2;
     this.cbClose.Text                    = "Close";
     this.cbClose.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cbClose.UseVisualStyleBackColor = false;
     this.cbClose.Click                  += new System.EventHandler(this.cbClose_Click);
     //
     // fgCustomers
     //
     this.fgCustomers.AllowDrop             = true;
     this.fgCustomers.AllowUserToAddRows    = false;
     this.fgCustomers.AllowUserToDeleteRows = false;
     this.fgCustomers.Properties().AllowUserToResizeColumns    = false;
     this.fgCustomers.Properties().AllowUserToResizeRows       = false;
     this.fgCustomers.Properties().ColumnHeadersHeightSizeMode = Mobilize.Web.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fgCustomers.ColumnsCount           = 5;
     this.fgCustomers.FixedColumns           = 0;
     this.fgCustomers.Properties().FocusRect = Stub._UpgradeHelpers.FocusRectSettings.FocusNone;
     this.fgCustomers.Font     = new Mobilize.Web.Font("Arial", 8.25f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.fgCustomers.Location = new System.Drawing.Point(648, 24);
     this.fgCustomers.Name     = "fgCustomers";
     this.fgCustomers.Properties().ReadOnly      = true;
     this.fgCustomers.Properties().SelectionMode = Mobilize.Web.DataGridViewSelectionMode.FullRowSelect;
     this.fgCustomers.Size = new System.Drawing.Size(849, 577);
     this.fgCustomers.Properties().StandardTab = true;
     this.fgCustomers.TabIndex     = 1;
     this.fgCustomers.DoubleClick += new System.EventHandler(this.fgCustomers_DoubleClick);
     //
     // frmSearchCust
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Properties().ClientSize = new System.Drawing.Size(1496, 737);
     this.Controls.Add(this.ucLettersPad);
     this.Controls.Add(this.cbClose);
     this.Controls.Add(this.fgCustomers);
     this.Font = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.Properties().Location = new System.Drawing.Point(11, 34);
     this.MaximizeBox           = true;
     this.MinimizeBox           = true;
     this.Name = "frmSearchCust";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().StartPosition = Mobilize.Web.FormStartPosition.CenterScreen;
     this.Text = "Customer Search";
     commandButtonHelper1.SetStyle(this.cbClose, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucNumbersPad));
     this.ToolTipMain = new Mobilize.Web.ToolTip(this.components);
     this.txtAmount   = new Mobilize.Web.TextBox();
     this.cb_Period   = new Mobilize.Web.Button();
     this.cb_Number00 = new Mobilize.Web.Button();
     this.cb_Number0  = new Mobilize.Web.Button();
     this.cb_Enter    = new Mobilize.Web.Button();
     this.cb_Number3  = new Mobilize.Web.Button();
     this.cb_Number2  = new Mobilize.Web.Button();
     this.cb_Number1  = new Mobilize.Web.Button();
     this.cb_Clear    = new Mobilize.Web.Button();
     this.cb_Number6  = new Mobilize.Web.Button();
     this.cb_Number5  = new Mobilize.Web.Button();
     this.cb_Number4  = new Mobilize.Web.Button();
     this.cb_Back     = new Mobilize.Web.Button();
     this.cb_Number9  = new Mobilize.Web.Button();
     this.cb_Number8  = new Mobilize.Web.Button();
     this.cb_Number7  = new Mobilize.Web.Button();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // txtAmount
     //
     this.txtAmount.AcceptsReturn       = true;
     this.txtAmount.AllowDrop           = true;
     this.txtAmount.BackColor           = System.Drawing.Color.White;
     this.txtAmount.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtAmount.Properties().Cursor = null;
     this.txtAmount.Font                     = new Mobilize.Web.Font("Arial", 36f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.txtAmount.ForeColor                = System.Drawing.Color.FromArgb(47, 75, 102);
     this.txtAmount.Properties().ImeMode     = Mobilize.Web.ImeMode.Disable;
     this.txtAmount.Location                 = new System.Drawing.Point(8, 8);
     this.txtAmount.MaxLength                = 0;
     this.txtAmount.Name                     = "txtAmount";
     this.txtAmount.PasswordChar             = (char)42;
     this.txtAmount.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtAmount.Size                     = new System.Drawing.Size(313, 73);
     this.txtAmount.TabIndex                 = 15;
     this.txtAmount.TextAlign                = Mobilize.Web.HorizontalAlignment.Right;
     this.txtAmount.KeyPress                += new Mobilize.Web.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // cb_Period
     //
     this.cb_Period.AllowDrop = true;
     this.cb_Period.BackColor = System.Drawing.Color.White;
     this.cb_Period.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Period.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Period.Location  = new System.Drawing.Point(168, 328);
     this.cb_Period.Name      = "cb_Period";
     this.cb_Period.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Period.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Period.TabIndex                = 14;
     this.cb_Period.Text                    = ".";
     this.cb_Period.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Period.UseVisualStyleBackColor = false;
     this.cb_Period.Click                  += new System.EventHandler(this.cb_Period_Click);
     //
     // cb_Number00
     //
     this.cb_Number00.AllowDrop = true;
     this.cb_Number00.BackColor = System.Drawing.Color.White;
     this.cb_Number00.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number00.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number00.Location  = new System.Drawing.Point(88, 328);
     this.cb_Number00.Name      = "cb_Number00";
     this.cb_Number00.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number00.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number00.TabIndex                = 13;
     this.cb_Number00.Text                    = "00";
     this.cb_Number00.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number00.UseVisualStyleBackColor = false;
     this.cb_Number00.Click                  += new System.EventHandler(this.cb_Number00_Click);
     //
     // cb_Number0
     //
     this.cb_Number0.AllowDrop = true;
     this.cb_Number0.BackColor = System.Drawing.Color.White;
     this.cb_Number0.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number0.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number0.Location  = new System.Drawing.Point(8, 328);
     this.cb_Number0.Name      = "cb_Number0";
     this.cb_Number0.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number0.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number0.TabIndex                = 12;
     this.cb_Number0.Text                    = "0";
     this.cb_Number0.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number0.UseVisualStyleBackColor = false;
     this.cb_Number0.Click                  += new System.EventHandler(this.cb_Number0_Click);
     //
     // cb_Enter
     //
     this.cb_Enter.AllowDrop = true;
     this.cb_Enter.BackColor = System.Drawing.Color.White;
     this.cb_Enter.Font      = new Mobilize.Web.Font("Arial", 27.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Enter.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Enter.Location  = new System.Drawing.Point(248, 248);
     this.cb_Enter.Name      = "cb_Enter";
     this.cb_Enter.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Enter.Size                    = new System.Drawing.Size(73, 153);
     this.cb_Enter.TabIndex                = 11;
     this.cb_Enter.Text                    = "+";
     this.cb_Enter.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Enter.UseVisualStyleBackColor = false;
     this.cb_Enter.Click                  += new System.EventHandler(this.cb_Enter_Click);
     //
     // cb_Number3
     //
     this.cb_Number3.AllowDrop = true;
     this.cb_Number3.BackColor = System.Drawing.Color.White;
     this.cb_Number3.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number3.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number3.Location  = new System.Drawing.Point(168, 248);
     this.cb_Number3.Name      = "cb_Number3";
     this.cb_Number3.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number3.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number3.TabIndex                = 10;
     this.cb_Number3.Text                    = "3";
     this.cb_Number3.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number3.UseVisualStyleBackColor = false;
     this.cb_Number3.Click                  += new System.EventHandler(this.cb_Number3_Click);
     //
     // cb_Number2
     //
     this.cb_Number2.AllowDrop = true;
     this.cb_Number2.BackColor = System.Drawing.Color.White;
     this.cb_Number2.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number2.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number2.Location  = new System.Drawing.Point(88, 248);
     this.cb_Number2.Name      = "cb_Number2";
     this.cb_Number2.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number2.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number2.TabIndex                = 9;
     this.cb_Number2.Text                    = "2";
     this.cb_Number2.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number2.UseVisualStyleBackColor = false;
     this.cb_Number2.Click                  += new System.EventHandler(this.cb_Number2_Click);
     //
     // cb_Number1
     //
     this.cb_Number1.AllowDrop = true;
     this.cb_Number1.BackColor = System.Drawing.Color.White;
     this.cb_Number1.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number1.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number1.Location  = new System.Drawing.Point(8, 248);
     this.cb_Number1.Name      = "cb_Number1";
     this.cb_Number1.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number1.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number1.TabIndex                = 8;
     this.cb_Number1.Text                    = "1";
     this.cb_Number1.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number1.UseVisualStyleBackColor = false;
     this.cb_Number1.Click                  += new System.EventHandler(this.cb_Number1_Click);
     //
     // cb_Clear
     //
     this.cb_Clear.AllowDrop = true;
     this.cb_Clear.BackColor = System.Drawing.Color.White;
     this.cb_Clear.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Clear.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Clear.Location  = new System.Drawing.Point(248, 168);
     this.cb_Clear.Name      = "cb_Clear";
     this.cb_Clear.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Clear.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Clear.TabIndex                = 7;
     this.cb_Clear.Text                    = "C";
     this.cb_Clear.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Clear.UseVisualStyleBackColor = false;
     this.cb_Clear.Click                  += new System.EventHandler(this.cb_Clear_Click);
     //
     // cb_Number6
     //
     this.cb_Number6.AllowDrop = true;
     this.cb_Number6.BackColor = System.Drawing.Color.White;
     this.cb_Number6.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number6.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number6.Location  = new System.Drawing.Point(168, 168);
     this.cb_Number6.Name      = "cb_Number6";
     this.cb_Number6.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number6.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number6.TabIndex                = 6;
     this.cb_Number6.Text                    = "6";
     this.cb_Number6.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number6.UseVisualStyleBackColor = false;
     this.cb_Number6.Click                  += new System.EventHandler(this.cb_Number6_Click);
     //
     // cb_Number5
     //
     this.cb_Number5.AllowDrop = true;
     this.cb_Number5.BackColor = System.Drawing.Color.White;
     this.cb_Number5.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number5.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number5.Location  = new System.Drawing.Point(88, 168);
     this.cb_Number5.Name      = "cb_Number5";
     this.cb_Number5.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number5.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number5.TabIndex                = 5;
     this.cb_Number5.Text                    = "5";
     this.cb_Number5.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number5.UseVisualStyleBackColor = false;
     this.cb_Number5.Click                  += new System.EventHandler(this.cb_Number5_Click);
     //
     // cb_Number4
     //
     this.cb_Number4.AllowDrop = true;
     this.cb_Number4.BackColor = System.Drawing.Color.White;
     this.cb_Number4.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number4.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number4.Location  = new System.Drawing.Point(8, 168);
     this.cb_Number4.Name      = "cb_Number4";
     this.cb_Number4.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number4.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number4.TabIndex                = 4;
     this.cb_Number4.Text                    = "4";
     this.cb_Number4.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number4.UseVisualStyleBackColor = false;
     this.cb_Number4.Click                  += new System.EventHandler(this.cb_Number4_Click);
     //
     // cb_Back
     //
     this.cb_Back.AllowDrop = true;
     this.cb_Back.BackColor = System.Drawing.Color.White;
     this.cb_Back.Font      = new Mobilize.Web.Font("Arial", 27.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Back.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Back.Location  = new System.Drawing.Point(248, 88);
     this.cb_Back.Name      = "cb_Back";
     this.cb_Back.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Back.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Back.TabIndex                = 3;
     this.cb_Back.Text                    = "<-";
     this.cb_Back.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Back.UseVisualStyleBackColor = false;
     this.cb_Back.Click                  += new System.EventHandler(this.cb_Back_Click);
     //
     // cb_Number9
     //
     this.cb_Number9.AllowDrop = true;
     this.cb_Number9.BackColor = System.Drawing.Color.White;
     this.cb_Number9.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number9.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number9.Location  = new System.Drawing.Point(168, 88);
     this.cb_Number9.Name      = "cb_Number9";
     this.cb_Number9.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number9.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number9.TabIndex                = 2;
     this.cb_Number9.Text                    = "9";
     this.cb_Number9.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number9.UseVisualStyleBackColor = false;
     this.cb_Number9.Click                  += new System.EventHandler(this.cb_Number9_Click);
     //
     // cb_Number8
     //
     this.cb_Number8.AllowDrop = true;
     this.cb_Number8.BackColor = System.Drawing.Color.White;
     this.cb_Number8.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number8.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number8.Location  = new System.Drawing.Point(88, 88);
     this.cb_Number8.Name      = "cb_Number8";
     this.cb_Number8.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number8.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number8.TabIndex                = 1;
     this.cb_Number8.Text                    = "8";
     this.cb_Number8.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number8.UseVisualStyleBackColor = false;
     this.cb_Number8.Click                  += new System.EventHandler(this.cb_Number8_Click);
     //
     // cb_Number7
     //
     this.cb_Number7.AllowDrop = true;
     this.cb_Number7.BackColor = System.Drawing.Color.White;
     this.cb_Number7.Font      = new Mobilize.Web.Font("Arial", 24f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cb_Number7.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cb_Number7.Location  = new System.Drawing.Point(8, 88);
     this.cb_Number7.Name      = "cb_Number7";
     this.cb_Number7.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cb_Number7.Size                    = new System.Drawing.Size(73, 73);
     this.cb_Number7.TabIndex                = 0;
     this.cb_Number7.Text                    = "7";
     this.cb_Number7.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cb_Number7.UseVisualStyleBackColor = false;
     this.cb_Number7.Click                  += new System.EventHandler(this.cb_Number7_Click);
     //
     // ucNumbersPad
     //
     base.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.txtAmount);
     this.Controls.Add(this.cb_Period);
     this.Controls.Add(this.cb_Number00);
     this.Controls.Add(this.cb_Number0);
     this.Controls.Add(this.cb_Enter);
     this.Controls.Add(this.cb_Number3);
     this.Controls.Add(this.cb_Number2);
     this.Controls.Add(this.cb_Number1);
     this.Controls.Add(this.cb_Clear);
     this.Controls.Add(this.cb_Number6);
     this.Controls.Add(this.cb_Number5);
     this.Controls.Add(this.cb_Number4);
     this.Controls.Add(this.cb_Back);
     this.Controls.Add(this.cb_Number9);
     this.Controls.Add(this.cb_Number8);
     this.Controls.Add(this.cb_Number7);
     base.Location = new System.Drawing.Point(0, 0);
     base.Name     = "ucNumbersPad";
     commandButtonHelper1.SetStyle(this.cb_Period, 1);
     commandButtonHelper1.SetStyle(this.cb_Number00, 1);
     commandButtonHelper1.SetStyle(this.cb_Number0, 1);
     commandButtonHelper1.SetStyle(this.cb_Enter, 1);
     commandButtonHelper1.SetStyle(this.cb_Number3, 1);
     commandButtonHelper1.SetStyle(this.cb_Number2, 1);
     commandButtonHelper1.SetStyle(this.cb_Number1, 1);
     commandButtonHelper1.SetStyle(this.cb_Clear, 1);
     commandButtonHelper1.SetStyle(this.cb_Number6, 1);
     commandButtonHelper1.SetStyle(this.cb_Number5, 1);
     commandButtonHelper1.SetStyle(this.cb_Number4, 1);
     commandButtonHelper1.SetStyle(this.cb_Back, 1);
     commandButtonHelper1.SetStyle(this.cb_Number9, 1);
     commandButtonHelper1.SetStyle(this.cb_Number8, 1);
     commandButtonHelper1.SetStyle(this.cb_Number7, 1);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSales));
     this.ToolTipMain       = new Mobilize.Web.ToolTip(this.components);
     this.cbRePrint         = new Mobilize.Web.Button();
     this.ucNumericKeyPad   = new ucNumbersPad();
     this.cbQuantity        = new Mobilize.Web.Button();
     this.fgItems           = new Mobilize.Web.VBUC.FlexGrid(this.components);
     this.gbCustomerInfo    = new Mobilize.Web.GroupBox();
     this.lblCustomerInfo   = new Mobilize.Web.Label();
     this.cbBreak           = new Mobilize.Web.Button();
     this.cbLogOff          = new Mobilize.Web.Button();
     this.cbVoidTransaction = new Mobilize.Web.Button();
     this.cbVoidItem        = new Mobilize.Web.Button();
     this.cbAddCustomer     = new Mobilize.Web.Button();
     this.cbCustomerSearch  = new Mobilize.Web.Button();
     this.cbPayment         = new Mobilize.Web.Button();
     this.frSubTotals       = new Mobilize.Web.GroupBox();
     this.lblTotal          = new Mobilize.Web.Label();
     this.lblTax            = new Mobilize.Web.Label();
     this.lblSubTotal       = new Mobilize.Web.Label();
     this.lblTotalTitle     = new Mobilize.Web.Label();
     this.lblTaxTitle       = new Mobilize.Web.Label();
     this.lblSubTotalTitle  = new Mobilize.Web.Label();
     this.picLogo           = new Mobilize.Web.PictureBox();
     this.lblPOS            = new Mobilize.Web.Label();
     this.lblPOSTitle       = new Mobilize.Web.Label();
     this.lblCashier        = new Mobilize.Web.Label();
     this.lblCashierTitle   = new Mobilize.Web.Label();
     this.gbCustomerInfo.SuspendLayout();
     this.frSubTotals.SuspendLayout();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // cbRePrint
     //
     this.cbRePrint.AllowDrop = true;
     this.cbRePrint.BackColor = System.Drawing.Color.White;
     this.cbRePrint.Font      = new Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbRePrint.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbRePrint.Location  = new System.Drawing.Point(800, 384);
     this.cbRePrint.Name      = "cbRePrint";
     this.cbRePrint.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbQuantity.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbQuantity.Location  = new System.Drawing.Point(800, 264);
     this.cbQuantity.Name      = "cbQuantity";
     this.cbQuantity.Properties().RightToLeft = Stub._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       = Mobilize.Web.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.Properties().AllowUserToResizeColumns    = false;
     this.fgItems.Properties().AllowUserToResizeRows       = false;
     this.fgItems.Properties().BackgroundColor             = System.Drawing.Color.White;
     this.fgItems.Properties().ColumnHeadersHeightSizeMode = Mobilize.Web.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fgItems.ColumnsCount           = 6;
     this.fgItems.FixedColumns           = 0;
     this.fgItems.Properties().FocusRect = Stub._UpgradeHelpers.FocusRectSettings.FocusNone;
     this.fgItems.Font     = new Mobilize.Web.Font("Arial", 8.25f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.fgItems.Location = new System.Drawing.Point(8, 8);
     this.fgItems.Name     = "fgItems";
     this.fgItems.Properties().ReadOnly      = true;
     this.fgItems.RowsCount                  = 1;
     this.fgItems.Properties().SelectionMode = Mobilize.Web.DataGridViewSelectionMode.FullRowSelect;
     this.fgItems.Size = new System.Drawing.Size(777, 449);
     this.fgItems.Properties().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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.BorderStyle.None;
     this.lblCustomerInfo.Font        = new Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbBreak.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbBreak.Location  = new System.Drawing.Point(800, 504);
     this.cbBreak.Name      = "cbBreak";
     this.cbBreak.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbLogOff.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbLogOff.Location  = new System.Drawing.Point(1008, 504);
     this.cbLogOff.Name      = "cbLogOff";
     this.cbLogOff.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbVoidTransaction.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbVoidTransaction.Location  = new System.Drawing.Point(1008, 384);
     this.cbVoidTransaction.Name      = "cbVoidTransaction";
     this.cbVoidTransaction.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbVoidItem.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbVoidItem.Location  = new System.Drawing.Point(1008, 264);
     this.cbVoidItem.Name      = "cbVoidItem";
     this.cbVoidItem.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbAddCustomer.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbAddCustomer.Location  = new System.Drawing.Point(800, 8);
     this.cbAddCustomer.Name      = "cbAddCustomer";
     this.cbAddCustomer.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbCustomerSearch.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbCustomerSearch.Location  = new System.Drawing.Point(1008, 8);
     this.cbCustomerSearch.Name      = "cbCustomerSearch";
     this.cbCustomerSearch.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 = Mobilize.Web.SystemColors.ControlText;
     this.cbPayment.Location  = new System.Drawing.Point(360, 688);
     this.cbPayment.Name      = "cbPayment";
     this.cbPayment.Properties().RightToLeft = Stub._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       = Mobilize.Web.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 Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.BorderStyle.None;
     this.lblTotal.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblTax
     //
     this.lblTax.AllowDrop   = true;
     this.lblTax.BackColor   = System.Drawing.Color.White;
     this.lblTax.BorderStyle = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblSubTotal
     //
     this.lblSubTotal.AllowDrop   = true;
     this.lblSubTotal.BackColor   = System.Drawing.Color.White;
     this.lblSubTotal.BorderStyle = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.ContentAlignment.TopRight;
     //
     // lblTotalTitle
     //
     this.lblTotalTitle.AllowDrop   = true;
     this.lblTotalTitle.BackColor   = System.Drawing.Color.White;
     this.lblTotalTitle.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblTotalTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Bold | Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.BorderStyle.None;
     this.lblTaxTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.BorderStyle.None;
     this.lblSubTotalTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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   = Mobilize.Web.SystemColors.Window;
     this.picLogo.BorderStyle = Mobilize.Web.BorderStyle.FixedSingle;
     this.picLogo.Properties().CausesValidation = true;
     this.picLogo.Properties().Dock             = Mobilize.Web.DockStyle.None;
     this.picLogo.Enabled  = true;
     this.picLogo.Font     = new Mobilize.Web.Font("Arial", 12f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.picLogo.Image    = "assets/images/TailwindPOS.frmSales.picLogo.Image.png";
     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 = Mobilize.Web.PictureBoxSizeMode.AutoSize;
     this.picLogo.Properties().TabIndex = 24;
     this.picLogo.Properties().TabStop  = true;
     this.picLogo.Visible = true;
     //
     // lblPOS
     //
     this.lblPOS.AllowDrop   = true;
     this.lblPOS.BackColor   = System.Drawing.Color.White;
     this.lblPOS.BorderStyle = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.BorderStyle.None;
     this.lblPOSTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.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.Properties().RightToLeft = Stub._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 = Mobilize.Web.BorderStyle.None;
     this.lblCashierTitle.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.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.Properties().RightToLeft = Stub._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.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Properties().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 Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.FormBorderStyle            = Mobilize.Web.FormBorderStyle.FixedDialog;
     this.Properties().Location      = new System.Drawing.Point(3, 26);
     this.MaximizeBox                = false;
     this.MinimizeBox                = false;
     this.Name                       = "frmSales";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().ShowInTaskbar = false;
     this.Properties().StartPosition = Mobilize.Web.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);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGiftCardCode));
     this.ToolTipMain = new Mobilize.Web.ToolTip(this.components);
     this.cbCancel    = new Mobilize.Web.Button();
     this.cbOK        = new Mobilize.Web.Button();
     this.txtCode     = new Mobilize.Web.TextBox();
     this.lblMessage  = new Mobilize.Web.Label();
     this.SuspendLayout();
     this.commandButtonHelper1 = new Stub._UpgradeHelpers.Gui.CommandButtonHelper(this.components);
     //
     // cbCancel
     //
     this.cbCancel.AllowDrop = true;
     this.cbCancel.BackColor = System.Drawing.Color.White;
     this.cbCancel.Font      = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbCancel.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbCancel.Location  = new System.Drawing.Point(360, 128);
     this.cbCancel.Name      = "cbCancel";
     this.cbCancel.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cbCancel.Size                    = new System.Drawing.Size(265, 65);
     this.cbCancel.TabIndex                = 3;
     this.cbCancel.Text                    = "Cancel";
     this.cbCancel.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cbCancel.UseVisualStyleBackColor = false;
     this.cbCancel.Click                  += new System.EventHandler(this.cbCancel_Click);
     //
     // cbOK
     //
     this.cbOK.AllowDrop = true;
     this.cbOK.BackColor = System.Drawing.Color.FromArgb(97, 44, 67);
     this.cbOK.Font      = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.cbOK.ForeColor = Mobilize.Web.SystemColors.ControlText;
     this.cbOK.Location  = new System.Drawing.Point(72, 128);
     this.cbOK.Name      = "cbOK";
     this.cbOK.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.cbOK.Size                    = new System.Drawing.Size(265, 65);
     this.cbOK.TabIndex                = 2;
     this.cbOK.Text                    = "OK";
     this.cbOK.TextImageRelation       = Mobilize.Web.TextImageRelation.ImageAboveText;
     this.cbOK.UseVisualStyleBackColor = false;
     this.cbOK.Click                  += new System.EventHandler(this.cbOK_Click);
     //
     // txtCode
     //
     this.txtCode.AcceptsReturn       = true;
     this.txtCode.AllowDrop           = true;
     this.txtCode.BackColor           = Mobilize.Web.SystemColors.Window;
     this.txtCode.BorderStyle         = Mobilize.Web.BorderStyle.Fixed3D;
     this.txtCode.Properties().Cursor = null;
     this.txtCode.Font      = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.txtCode.ForeColor = Mobilize.Web.SystemColors.WindowText;
     this.txtCode.Location  = new System.Drawing.Point(24, 72);
     this.txtCode.MaxLength = 0;
     this.txtCode.Name      = "txtCode";
     this.txtCode.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.txtCode.Size     = new System.Drawing.Size(633, 49);
     this.txtCode.TabIndex = 1;
     //
     // lblMessage
     //
     this.lblMessage.AllowDrop   = true;
     this.lblMessage.BackColor   = System.Drawing.Color.White;
     this.lblMessage.BorderStyle = Mobilize.Web.BorderStyle.None;
     this.lblMessage.Font        = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.lblMessage.ForeColor   = System.Drawing.Color.FromArgb(47, 75, 102);
     this.lblMessage.Location    = new System.Drawing.Point(40, 24);
     this.lblMessage.Name        = "lblMessage";
     this.lblMessage.Properties().RightToLeft = Stub._System.Windows.Forms.RightToLeft.No;
     this.lblMessage.Size     = new System.Drawing.Size(313, 41);
     this.lblMessage.TabIndex = 0;
     this.lblMessage.Text     = "Enter GIFT CARD CODE";
     //
     // frmGiftCardCode
     //
     this.AllowDrop = true;
     this.Properties().AutoScaleDimensions = new System.Drawing.SizeF(0, 0);
     this.Properties().AutoScaleMode       = Stub._System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Properties().ClientSize = new System.Drawing.Size(688, 213);
     this.ControlBox = false;
     this.Controls.Add(this.cbCancel);
     this.Controls.Add(this.cbOK);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.lblMessage);
     this.Font                       = new Mobilize.Web.Font("Arial", 21.75f, Mobilize.Web.FontStyle.Regular, Mobilize.Web.GraphicsUnit.Point, 0);
     this.ForeColor                  = System.Drawing.Color.FromArgb(47, 75, 102);
     this.FormBorderStyle            = Mobilize.Web.FormBorderStyle.FixedDialog;
     this.Properties().Location      = new System.Drawing.Point(184, 250);
     this.MaximizeBox                = false;
     this.MinimizeBox                = false;
     this.Name                       = "frmGiftCardCode";
     this.Properties().RightToLeft   = Stub._System.Windows.Forms.RightToLeft.No;
     this.Properties().ShowInTaskbar = false;
     this.Text                       = "Enter Gift Card Code";
     commandButtonHelper1.SetStyle(this.cbCancel, 1);
     commandButtonHelper1.SetStyle(this.cbOK, 1);
     this.Closed += new System.EventHandler(this.Form_Closed);
     this.ResumeLayout(false);
 }