Biskilog POS desktop appilcation
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.

516 lines
28 KiB

using BiskLog_Point_Of_Sale.Classes;
namespace Point_Of_Sale_Managment
{
partial class StockForm
{
/// <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(StockForm));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.unitPanels = new System.Windows.Forms.FlowLayoutPanel();
this.label5 = new System.Windows.Forms.Label();
this.datePicka = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.lblSelectedProduct = new System.Windows.Forms.Label();
this.txtIN = new System.Windows.Forms.TextBox();
this.txtRef = new System.Windows.Forms.TextBox();
this.lblRef = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.holding2 = new MetroFramework.Controls.MetroProgressSpinner();
this.panel4 = new System.Windows.Forms.Panel();
this.btnSave = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.holding1 = new MetroFramework.Controls.MetroProgressSpinner();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.txtSearch = new MetroFramework.Controls.MetroTextBox();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.header = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.label1 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.header.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.07401F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.92599F));
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 36);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1054, 767);
this.tableLayoutPanel1.TabIndex = 3;
//
// panel2
//
this.panel2.Controls.Add(this.panel5);
this.panel2.Controls.Add(this.panel4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(457, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(594, 761);
this.panel2.TabIndex = 0;
//
// panel5
//
this.panel5.Controls.Add(this.groupBox1);
this.panel5.Controls.Add(this.holding2);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(594, 716);
this.panel5.TabIndex = 21;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.datePicka);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.lblSelectedProduct);
this.groupBox1.Controls.Add(this.txtIN);
this.groupBox1.Controls.Add(this.txtRef);
this.groupBox1.Controls.Add(this.lblRef);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(64, 20);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(486, 549);
this.groupBox1.TabIndex = 20;
this.groupBox1.TabStop = false;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.unitPanels);
this.groupBox2.Location = new System.Drawing.Point(29, 172);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(419, 336);
this.groupBox2.TabIndex = 23;
this.groupBox2.TabStop = false;
//
// unitPanels
//
this.unitPanels.Dock = System.Windows.Forms.DockStyle.Fill;
this.unitPanels.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.unitPanels.Location = new System.Drawing.Point(3, 21);
this.unitPanels.Name = "unitPanels";
this.unitPanels.Size = new System.Drawing.Size(413, 312);
this.unitPanels.TabIndex = 33;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(6, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(126, 21);
this.label5.TabIndex = 18;
this.label5.Text = "Selected Product";
//
// datePicka
//
this.datePicka.Location = new System.Drawing.Point(152, 121);
this.datePicka.Name = "datePicka";
this.datePicka.Size = new System.Drawing.Size(306, 25);
this.datePicka.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 94);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(85, 21);
this.label2.TabIndex = 17;
this.label2.Text = "Stock In By";
//
// lblSelectedProduct
//
this.lblSelectedProduct.AutoSize = true;
this.lblSelectedProduct.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.lblSelectedProduct.Location = new System.Drawing.Point(148, 21);
this.lblSelectedProduct.Name = "lblSelectedProduct";
this.lblSelectedProduct.Size = new System.Drawing.Size(139, 21);
this.lblSelectedProduct.TabIndex = 18;
this.lblSelectedProduct.Text = "Selected Product";
this.lblSelectedProduct.TextChanged += new System.EventHandler(this.lblSelectedProduct_TextChanged);
//
// txtIN
//
this.txtIN.Enabled = false;
this.txtIN.Location = new System.Drawing.Point(152, 91);
this.txtIN.Name = "txtIN";
this.txtIN.Size = new System.Drawing.Size(306, 25);
this.txtIN.TabIndex = 11;
this.txtIN.TextChanged += new System.EventHandler(this.TxtIN_TextChanged);
//
// txtRef
//
this.txtRef.Enabled = false;
this.txtRef.Location = new System.Drawing.Point(152, 54);
this.txtRef.Name = "txtRef";
this.txtRef.Size = new System.Drawing.Size(306, 25);
this.txtRef.TabIndex = 9;
this.txtRef.TextChanged += new System.EventHandler(this.TxtRef_TextChanged);
//
// lblRef
//
this.lblRef.AutoSize = true;
this.lblRef.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRef.Location = new System.Drawing.Point(6, 54);
this.lblRef.Name = "lblRef";
this.lblRef.Size = new System.Drawing.Size(107, 21);
this.lblRef.TabIndex = 18;
this.lblRef.Text = "Reference No.";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(6, 121);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 21);
this.label3.TabIndex = 16;
this.label3.Text = "Stock In Date";
//
// holding2
//
this.holding2.Location = new System.Drawing.Point(14, 165);
this.holding2.Maximum = 100;
this.holding2.Name = "holding2";
this.holding2.Size = new System.Drawing.Size(57, 47);
this.holding2.TabIndex = 22;
this.holding2.UseSelectable = true;
this.holding2.Visible = false;
//
// panel4
//
this.panel4.Controls.Add(this.btnSave);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 716);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(5);
this.panel4.Size = new System.Drawing.Size(594, 45);
this.panel4.TabIndex = 20;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Dock = System.Windows.Forms.DockStyle.Right;
this.btnSave.FlatAppearance.BorderSize = 0;
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSave.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.btnSave.ForeColor = System.Drawing.Color.DimGray;
this.btnSave.Location = new System.Drawing.Point(406, 5);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(183, 35);
this.btnSave.TabIndex = 15;
this.btnSave.Text = "RESTOCK";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// panel3
//
this.panel3.Controls.Add(this.holding1);
this.panel3.Controls.Add(this.dataGridView1);
this.panel3.Controls.Add(this.txtSearch);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(448, 761);
this.panel3.TabIndex = 1;
//
// holding1
//
this.holding1.Location = new System.Drawing.Point(173, 291);
this.holding1.Maximum = 100;
this.holding1.Name = "holding1";
this.holding1.Size = new System.Drawing.Size(57, 47);
this.holding1.TabIndex = 15;
this.holding1.UseSelectable = true;
this.holding1.Visible = false;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToResizeColumns = false;
this.dataGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
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.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", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.Column2,
this.Column4,
this.Column7,
this.Column3});
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", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.EnableHeadersVisualStyles = false;
this.dataGridView1.Location = new System.Drawing.Point(0, 30);
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", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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);
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(448, 731);
this.dataGridView1.TabIndex = 14;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
//
// txtSearch
//
//
//
//
this.txtSearch.CustomButton.Image = null;
this.txtSearch.CustomButton.Location = new System.Drawing.Point(420, 2);
this.txtSearch.CustomButton.Name = "";
this.txtSearch.CustomButton.Size = new System.Drawing.Size(25, 25);
this.txtSearch.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtSearch.CustomButton.TabIndex = 1;
this.txtSearch.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtSearch.CustomButton.UseSelectable = true;
this.txtSearch.CustomButton.Visible = false;
this.txtSearch.DisplayIcon = true;
this.txtSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.txtSearch.FontSize = MetroFramework.MetroTextBoxSize.Medium;
this.txtSearch.Icon = ((System.Drawing.Image)(resources.GetObject("txtSearch.Icon")));
this.txtSearch.Lines = new string[0];
this.txtSearch.Location = new System.Drawing.Point(0, 0);
this.txtSearch.MaxLength = 32767;
this.txtSearch.Name = "txtSearch";
this.txtSearch.PasswordChar = '\0';
this.txtSearch.PromptText = "Enter product name ,code or description here";
this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtSearch.SelectedText = "";
this.txtSearch.SelectionLength = 0;
this.txtSearch.SelectionStart = 0;
this.txtSearch.ShortcutsEnabled = true;
this.txtSearch.Size = new System.Drawing.Size(448, 30);
this.txtSearch.TabIndex = 13;
this.txtSearch.UseSelectable = true;
this.txtSearch.WaterMark = "Enter product name ,code or description here";
this.txtSearch.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtSearch.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
//
// Column3
//
this.Column3.HeaderText = "baseunit";
this.Column3.Name = "Column3";
this.Column3.Visible = false;
//
// Column7
//
this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column7.DataPropertyName = "qty";
this.Column7.HeaderText = "QTY";
this.Column7.MinimumWidth = 10;
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Width = 54;
//
// Column4
//
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column4.DataPropertyName = "pdesc";
this.Column4.HeaderText = "DESCRIPTION";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column2
//
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column2.DataPropertyName = "pcode";
this.Column2.HeaderText = "PCODE";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 72;
//
// Column1
//
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column1.HeaderText = "#";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
this.Column1.Width = 39;
//
// header
//
this.header.BackColor = System.Drawing.SystemColors.Control;
this.header.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.header.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.header.Controls.Add(this.label1);
this.header.Dock = System.Windows.Forms.DockStyle.Top;
this.header.Location = new System.Drawing.Point(0, 0);
this.header.Name = "header";
this.header.Size = new System.Drawing.Size(1054, 36);
this.header.TabIndex = 2;
//
// 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", 12F, System.Drawing.FontStyle.Bold);
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(1054, 36);
this.label1.TabIndex = 0;
this.label1.Text = "STOCK IN MODULE";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// StockForm
//
this.AcceptButton = this.btnSave;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1054, 803);
this.ControlBox = false;
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.header);
this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "StockForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.StockForm_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.header.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private gradientPanel header;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DateTimePicker datePicka;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtIN;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtRef;
private System.Windows.Forms.Label lblRef;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel3;
public System.Windows.Forms.DataGridView dataGridView1;
private MetroFramework.Controls.MetroTextBox txtSearch;
private MetroFramework.Controls.MetroProgressSpinner holding1;
private MetroFramework.Controls.MetroProgressSpinner holding2;
private System.Windows.Forms.Label lblSelectedProduct;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.FlowLayoutPanel unitPanels;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
}
}