using BiskLog_Point_Of_Sale.Classes; namespace Point_Of_Sale_Managment { partial class StockForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StockForm)); this.header = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.holding2 = new MetroFramework.Controls.MetroProgressSpinner(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel5 = new System.Windows.Forms.Panel(); this.datePicka = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.lblRef = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtRef = new System.Windows.Forms.TextBox(); this.txtIN = new System.Windows.Forms.TextBox(); this.txtAdd = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); 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.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.txtSearch = new MetroFramework.Controls.MetroTextBox(); this.header.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // 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; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); 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.panel6); 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(319, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(732, 761); this.panel2.TabIndex = 0; // // panel6 // this.panel6.Controls.Add(this.holding2); this.panel6.Controls.Add(this.dataGridView2); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 140); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(732, 576); this.panel6.TabIndex = 22; // // holding2 // this.holding2.Location = new System.Drawing.Point(388, 208); this.holding2.Maximum = 100; this.holding2.Name = "holding2"; this.holding2.Size = new System.Drawing.Size(57, 47); this.holding2.TabIndex = 15; this.holding2.UseSelectable = true; this.holding2.Visible = false; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToResizeColumns = false; this.dataGridView2.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.dataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView2.BackgroundColor = System.Drawing.Color.White; this.dataGridView2.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.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView2.ColumnHeadersHeight = 30; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.Column3, this.dataGridViewTextBoxColumn2, this.Column8, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4, this.Column5, this.Column6}); 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.dataGridView2.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView2.Enabled = false; this.dataGridView2.EnableHeadersVisualStyles = false; this.dataGridView2.Location = new System.Drawing.Point(0, 0); this.dataGridView2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.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.dataGridView2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView2.RowHeadersVisible = false; this.dataGridView2.RowHeadersWidth = 50; 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.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView2.Size = new System.Drawing.Size(732, 576); this.dataGridView2.TabIndex = 15; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewTextBoxColumn1.HeaderText = "#"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 39; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column3.HeaderText = "REFERENCE #"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 111; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewTextBoxColumn2.DataPropertyName = "pcode"; this.dataGridViewTextBoxColumn2.HeaderText = "PCODE"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 72; // // Column8 // this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column8.HeaderText = "NAME"; this.Column8.Name = "Column8"; this.Column8.Width = 68; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn3.DataPropertyName = "pdesc"; this.dataGridViewTextBoxColumn3.HeaderText = "DESCRIPTION"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewTextBoxColumn4.DataPropertyName = "qty"; this.dataGridViewTextBoxColumn4.HeaderText = "QTY"; this.dataGridViewTextBoxColumn4.MinimumWidth = 10; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 54; // // Column5 // this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column5.HeaderText = "STOCK IN DATE"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 121; // // Column6 // this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column6.HeaderText = "STOCK IN BY"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 105; // // panel5 // this.panel5.Controls.Add(this.datePicka); this.panel5.Controls.Add(this.label4); this.panel5.Controls.Add(this.lblRef); this.panel5.Controls.Add(this.label3); this.panel5.Controls.Add(this.txtRef); this.panel5.Controls.Add(this.txtIN); this.panel5.Controls.Add(this.txtAdd); this.panel5.Controls.Add(this.label2); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(732, 140); this.panel5.TabIndex = 21; // // datePicka // this.datePicka.Location = new System.Drawing.Point(129, 103); this.datePicka.Name = "datePicka"; this.datePicka.Size = new System.Drawing.Size(336, 25); this.datePicka.TabIndex = 13; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(13, 43); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 21); this.label4.TabIndex = 19; this.label4.Text = "Add To Stock"; // // 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(13, 12); 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(13, 103); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 21); this.label3.TabIndex = 16; this.label3.Text = "Stock In Date"; // // txtRef // this.txtRef.Enabled = false; this.txtRef.Location = new System.Drawing.Point(129, 12); this.txtRef.Name = "txtRef"; this.txtRef.Size = new System.Drawing.Size(336, 25); this.txtRef.TabIndex = 9; this.txtRef.TextChanged += new System.EventHandler(this.TxtRef_TextChanged); // // txtIN // this.txtIN.Enabled = false; this.txtIN.Location = new System.Drawing.Point(129, 73); this.txtIN.Name = "txtIN"; this.txtIN.Size = new System.Drawing.Size(336, 25); this.txtIN.TabIndex = 11; this.txtIN.TextChanged += new System.EventHandler(this.TxtIN_TextChanged); // // txtAdd // this.txtAdd.Location = new System.Drawing.Point(129, 43); this.txtAdd.Name = "txtAdd"; this.txtAdd.Size = new System.Drawing.Size(336, 25); this.txtAdd.TabIndex = 10; this.txtAdd.TextChanged += new System.EventHandler(this.txtAdd_TextChanged); this.txtAdd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtAdd_KeyPress); // // 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(13, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 21); this.label2.TabIndex = 17; this.label2.Text = "Stock In By"; // // 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(732, 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.Enabled = false; 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(544, 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(310, 761); this.panel3.TabIndex = 1; // // holding1 // this.holding1.Location = new System.Drawing.Point(80, 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; dataGridViewCellStyle6.BackColor = System.Drawing.Color.White; dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dataGridView1.BackgroundColor = System.Drawing.Color.White; this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; 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.dataGridView1.Cursor = System.Windows.Forms.Cursors.Hand; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle8; 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; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.ActiveCaptionText; dataGridViewCellStyle9.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dataGridView1.RowHeadersVisible = false; dataGridViewCellStyle10.BackColor = System.Drawing.Color.White; dataGridViewCellStyle10.Font = new System.Drawing.Font("Segoe UI", 12F); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(310, 731); this.dataGridView1.TabIndex = 14; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick); // // 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 = 41; // // 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; // // 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; // // 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; // // txtSearch // // // // this.txtSearch.CustomButton.Image = null; this.txtSearch.CustomButton.Location = new System.Drawing.Point(282, 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(310, 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); // // 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.header.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); 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; public System.Windows.Forms.TextBox txtAdd; private System.Windows.Forms.TextBox txtRef; private System.Windows.Forms.Label lblRef; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.DataGridView dataGridView2; 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 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 dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private MetroFramework.Controls.MetroProgressSpinner holding2; private MetroFramework.Controls.MetroProgressSpinner holding1; } }