Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DueBillPaymentForm));
     this.CancelButton = new RMSUI.FunctionalButton();
     this.enterbutton = new RMSUI.FunctionalButton();
     this.g_InputTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.currencyKeyPad1 = new RMSUI.CurrencyKeyPad();
     this.panel6.SuspendLayout();
     this.SuspendLayout();
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.BorderSize = 0;
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(75, 301);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(79, 42);
     this.CancelButton.TabIndex = 12;
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // enterbutton
     //
     this.enterbutton.BackColor = System.Drawing.Color.Transparent;
     this.enterbutton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("enterbutton.BackgroundImage")));
     this.enterbutton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.enterbutton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("enterbutton.BgImageOnMouseDown")));
     this.enterbutton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("enterbutton.BgImageOnMouseUp")));
     this.enterbutton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.enterbutton.FlatAppearance.BorderSize = 0;
     this.enterbutton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.enterbutton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.enterbutton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.enterbutton.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.enterbutton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.enterbutton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.enterbutton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.enterbutton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.enterbutton.Location = new System.Drawing.Point(201, 300);
     this.enterbutton.Name = "enterbutton";
     this.enterbutton.Size = new System.Drawing.Size(79, 42);
     this.enterbutton.TabIndex = 13;
     this.enterbutton.Text = "\r\n";
     this.enterbutton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.enterbutton.UseVisualStyleBackColor = false;
     this.enterbutton.Click += new System.EventHandler(this.enterbutton_Click);
     //
     // g_InputTextBox
     //
     this.g_InputTextBox.BackColor = System.Drawing.Color.White;
     this.g_InputTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.g_InputTextBox.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_InputTextBox.Location = new System.Drawing.Point(3, 20);
     this.g_InputTextBox.MaxLength = 99999999;
     this.g_InputTextBox.Name = "g_InputTextBox";
     this.g_InputTextBox.Size = new System.Drawing.Size(290, 26);
     this.g_InputTextBox.TabIndex = 64;
     this.g_InputTextBox.Text = "£0.00";
     this.g_InputTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label4.Location = new System.Drawing.Point(2, 2);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(58, 15);
     this.label4.TabIndex = 0;
     this.label4.Text = "Tendered";
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.Transparent;
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.currencyKeyPad1);
     this.panel6.Controls.Add(this.label4);
     this.panel6.Controls.Add(this.g_InputTextBox);
     this.panel6.Location = new System.Drawing.Point(50, 25);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(298, 270);
     this.panel6.TabIndex = 11;
     //
     // currencyKeyPad1
     //
     this.currencyKeyPad1.ControlToInputText = this.g_InputTextBox;
     this.currencyKeyPad1.Location = new System.Drawing.Point(9, 57);
     this.currencyKeyPad1.Name = "currencyKeyPad1";
     this.currencyKeyPad1.Size = new System.Drawing.Size(271, 208);
     this.currencyKeyPad1.TabIndex = 65;
     this.currencyKeyPad1.textBox = null;
     //
     // DueBillPaymentForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(436, 352);
     this.ControlBox = false;
     this.Controls.Add(this.enterbutton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.panel6);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "DueBillPaymentForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "DueBillPaymentForm";
     this.TopMost = true;
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CNewDepositForm));
     this.g_InputTextBox = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.g_AccountLabel = new System.Windows.Forms.Label();
     this.g_ChequeLabel = new System.Windows.Forms.Label();
     this.g_EFTLabel = new System.Windows.Forms.Label();
     this.g_CashLabel = new System.Windows.Forms.Label();
     this.g_DepositTotalLabel = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.SaveButton = new RMSUI.FunctionalButton();
     this.CancelButton = new RMSUI.FunctionalButton();
     this.g_ChequeButton = new RMSUI.FunctionalButton();
     this.g_EFTButton = new RMSUI.FunctionalButton();
     this.g_CashButton = new RMSUI.FunctionalButton();
     this.g_AccountButton = new RMSUI.FunctionalButton();
     this.currencyKeyPad1 = new RMSUI.CurrencyKeyPad();
     this.SuspendLayout();
     //
     // g_InputTextBox
     //
     this.g_InputTextBox.BackColor = System.Drawing.Color.White;
     this.g_InputTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_InputTextBox.Location = new System.Drawing.Point(53, 53);
     this.g_InputTextBox.Name = "g_InputTextBox";
     this.g_InputTextBox.Size = new System.Drawing.Size(254, 26);
     this.g_InputTextBox.TabIndex = 80;
     this.g_InputTextBox.Text = "£0.000";
     this.g_InputTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(564, 50);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 17);
     this.label6.TabIndex = 118;
     this.label6.Text = "Amount";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(365, 50);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(197, 17);
     this.label5.TabIndex = 117;
     this.label5.Text = "Payment Type";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // g_AccountLabel
     //
     this.g_AccountLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_AccountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_AccountLabel.ForeColor = System.Drawing.Color.Black;
     this.g_AccountLabel.Location = new System.Drawing.Point(567, 223);
     this.g_AccountLabel.Name = "g_AccountLabel";
     this.g_AccountLabel.Size = new System.Drawing.Size(79, 16);
     this.g_AccountLabel.TabIndex = 130;
     this.g_AccountLabel.Text = "£0.000";
     this.g_AccountLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_ChequeLabel
     //
     this.g_ChequeLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_ChequeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_ChequeLabel.ForeColor = System.Drawing.Color.Black;
     this.g_ChequeLabel.Location = new System.Drawing.Point(567, 132);
     this.g_ChequeLabel.Name = "g_ChequeLabel";
     this.g_ChequeLabel.Size = new System.Drawing.Size(79, 16);
     this.g_ChequeLabel.TabIndex = 128;
     this.g_ChequeLabel.Text = "£0.000";
     this.g_ChequeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_EFTLabel
     //
     this.g_EFTLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_EFTLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_EFTLabel.ForeColor = System.Drawing.Color.Black;
     this.g_EFTLabel.Location = new System.Drawing.Point(567, 177);
     this.g_EFTLabel.Name = "g_EFTLabel";
     this.g_EFTLabel.Size = new System.Drawing.Size(79, 16);
     this.g_EFTLabel.TabIndex = 127;
     this.g_EFTLabel.Text = "£0.000";
     this.g_EFTLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_CashLabel
     //
     this.g_CashLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_CashLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_CashLabel.ForeColor = System.Drawing.Color.Black;
     this.g_CashLabel.Location = new System.Drawing.Point(567, 91);
     this.g_CashLabel.Name = "g_CashLabel";
     this.g_CashLabel.Size = new System.Drawing.Size(79, 16);
     this.g_CashLabel.TabIndex = 126;
     this.g_CashLabel.Text = "£0.000";
     this.g_CashLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // g_DepositTotalLabel
     //
     this.g_DepositTotalLabel.BackColor = System.Drawing.Color.Transparent;
     this.g_DepositTotalLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.g_DepositTotalLabel.ForeColor = System.Drawing.Color.Black;
     this.g_DepositTotalLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.g_DepositTotalLabel.Location = new System.Drawing.Point(564, 288);
     this.g_DepositTotalLabel.Name = "g_DepositTotalLabel";
     this.g_DepositTotalLabel.Size = new System.Drawing.Size(82, 16);
     this.g_DepositTotalLabel.TabIndex = 125;
     this.g_DepositTotalLabel.Text = "£0.000";
     this.g_DepositTotalLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location = new System.Drawing.Point(365, 288);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(197, 16);
     this.label7.TabIndex = 119;
     this.label7.Text = "Deposit Total";
     //
     // SaveButton
     //
     this.SaveButton.BackColor = System.Drawing.Color.Transparent;
     this.SaveButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SaveButton.BackgroundImage")));
     this.SaveButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("SaveButton.BgImageOnMouseDown")));
     this.SaveButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("SaveButton.BgImageOnMouseUp")));
     this.SaveButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.SaveButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SaveButton.Font = new System.Drawing.Font("Arial", 10F);
     this.SaveButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.SaveButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.SaveButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.SaveButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.SaveButton.Location = new System.Drawing.Point(387, 333);
     this.SaveButton.Name = "SaveButton";
     this.SaveButton.Size = new System.Drawing.Size(120, 40);
     this.SaveButton.TabIndex = 189;
     this.SaveButton.Text = "Save && Print";
     this.SaveButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.SaveButton.UseVisualStyleBackColor = false;
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     //
     // CancelButton
     //
     this.CancelButton.BackColor = System.Drawing.Color.Transparent;
     this.CancelButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("CancelButton.BackgroundImage")));
     this.CancelButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseDown")));
     this.CancelButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("CancelButton.BgImageOnMouseUp")));
     this.CancelButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.CancelButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.CancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CancelButton.Font = new System.Drawing.Font("Arial", 10F);
     this.CancelButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.CancelButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.CancelButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.CancelButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.CancelButton.Location = new System.Drawing.Point(526, 333);
     this.CancelButton.Name = "CancelButton";
     this.CancelButton.Size = new System.Drawing.Size(120, 40);
     this.CancelButton.TabIndex = 188;
     this.CancelButton.Text = "Cancel";
     this.CancelButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.CancelButton.UseVisualStyleBackColor = false;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     //
     // g_ChequeButton
     //
     this.g_ChequeButton.BackColor = System.Drawing.Color.Transparent;
     this.g_ChequeButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_ChequeButton.BackgroundImage")));
     this.g_ChequeButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_ChequeButton.BgImageOnMouseDown")));
     this.g_ChequeButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_ChequeButton.BgImageOnMouseUp")));
     this.g_ChequeButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_ChequeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_ChequeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_ChequeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_ChequeButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_ChequeButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_ChequeButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_ChequeButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_ChequeButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_ChequeButton.Location = new System.Drawing.Point(361, 124);
     this.g_ChequeButton.Name = "g_ChequeButton";
     this.g_ChequeButton.Size = new System.Drawing.Size(120, 40);
     this.g_ChequeButton.TabIndex = 112;
     this.g_ChequeButton.Text = "Cheque";
     this.g_ChequeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_ChequeButton.UseVisualStyleBackColor = false;
     this.g_ChequeButton.Click += new System.EventHandler(this.g_ChequeButton_Click);
     //
     // g_EFTButton
     //
     this.g_EFTButton.BackColor = System.Drawing.Color.Transparent;
     this.g_EFTButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_EFTButton.BackgroundImage")));
     this.g_EFTButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_EFTButton.BgImageOnMouseDown")));
     this.g_EFTButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_EFTButton.BgImageOnMouseUp")));
     this.g_EFTButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_EFTButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_EFTButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_EFTButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_EFTButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_EFTButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_EFTButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_EFTButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_EFTButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_EFTButton.Location = new System.Drawing.Point(361, 168);
     this.g_EFTButton.Name = "g_EFTButton";
     this.g_EFTButton.Size = new System.Drawing.Size(120, 40);
     this.g_EFTButton.TabIndex = 111;
     this.g_EFTButton.Text = "EFT";
     this.g_EFTButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_EFTButton.UseVisualStyleBackColor = false;
     this.g_EFTButton.Click += new System.EventHandler(this.g_EFTButton_Click);
     //
     // g_CashButton
     //
     this.g_CashButton.BackColor = System.Drawing.Color.Transparent;
     this.g_CashButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_CashButton.BackgroundImage")));
     this.g_CashButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_CashButton.BgImageOnMouseDown")));
     this.g_CashButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_CashButton.BgImageOnMouseUp")));
     this.g_CashButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_CashButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_CashButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_CashButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_CashButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_CashButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_CashButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_CashButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_CashButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_CashButton.Location = new System.Drawing.Point(361, 80);
     this.g_CashButton.Name = "g_CashButton";
     this.g_CashButton.Size = new System.Drawing.Size(120, 40);
     this.g_CashButton.TabIndex = 110;
     this.g_CashButton.Text = "Cash";
     this.g_CashButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_CashButton.UseVisualStyleBackColor = false;
     this.g_CashButton.Click += new System.EventHandler(this.g_CashButton_Click);
     //
     // g_AccountButton
     //
     this.g_AccountButton.BackColor = System.Drawing.Color.Transparent;
     this.g_AccountButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("g_AccountButton.BackgroundImage")));
     this.g_AccountButton.BgImageOnMouseDown = ((System.Drawing.Image)(resources.GetObject("g_AccountButton.BgImageOnMouseDown")));
     this.g_AccountButton.BgImageOnMouseUp = ((System.Drawing.Image)(resources.GetObject("g_AccountButton.BgImageOnMouseUp")));
     this.g_AccountButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
     this.g_AccountButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.g_AccountButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.g_AccountButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.g_AccountButton.Font = new System.Drawing.Font("Arial", 10F);
     this.g_AccountButton.ForeColorOnMouseDown = System.Drawing.Color.White;
     this.g_AccountButton.ForeColorOnMouseUp = System.Drawing.Color.Black;
     this.g_AccountButton.FunctionType = RMSUI.RMSUIConstants.FunctionType.NormalCenter;
     this.g_AccountButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.g_AccountButton.Location = new System.Drawing.Point(361, 212);
     this.g_AccountButton.Name = "g_AccountButton";
     this.g_AccountButton.Size = new System.Drawing.Size(120, 40);
     this.g_AccountButton.TabIndex = 113;
     this.g_AccountButton.Text = "Account";
     this.g_AccountButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.g_AccountButton.UseVisualStyleBackColor = false;
     this.g_AccountButton.Click += new System.EventHandler(this.g_AccountButton_Click);
     //
     // currencyKeyPad1
     //
     this.currencyKeyPad1.ControlToInputText = this.g_InputTextBox;
     this.currencyKeyPad1.Location = new System.Drawing.Point(57, 93);
     this.currencyKeyPad1.Name = "currencyKeyPad1";
     this.currencyKeyPad1.Size = new System.Drawing.Size(254, 208);
     this.currencyKeyPad1.TabIndex = 190;
     this.currencyKeyPad1.textBox = null;
     //
     // CNewDepositForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize = new System.Drawing.Size(694, 385);
     this.ControlBox = false;
     this.Controls.Add(this.currencyKeyPad1);
     this.Controls.Add(this.g_AccountButton);
     this.Controls.Add(this.g_ChequeButton);
     this.Controls.Add(this.g_EFTButton);
     this.Controls.Add(this.g_CashButton);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.CancelButton);
     this.Controls.Add(this.g_AccountLabel);
     this.Controls.Add(this.g_ChequeLabel);
     this.Controls.Add(this.g_EFTLabel);
     this.Controls.Add(this.g_CashLabel);
     this.Controls.Add(this.g_DepositTotalLabel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.g_InputTextBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "CNewDepositForm";
     this.RightToLeftLayout = true;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Take Deposit";
     this.ResumeLayout(false);
     this.PerformLayout();
 }