コード例 #1
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);
 }
コード例 #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.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);
 }