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.
311 lines
17 KiB
311 lines
17 KiB
3 months ago
|
using BiskLog_Point_Of_Sale.Classes;
|
||
|
|
||
|
namespace BiskLog_Point_Of_Sale.Invoice
|
||
|
{
|
||
|
partial class CashierInvoiceRecheck
|
||
|
{
|
||
|
/// <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();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.invoiceList = new System.Windows.Forms.DataGridView();
|
||
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
||
|
this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.exit = new System.Windows.Forms.Label();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.pcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.pname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.bqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.avail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.oldp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.newp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.delete = new System.Windows.Forms.DataGridViewImageColumn();
|
||
|
this.panel2.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.invoiceList)).BeginInit();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.Controls.Add(this.button1);
|
||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
|
this.panel2.Location = new System.Drawing.Point(0, 590);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(756, 63);
|
||
|
this.panel2.TabIndex = 1;
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
||
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.button1.Location = new System.Drawing.Point(323, 5);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(138, 52);
|
||
|
this.button1.TabIndex = 0;
|
||
|
this.button1.Text = "CONTINUE";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
||
|
//
|
||
|
// invoiceList
|
||
|
//
|
||
|
this.invoiceList.AllowUserToAddRows = false;
|
||
|
this.invoiceList.AllowUserToResizeColumns = false;
|
||
|
this.invoiceList.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.Color.Gainsboro;
|
||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.invoiceList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.invoiceList.BackgroundColor = System.Drawing.Color.White;
|
||
|
this.invoiceList.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
||
|
this.invoiceList.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.invoiceList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.invoiceList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
|
this.invoiceList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.Column1,
|
||
|
this.pcode,
|
||
|
this.pname,
|
||
|
this.bqty,
|
||
|
this.Column2,
|
||
|
this.avail,
|
||
|
this.oldp,
|
||
|
this.newp,
|
||
|
this.Column3,
|
||
|
this.Column4,
|
||
|
this.delete});
|
||
|
this.invoiceList.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
||
|
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.Window;
|
||
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
this.invoiceList.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.invoiceList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.invoiceList.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
||
|
this.invoiceList.EnableHeadersVisualStyles = false;
|
||
|
this.invoiceList.Location = new System.Drawing.Point(0, 38);
|
||
|
this.invoiceList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
this.invoiceList.Name = "invoiceList";
|
||
|
this.invoiceList.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Green;
|
||
|
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.invoiceList.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.invoiceList.RowHeadersVisible = false;
|
||
|
this.invoiceList.RowTemplate.Height = 40;
|
||
|
this.invoiceList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||
|
this.invoiceList.Size = new System.Drawing.Size(756, 552);
|
||
|
this.invoiceList.TabIndex = 22;
|
||
|
this.invoiceList.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.InvoiceList_CellPainting);
|
||
|
this.invoiceList.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dataGridView1_EditingControlShowing);
|
||
|
//
|
||
|
// dataGridViewImageColumn1
|
||
|
//
|
||
|
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.dataGridViewImageColumn1.HeaderText = "Examination Score";
|
||
|
this.dataGridViewImageColumn1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.delete;
|
||
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.panel1.Controls.Add(this.exit);
|
||
|
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(756, 38);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// exit
|
||
|
//
|
||
|
this.exit.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.exit.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.exit.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.exit.Font = new System.Drawing.Font("Segoe UI", 14F);
|
||
|
this.exit.ForeColor = System.Drawing.Color.White;
|
||
|
this.exit.Location = new System.Drawing.Point(699, 0);
|
||
|
this.exit.Name = "exit";
|
||
|
this.exit.Size = new System.Drawing.Size(57, 38);
|
||
|
this.exit.TabIndex = 0;
|
||
|
this.exit.Text = "x";
|
||
|
this.exit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.exit.Click += new System.EventHandler(this.Exit_Click);
|
||
|
this.exit.MouseEnter += new System.EventHandler(this.Exit_MouseEnter);
|
||
|
this.exit.MouseLeave += new System.EventHandler(this.Exit_MouseLeave);
|
||
|
//
|
||
|
// Column1
|
||
|
//
|
||
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column1.HeaderText = "#";
|
||
|
this.Column1.Name = "Column1";
|
||
|
this.Column1.Width = 42;
|
||
|
//
|
||
|
// pcode
|
||
|
//
|
||
|
this.pcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.pcode.HeaderText = "id";
|
||
|
this.pcode.Name = "pcode";
|
||
|
this.pcode.Visible = false;
|
||
|
this.pcode.Width = 46;
|
||
|
//
|
||
|
// pname
|
||
|
//
|
||
|
this.pname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
|
this.pname.HeaderText = "PRODUCT NAME";
|
||
|
this.pname.Name = "pname";
|
||
|
//
|
||
|
// bqty
|
||
|
//
|
||
|
this.bqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.bqty.HeaderText = "QTY";
|
||
|
this.bqty.Name = "bqty";
|
||
|
this.bqty.Width = 61;
|
||
|
//
|
||
|
// Column2
|
||
|
//
|
||
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column2.HeaderText = "UNIT";
|
||
|
this.Column2.Name = "Column2";
|
||
|
this.Column2.Width = 68;
|
||
|
//
|
||
|
// avail
|
||
|
//
|
||
|
this.avail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.avail.HeaderText = "QTY AVAIL.";
|
||
|
this.avail.Name = "avail";
|
||
|
this.avail.Width = 108;
|
||
|
//
|
||
|
// oldp
|
||
|
//
|
||
|
this.oldp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.oldp.HeaderText = "OLD PRICE (per unit)";
|
||
|
this.oldp.Name = "oldp";
|
||
|
this.oldp.Width = 132;
|
||
|
//
|
||
|
// newp
|
||
|
//
|
||
|
this.newp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.newp.HeaderText = "NEW PRICE (per unit)";
|
||
|
this.newp.Name = "newp";
|
||
|
this.newp.Width = 136;
|
||
|
//
|
||
|
// Column3
|
||
|
//
|
||
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column3.HeaderText = "unitCode";
|
||
|
this.Column3.Name = "Column3";
|
||
|
this.Column3.Visible = false;
|
||
|
this.Column3.Width = 96;
|
||
|
//
|
||
|
// Column4
|
||
|
//
|
||
|
this.Column4.HeaderText = "distinctiveCode";
|
||
|
this.Column4.Name = "Column4";
|
||
|
this.Column4.Visible = false;
|
||
|
//
|
||
|
// delete
|
||
|
//
|
||
|
this.delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.delete.HeaderText = "";
|
||
|
this.delete.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.delete;
|
||
|
this.delete.Name = "delete";
|
||
|
this.delete.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.delete.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||
|
this.delete.Width = 17;
|
||
|
//
|
||
|
// InvoiceRecheck
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(756, 653);
|
||
|
this.Controls.Add(this.invoiceList);
|
||
|
this.Controls.Add(this.panel2);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.Name = "InvoiceRecheck";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.Text = "InvoiceRecheck";
|
||
|
this.Load += new System.EventHandler(this.InvoiceRecheck_Load);
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.invoiceList)).EndInit();
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private gradientPanel panel1;
|
||
|
private System.Windows.Forms.Label exit;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.DataGridView invoiceList;
|
||
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn pcode;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn pname;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn bqty;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn avail;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn oldp;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn newp;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
|
private System.Windows.Forms.DataGridViewImageColumn delete;
|
||
|
}
|
||
|
}
|