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.
481 lines
26 KiB
481 lines
26 KiB
3 months ago
|
using BiskLog_Point_Of_Sale.Classes;
|
||
|
|
||
|
namespace Point_Of_Sale_Managment.CashierModule
|
||
|
{
|
||
|
partial class settlePayment
|
||
|
{
|
||
|
/// <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(settlePayment));
|
||
|
this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.close = new System.Windows.Forms.Label();
|
||
|
this.payment = new System.Windows.Forms.TextBox();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.button19 = new System.Windows.Forms.Button();
|
||
|
this.owe = new System.Windows.Forms.Label();
|
||
|
this.button15 = new System.Windows.Forms.Button();
|
||
|
this.bal = new System.Windows.Forms.Label();
|
||
|
this.button11 = new System.Windows.Forms.Button();
|
||
|
this.cost = new System.Windows.Forms.Label();
|
||
|
this.button18 = new System.Windows.Forms.Button();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.button14 = new System.Windows.Forms.Button();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.button10 = new System.Windows.Forms.Button();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.button21 = new System.Windows.Forms.Button();
|
||
|
this.button17 = new System.Windows.Forms.Button();
|
||
|
this.button13 = new System.Windows.Forms.Button();
|
||
|
this.button9 = new System.Windows.Forms.Button();
|
||
|
this.button16 = new System.Windows.Forms.Button();
|
||
|
this.button12 = new System.Windows.Forms.Button();
|
||
|
this.btnSave = new System.Windows.Forms.Button();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.gradientPanel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.panel1.ColorBottom = System.Drawing.SystemColors.ActiveCaption;
|
||
|
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.panel1.Controls.Add(this.gradientPanel1);
|
||
|
this.panel1.Controls.Add(this.payment);
|
||
|
this.panel1.Controls.Add(this.label7);
|
||
|
this.panel1.Controls.Add(this.button19);
|
||
|
this.panel1.Controls.Add(this.owe);
|
||
|
this.panel1.Controls.Add(this.button15);
|
||
|
this.panel1.Controls.Add(this.bal);
|
||
|
this.panel1.Controls.Add(this.button11);
|
||
|
this.panel1.Controls.Add(this.cost);
|
||
|
this.panel1.Controls.Add(this.button18);
|
||
|
this.panel1.Controls.Add(this.label3);
|
||
|
this.panel1.Controls.Add(this.button14);
|
||
|
this.panel1.Controls.Add(this.label2);
|
||
|
this.panel1.Controls.Add(this.button10);
|
||
|
this.panel1.Controls.Add(this.label1);
|
||
|
this.panel1.Controls.Add(this.button21);
|
||
|
this.panel1.Controls.Add(this.button17);
|
||
|
this.panel1.Controls.Add(this.button13);
|
||
|
this.panel1.Controls.Add(this.button9);
|
||
|
this.panel1.Controls.Add(this.button16);
|
||
|
this.panel1.Controls.Add(this.button12);
|
||
|
this.panel1.Controls.Add(this.btnSave);
|
||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.panel1.Name = "panel1";
|
||
|
this.panel1.Size = new System.Drawing.Size(370, 461);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// 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)(137)))));
|
||
|
this.gradientPanel1.Controls.Add(this.label4);
|
||
|
this.gradientPanel1.Controls.Add(this.close);
|
||
|
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(368, 45);
|
||
|
this.gradientPanel1.TabIndex = 32;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
|
this.label4.Location = new System.Drawing.Point(0, 0);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(316, 45);
|
||
|
this.label4.TabIndex = 1;
|
||
|
this.label4.Text = "BILL PAYMENT";
|
||
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// close
|
||
|
//
|
||
|
this.close.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.close.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.close.ForeColor = System.Drawing.Color.White;
|
||
|
this.close.Location = new System.Drawing.Point(316, 0);
|
||
|
this.close.Name = "close";
|
||
|
this.close.Size = new System.Drawing.Size(52, 45);
|
||
|
this.close.TabIndex = 0;
|
||
|
this.close.Text = "x";
|
||
|
this.close.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
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);
|
||
|
//
|
||
|
// payment
|
||
|
//
|
||
|
this.payment.Font = new System.Drawing.Font("Segoe UI", 18F);
|
||
|
this.payment.Location = new System.Drawing.Point(152, 52);
|
||
|
this.payment.Name = "payment";
|
||
|
this.payment.Size = new System.Drawing.Size(206, 39);
|
||
|
this.payment.TabIndex = 7;
|
||
|
this.payment.TextChanged += new System.EventHandler(this.payment_TextChanged);
|
||
|
this.payment.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.payment_KeyPress);
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.ForeColor = System.Drawing.Color.White;
|
||
|
this.label7.Location = new System.Drawing.Point(24, 61);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(78, 21);
|
||
|
this.label7.TabIndex = 6;
|
||
|
this.label7.Text = "PAYMENT";
|
||
|
//
|
||
|
// button19
|
||
|
//
|
||
|
this.button19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button19.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button19.FlatAppearance.BorderSize = 0;
|
||
|
this.button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button19.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button19.ForeColor = System.Drawing.Color.White;
|
||
|
this.button19.Location = new System.Drawing.Point(242, 331);
|
||
|
this.button19.Name = "button19";
|
||
|
this.button19.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button19.TabIndex = 19;
|
||
|
this.button19.Text = ".";
|
||
|
this.button19.UseVisualStyleBackColor = false;
|
||
|
this.button19.Click += new System.EventHandler(this.button19_Click);
|
||
|
//
|
||
|
// owe
|
||
|
//
|
||
|
this.owe.AutoSize = true;
|
||
|
this.owe.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold);
|
||
|
this.owe.ForeColor = System.Drawing.Color.DarkRed;
|
||
|
this.owe.Location = new System.Drawing.Point(142, 161);
|
||
|
this.owe.Name = "owe";
|
||
|
this.owe.Size = new System.Drawing.Size(65, 28);
|
||
|
this.owe.TabIndex = 5;
|
||
|
this.owe.Text = "00.00";
|
||
|
//
|
||
|
// button15
|
||
|
//
|
||
|
this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button15.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button15.FlatAppearance.BorderSize = 0;
|
||
|
this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button15.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button15.ForeColor = System.Drawing.Color.White;
|
||
|
this.button15.Location = new System.Drawing.Point(242, 271);
|
||
|
this.button15.Name = "button15";
|
||
|
this.button15.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button15.TabIndex = 20;
|
||
|
this.button15.Text = "0";
|
||
|
this.button15.UseVisualStyleBackColor = false;
|
||
|
this.button15.Click += new System.EventHandler(this.button15_Click);
|
||
|
//
|
||
|
// bal
|
||
|
//
|
||
|
this.bal.AutoSize = true;
|
||
|
this.bal.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold);
|
||
|
this.bal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
|
||
|
this.bal.Location = new System.Drawing.Point(142, 129);
|
||
|
this.bal.Name = "bal";
|
||
|
this.bal.Size = new System.Drawing.Size(65, 28);
|
||
|
this.bal.TabIndex = 4;
|
||
|
this.bal.Text = "00.00";
|
||
|
//
|
||
|
// button11
|
||
|
//
|
||
|
this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button11.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button11.FlatAppearance.BorderSize = 0;
|
||
|
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button11.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button11.ForeColor = System.Drawing.Color.White;
|
||
|
this.button11.Location = new System.Drawing.Point(242, 211);
|
||
|
this.button11.Name = "button11";
|
||
|
this.button11.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button11.TabIndex = 21;
|
||
|
this.button11.Text = "C";
|
||
|
this.button11.UseVisualStyleBackColor = false;
|
||
|
this.button11.Click += new System.EventHandler(this.button11_Click);
|
||
|
//
|
||
|
// cost
|
||
|
//
|
||
|
this.cost.AutoSize = true;
|
||
|
this.cost.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold);
|
||
|
this.cost.ForeColor = System.Drawing.Color.White;
|
||
|
this.cost.Location = new System.Drawing.Point(142, 97);
|
||
|
this.cost.Name = "cost";
|
||
|
this.cost.Size = new System.Drawing.Size(65, 28);
|
||
|
this.cost.TabIndex = 3;
|
||
|
this.cost.Text = "00.00";
|
||
|
//
|
||
|
// button18
|
||
|
//
|
||
|
this.button18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button18.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button18.FlatAppearance.BorderSize = 0;
|
||
|
this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button18.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button18.ForeColor = System.Drawing.Color.White;
|
||
|
this.button18.Location = new System.Drawing.Point(177, 331);
|
||
|
this.button18.Name = "button18";
|
||
|
this.button18.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button18.TabIndex = 22;
|
||
|
this.button18.Text = "3";
|
||
|
this.button18.UseVisualStyleBackColor = false;
|
||
|
this.button18.Click += new System.EventHandler(this.button18_Click);
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.ForeColor = System.Drawing.Color.White;
|
||
|
this.label3.Location = new System.Drawing.Point(24, 167);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(77, 21);
|
||
|
this.label3.TabIndex = 2;
|
||
|
this.label3.Text = "ARREARS";
|
||
|
//
|
||
|
// button14
|
||
|
//
|
||
|
this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button14.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button14.FlatAppearance.BorderSize = 0;
|
||
|
this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button14.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button14.ForeColor = System.Drawing.Color.White;
|
||
|
this.button14.Location = new System.Drawing.Point(177, 271);
|
||
|
this.button14.Name = "button14";
|
||
|
this.button14.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button14.TabIndex = 23;
|
||
|
this.button14.Text = "6";
|
||
|
this.button14.UseVisualStyleBackColor = false;
|
||
|
this.button14.Click += new System.EventHandler(this.button14_Click);
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.ForeColor = System.Drawing.Color.White;
|
||
|
this.label2.Location = new System.Drawing.Point(24, 135);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(77, 21);
|
||
|
this.label2.TabIndex = 1;
|
||
|
this.label2.Text = "BALANCE";
|
||
|
//
|
||
|
// button10
|
||
|
//
|
||
|
this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button10.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button10.FlatAppearance.BorderSize = 0;
|
||
|
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button10.ForeColor = System.Drawing.Color.White;
|
||
|
this.button10.Location = new System.Drawing.Point(177, 211);
|
||
|
this.button10.Name = "button10";
|
||
|
this.button10.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button10.TabIndex = 24;
|
||
|
this.button10.Text = "9";
|
||
|
this.button10.UseVisualStyleBackColor = false;
|
||
|
this.button10.Click += new System.EventHandler(this.button10_Click);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.ForeColor = System.Drawing.Color.White;
|
||
|
this.label1.Location = new System.Drawing.Point(24, 103);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(82, 21);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "BILL COST";
|
||
|
//
|
||
|
// button21
|
||
|
//
|
||
|
this.button21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button21.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button21.FlatAppearance.BorderSize = 0;
|
||
|
this.button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button21.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button21.ForeColor = System.Drawing.Color.White;
|
||
|
this.button21.Location = new System.Drawing.Point(47, 391);
|
||
|
this.button21.Name = "button21";
|
||
|
this.button21.Size = new System.Drawing.Size(257, 57);
|
||
|
this.button21.TabIndex = 25;
|
||
|
this.button21.Text = "PAY";
|
||
|
this.button21.UseVisualStyleBackColor = false;
|
||
|
this.button21.Click += new System.EventHandler(this.Button21_Click);
|
||
|
//
|
||
|
// button17
|
||
|
//
|
||
|
this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button17.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button17.FlatAppearance.BorderSize = 0;
|
||
|
this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button17.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button17.ForeColor = System.Drawing.Color.White;
|
||
|
this.button17.Location = new System.Drawing.Point(112, 331);
|
||
|
this.button17.Name = "button17";
|
||
|
this.button17.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button17.TabIndex = 26;
|
||
|
this.button17.Text = "2";
|
||
|
this.button17.UseVisualStyleBackColor = false;
|
||
|
this.button17.Click += new System.EventHandler(this.button17_Click);
|
||
|
//
|
||
|
// button13
|
||
|
//
|
||
|
this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button13.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button13.FlatAppearance.BorderSize = 0;
|
||
|
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button13.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button13.ForeColor = System.Drawing.Color.White;
|
||
|
this.button13.Location = new System.Drawing.Point(112, 271);
|
||
|
this.button13.Name = "button13";
|
||
|
this.button13.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button13.TabIndex = 27;
|
||
|
this.button13.Text = "5";
|
||
|
this.button13.UseVisualStyleBackColor = false;
|
||
|
this.button13.Click += new System.EventHandler(this.button13_Click);
|
||
|
//
|
||
|
// button9
|
||
|
//
|
||
|
this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button9.FlatAppearance.BorderSize = 0;
|
||
|
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button9.ForeColor = System.Drawing.Color.White;
|
||
|
this.button9.Location = new System.Drawing.Point(112, 211);
|
||
|
this.button9.Name = "button9";
|
||
|
this.button9.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button9.TabIndex = 28;
|
||
|
this.button9.Text = "8";
|
||
|
this.button9.UseVisualStyleBackColor = false;
|
||
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
||
|
//
|
||
|
// button16
|
||
|
//
|
||
|
this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button16.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button16.FlatAppearance.BorderSize = 0;
|
||
|
this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button16.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button16.ForeColor = System.Drawing.Color.White;
|
||
|
this.button16.Location = new System.Drawing.Point(47, 331);
|
||
|
this.button16.Name = "button16";
|
||
|
this.button16.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button16.TabIndex = 29;
|
||
|
this.button16.Text = "1";
|
||
|
this.button16.UseVisualStyleBackColor = false;
|
||
|
this.button16.Click += new System.EventHandler(this.button16_Click);
|
||
|
//
|
||
|
// button12
|
||
|
//
|
||
|
this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button12.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button12.FlatAppearance.BorderSize = 0;
|
||
|
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button12.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.button12.ForeColor = System.Drawing.Color.White;
|
||
|
this.button12.Location = new System.Drawing.Point(47, 271);
|
||
|
this.button12.Name = "button12";
|
||
|
this.button12.Size = new System.Drawing.Size(62, 54);
|
||
|
this.button12.TabIndex = 30;
|
||
|
this.button12.Text = "4";
|
||
|
this.button12.UseVisualStyleBackColor = false;
|
||
|
this.button12.Click += new System.EventHandler(this.button12_Click);
|
||
|
//
|
||
|
// btnSave
|
||
|
//
|
||
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btnSave.FlatAppearance.BorderSize = 0;
|
||
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
||
|
this.btnSave.Location = new System.Drawing.Point(47, 211);
|
||
|
this.btnSave.Name = "btnSave";
|
||
|
this.btnSave.Size = new System.Drawing.Size(62, 54);
|
||
|
this.btnSave.TabIndex = 31;
|
||
|
this.btnSave.Text = "7";
|
||
|
this.btnSave.UseVisualStyleBackColor = false;
|
||
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||
|
//
|
||
|
// settlePayment
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(370, 461);
|
||
|
this.ControlBox = false;
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.KeyPreview = true;
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.MaximizeBox = false;
|
||
|
this.MinimizeBox = false;
|
||
|
this.Name = "settlePayment";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.Load += new System.EventHandler(this.settlePayment_Load);
|
||
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.settlePayment_KeyDown);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.panel1.PerformLayout();
|
||
|
this.gradientPanel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private gradientPanel panel1;
|
||
|
private System.Windows.Forms.TextBox payment;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.Label owe;
|
||
|
private System.Windows.Forms.Label bal;
|
||
|
private System.Windows.Forms.Label cost;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Button button19;
|
||
|
private System.Windows.Forms.Button button15;
|
||
|
private System.Windows.Forms.Button button11;
|
||
|
private System.Windows.Forms.Button button18;
|
||
|
private System.Windows.Forms.Button button14;
|
||
|
private System.Windows.Forms.Button button10;
|
||
|
private System.Windows.Forms.Button button21;
|
||
|
private System.Windows.Forms.Button button17;
|
||
|
private System.Windows.Forms.Button button13;
|
||
|
private System.Windows.Forms.Button button9;
|
||
|
private System.Windows.Forms.Button button16;
|
||
|
private System.Windows.Forms.Button button12;
|
||
|
private System.Windows.Forms.Button btnSave;
|
||
|
private gradientPanel gradientPanel1;
|
||
|
private System.Windows.Forms.Label close;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
}
|
||
|
}
|