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.
588 lines
29 KiB
588 lines
29 KiB
namespace Point_Of_Sale_Managment.CashierModule
|
|
{
|
|
partial class ReceiptModule
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReceiptModule));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.detailsBox = new System.Windows.Forms.GroupBox();
|
|
this.lblTendered = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.lblBalance = new System.Windows.Forms.Label();
|
|
this.lblBillTotal = new System.Windows.Forms.Label();
|
|
this.lblVAT = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.lblDiscount = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lblSubTotal = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lblDate = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblCustomer = new System.Windows.Forms.Label();
|
|
this.lblCashier = new System.Windows.Forms.Label();
|
|
this.label99 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnPrint = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.holding = new System.Windows.Forms.Panel();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel3.SuspendLayout();
|
|
this.detailsBox.SuspendLayout();
|
|
this.holding.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(39, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(143, 21);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "TRANSACTION NO";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(197, 13);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(413, 29);
|
|
this.textBox1.TabIndex = 3;
|
|
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox1_KeyPress);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1102, 59);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.OliveDrab;
|
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.button1.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.button1.Location = new System.Drawing.Point(649, 9);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(142, 34);
|
|
this.button1.TabIndex = 5;
|
|
this.button1.Text = "FIND";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.TextBox1_TextChanged);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dataGridView1);
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 59);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1102, 611);
|
|
this.panel2.TabIndex = 8;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
|
|
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dataGridView1.ColumnHeadersHeight = 30;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Column1,
|
|
this.Column3,
|
|
this.Column5,
|
|
this.Column4,
|
|
this.Column7,
|
|
this.Column6,
|
|
this.Column2,
|
|
this.Column8});
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.EnableHeadersVisualStyles = false;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(803, 611);
|
|
this.dataGridView1.TabIndex = 5;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column1.HeaderText = "#";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.ReadOnly = true;
|
|
this.Column1.Width = 42;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Column3.HeaderText = "Product Name";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column5.HeaderText = "Price";
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.ReadOnly = true;
|
|
this.Column5.Width = 67;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column4.HeaderText = "Qty";
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.Width = 58;
|
|
//
|
|
// Column7
|
|
//
|
|
this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column7.HeaderText = "Unit";
|
|
this.Column7.Name = "Column7";
|
|
this.Column7.Width = 62;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column6.HeaderText = "Total";
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.Width = 65;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.HeaderText = "";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.Visible = false;
|
|
//
|
|
// Column8
|
|
//
|
|
this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column8.HeaderText = "unitCode";
|
|
this.Column8.Name = "Column8";
|
|
this.Column8.Visible = false;
|
|
this.Column8.Width = 98;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.detailsBox);
|
|
this.panel3.Controls.Add(this.btnPrint);
|
|
this.panel3.Controls.Add(this.btnCancel);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel3.Location = new System.Drawing.Point(803, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(299, 611);
|
|
this.panel3.TabIndex = 6;
|
|
//
|
|
// detailsBox
|
|
//
|
|
this.detailsBox.Controls.Add(this.lblTendered);
|
|
this.detailsBox.Controls.Add(this.label11);
|
|
this.detailsBox.Controls.Add(this.lblBalance);
|
|
this.detailsBox.Controls.Add(this.lblBillTotal);
|
|
this.detailsBox.Controls.Add(this.lblVAT);
|
|
this.detailsBox.Controls.Add(this.label4);
|
|
this.detailsBox.Controls.Add(this.label6);
|
|
this.detailsBox.Controls.Add(this.label9);
|
|
this.detailsBox.Controls.Add(this.lblDiscount);
|
|
this.detailsBox.Controls.Add(this.label7);
|
|
this.detailsBox.Controls.Add(this.lblSubTotal);
|
|
this.detailsBox.Controls.Add(this.label5);
|
|
this.detailsBox.Controls.Add(this.lblDate);
|
|
this.detailsBox.Controls.Add(this.label3);
|
|
this.detailsBox.Controls.Add(this.lblCustomer);
|
|
this.detailsBox.Controls.Add(this.lblCashier);
|
|
this.detailsBox.Controls.Add(this.label99);
|
|
this.detailsBox.Controls.Add(this.label2);
|
|
this.detailsBox.Location = new System.Drawing.Point(5, 23);
|
|
this.detailsBox.Name = "detailsBox";
|
|
this.detailsBox.Size = new System.Drawing.Size(287, 345);
|
|
this.detailsBox.TabIndex = 8;
|
|
this.detailsBox.TabStop = false;
|
|
this.detailsBox.Text = "Receipt Details";
|
|
this.detailsBox.Visible = false;
|
|
//
|
|
// lblTendered
|
|
//
|
|
this.lblTendered.AutoSize = true;
|
|
this.lblTendered.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblTendered.Location = new System.Drawing.Point(105, 272);
|
|
this.lblTendered.Name = "lblTendered";
|
|
this.lblTendered.Size = new System.Drawing.Size(0, 21);
|
|
this.lblTendered.TabIndex = 0;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Location = new System.Drawing.Point(6, 262);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(86, 49);
|
|
this.label11.TabIndex = 0;
|
|
this.label11.Text = "CASH TENDERED";
|
|
//
|
|
// lblBalance
|
|
//
|
|
this.lblBalance.AutoSize = true;
|
|
this.lblBalance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblBalance.Location = new System.Drawing.Point(105, 311);
|
|
this.lblBalance.Name = "lblBalance";
|
|
this.lblBalance.Size = new System.Drawing.Size(0, 21);
|
|
this.lblBalance.TabIndex = 0;
|
|
//
|
|
// lblBillTotal
|
|
//
|
|
this.lblBillTotal.AutoSize = true;
|
|
this.lblBillTotal.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblBillTotal.Location = new System.Drawing.Point(105, 234);
|
|
this.lblBillTotal.Name = "lblBillTotal";
|
|
this.lblBillTotal.Size = new System.Drawing.Size(0, 21);
|
|
this.lblBillTotal.TabIndex = 0;
|
|
//
|
|
// lblVAT
|
|
//
|
|
this.lblVAT.AutoSize = true;
|
|
this.lblVAT.Location = new System.Drawing.Point(105, 203);
|
|
this.lblVAT.Name = "lblVAT";
|
|
this.lblVAT.Size = new System.Drawing.Size(0, 21);
|
|
this.lblVAT.TabIndex = 0;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 311);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(77, 21);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "BALANCE";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 234);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(67, 21);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "Bill Total";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 203);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(36, 21);
|
|
this.label9.TabIndex = 0;
|
|
this.label9.Text = "VAT";
|
|
//
|
|
// lblDiscount
|
|
//
|
|
this.lblDiscount.AutoSize = true;
|
|
this.lblDiscount.Location = new System.Drawing.Point(105, 168);
|
|
this.lblDiscount.Name = "lblDiscount";
|
|
this.lblDiscount.Size = new System.Drawing.Size(0, 21);
|
|
this.lblDiscount.TabIndex = 0;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 168);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(71, 21);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "Discount";
|
|
//
|
|
// lblSubTotal
|
|
//
|
|
this.lblSubTotal.AutoSize = true;
|
|
this.lblSubTotal.Location = new System.Drawing.Point(105, 130);
|
|
this.lblSubTotal.Name = "lblSubTotal";
|
|
this.lblSubTotal.Size = new System.Drawing.Size(0, 21);
|
|
this.lblSubTotal.TabIndex = 0;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 130);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(73, 21);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "Sub Total";
|
|
//
|
|
// lblDate
|
|
//
|
|
this.lblDate.AutoSize = true;
|
|
this.lblDate.Location = new System.Drawing.Point(105, 96);
|
|
this.lblDate.Name = "lblDate";
|
|
this.lblDate.Size = new System.Drawing.Size(0, 21);
|
|
this.lblDate.TabIndex = 0;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 96);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(42, 21);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Date";
|
|
//
|
|
// lblCustomer
|
|
//
|
|
this.lblCustomer.AutoSize = true;
|
|
this.lblCustomer.Location = new System.Drawing.Point(105, 62);
|
|
this.lblCustomer.Name = "lblCustomer";
|
|
this.lblCustomer.Size = new System.Drawing.Size(0, 21);
|
|
this.lblCustomer.TabIndex = 0;
|
|
//
|
|
// lblCashier
|
|
//
|
|
this.lblCashier.AutoSize = true;
|
|
this.lblCashier.Location = new System.Drawing.Point(105, 33);
|
|
this.lblCashier.Name = "lblCashier";
|
|
this.lblCashier.Size = new System.Drawing.Size(0, 21);
|
|
this.lblCashier.TabIndex = 0;
|
|
//
|
|
// label99
|
|
//
|
|
this.label99.AutoSize = true;
|
|
this.label99.Location = new System.Drawing.Point(6, 62);
|
|
this.label99.Name = "label99";
|
|
this.label99.Size = new System.Drawing.Size(78, 21);
|
|
this.label99.TabIndex = 0;
|
|
this.label99.Text = "Customer";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 33);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(62, 21);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Cashier";
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.BackColor = System.Drawing.Color.YellowGreen;
|
|
this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnPrint.Enabled = false;
|
|
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnPrint.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnPrint.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.btnPrint.Location = new System.Drawing.Point(71, 418);
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(160, 47);
|
|
this.btnPrint.TabIndex = 6;
|
|
this.btnPrint.Text = "PRINT RECEIPT";
|
|
this.btnPrint.UseVisualStyleBackColor = false;
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.BackColor = System.Drawing.Color.DarkRed;
|
|
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnCancel.Enabled = false;
|
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.btnCancel.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.btnCancel.Location = new System.Drawing.Point(71, 481);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(160, 47);
|
|
this.btnCancel.TabIndex = 7;
|
|
this.btnCancel.Text = "CANCEL SALE";
|
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
this.btnCancel.Visible = false;
|
|
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
|
|
//
|
|
// holding
|
|
//
|
|
this.holding.BackColor = System.Drawing.SystemColors.Control;
|
|
this.holding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.holding.Controls.Add(this.label13);
|
|
this.holding.Controls.Add(this.metroProgressSpinner1);
|
|
this.holding.Location = new System.Drawing.Point(422, 299);
|
|
this.holding.Name = "holding";
|
|
this.holding.Size = new System.Drawing.Size(259, 73);
|
|
this.holding.TabIndex = 14;
|
|
this.holding.Visible = false;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label13.Location = new System.Drawing.Point(41, 8);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(162, 21);
|
|
this.label13.TabIndex = 1;
|
|
this.label13.Text = "Looking for receipt.......";
|
|
//
|
|
// metroProgressSpinner1
|
|
//
|
|
this.metroProgressSpinner1.Location = new System.Drawing.Point(107, 32);
|
|
this.metroProgressSpinner1.Maximum = 100;
|
|
this.metroProgressSpinner1.Name = "metroProgressSpinner1";
|
|
this.metroProgressSpinner1.Size = new System.Drawing.Size(37, 36);
|
|
this.metroProgressSpinner1.TabIndex = 0;
|
|
this.metroProgressSpinner1.UseCustomBackColor = true;
|
|
this.metroProgressSpinner1.UseSelectable = true;
|
|
//
|
|
// ReceiptModule
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1102, 670);
|
|
this.Controls.Add(this.holding);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
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 = "ReceiptModule";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Receipt Module";
|
|
this.Load += new System.EventHandler(this.SaleCancellation_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SaleCancellation_KeyDown);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel3.ResumeLayout(false);
|
|
this.detailsBox.ResumeLayout(false);
|
|
this.detailsBox.PerformLayout();
|
|
this.holding.ResumeLayout(false);
|
|
this.holding.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.GroupBox detailsBox;
|
|
private System.Windows.Forms.Label lblTendered;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label lblBalance;
|
|
private System.Windows.Forms.Label lblBillTotal;
|
|
private System.Windows.Forms.Label lblVAT;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label lblDiscount;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label lblSubTotal;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label lblDate;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lblCashier;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnPrint;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Label lblCustomer;
|
|
private System.Windows.Forms.Label label99;
|
|
private System.Windows.Forms.Panel holding;
|
|
private System.Windows.Forms.Label label13;
|
|
private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1;
|
|
}
|
|
}
|