Esempio n. 1
0
        void NumPad()
        {
            if (obj != null)
            {
                obj.Dispose();
            }
            obj = new LSRetailPosis.POSProcesses.WinControls.NumPad();


            //
            // numPad1
            //

            obj.Anchor = System.Windows.Forms.AnchorStyles.None;
            obj.Appearance.BackColor            = System.Drawing.Color.White;
            obj.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            obj.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(37)))), ((int)(((byte)(127)))));
            obj.Appearance.Options.UseBackColor = true;
            obj.Appearance.Options.UseFont      = true;
            obj.Appearance.Options.UseForeColor = true;
            obj.AutoSize                          = true;
            obj.AutoSizeMode                      = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            obj.EnteredValue                      = "";
            obj.EntryStartsInDecimals             = false;
            obj.EntryType                         = Microsoft.Dynamics.Retail.Pos.Contracts.UI.NumpadEntryTypes.None;
            obj.Location                          = new System.Drawing.Point(598, 12);
            obj.LookAndFeel.SkinName              = "The Asphalt World";
            obj.LookAndFeel.UseDefaultLookAndFeel = false;
            obj.MaskChar                          = null;
            obj.MaskInterval                      = 0;
            obj.MaxNumberOfDigits                 = 13;
            obj.MinimumSize                       = new System.Drawing.Size(180, 230);
            obj.Name               = "numPad1";
            obj.NegativeMode       = false;
            obj.NoOfTries          = 0;
            obj.NumberOfDecimals   = 3;
            obj.PromptText         = null;
            obj.ShortcutKeysActive = false;
            obj.Size               = new System.Drawing.Size(180, 230);
            obj.TabIndex           = 14;
            obj.TimerEnabled       = false;
            obj.Visible            = true;

            numPad1.Visible = false;
            panelControl1.Controls.Add(obj);
            obj.EnterButtonPressed += new LSRetailPosis.POSProcesses.WinControls.NumPad.enterbuttonDelegate(obj_EnterButtonPressed);
        }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                          = new System.ComponentModel.Container();
     this.exitSplitButton                     = new Microsoft.Dynamics.Retail.Pos.Interaction.Controls.SplitButton();
     this.contextMenuStrip                    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.trainingToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4                 = new System.Windows.Forms.ToolStripSeparator();
     this.productInformationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3                 = new System.Windows.Forms.ToolStripSeparator();
     this.restartToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.shutdownToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.numPad            = new LSRetailPosis.POSProcesses.WinControls.NumPad();
     this.lblUser           = new System.Windows.Forms.Label();
     this.grdUsers          = new DevExpress.XtraGrid.GridControl();
     this.grvUserData       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colOperatorID     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView1         = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.labelTime         = new System.Windows.Forms.Label();
     this.lblTraining       = new System.Windows.Forms.Label();
     this.timer             = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
     this.contextMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUsers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvUserData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // exitSplitButton
     //
     this.exitSplitButton.Anchor           = System.Windows.Forms.AnchorStyles.None;
     this.exitSplitButton.AutoSize         = true;
     this.exitSplitButton.ContextMenuStrip = this.contextMenuStrip;
     this.exitSplitButton.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.exitSplitButton.Location         = new System.Drawing.Point(803, 689);
     this.exitSplitButton.Name             = "exitSplitButton";
     this.exitSplitButton.Size             = new System.Drawing.Size(127, 57);
     this.exitSplitButton.TabIndex         = 5;
     this.exitSplitButton.Text             = "Exit";
     this.exitSplitButton.Click           += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.trainingToolStripMenuItem,
         this.toolStripSeparator4,
         this.productInformationToolStripMenuItem,
         this.toolStripSeparator3,
         this.restartToolStripMenuItem,
         this.shutdownToolStripMenuItem,
         this.toolStripSeparator2,
         this.exitToolStripMenuItem
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(255, 172);
     //
     // trainingToolStripMenuItem
     //
     this.trainingToolStripMenuItem.Name    = "trainingToolStripMenuItem";
     this.trainingToolStripMenuItem.Size    = new System.Drawing.Size(254, 30);
     this.trainingToolStripMenuItem.Text    = "Activate training";
     this.trainingToolStripMenuItem.Visible = false;
     this.trainingToolStripMenuItem.Click  += new System.EventHandler(this.trainingToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name    = "toolStripSeparator4";
     this.toolStripSeparator4.Size    = new System.Drawing.Size(251, 6);
     this.toolStripSeparator4.Visible = false;
     //
     // productInformationToolStripMenuItem
     //
     this.productInformationToolStripMenuItem.Name   = "productInformationToolStripMenuItem";
     this.productInformationToolStripMenuItem.Size   = new System.Drawing.Size(254, 30);
     this.productInformationToolStripMenuItem.Text   = "Product Information";
     this.productInformationToolStripMenuItem.Click += new System.EventHandler(this.productInformationToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(251, 6);
     //
     // restartToolStripMenuItem
     //
     this.restartToolStripMenuItem.Name   = "restartToolStripMenuItem";
     this.restartToolStripMenuItem.Size   = new System.Drawing.Size(254, 30);
     this.restartToolStripMenuItem.Text   = "Restart";
     this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartToolStripMenuItem_Click);
     //
     // shutdownToolStripMenuItem
     //
     this.shutdownToolStripMenuItem.Name   = "shutdownToolStripMenuItem";
     this.shutdownToolStripMenuItem.Size   = new System.Drawing.Size(254, 30);
     this.shutdownToolStripMenuItem.Text   = "Shut down";
     this.shutdownToolStripMenuItem.Click += new System.EventHandler(this.shutdownToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(251, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(254, 30);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // numPad
     //
     this.numPad.Anchor                     = System.Windows.Forms.AnchorStyles.Bottom;
     this.numPad.Appearance.Font            = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numPad.Appearance.Options.UseFont = true;
     this.numPad.AutoSize                   = true;
     this.numPad.AutoSizeMode               = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.numPad.CurrencyCode               = null;
     this.numPad.EnteredQuantity            = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.numPad.EnteredValue      = "";
     this.numPad.Location          = new System.Drawing.Point(317, 134);
     this.numPad.MaskChar          = null;
     this.numPad.MaskInterval      = 0;
     this.numPad.MaxNumberOfDigits = 13;
     this.numPad.MinimumSize       = new System.Drawing.Size(390, 432);
     this.numPad.Name                = "numPad";
     this.numPad.NegativeMode        = false;
     this.numPad.NoOfTries           = 0;
     this.numPad.NumberOfDecimals    = 2;
     this.numPad.Padding             = new System.Windows.Forms.Padding(0, 10, 0, 0);
     this.numPad.PromptText          = null;
     this.numPad.ShortcutKeysActive  = false;
     this.numPad.Size                = new System.Drawing.Size(390, 432);
     this.numPad.TabIndex            = 3;
     this.numPad.TimerEnabled        = false;
     this.numPad.Visible             = false;
     this.numPad.EnterButtonPressed += new LSRetailPosis.POSProcesses.WinControls.NumPad.enterbuttonDelegate(this.numPad_EnterButtonPressed);
     this.numPad.CardSwept          += new LSRetailPosis.POSProcesses.WinControls.NumPad.cardSwipedDelegate(this.numPad_CardSwept);
     //
     // lblUser
     //
     this.lblUser.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblUser.AutoSize = true;
     this.lblUser.Font     = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUser.Location = new System.Drawing.Point(317, 99);
     this.lblUser.Name     = "lblUser";
     this.lblUser.Size     = new System.Drawing.Size(138, 32);
     this.lblUser.TabIndex = 1;
     this.lblUser.Text     = "User Name:";
     //
     // grdUsers
     //
     this.grdUsers.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.grdUsers.Location             = new System.Drawing.Point(3, 134);
     this.grdUsers.LookAndFeel.SkinName = "Money Twins";
     this.grdUsers.MainView             = this.grvUserData;
     this.grdUsers.MinimumSize          = new System.Drawing.Size(500, 0);
     this.grdUsers.Name     = "grdUsers";
     this.grdUsers.Size     = new System.Drawing.Size(500, 432);
     this.grdUsers.TabIndex = 2;
     this.grdUsers.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grvUserData,
         this.gridView1
     });
     this.grdUsers.Visible = false;
     this.grdUsers.Click  += new System.EventHandler(this.grdUsers_Click);
     //
     // grvUserData
     //
     this.grvUserData.Appearance.HeaderPanel.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grvUserData.Appearance.HeaderPanel.Options.UseFont = true;
     this.grvUserData.Appearance.Row.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grvUserData.Appearance.Row.Options.UseFont = true;
     this.grvUserData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colOperatorID,
         this.colName
     });
     this.grvUserData.FocusRectStyle                                 = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.grvUserData.GridControl                                    = this.grdUsers;
     this.grvUserData.Name                                           = "grvUserData";
     this.grvUserData.OptionsBehavior.Editable                       = false;
     this.grvUserData.OptionsCustomization.AllowFilter               = false;
     this.grvUserData.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.grvUserData.OptionsSelection.EnableAppearanceHideSelection = false;
     this.grvUserData.OptionsView.ShowFilterPanelMode                = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.grvUserData.OptionsView.ShowGroupPanel                     = false;
     this.grvUserData.OptionsView.ShowIndicator                      = false;
     this.grvUserData.PaintStyleName                                 = "Skin";
     this.grvUserData.RowHeight                                      = 31;
     this.grvUserData.KeyDown                                       += new System.Windows.Forms.KeyEventHandler(this.grvUserData_KeyDown);
     //
     // colOperatorID
     //
     this.colOperatorID.Caption   = "OperatorID";
     this.colOperatorID.FieldName = "STAFFID";
     this.colOperatorID.Name      = "colOperatorID";
     this.colOperatorID.OptionsColumn.AllowEdit = false;
     this.colOperatorID.Visible      = true;
     this.colOperatorID.VisibleIndex = 0;
     this.colOperatorID.Width        = 125;
     //
     // colName
     //
     this.colName.Caption   = "Name";
     this.colName.FieldName = "NAME";
     this.colName.Name      = "colName";
     this.colName.OptionsColumn.AllowEdit = false;
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 1;
     this.colName.Width        = 371;
     //
     // gridView1
     //
     this.gridView1.GridControl = this.grdUsers;
     this.gridView1.Name        = "gridView1";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackColor   = System.Drawing.Color.Transparent;
     this.tableLayoutPanel2.ColumnCount = 3;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.numPad, 1, 3);
     this.tableLayoutPanel2.Controls.Add(this.exitSplitButton, 2, 5);
     this.tableLayoutPanel2.Controls.Add(this.lblUser, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.grdUsers, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.labelTime, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.lblTraining, 1, 4);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1024, 768);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // labelTime
     //
     this.labelTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel2.SetColumnSpan(this.labelTime, 2);
     this.labelTime.Font      = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTime.Location  = new System.Drawing.Point(324, 10);
     this.labelTime.Margin    = new System.Windows.Forms.Padding(10);
     this.labelTime.Name      = "labelTime";
     this.labelTime.Size      = new System.Drawing.Size(690, 45);
     this.labelTime.TabIndex  = 0;
     this.labelTime.Text      = "12:00";
     this.labelTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelTime.Click    += new System.EventHandler(this.labelTime_Click);
     //
     // lblTraining
     //
     this.lblTraining.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lblTraining.AutoSize = true;
     this.lblTraining.Font     = new System.Drawing.Font("Segoe UI Semibold", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTraining.Location = new System.Drawing.Point(415, 593);
     this.lblTraining.Name     = "lblTraining";
     this.lblTraining.Size     = new System.Drawing.Size(194, 50);
     this.lblTraining.TabIndex = 2;
     this.lblTraining.Text     = "TRAINING";
     this.lblTraining.Visible  = false;
     this.lblTraining.Click   += new System.EventHandler(this.trainingToolStripMenuItem_Click);
     //
     // timer
     //
     this.timer.Enabled  = true;
     this.timer.Interval = 1000;
     this.timer.Tick    += new System.EventHandler(this.timer_Tick);
     //
     // LogOnForm
     //
     this.Appearance.Font            = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont = true;
     this.ClientSize = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.tableLayoutPanel2);
     this.LookAndFeel.SkinName = "Money Twins";
     this.Name = "LogOnForm";
     this.Text = "Log on";
     this.Controls.SetChildIndex(this.tableLayoutPanel2, 0);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
     this.contextMenuStrip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdUsers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvUserData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelBase                = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel3        = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.btnCancel                = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnOk                    = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.flowLayoutPanel          = new System.Windows.Forms.FlowLayoutPanel();
     this.labelAmountDue           = new System.Windows.Forms.Label();
     this.labelAmountDueValue      = new System.Windows.Forms.Label();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.panelAmount              = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanelAmount   = new System.Windows.Forms.TableLayoutPanel();
     this.btnPaymentAmount         = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.layAmount                = new System.Windows.Forms.Label();
     this.panelCurrency            = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanelCurrency = new System.Windows.Forms.TableLayoutPanel();
     this.amtCurrAmounts           = new LSRetailPosis.POSProcesses.WinControls.AmountViewer();
     this.btnViewAll               = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.labelCurrencyOptions     = new System.Windows.Forms.Label();
     this.numCurrNumpad            = new LSRetailPosis.POSProcesses.WinControls.NumPad();
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelBase)).BeginInit();
     this.panelBase.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.flowLayoutPanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelAmount)).BeginInit();
     this.panelAmount.SuspendLayout();
     this.tableLayoutPanelAmount.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelCurrency)).BeginInit();
     this.panelCurrency.SuspendLayout();
     this.tableLayoutPanelCurrency.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBase
     //
     this.panelBase.Controls.Add(this.tableLayoutPanel3);
     this.panelBase.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBase.Location = new System.Drawing.Point(0, 0);
     this.panelBase.Margin   = new System.Windows.Forms.Padding(0);
     this.panelBase.Name     = "panelBase";
     this.panelBase.Size     = new System.Drawing.Size(983, 760);
     this.panelBase.TabIndex = 0;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.Padding  = new System.Windows.Forms.Padding(30, 40, 30, 11);
     this.tableLayoutPanel3.RowCount = 3;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(979, 756);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.btnCancel, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.btnOk, 0, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(66, 680);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0, 11, 0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(847, 65);
     this.tableLayoutPanel2.TabIndex = 3;
     //
     // btnCancel
     //
     this.btnCancel.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.DialogResult               = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                   = new System.Drawing.Point(427, 4);
     this.btnCancel.Margin                     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(127, 57);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text     = "Cancel";
     //
     // btnOk
     //
     this.btnOk.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnOk.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOk.Appearance.Options.UseFont = true;
     this.btnOk.Location                   = new System.Drawing.Point(292, 4);
     this.btnOk.Margin                     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(127, 57);
     this.btnOk.TabIndex = 2;
     this.btnOk.Text     = "OK";
     this.btnOk.Click   += new System.EventHandler(this.btnOk_Click);
     //
     // flowLayoutPanel
     //
     this.flowLayoutPanel.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.flowLayoutPanel.AutoSize = true;
     this.flowLayoutPanel.Controls.Add(this.labelAmountDue);
     this.flowLayoutPanel.Controls.Add(this.labelAmountDueValue);
     this.flowLayoutPanel.Location = new System.Drawing.Point(221, 43);
     this.flowLayoutPanel.Name     = "flowLayoutPanel";
     this.flowLayoutPanel.Size     = new System.Drawing.Size(537, 95);
     this.flowLayoutPanel.TabIndex = 0;
     //
     // labelAmountDue
     //
     this.labelAmountDue.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelAmountDue.AutoSize = true;
     this.labelAmountDue.Font     = new System.Drawing.Font("Segoe UI Light", 36F);
     this.labelAmountDue.Location = new System.Drawing.Point(0, 0);
     this.labelAmountDue.Margin   = new System.Windows.Forms.Padding(0);
     this.labelAmountDue.Name     = "labelAmountDue";
     this.labelAmountDue.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 30);
     this.labelAmountDue.Size     = new System.Drawing.Size(398, 95);
     this.labelAmountDue.TabIndex = 0;
     this.labelAmountDue.Tag      = "";
     this.labelAmountDue.Text     = "Total amount due:";
     //
     // labelAmountDueValue
     //
     this.labelAmountDueValue.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelAmountDueValue.AutoSize = true;
     this.labelAmountDueValue.Font     = new System.Drawing.Font("Segoe UI Light", 36F);
     this.labelAmountDueValue.Location = new System.Drawing.Point(398, 0);
     this.labelAmountDueValue.Margin   = new System.Windows.Forms.Padding(0);
     this.labelAmountDueValue.Name     = "labelAmountDueValue";
     this.labelAmountDueValue.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 30);
     this.labelAmountDueValue.Size     = new System.Drawing.Size(139, 95);
     this.labelAmountDueValue.TabIndex = 1;
     this.labelAmountDueValue.Text     = "$0.00";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.panelAmount, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.panelCurrency, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.numCurrNumpad, 2, 2);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(87, 163);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(804, 483);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panelAmount
     //
     this.panelAmount.Controls.Add(this.tableLayoutPanelAmount);
     this.panelAmount.Enabled  = false;
     this.panelAmount.Location = new System.Drawing.Point(557, 30);
     this.panelAmount.Margin   = new System.Windows.Forms.Padding(0);
     this.panelAmount.Name     = "panelAmount";
     this.panelAmount.Size     = new System.Drawing.Size(200, 133);
     this.panelAmount.TabIndex = 3;
     //
     // tableLayoutPanelAmount
     //
     this.tableLayoutPanelAmount.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.tableLayoutPanelAmount.ColumnCount = 1;
     this.tableLayoutPanelAmount.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelAmount.Controls.Add(this.btnPaymentAmount, 0, 1);
     this.tableLayoutPanelAmount.Controls.Add(this.layAmount, 0, 0);
     this.tableLayoutPanelAmount.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanelAmount.Margin   = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.tableLayoutPanelAmount.Name     = "tableLayoutPanelAmount";
     this.tableLayoutPanelAmount.RowCount = 1;
     this.tableLayoutPanelAmount.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelAmount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelAmount.Size     = new System.Drawing.Size(196, 129);
     this.tableLayoutPanelAmount.TabIndex = 0;
     //
     // btnPaymentAmount
     //
     this.btnPaymentAmount.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnPaymentAmount.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
     this.btnPaymentAmount.Appearance.Options.UseFont = true;
     this.btnPaymentAmount.Location                   = new System.Drawing.Point(33, 47);
     this.btnPaymentAmount.Name     = "btnPaymentAmount";
     this.btnPaymentAmount.Size     = new System.Drawing.Size(130, 60);
     this.btnPaymentAmount.TabIndex = 7;
     this.btnPaymentAmount.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // layAmount
     //
     this.layAmount.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.layAmount.AutoSize  = true;
     this.layAmount.Font      = new System.Drawing.Font("Segoe UI", 14.25F);
     this.layAmount.Location  = new System.Drawing.Point(20, 0);
     this.layAmount.Margin    = new System.Windows.Forms.Padding(0);
     this.layAmount.Name      = "layAmount";
     this.layAmount.Size      = new System.Drawing.Size(155, 25);
     this.layAmount.TabIndex  = 6;
     this.layAmount.Text      = "Payment amount";
     this.layAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panelCurrency
     //
     this.panelCurrency.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelCurrency.Controls.Add(this.tableLayoutPanelCurrency);
     this.panelCurrency.Location = new System.Drawing.Point(47, 30);
     this.panelCurrency.Margin   = new System.Windows.Forms.Padding(0);
     this.panelCurrency.Name     = "panelCurrency";
     this.panelCurrency.Size     = new System.Drawing.Size(200, 453);
     this.panelCurrency.TabIndex = 1;
     //
     // tableLayoutPanelCurrency
     //
     this.tableLayoutPanelCurrency.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.tableLayoutPanelCurrency.ColumnCount = 1;
     this.tableLayoutPanelCurrency.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanelCurrency.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanelCurrency.Controls.Add(this.amtCurrAmounts, 0, 2);
     this.tableLayoutPanelCurrency.Controls.Add(this.btnViewAll, 0, 3);
     this.tableLayoutPanelCurrency.Controls.Add(this.labelCurrencyOptions, 0, 1);
     this.tableLayoutPanelCurrency.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanelCurrency.Margin   = new System.Windows.Forms.Padding(0, 0, 5, 0);
     this.tableLayoutPanelCurrency.Name     = "tableLayoutPanelCurrency";
     this.tableLayoutPanelCurrency.RowCount = 4;
     this.tableLayoutPanelCurrency.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelCurrency.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelCurrency.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelCurrency.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanelCurrency.Size     = new System.Drawing.Size(196, 441);
     this.tableLayoutPanelCurrency.TabIndex = 1;
     //
     // amtCurrAmounts
     //
     this.amtCurrAmounts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.amtCurrAmounts.CurrencyRate = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.amtCurrAmounts.ForeignCurrencyMode = true;
     this.amtCurrAmounts.HighestOptionAmount = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.amtCurrAmounts.IncludeRefAmount    = true;
     this.amtCurrAmounts.LocalCurrencyCode   = "";
     this.amtCurrAmounts.Location            = new System.Drawing.Point(3, 24);
     this.amtCurrAmounts.LowesetOptionAmount = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.amtCurrAmounts.Name             = "amtCurrAmounts";
     this.amtCurrAmounts.Orientation      = System.Windows.Forms.Orientation.Vertical;
     this.amtCurrAmounts.ShowBorder       = false;
     this.amtCurrAmounts.Size             = new System.Drawing.Size(190, 349);
     this.amtCurrAmounts.TabIndex         = 2;
     this.amtCurrAmounts.UsedCurrencyCode = "";
     this.amtCurrAmounts.ViewOption       = LSRetailPosis.POSProcesses.WinControls.AmountViewer.ViewOptions.HeigherAndLowerAmounts;
     this.amtCurrAmounts.AmountChanged   += new LSRetailPosis.POSProcesses.WinControls.AmountViewer.OutputChanged(this.amtCurrAmounts_AmountChanged);
     //
     // btnViewAll
     //
     this.btnViewAll.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.btnViewAll.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnViewAll.Appearance.Options.UseFont = true;
     this.btnViewAll.Location                   = new System.Drawing.Point(4, 380);
     this.btnViewAll.Margin                     = new System.Windows.Forms.Padding(4);
     this.btnViewAll.Name     = "btnViewAll";
     this.btnViewAll.Size     = new System.Drawing.Size(188, 57);
     this.btnViewAll.TabIndex = 2;
     this.btnViewAll.Text     = "View all";
     this.btnViewAll.Click   += new System.EventHandler(this.btnViewAll_Click);
     //
     // labelCurrencyOptions
     //
     this.labelCurrencyOptions.AutoSize = true;
     this.labelCurrencyOptions.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold);
     this.labelCurrencyOptions.Location = new System.Drawing.Point(0, 0);
     this.labelCurrencyOptions.Margin   = new System.Windows.Forms.Padding(0);
     this.labelCurrencyOptions.Name     = "labelCurrencyOptions";
     this.labelCurrencyOptions.Size     = new System.Drawing.Size(135, 21);
     this.labelCurrencyOptions.TabIndex = 3;
     this.labelCurrencyOptions.Text     = "Currency options";
     //
     // numCurrNumpad
     //
     this.numCurrNumpad.Anchor                     = System.Windows.Forms.AnchorStyles.Top;
     this.numCurrNumpad.Appearance.Font            = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numCurrNumpad.Appearance.Options.UseFont = true;
     this.numCurrNumpad.AutoSize                   = true;
     this.numCurrNumpad.AutoSizeMode               = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.numCurrNumpad.CurrencyCode               = null;
     this.numCurrNumpad.EnteredQuantity            = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.numCurrNumpad.EnteredValue      = "";
     this.numCurrNumpad.EntryType         = Microsoft.Dynamics.Retail.Pos.Contracts.UI.NumpadEntryTypes.Price;
     this.numCurrNumpad.Location          = new System.Drawing.Point(252, 30);
     this.numCurrNumpad.Margin            = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.numCurrNumpad.MaskChar          = "";
     this.numCurrNumpad.MaskInterval      = 0;
     this.numCurrNumpad.MaxNumberOfDigits = 9;
     this.numCurrNumpad.MinimumSize       = new System.Drawing.Size(300, 330);
     this.numCurrNumpad.Name                = "numCurrNumpad";
     this.numCurrNumpad.NegativeMode        = false;
     this.numCurrNumpad.NoOfTries           = 0;
     this.numCurrNumpad.NumberOfDecimals    = 2;
     this.numCurrNumpad.PromptText          = "";
     this.numCurrNumpad.ShortcutKeysActive  = false;
     this.numCurrNumpad.Size                = new System.Drawing.Size(300, 330);
     this.numCurrNumpad.TabIndex            = 2;
     this.numCurrNumpad.TimerEnabled        = true;
     this.numCurrNumpad.EnterButtonPressed += new LSRetailPosis.POSProcesses.WinControls.NumPad.enterbuttonDelegate(this.numCurrNumpad_EnterButtonPressed);
     //
     // frmPayCurrency
     //
     this.CancelButton = this.btnCancel;
     this.ClientSize   = new System.Drawing.Size(983, 760);
     this.Controls.Add(this.panelBase);
     this.LookAndFeel.SkinName = "Money Twins";
     this.Name = "frmPayCurrency";
     this.Controls.SetChildIndex(this.panelBase, 0);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelBase)).EndInit();
     this.panelBase.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel.ResumeLayout(false);
     this.flowLayoutPanel.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelAmount)).EndInit();
     this.panelAmount.ResumeLayout(false);
     this.tableLayoutPanelAmount.ResumeLayout(false);
     this.tableLayoutPanelAmount.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelCurrency)).EndInit();
     this.panelCurrency.ResumeLayout(false);
     this.tableLayoutPanelCurrency.ResumeLayout(false);
     this.tableLayoutPanelCurrency.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1          = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel4      = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3      = new System.Windows.Forms.TableLayoutPanel();
     this.btnCancel              = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.btnOk                  = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.panelCustomer          = new DevExpress.XtraEditors.PanelControl();
     this.tableLayoutPanel2      = new System.Windows.Forms.TableLayoutPanel();
     this.labelAmount            = new System.Windows.Forms.Label();
     this.labelAccountInfo       = new System.Windows.Forms.Label();
     this.labelCustomerId        = new System.Windows.Forms.Label();
     this.btnCustomerSearch      = new LSRetailPosis.POSProcesses.WinControls.SimpleButtonEx();
     this.labelCustomerIdValue   = new System.Windows.Forms.Label();
     this.labelCustomerName      = new System.Windows.Forms.Label();
     this.labelCustomerNameValue = new System.Windows.Forms.Label();
     this.labelAmountValue       = new System.Windows.Forms.Label();
     this.numPad1                = new LSRetailPosis.POSProcesses.WinControls.NumPad();
     this.panelControl2          = new DevExpress.XtraEditors.PanelControl();
     this.amtCustAmounts         = new LSRetailPosis.POSProcesses.WinControls.AmountViewer();
     this.labelPaymentAmount     = new System.Windows.Forms.Label();
     this.flowLayoutPanel1       = new System.Windows.Forms.FlowLayoutPanel();
     this.labelAmountDue         = new System.Windows.Forms.Label();
     this.labelAmountDueValue    = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelCustomer)).BeginInit();
     this.panelCustomer.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.tableLayoutPanel4);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1024, 768);
     this.panelControl1.TabIndex = 0;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel3, 0, 2);
     this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.Padding  = new System.Windows.Forms.Padding(30, 40, 30, 11);
     this.tableLayoutPanel4.RowCount = 3;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(1020, 764);
     this.tableLayoutPanel4.TabIndex = 3;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.btnCancel, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.btnOk, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(30, 687);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0, 11, 0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(960, 66);
     this.tableLayoutPanel3.TabIndex = 2;
     //
     // btnCancel
     //
     this.btnCancel.Anchor                     = System.Windows.Forms.AnchorStyles.Left;
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.DialogResult               = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                   = new System.Drawing.Point(484, 4);
     this.btnCancel.Margin                     = new System.Windows.Forms.Padding(4);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(127, 57);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text     = "Cancel";
     //
     // btnOk
     //
     this.btnOk.Anchor                     = System.Windows.Forms.AnchorStyles.Right;
     this.btnOk.Appearance.Font            = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOk.Appearance.Options.UseFont = true;
     this.btnOk.DialogResult               = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location                   = new System.Drawing.Point(349, 4);
     this.btnOk.Margin                     = new System.Windows.Forms.Padding(4);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(127, 57);
     this.btnOk.TabIndex = 2;
     this.btnOk.Tag      = "";
     this.btnOk.Text     = "OK";
     this.btnOk.Click   += new System.EventHandler(this.btnOk_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.99999F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.panelCustomer, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.numPad1, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.panelControl2, 3, 2);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(108, 194);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(804, 429);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panelCustomer
     //
     this.panelCustomer.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.panelCustomer.Controls.Add(this.tableLayoutPanel2);
     this.panelCustomer.Location = new System.Drawing.Point(44, 30);
     this.panelCustomer.Margin   = new System.Windows.Forms.Padding(0);
     this.panelCustomer.Name     = "panelCustomer";
     this.panelCustomer.Size     = new System.Drawing.Size(200, 328);
     this.panelCustomer.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.labelAmount, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.labelAccountInfo, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.labelCustomerId, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.btnCustomerSearch, 0, 7);
     this.tableLayoutPanel2.Controls.Add(this.labelCustomerIdValue, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.labelCustomerName, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.labelCustomerNameValue, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.labelAmountValue, 0, 6);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0, 0, 5, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 8;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(196, 324);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // labelAmount
     //
     this.labelAmount.AutoSize = true;
     this.labelAmount.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelAmount.Location = new System.Drawing.Point(3, 179);
     this.labelAmount.Name     = "labelAmount";
     this.labelAmount.Size     = new System.Drawing.Size(61, 17);
     this.labelAmount.TabIndex = 5;
     this.labelAmount.Text     = "Amount:";
     //
     // labelAccountInfo
     //
     this.labelAccountInfo.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelAccountInfo.AutoSize = true;
     this.labelAccountInfo.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelAccountInfo.Location = new System.Drawing.Point(31, 5);
     this.labelAccountInfo.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 10);
     this.labelAccountInfo.Name     = "labelAccountInfo";
     this.labelAccountInfo.Size     = new System.Drawing.Size(133, 17);
     this.labelAccountInfo.TabIndex = 0;
     this.labelAccountInfo.Text     = "Account information";
     //
     // labelCustomerId
     //
     this.labelCustomerId.AutoSize = true;
     this.labelCustomerId.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCustomerId.Location = new System.Drawing.Point(3, 32);
     this.labelCustomerId.Name     = "labelCustomerId";
     this.labelCustomerId.Size     = new System.Drawing.Size(87, 17);
     this.labelCustomerId.TabIndex = 1;
     this.labelCustomerId.Text     = "Customer ID:";
     //
     // btnCustomerSearch
     //
     this.btnCustomerSearch.Anchor                     = System.Windows.Forms.AnchorStyles.None;
     this.btnCustomerSearch.Appearance.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCustomerSearch.Appearance.Options.UseFont = true;
     this.btnCustomerSearch.Location                   = new System.Drawing.Point(31, 263);
     this.btnCustomerSearch.Margin                     = new System.Windows.Forms.Padding(3, 10, 3, 10);
     this.btnCustomerSearch.Name     = "btnCustomerSearch";
     this.btnCustomerSearch.Size     = new System.Drawing.Size(133, 50);
     this.btnCustomerSearch.TabIndex = 7;
     this.btnCustomerSearch.Text     = "Change customer";
     this.btnCustomerSearch.Click   += new System.EventHandler(this.btnCustomerSearch_Click);
     //
     // labelCustomerIdValue
     //
     this.labelCustomerIdValue.AutoSize = true;
     this.labelCustomerIdValue.Location = new System.Drawing.Point(3, 49);
     this.labelCustomerIdValue.Name     = "labelCustomerIdValue";
     this.labelCustomerIdValue.Size     = new System.Drawing.Size(0, 21);
     this.labelCustomerIdValue.TabIndex = 2;
     //
     // labelCustomerName
     //
     this.labelCustomerName.AutoSize = true;
     this.labelCustomerName.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelCustomerName.Location = new System.Drawing.Point(3, 105);
     this.labelCustomerName.Name     = "labelCustomerName";
     this.labelCustomerName.Size     = new System.Drawing.Size(108, 17);
     this.labelCustomerName.TabIndex = 3;
     this.labelCustomerName.Text     = "Customer name:";
     //
     // labelCustomerNameValue
     //
     this.labelCustomerNameValue.AutoSize = true;
     this.labelCustomerNameValue.Location = new System.Drawing.Point(3, 122);
     this.labelCustomerNameValue.Name     = "labelCustomerNameValue";
     this.labelCustomerNameValue.Size     = new System.Drawing.Size(0, 21);
     this.labelCustomerNameValue.TabIndex = 4;
     //
     // labelAmountValue
     //
     this.labelAmountValue.AutoSize  = true;
     this.labelAmountValue.ForeColor = System.Drawing.SystemColors.ControlText;
     this.labelAmountValue.Location  = new System.Drawing.Point(3, 196);
     this.labelAmountValue.Name      = "labelAmountValue";
     this.labelAmountValue.Size      = new System.Drawing.Size(0, 21);
     this.labelAmountValue.TabIndex  = 6;
     //
     // numPad1
     //
     this.numPad1.Anchor                     = System.Windows.Forms.AnchorStyles.Top;
     this.numPad1.Appearance.Font            = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numPad1.Appearance.Options.UseFont = true;
     this.numPad1.AutoSize                   = true;
     this.numPad1.AutoSizeMode               = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.numPad1.CurrencyCode               = null;
     this.numPad1.EnteredQuantity            = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.numPad1.EnteredValue      = "";
     this.numPad1.Location          = new System.Drawing.Point(249, 30);
     this.numPad1.Margin            = new System.Windows.Forms.Padding(5, 0, 5, 0);
     this.numPad1.MaskChar          = "";
     this.numPad1.MaskInterval      = 0;
     this.numPad1.MaxNumberOfDigits = 20;
     this.numPad1.MinimumSize       = new System.Drawing.Size(300, 330);
     this.numPad1.Name                = "numPad1";
     this.numPad1.NegativeMode        = false;
     this.numPad1.NoOfTries           = 0;
     this.numPad1.NumberOfDecimals    = 2;
     this.numPad1.PromptText          = "Bar code";
     this.numPad1.ShortcutKeysActive  = false;
     this.numPad1.Size                = new System.Drawing.Size(300, 330);
     this.numPad1.TabIndex            = 2;
     this.numPad1.TimerEnabled        = true;
     this.numPad1.EnterButtonPressed += new LSRetailPosis.POSProcesses.WinControls.NumPad.enterbuttonDelegate(this.numPad1_EnterButtonPressed);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.amtCustAmounts);
     this.panelControl2.Controls.Add(this.labelPaymentAmount);
     this.panelControl2.Location = new System.Drawing.Point(559, 30);
     this.panelControl2.Margin   = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(200, 330);
     this.panelControl2.TabIndex = 3;
     //
     // amtCustAmounts
     //
     this.amtCustAmounts.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.amtCustAmounts.Appearance.Options.UseFont      = true;
     this.amtCustAmounts.Appearance.Options.UseForeColor = true;
     this.amtCustAmounts.CurrencyRate = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.amtCustAmounts.Dock = System.Windows.Forms.DockStyle.Fill;
     this.amtCustAmounts.ForeignCurrencyMode = false;
     this.amtCustAmounts.HighestOptionAmount = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.amtCustAmounts.IncludeRefAmount    = true;
     this.amtCustAmounts.LocalCurrencyCode   = "";
     this.amtCustAmounts.Location            = new System.Drawing.Point(2, 29);
     this.amtCustAmounts.LowesetOptionAmount = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.amtCustAmounts.Name             = "amtCustAmounts";
     this.amtCustAmounts.OptionsLimit     = 5;
     this.amtCustAmounts.Orientation      = System.Windows.Forms.Orientation.Vertical;
     this.amtCustAmounts.ShowBorder       = false;
     this.amtCustAmounts.Size             = new System.Drawing.Size(196, 299);
     this.amtCustAmounts.TabIndex         = 1;
     this.amtCustAmounts.UsedCurrencyCode = "";
     this.amtCustAmounts.ViewOption       = LSRetailPosis.POSProcesses.WinControls.AmountViewer.ViewOptions.ExcactAmountOnly;
     this.amtCustAmounts.AmountChanged   += new LSRetailPosis.POSProcesses.WinControls.AmountViewer.OutputChanged(this.amtCustAmounts_AmountChanged);
     //
     // labelPaymentAmount
     //
     this.labelPaymentAmount.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelPaymentAmount.Font      = new System.Drawing.Font("Segoe UI", 14.25F);
     this.labelPaymentAmount.Location  = new System.Drawing.Point(2, 2);
     this.labelPaymentAmount.Name      = "labelPaymentAmount";
     this.labelPaymentAmount.Size      = new System.Drawing.Size(196, 27);
     this.labelPaymentAmount.TabIndex  = 0;
     this.labelPaymentAmount.Text      = "Payment amount";
     this.labelPaymentAmount.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.Controls.Add(this.labelAmountDue);
     this.flowLayoutPanel1.Controls.Add(this.labelAmountDueValue);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(241, 43);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(537, 95);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // labelAmountDue
     //
     this.labelAmountDue.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelAmountDue.AutoSize = true;
     this.labelAmountDue.Font     = new System.Drawing.Font("Segoe UI Light", 36F);
     this.labelAmountDue.Location = new System.Drawing.Point(0, 0);
     this.labelAmountDue.Margin   = new System.Windows.Forms.Padding(0);
     this.labelAmountDue.Name     = "labelAmountDue";
     this.labelAmountDue.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 30);
     this.labelAmountDue.Size     = new System.Drawing.Size(398, 95);
     this.labelAmountDue.TabIndex = 0;
     this.labelAmountDue.Tag      = "";
     this.labelAmountDue.Text     = "Total amount due:";
     //
     // labelAmountDueValue
     //
     this.labelAmountDueValue.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.labelAmountDueValue.AutoSize = true;
     this.labelAmountDueValue.Font     = new System.Drawing.Font("Segoe UI Light", 36F);
     this.labelAmountDueValue.Location = new System.Drawing.Point(398, 0);
     this.labelAmountDueValue.Margin   = new System.Windows.Forms.Padding(0);
     this.labelAmountDueValue.Name     = "labelAmountDueValue";
     this.labelAmountDueValue.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 30);
     this.labelAmountDueValue.Size     = new System.Drawing.Size(139, 95);
     this.labelAmountDueValue.TabIndex = 1;
     this.labelAmountDueValue.Text     = "$0.00";
     //
     // frmPayCustomerAccount
     //
     this.Appearance.Font                 = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Appearance.Options.UseFont      = true;
     this.Appearance.Options.UseForeColor = true;
     this.CancelButton = this.btnCancel;
     this.ClientSize   = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.panelControl1);
     this.LookAndFeel.SkinName = "Money Twins";
     this.Name = "frmPayCustomerAccount";
     this.Controls.SetChildIndex(this.panelControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.styleController)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelCustomer)).EndInit();
     this.panelCustomer.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }