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.
339 lines
18 KiB
339 lines
18 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.OPS_Report.Products
|
||
|
{
|
||
|
partial class ProductsLow
|
||
|
{
|
||
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductsLow));
|
||
|
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();
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.buttons = new System.Windows.Forms.GroupBox();
|
||
|
this.button3 = new System.Windows.Forms.Button();
|
||
|
this.button2 = new System.Windows.Forms.Button();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.headingPanel = new System.Windows.Forms.Panel();
|
||
|
this.title = new System.Windows.Forms.Label();
|
||
|
this.neededItems = new System.Windows.Forms.DataGridView();
|
||
|
this.EpE = new System.Windows.Forms.Panel();
|
||
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.excelExport = new System.Windows.Forms.SaveFileDialog();
|
||
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.buttons.SuspendLayout();
|
||
|
this.panel2.SuspendLayout();
|
||
|
this.headingPanel.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.neededItems)).BeginInit();
|
||
|
this.EpE.SuspendLayout();
|
||
|
this.gradientPanel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||
|
this.panel1.Controls.Add(this.buttons);
|
||
|
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(923, 46);
|
||
|
this.panel1.TabIndex = 1;
|
||
|
//
|
||
|
// buttons
|
||
|
//
|
||
|
this.buttons.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
|
this.buttons.Controls.Add(this.button3);
|
||
|
this.buttons.Controls.Add(this.button2);
|
||
|
this.buttons.Controls.Add(this.button1);
|
||
|
this.buttons.Location = new System.Drawing.Point(239, -6);
|
||
|
this.buttons.Name = "buttons";
|
||
|
this.buttons.Size = new System.Drawing.Size(444, 46);
|
||
|
this.buttons.TabIndex = 9;
|
||
|
this.buttons.TabStop = false;
|
||
|
//
|
||
|
// button3
|
||
|
//
|
||
|
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button3.FlatAppearance.BorderSize = 0;
|
||
|
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
|
||
|
this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
this.button3.Location = new System.Drawing.Point(308, 13);
|
||
|
this.button3.Name = "button3";
|
||
|
this.button3.Size = new System.Drawing.Size(120, 30);
|
||
|
this.button3.TabIndex = 8;
|
||
|
this.button3.Text = "Refresh";
|
||
|
this.button3.UseVisualStyleBackColor = true;
|
||
|
this.button3.Click += new System.EventHandler(this.ProductsLow_Load);
|
||
|
//
|
||
|
// button2
|
||
|
//
|
||
|
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
|
this.button2.FlatAppearance.BorderSize = 0;
|
||
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button2.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.exportFile;
|
||
|
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
this.button2.Location = new System.Drawing.Point(158, 13);
|
||
|
this.button2.Name = "button2";
|
||
|
this.button2.Size = new System.Drawing.Size(142, 31);
|
||
|
this.button2.TabIndex = 6;
|
||
|
this.button2.Text = "Excel";
|
||
|
this.button2.UseVisualStyleBackColor = true;
|
||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button1.FlatAppearance.BorderSize = 0;
|
||
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.printer;
|
||
|
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
this.button1.Location = new System.Drawing.Point(6, 13);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(138, 30);
|
||
|
this.button1.TabIndex = 7;
|
||
|
this.button1.Text = "Print";
|
||
|
this.button1.UseVisualStyleBackColor = true;
|
||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||
|
this.panel2.Controls.Add(this.headingPanel);
|
||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel2.Location = new System.Drawing.Point(0, 46);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(923, 67);
|
||
|
this.panel2.TabIndex = 2;
|
||
|
//
|
||
|
// headingPanel
|
||
|
//
|
||
|
this.headingPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
|
this.headingPanel.Controls.Add(this.title);
|
||
|
this.headingPanel.Location = new System.Drawing.Point(243, 4);
|
||
|
this.headingPanel.Name = "headingPanel";
|
||
|
this.headingPanel.Size = new System.Drawing.Size(434, 54);
|
||
|
this.headingPanel.TabIndex = 8;
|
||
|
//
|
||
|
// title
|
||
|
//
|
||
|
this.title.AutoSize = true;
|
||
|
this.title.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.title.Location = new System.Drawing.Point(123, 15);
|
||
|
this.title.Name = "title";
|
||
|
this.title.Size = new System.Drawing.Size(155, 21);
|
||
|
this.title.TabIndex = 0;
|
||
|
this.title.Text = "Needed To Restock";
|
||
|
//
|
||
|
// neededItems
|
||
|
//
|
||
|
this.neededItems.AllowUserToAddRows = false;
|
||
|
this.neededItems.AllowUserToDeleteRows = false;
|
||
|
this.neededItems.AllowUserToResizeColumns = false;
|
||
|
this.neededItems.AllowUserToResizeRows = false;
|
||
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Gainsboro;
|
||
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Gainsboro;
|
||
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.neededItems.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.neededItems.BackgroundColor = System.Drawing.Color.White;
|
||
|
this.neededItems.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
||
|
this.neededItems.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
this.neededItems.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
||
|
this.neededItems.ColumnHeadersHeight = 35;
|
||
|
this.neededItems.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
|
this.neededItems.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.Column2,
|
||
|
this.Column4,
|
||
|
this.Column3,
|
||
|
this.Column1});
|
||
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
||
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Window;
|
||
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
this.neededItems.DefaultCellStyle = dataGridViewCellStyle6;
|
||
|
this.neededItems.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.neededItems.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
||
|
this.neededItems.EnableHeadersVisualStyles = false;
|
||
|
this.neededItems.Location = new System.Drawing.Point(0, 113);
|
||
|
this.neededItems.Name = "neededItems";
|
||
|
this.neededItems.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||
|
this.neededItems.RowHeadersVisible = false;
|
||
|
this.neededItems.RowTemplate.Height = 40;
|
||
|
this.neededItems.Size = new System.Drawing.Size(923, 421);
|
||
|
this.neededItems.TabIndex = 3;
|
||
|
//
|
||
|
// EpE
|
||
|
//
|
||
|
this.EpE.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
|
this.EpE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.EpE.Controls.Add(this.holding);
|
||
|
this.EpE.Controls.Add(this.gradientPanel1);
|
||
|
this.EpE.Location = new System.Drawing.Point(321, 206);
|
||
|
this.EpE.Name = "EpE";
|
||
|
this.EpE.Size = new System.Drawing.Size(281, 122);
|
||
|
this.EpE.TabIndex = 5;
|
||
|
this.EpE.Visible = false;
|
||
|
//
|
||
|
// holding
|
||
|
//
|
||
|
this.holding.Location = new System.Drawing.Point(119, 59);
|
||
|
this.holding.Maximum = 100;
|
||
|
this.holding.Name = "holding";
|
||
|
this.holding.Size = new System.Drawing.Size(52, 52);
|
||
|
this.holding.TabIndex = 1;
|
||
|
this.holding.UseCustomBackColor = true;
|
||
|
this.holding.UseCustomForeColor = true;
|
||
|
this.holding.UseSelectable = true;
|
||
|
//
|
||
|
// Column2
|
||
|
//
|
||
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column2.HeaderText = "#";
|
||
|
this.Column2.Name = "Column2";
|
||
|
this.Column2.Width = 42;
|
||
|
//
|
||
|
// Column4
|
||
|
//
|
||
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column4.HeaderText = "Product Name";
|
||
|
this.Column4.MinimumWidth = 206;
|
||
|
this.Column4.Name = "Column4";
|
||
|
this.Column4.Width = 206;
|
||
|
//
|
||
|
// Column3
|
||
|
//
|
||
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column3.HeaderText = "Quantity";
|
||
|
this.Column3.Name = "Column3";
|
||
|
this.Column3.Width = 93;
|
||
|
//
|
||
|
// Column1
|
||
|
//
|
||
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
|
this.Column1.HeaderText = "Unit";
|
||
|
this.Column1.Name = "Column1";
|
||
|
//
|
||
|
// excelExport
|
||
|
//
|
||
|
this.excelExport.DefaultExt = "xlsx";
|
||
|
this.excelExport.FileName = "BISKILOG excel report";
|
||
|
this.excelExport.Filter = "Excel (2007 or later) |*.xlsx";
|
||
|
//
|
||
|
// 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)(132)))));
|
||
|
this.gradientPanel1.Controls.Add(this.label6);
|
||
|
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(279, 41);
|
||
|
this.gradientPanel1.TabIndex = 0;
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.label6.ForeColor = System.Drawing.Color.White;
|
||
|
this.label6.Location = new System.Drawing.Point(0, 0);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(279, 41);
|
||
|
this.label6.TabIndex = 0;
|
||
|
this.label6.Text = "Please wait !!!!";
|
||
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// ProductsLow
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(923, 534);
|
||
|
this.Controls.Add(this.EpE);
|
||
|
this.Controls.Add(this.neededItems);
|
||
|
this.Controls.Add(this.panel2);
|
||
|
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 = "ProductsLow";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.Text = "ProductsLow";
|
||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
|
this.Load += new System.EventHandler(this.ProductsLow_Load);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.buttons.ResumeLayout(false);
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
this.headingPanel.ResumeLayout(false);
|
||
|
this.headingPanel.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.neededItems)).EndInit();
|
||
|
this.EpE.ResumeLayout(false);
|
||
|
this.gradientPanel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.GroupBox buttons;
|
||
|
private System.Windows.Forms.Button button3;
|
||
|
private System.Windows.Forms.Button button2;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.Panel headingPanel;
|
||
|
private System.Windows.Forms.Label title;
|
||
|
private System.Windows.Forms.DataGridView neededItems;
|
||
|
private System.Windows.Forms.Panel EpE;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
||
|
private BiskLog_Point_Of_Sale.Classes.gradientPanel gradientPanel1;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.SaveFileDialog excelExport;
|
||
|
}
|
||
|
}
|