You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
182 lines
9.6 KiB
182 lines
9.6 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Customer
|
||
|
{
|
||
|
partial class AccountPayment
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Required designer variable.
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Clean up any resources being used.
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Windows Form Designer generated code
|
||
|
|
||
|
/// <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(AccountPayment));
|
||
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.CLOSE = new MetroFramework.Controls.MetroLabel();
|
||
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
this.sell = new BiskLog_Point_Of_Sale.Classes.MagicButton();
|
||
|
this.schDelivery = new BiskLog_Point_Of_Sale.Classes.MagicButton();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.gradientPanel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// gradientPanel1
|
||
|
//
|
||
|
this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.gradientPanel1.Controls.Add(this.CLOSE);
|
||
|
this.gradientPanel1.Controls.Add(this.metroLabel1);
|
||
|
this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.gradientPanel1.Name = "gradientPanel1";
|
||
|
this.gradientPanel1.Size = new System.Drawing.Size(551, 45);
|
||
|
this.gradientPanel1.TabIndex = 5;
|
||
|
//
|
||
|
// CLOSE
|
||
|
//
|
||
|
this.CLOSE.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.CLOSE.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.CLOSE.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.CLOSE.FontWeight = MetroFramework.MetroLabelWeight.Regular;
|
||
|
this.CLOSE.ForeColor = System.Drawing.Color.White;
|
||
|
this.CLOSE.Location = new System.Drawing.Point(500, 0);
|
||
|
this.CLOSE.Name = "CLOSE";
|
||
|
this.CLOSE.Size = new System.Drawing.Size(51, 45);
|
||
|
this.CLOSE.TabIndex = 11;
|
||
|
this.CLOSE.Text = "X";
|
||
|
this.CLOSE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.CLOSE.UseCustomBackColor = true;
|
||
|
this.CLOSE.UseCustomForeColor = true;
|
||
|
this.CLOSE.Click += new System.EventHandler(this.CLOSE_Click);
|
||
|
this.CLOSE.MouseEnter += new System.EventHandler(this.CLOSE_MouseEnter);
|
||
|
this.CLOSE.MouseLeave += new System.EventHandler(this.CLOSE_MouseLeave);
|
||
|
//
|
||
|
// metroLabel1
|
||
|
//
|
||
|
this.metroLabel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.metroLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.metroLabel1.FontSize = MetroFramework.MetroLabelSize.Tall;
|
||
|
this.metroLabel1.FontWeight = MetroFramework.MetroLabelWeight.Bold;
|
||
|
this.metroLabel1.ForeColor = System.Drawing.Color.White;
|
||
|
this.metroLabel1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.metroLabel1.Name = "metroLabel1";
|
||
|
this.metroLabel1.Size = new System.Drawing.Size(551, 45);
|
||
|
this.metroLabel1.TabIndex = 10;
|
||
|
this.metroLabel1.Text = "CUSTOMER ACCOUNT PAYMENTS";
|
||
|
this.metroLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.metroLabel1.UseCustomBackColor = true;
|
||
|
this.metroLabel1.UseCustomForeColor = true;
|
||
|
//
|
||
|
// textBox1
|
||
|
//
|
||
|
this.textBox1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.textBox1.Location = new System.Drawing.Point(219, 59);
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new System.Drawing.Size(245, 29);
|
||
|
this.textBox1.TabIndex = 6;
|
||
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
||
|
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
|
||
|
//
|
||
|
// sell
|
||
|
//
|
||
|
this.sell.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.sell.Angle = 47F;
|
||
|
this.sell.BorderRadius = 20;
|
||
|
this.sell.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.purse;
|
||
|
this.sell.ButtonText = "Deposit";
|
||
|
this.sell.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.sell.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.sell.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.sell.Font = new System.Drawing.Font("Segoe UI", 15F);
|
||
|
this.sell.ForeColor = System.Drawing.Color.White;
|
||
|
this.sell.ForeColor1 = System.Drawing.Color.White;
|
||
|
this.sell.Location = new System.Drawing.Point(22, 121);
|
||
|
this.sell.Name = "sell";
|
||
|
this.sell.Size = new System.Drawing.Size(226, 38);
|
||
|
this.sell.TabIndex = 7;
|
||
|
this.sell.Click += new System.EventHandler(this.sell_Click);
|
||
|
//
|
||
|
// schDelivery
|
||
|
//
|
||
|
this.schDelivery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.schDelivery.Angle = 121F;
|
||
|
this.schDelivery.BorderRadius = 20;
|
||
|
this.schDelivery.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.atm;
|
||
|
this.schDelivery.ButtonText = " Withdrawal";
|
||
|
this.schDelivery.ColorBottom = System.Drawing.Color.Crimson;
|
||
|
this.schDelivery.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206)))));
|
||
|
this.schDelivery.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.schDelivery.Font = new System.Drawing.Font("Segoe UI", 15F);
|
||
|
this.schDelivery.ForeColor = System.Drawing.Color.White;
|
||
|
this.schDelivery.ForeColor1 = System.Drawing.Color.White;
|
||
|
this.schDelivery.Location = new System.Drawing.Point(277, 121);
|
||
|
this.schDelivery.Name = "schDelivery";
|
||
|
this.schDelivery.Size = new System.Drawing.Size(226, 37);
|
||
|
this.schDelivery.TabIndex = 8;
|
||
|
this.schDelivery.Click += new System.EventHandler(this.schDelivery_Click);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label1.Location = new System.Drawing.Point(34, 62);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(127, 21);
|
||
|
this.label1.TabIndex = 9;
|
||
|
this.label1.Text = "ENTER AMOUNT";
|
||
|
//
|
||
|
// AccountPayment
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(551, 183);
|
||
|
this.ControlBox = false;
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.sell);
|
||
|
this.Controls.Add(this.schDelivery);
|
||
|
this.Controls.Add(this.textBox1);
|
||
|
this.Controls.Add(this.gradientPanel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.Name = "AccountPayment";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.gradientPanel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private Classes.gradientPanel gradientPanel1;
|
||
|
private MetroFramework.Controls.MetroLabel CLOSE;
|
||
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
||
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
private Classes.MagicButton sell;
|
||
|
private Classes.MagicButton schDelivery;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
}
|
||
|
}
|