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.
334 lines
18 KiB
334 lines
18 KiB
namespace BiskLog_Point_Of_Sale.Products_Module
|
|
{
|
|
partial class InfoWindow
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InfoWindow));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.barcodecolumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.productNamelbl = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.productIDlbl = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.exitBTN = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.lblBarcode = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtDescriptio = new System.Windows.Forms.TextBox();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.gradientPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.txtDescriptio);
|
|
this.panel1.Controls.Add(this.dataGridView1);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.lblBarcode);
|
|
this.panel1.Controls.Add(this.productNamelbl);
|
|
this.panel1.Controls.Add(this.label6);
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.productIDlbl);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.gradientPanel1);
|
|
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(512, 648);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = 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.Black;
|
|
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.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
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.Column2,
|
|
this.barcodecolumn,
|
|
this.Column8});
|
|
this.dataGridView1.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.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.EnableHeadersVisualStyles = false;
|
|
this.dataGridView1.Location = new System.Drawing.Point(-1, 408);
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
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;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dataGridView1.RowTemplate.Height = 40;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(511, 236);
|
|
this.dataGridView1.TabIndex = 4;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Column2.DataPropertyName = "pcode";
|
|
this.Column2.HeaderText = "UNIT OF MEASURE";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
//
|
|
// barcodecolumn
|
|
//
|
|
this.barcodecolumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.barcodecolumn.HeaderText = "QUANTITY";
|
|
this.barcodecolumn.Name = "barcodecolumn";
|
|
this.barcodecolumn.ReadOnly = true;
|
|
this.barcodecolumn.Width = 107;
|
|
//
|
|
// Column8
|
|
//
|
|
this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column8.HeaderText = "PRICE PER UNIT";
|
|
this.Column8.Name = "Column8";
|
|
this.Column8.ReadOnly = true;
|
|
this.Column8.Width = 144;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.box;
|
|
this.pictureBox1.Location = new System.Drawing.Point(178, 42);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(133, 126);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 2;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// productNamelbl
|
|
//
|
|
this.productNamelbl.AutoSize = true;
|
|
this.productNamelbl.Location = new System.Drawing.Point(201, 218);
|
|
this.productNamelbl.Name = "productNamelbl";
|
|
this.productNamelbl.Size = new System.Drawing.Size(110, 21);
|
|
this.productNamelbl.TabIndex = 1;
|
|
this.productNamelbl.Text = "Product Name";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(8, 218);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(110, 21);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Product Name";
|
|
//
|
|
// productIDlbl
|
|
//
|
|
this.productIDlbl.AutoSize = true;
|
|
this.productIDlbl.Location = new System.Drawing.Point(201, 183);
|
|
this.productIDlbl.Name = "productIDlbl";
|
|
this.productIDlbl.Size = new System.Drawing.Size(83, 21);
|
|
this.productIDlbl.TabIndex = 1;
|
|
this.productIDlbl.Text = "Product ID";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(8, 183);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(83, 21);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Product ID";
|
|
//
|
|
// 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.label1);
|
|
this.gradientPanel1.Controls.Add(this.exitBTN);
|
|
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(510, 39);
|
|
this.gradientPanel1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 15F);
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(462, 39);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Product Information";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// exitBTN
|
|
//
|
|
this.exitBTN.BackColor = System.Drawing.Color.Transparent;
|
|
this.exitBTN.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.exitBTN.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.exitBTN.ForeColor = System.Drawing.Color.White;
|
|
this.exitBTN.Location = new System.Drawing.Point(462, 0);
|
|
this.exitBTN.Name = "exitBTN";
|
|
this.exitBTN.Size = new System.Drawing.Size(48, 39);
|
|
this.exitBTN.TabIndex = 0;
|
|
this.exitBTN.Text = "x";
|
|
this.exitBTN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.exitBTN.Click += new System.EventHandler(this.exitBTN_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(8, 249);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(66, 21);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "Barcode";
|
|
//
|
|
// lblBarcode
|
|
//
|
|
this.lblBarcode.AutoSize = true;
|
|
this.lblBarcode.Location = new System.Drawing.Point(201, 249);
|
|
this.lblBarcode.Name = "lblBarcode";
|
|
this.lblBarcode.Size = new System.Drawing.Size(0, 21);
|
|
this.lblBarcode.TabIndex = 1;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(11, 279);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(89, 21);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "Description";
|
|
this.label6.Click += new System.EventHandler(this.label6_Click);
|
|
//
|
|
// txtDescriptio
|
|
//
|
|
this.txtDescriptio.Location = new System.Drawing.Point(205, 279);
|
|
this.txtDescriptio.Multiline = true;
|
|
this.txtDescriptio.Name = "txtDescriptio";
|
|
this.txtDescriptio.ReadOnly = true;
|
|
this.txtDescriptio.Size = new System.Drawing.Size(280, 124);
|
|
this.txtDescriptio.TabIndex = 5;
|
|
//
|
|
// InfoWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(512, 648);
|
|
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "InfoWindow";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "AlterWindow";
|
|
this.Load += new System.EventHandler(this.InfoWindow_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.gradientPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private Classes.gradientPanel gradientPanel1;
|
|
private System.Windows.Forms.Label exitBTN;
|
|
private System.Windows.Forms.Label productNamelbl;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label productIDlbl;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn barcodecolumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
|
private System.Windows.Forms.TextBox txtDescriptio;
|
|
private System.Windows.Forms.Label lblBarcode;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
}
|