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.
423 lines
23 KiB
423 lines
23 KiB
3 months ago
|
using BiskLog_Point_Of_Sale.Classes;
|
||
|
|
||
|
namespace BiskLog_Point_Of_Sale.Cashier_Module.Invoice
|
||
|
{
|
||
|
partial class CashierAddInvoice
|
||
|
{
|
||
|
/// <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(CashierAddInvoice));
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.invoiceDetails = new System.Windows.Forms.DataGridView();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.btnGenerate = new System.Windows.Forms.Button();
|
||
|
this.panel3 = new System.Windows.Forms.Panel();
|
||
|
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
||
|
this.titlePanel = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.lblInvoiceTitle = new System.Windows.Forms.Label();
|
||
|
this.closeBTN = new System.Windows.Forms.Label();
|
||
|
this.DESC = new System.Windows.Forms.TextBox();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.barcodecolumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Delete = new System.Windows.Forms.DataGridViewImageColumn();
|
||
|
this.panel1.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).BeginInit();
|
||
|
this.panel2.SuspendLayout();
|
||
|
this.panel3.SuspendLayout();
|
||
|
this.titlePanel.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.panel1.Controls.Add(this.invoiceDetails);
|
||
|
this.panel1.Controls.Add(this.panel2);
|
||
|
this.panel1.Controls.Add(this.panel3);
|
||
|
this.panel1.Controls.Add(this.titlePanel);
|
||
|
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(704, 639);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// invoiceDetails
|
||
|
//
|
||
|
this.invoiceDetails.AllowUserToAddRows = false;
|
||
|
this.invoiceDetails.AllowUserToDeleteRows = false;
|
||
|
this.invoiceDetails.AllowUserToResizeColumns = false;
|
||
|
this.invoiceDetails.AllowUserToResizeRows = false;
|
||
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
|
||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
|
||
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
|
||
|
this.invoiceDetails.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.invoiceDetails.BackgroundColor = System.Drawing.Color.White;
|
||
|
this.invoiceDetails.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
||
|
this.invoiceDetails.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.invoiceDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.invoiceDetails.ColumnHeadersHeight = 30;
|
||
|
this.invoiceDetails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
|
this.invoiceDetails.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.Column1,
|
||
|
this.Column2,
|
||
|
this.barcodecolumn,
|
||
|
this.Column4,
|
||
|
this.Column3,
|
||
|
this.Column5,
|
||
|
this.Column6,
|
||
|
this.Column7,
|
||
|
this.Delete});
|
||
|
this.invoiceDetails.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
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.SystemColors.ControlText;
|
||
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
this.invoiceDetails.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.invoiceDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.invoiceDetails.EnableHeadersVisualStyles = false;
|
||
|
this.invoiceDetails.Location = new System.Drawing.Point(0, 171);
|
||
|
this.invoiceDetails.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
this.invoiceDetails.Name = "invoiceDetails";
|
||
|
this.invoiceDetails.ReadOnly = true;
|
||
|
this.invoiceDetails.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.invoiceDetails.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.invoiceDetails.RowHeadersVisible = false;
|
||
|
this.invoiceDetails.RowTemplate.Height = 40;
|
||
|
this.invoiceDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.invoiceDetails.Size = new System.Drawing.Size(702, 406);
|
||
|
this.invoiceDetails.TabIndex = 6;
|
||
|
this.invoiceDetails.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.InvoiceDetails_CellContentClick);
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.Controls.Add(this.btnGenerate);
|
||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
|
this.panel2.Location = new System.Drawing.Point(0, 577);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(702, 60);
|
||
|
this.panel2.TabIndex = 5;
|
||
|
//
|
||
|
// btnGenerate
|
||
|
//
|
||
|
this.btnGenerate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.btnGenerate.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btnGenerate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.btnGenerate.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.btnGenerate.ForeColor = System.Drawing.Color.White;
|
||
|
this.btnGenerate.Location = new System.Drawing.Point(251, 5);
|
||
|
this.btnGenerate.Name = "btnGenerate";
|
||
|
this.btnGenerate.Size = new System.Drawing.Size(185, 50);
|
||
|
this.btnGenerate.TabIndex = 3;
|
||
|
this.btnGenerate.Text = "GENERATE INVOICE";
|
||
|
this.btnGenerate.UseVisualStyleBackColor = false;
|
||
|
this.btnGenerate.Click += new System.EventHandler(this.BtnGenerate_Click);
|
||
|
//
|
||
|
// panel3
|
||
|
//
|
||
|
this.panel3.Controls.Add(this.DESC);
|
||
|
this.panel3.Controls.Add(this.comboBox3);
|
||
|
this.panel3.Controls.Add(this.button1);
|
||
|
this.panel3.Controls.Add(this.comboBox2);
|
||
|
this.panel3.Controls.Add(this.label1);
|
||
|
this.panel3.Controls.Add(this.label4);
|
||
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel3.Location = new System.Drawing.Point(0, 38);
|
||
|
this.panel3.Name = "panel3";
|
||
|
this.panel3.Size = new System.Drawing.Size(702, 133);
|
||
|
this.panel3.TabIndex = 4;
|
||
|
//
|
||
|
// comboBox3
|
||
|
//
|
||
|
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comboBox3.FormattingEnabled = true;
|
||
|
this.comboBox3.Location = new System.Drawing.Point(184, 50);
|
||
|
this.comboBox3.Name = "comboBox3";
|
||
|
this.comboBox3.Size = new System.Drawing.Size(218, 29);
|
||
|
this.comboBox3.TabIndex = 4;
|
||
|
//
|
||
|
// 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.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.button1.Location = new System.Drawing.Point(239, 89);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(163, 39);
|
||
|
this.button1.TabIndex = 3;
|
||
|
this.button1.Text = "ADD TO LIST";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
||
|
//
|
||
|
// comboBox2
|
||
|
//
|
||
|
this.comboBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.comboBox2.FormattingEnabled = true;
|
||
|
this.comboBox2.Location = new System.Drawing.Point(184, 14);
|
||
|
this.comboBox2.Name = "comboBox2";
|
||
|
this.comboBox2.Size = new System.Drawing.Size(218, 29);
|
||
|
this.comboBox2.TabIndex = 2;
|
||
|
this.comboBox2.TextUpdate += new System.EventHandler(this.ComboBox2_TextUpdate);
|
||
|
this.comboBox2.TextChanged += new System.EventHandler(this.ComboBox2_TextChanged);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label1.Location = new System.Drawing.Point(38, 51);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(124, 21);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "Unit Of Measure";
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label4.Location = new System.Drawing.Point(38, 17);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(129, 21);
|
||
|
this.label4.TabIndex = 0;
|
||
|
this.label4.Text = "PRODUCT NAME";
|
||
|
//
|
||
|
// dataGridViewImageColumn1
|
||
|
//
|
||
|
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.dataGridViewImageColumn1.HeaderText = "";
|
||
|
this.dataGridViewImageColumn1.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn1.Image")));
|
||
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||
|
//
|
||
|
// titlePanel
|
||
|
//
|
||
|
this.titlePanel.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.titlePanel.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.titlePanel.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.titlePanel.Controls.Add(this.lblInvoiceTitle);
|
||
|
this.titlePanel.Controls.Add(this.closeBTN);
|
||
|
this.titlePanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.titlePanel.Location = new System.Drawing.Point(0, 0);
|
||
|
this.titlePanel.Name = "titlePanel";
|
||
|
this.titlePanel.Size = new System.Drawing.Size(702, 38);
|
||
|
this.titlePanel.TabIndex = 3;
|
||
|
//
|
||
|
// lblInvoiceTitle
|
||
|
//
|
||
|
this.lblInvoiceTitle.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.lblInvoiceTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.lblInvoiceTitle.ForeColor = System.Drawing.Color.White;
|
||
|
this.lblInvoiceTitle.Location = new System.Drawing.Point(0, 0);
|
||
|
this.lblInvoiceTitle.Name = "lblInvoiceTitle";
|
||
|
this.lblInvoiceTitle.Size = new System.Drawing.Size(659, 38);
|
||
|
this.lblInvoiceTitle.TabIndex = 1;
|
||
|
this.lblInvoiceTitle.Text = "NEW INVOICE";
|
||
|
this.lblInvoiceTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// closeBTN
|
||
|
//
|
||
|
this.closeBTN.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.closeBTN.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.closeBTN.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.closeBTN.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.closeBTN.Location = new System.Drawing.Point(659, 0);
|
||
|
this.closeBTN.Name = "closeBTN";
|
||
|
this.closeBTN.Size = new System.Drawing.Size(43, 38);
|
||
|
this.closeBTN.TabIndex = 0;
|
||
|
this.closeBTN.Text = "x";
|
||
|
this.closeBTN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.closeBTN.Click += new System.EventHandler(this.CloseBTN_Click);
|
||
|
this.closeBTN.MouseEnter += new System.EventHandler(this.CloseBTN_MouseEnter);
|
||
|
this.closeBTN.MouseLeave += new System.EventHandler(this.CloseBTN_MouseLeave);
|
||
|
//
|
||
|
// DESC
|
||
|
//
|
||
|
this.DESC.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.DESC.Location = new System.Drawing.Point(432, 9);
|
||
|
this.DESC.Multiline = true;
|
||
|
this.DESC.Name = "DESC";
|
||
|
this.DESC.ReadOnly = true;
|
||
|
this.DESC.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
|
this.DESC.Size = new System.Drawing.Size(259, 118);
|
||
|
this.DESC.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;
|
||
|
//
|
||
|
// Column2
|
||
|
//
|
||
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column2.DataPropertyName = "invoice_id";
|
||
|
this.Column2.HeaderText = "PRODUCT ID";
|
||
|
this.Column2.Name = "Column2";
|
||
|
this.Column2.ReadOnly = true;
|
||
|
this.Column2.Width = 123;
|
||
|
//
|
||
|
// barcodecolumn
|
||
|
//
|
||
|
this.barcodecolumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
|
this.barcodecolumn.HeaderText = "PRODUCT NAME";
|
||
|
this.barcodecolumn.Name = "barcodecolumn";
|
||
|
this.barcodecolumn.ReadOnly = true;
|
||
|
//
|
||
|
// Column4
|
||
|
//
|
||
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column4.DataPropertyName = "pdesc";
|
||
|
this.Column4.HeaderText = "QUANTITY";
|
||
|
this.Column4.Name = "Column4";
|
||
|
this.Column4.ReadOnly = true;
|
||
|
this.Column4.Width = 107;
|
||
|
//
|
||
|
// Column3
|
||
|
//
|
||
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column3.HeaderText = "UNIT";
|
||
|
this.Column3.Name = "Column3";
|
||
|
this.Column3.ReadOnly = true;
|
||
|
this.Column3.Width = 68;
|
||
|
//
|
||
|
// Column5
|
||
|
//
|
||
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column5.DataPropertyName = "category";
|
||
|
this.Column5.HeaderText = "TOTAL COST";
|
||
|
this.Column5.Name = "Column5";
|
||
|
this.Column5.ReadOnly = true;
|
||
|
this.Column5.Width = 119;
|
||
|
//
|
||
|
// Column6
|
||
|
//
|
||
|
this.Column6.HeaderText = "unitCode";
|
||
|
this.Column6.Name = "Column6";
|
||
|
this.Column6.ReadOnly = true;
|
||
|
this.Column6.Visible = false;
|
||
|
//
|
||
|
// Column7
|
||
|
//
|
||
|
this.Column7.HeaderText = "distinctive";
|
||
|
this.Column7.Name = "Column7";
|
||
|
this.Column7.ReadOnly = true;
|
||
|
this.Column7.Visible = false;
|
||
|
//
|
||
|
// Delete
|
||
|
//
|
||
|
this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Delete.HeaderText = "";
|
||
|
this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
|
||
|
this.Delete.Name = "Delete";
|
||
|
this.Delete.ReadOnly = true;
|
||
|
this.Delete.Width = 5;
|
||
|
//
|
||
|
// AddInvoice
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(704, 639);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.Name = "AddInvoice";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.Load += new System.EventHandler(this.AddInvoice_Load);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).EndInit();
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
this.panel3.ResumeLayout(false);
|
||
|
this.panel3.PerformLayout();
|
||
|
this.titlePanel.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.Panel panel3;
|
||
|
private gradientPanel titlePanel;
|
||
|
private System.Windows.Forms.Label lblInvoiceTitle;
|
||
|
private System.Windows.Forms.Label closeBTN;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.ComboBox comboBox2;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
||
|
private System.Windows.Forms.DataGridView invoiceDetails;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.Button btnGenerate;
|
||
|
private System.Windows.Forms.ComboBox comboBox3;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.TextBox DESC;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn barcodecolumn;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
||
|
private System.Windows.Forms.DataGridViewImageColumn Delete;
|
||
|
}
|
||
|
}
|