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.
524 lines
32 KiB
524 lines
32 KiB
namespace BiskLog_Point_Of_Sale.Delivery
|
|
{
|
|
partial class FreeLoading
|
|
{
|
|
/// <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(FreeLoading));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.updateBox = new System.Windows.Forms.GroupBox();
|
|
this.trucks = new System.Windows.Forms.ComboBox();
|
|
this.truckID = new System.Windows.Forms.Label();
|
|
this.networth = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.txtSearch = new MetroFramework.Controls.MetroTextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.addProducts = new System.Windows.Forms.PictureBox();
|
|
this.orders = new System.Windows.Forms.DataGridView();
|
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewImageColumn3 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.stockup = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.deduct = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.panel2.SuspendLayout();
|
|
this.updateBox.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.addProducts)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.orders)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.updateBox);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(968, 146);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// updateBox
|
|
//
|
|
this.updateBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.updateBox.Controls.Add(this.trucks);
|
|
this.updateBox.Controls.Add(this.truckID);
|
|
this.updateBox.Controls.Add(this.networth);
|
|
this.updateBox.Controls.Add(this.label7);
|
|
this.updateBox.Controls.Add(this.label2);
|
|
this.updateBox.Controls.Add(this.label1);
|
|
this.updateBox.Location = new System.Drawing.Point(244, -5);
|
|
this.updateBox.Margin = new System.Windows.Forms.Padding(4);
|
|
this.updateBox.Name = "updateBox";
|
|
this.updateBox.Padding = new System.Windows.Forms.Padding(4);
|
|
this.updateBox.Size = new System.Drawing.Size(518, 148);
|
|
this.updateBox.TabIndex = 1;
|
|
this.updateBox.TabStop = false;
|
|
//
|
|
// trucks
|
|
//
|
|
this.trucks.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.trucks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.trucks.FormattingEnabled = true;
|
|
this.trucks.Location = new System.Drawing.Point(234, 21);
|
|
this.trucks.Name = "trucks";
|
|
this.trucks.Size = new System.Drawing.Size(259, 29);
|
|
this.trucks.TabIndex = 4;
|
|
this.trucks.TextChanged += new System.EventHandler(this.Trucks_TextChanged);
|
|
//
|
|
// truckID
|
|
//
|
|
this.truckID.AutoSize = true;
|
|
this.truckID.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.truckID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.truckID.Location = new System.Drawing.Point(240, 57);
|
|
this.truckID.Name = "truckID";
|
|
this.truckID.Size = new System.Drawing.Size(0, 21);
|
|
this.truckID.TabIndex = 0;
|
|
//
|
|
// networth
|
|
//
|
|
this.networth.AutoSize = true;
|
|
this.networth.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.networth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.networth.Location = new System.Drawing.Point(240, 88);
|
|
this.networth.Name = "networth";
|
|
this.networth.Size = new System.Drawing.Size(0, 21);
|
|
this.networth.TabIndex = 0;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label7.Location = new System.Drawing.Point(7, 88);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(200, 21);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "TOTAL INVENTORY WORTH";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label2.Location = new System.Drawing.Point(7, 57);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(77, 21);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "TRUCK ID";
|
|
//
|
|
// 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(7, 24);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(130, 21);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "DELIVERY TRUCK";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.panel3.Controls.Add(this.txtSearch);
|
|
this.panel3.Controls.Add(this.panel1);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(0, 146);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Padding = new System.Windows.Forms.Padding(5);
|
|
this.panel3.Size = new System.Drawing.Size(968, 39);
|
|
this.panel3.TabIndex = 7;
|
|
//
|
|
// txtSearch
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.txtSearch.CustomButton.Image = null;
|
|
this.txtSearch.CustomButton.Location = new System.Drawing.Point(274, 1);
|
|
this.txtSearch.CustomButton.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtSearch.CustomButton.Name = "";
|
|
this.txtSearch.CustomButton.Size = new System.Drawing.Size(27, 27);
|
|
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.Right;
|
|
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(606, 5);
|
|
this.txtSearch.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtSearch.MaxLength = 32767;
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.PasswordChar = '\0';
|
|
this.txtSearch.PromptText = "Enter product code or product name";
|
|
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(302, 29);
|
|
this.txtSearch.TabIndex = 15;
|
|
this.txtSearch.UseSelectable = true;
|
|
this.txtSearch.WaterMark = "Enter product code or product name";
|
|
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);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.addProducts);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel1.Location = new System.Drawing.Point(908, 5);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(55, 29);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// addProducts
|
|
//
|
|
this.addProducts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.addProducts.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.addProducts.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.addProducts.Enabled = false;
|
|
this.addProducts.Image = ((System.Drawing.Image)(resources.GetObject("addProducts.Image")));
|
|
this.addProducts.Location = new System.Drawing.Point(0, 0);
|
|
this.addProducts.Name = "addProducts";
|
|
this.addProducts.Size = new System.Drawing.Size(55, 29);
|
|
this.addProducts.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.addProducts.TabIndex = 4;
|
|
this.addProducts.TabStop = false;
|
|
this.addProducts.Click += new System.EventHandler(this.addProducts_Click);
|
|
//
|
|
// orders
|
|
//
|
|
this.orders.AllowUserToAddRows = false;
|
|
this.orders.AllowUserToDeleteRows = false;
|
|
this.orders.AllowUserToResizeColumns = false;
|
|
this.orders.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.Color.Gainsboro;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
|
|
this.orders.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.orders.BackgroundColor = System.Drawing.Color.White;
|
|
this.orders.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.orders.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.orders.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.orders.ColumnHeadersHeight = 30;
|
|
this.orders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.orders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.Column1,
|
|
this.Column2,
|
|
this.Column3,
|
|
this.Column5,
|
|
this.Column4,
|
|
this.Column6,
|
|
this.stockup,
|
|
this.deduct});
|
|
this.orders.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.orders.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.orders.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.orders.EnableHeadersVisualStyles = false;
|
|
this.orders.Location = new System.Drawing.Point(0, 185);
|
|
this.orders.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.orders.Name = "orders";
|
|
this.orders.ReadOnly = true;
|
|
this.orders.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.orders.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|
this.orders.RowHeadersVisible = false;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.orders.RowsDefaultCellStyle = dataGridViewCellStyle7;
|
|
this.orders.RowTemplate.Height = 40;
|
|
this.orders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.orders.Size = new System.Drawing.Size(968, 624);
|
|
this.orders.TabIndex = 15;
|
|
this.orders.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Orders_CellClick);
|
|
//
|
|
// holding
|
|
//
|
|
this.holding.Location = new System.Drawing.Point(465, 375);
|
|
this.holding.Margin = new System.Windows.Forms.Padding(4);
|
|
this.holding.Maximum = 100;
|
|
this.holding.Name = "holding";
|
|
this.holding.Size = new System.Drawing.Size(54, 51);
|
|
this.holding.TabIndex = 17;
|
|
this.holding.UseSelectable = true;
|
|
this.holding.Visible = false;
|
|
//
|
|
// dataGridViewImageColumn1
|
|
//
|
|
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle8.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle8.NullValue")));
|
|
dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White;
|
|
this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dataGridViewImageColumn1.HeaderText = "";
|
|
this.dataGridViewImageColumn1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
|
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// dataGridViewImageColumn2
|
|
//
|
|
this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
dataGridViewCellStyle9.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle9.NullValue")));
|
|
dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
|
|
this.dataGridViewImageColumn2.DefaultCellStyle = dataGridViewCellStyle9;
|
|
this.dataGridViewImageColumn2.HeaderText = "";
|
|
this.dataGridViewImageColumn2.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn2.Image")));
|
|
this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
|
|
this.dataGridViewImageColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// dataGridViewImageColumn3
|
|
//
|
|
this.dataGridViewImageColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.DarkRed;
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle10.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle10.NullValue")));
|
|
dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White;
|
|
this.dataGridViewImageColumn3.DefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dataGridViewImageColumn3.HeaderText = "";
|
|
this.dataGridViewImageColumn3.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.offload;
|
|
this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3";
|
|
this.dataGridViewImageColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "#";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Width = 42;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column1.HeaderText = "PRODUCT ID";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.ReadOnly = true;
|
|
this.Column1.Width = 123;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Column2.HeaderText = "PRODUCT NAME";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column3.HeaderText = "QUANTITY";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
this.Column3.Width = 107;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column5.HeaderText = "UNIT";
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.ReadOnly = true;
|
|
this.Column5.Width = 68;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.Column4.HeaderText = "WORTH";
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.ReadOnly = true;
|
|
this.Column4.Width = 88;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.HeaderText = "unitCode";
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.ReadOnly = true;
|
|
this.Column6.Visible = false;
|
|
//
|
|
// stockup
|
|
//
|
|
this.stockup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
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.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle3.NullValue")));
|
|
dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
|
this.stockup.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.stockup.HeaderText = "";
|
|
this.stockup.Image = ((System.Drawing.Image)(resources.GetObject("stockup.Image")));
|
|
this.stockup.Name = "stockup";
|
|
this.stockup.ReadOnly = true;
|
|
this.stockup.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.stockup.Width = 5;
|
|
//
|
|
// deduct
|
|
//
|
|
this.deduct.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.DarkRed;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle4.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle4.NullValue")));
|
|
dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(5);
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
|
|
this.deduct.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.deduct.HeaderText = "";
|
|
this.deduct.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.offload;
|
|
this.deduct.Name = "deduct";
|
|
this.deduct.ReadOnly = true;
|
|
this.deduct.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.deduct.Width = 5;
|
|
//
|
|
// FreeLoading
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(968, 809);
|
|
this.Controls.Add(this.holding);
|
|
this.Controls.Add(this.orders);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FreeLoading";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "FreeLoading";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.FreeLoading_Load);
|
|
this.panel2.ResumeLayout(false);
|
|
this.updateBox.ResumeLayout(false);
|
|
this.updateBox.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.addProducts)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.orders)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.GroupBox updateBox;
|
|
private System.Windows.Forms.ComboBox trucks;
|
|
private System.Windows.Forms.Label truckID;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label networth;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.DataGridView orders;
|
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
private MetroFramework.Controls.MetroTextBox txtSearch;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox addProducts;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
private System.Windows.Forms.DataGridViewImageColumn stockup;
|
|
private System.Windows.Forms.DataGridViewImageColumn deduct;
|
|
}
|
|
}
|