namespace BiskLog_Point_Of_Sale.Delivery
{
partial class DeliveryManagement
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeliveryManagement));
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();
this.headPanel = new System.Windows.Forms.Panel();
this.addProducts = new System.Windows.Forms.PictureBox();
this.deliveries = 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.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DeliveryOptions = new System.Windows.Forms.ContextMenuStrip(this.components);
this.aSSIGNTRUCKToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.oRDERREVIEWToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pRINTORDERINVOICEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rEMAILORDERINVOICEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.holding = new System.Windows.Forms.Panel();
this.label13 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.hold = new MetroFramework.Controls.MetroProgressSpinner();
this.headPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.addProducts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.deliveries)).BeginInit();
this.DeliveryOptions.SuspendLayout();
this.holding.SuspendLayout();
this.panel5.SuspendLayout();
this.SuspendLayout();
//
// headPanel
//
this.headPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.headPanel.Controls.Add(this.addProducts);
this.headPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.headPanel.Location = new System.Drawing.Point(0, 0);
this.headPanel.Name = "headPanel";
this.headPanel.Size = new System.Drawing.Size(1050, 39);
this.headPanel.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.Right;
this.addProducts.Image = ((System.Drawing.Image)(resources.GetObject("addProducts.Image")));
this.addProducts.Location = new System.Drawing.Point(1001, 0);
this.addProducts.Name = "addProducts";
this.addProducts.Size = new System.Drawing.Size(49, 39);
this.addProducts.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.addProducts.TabIndex = 3;
this.addProducts.TabStop = false;
this.addProducts.Click += new System.EventHandler(this.AddProducts_Click);
//
// deliveries
//
this.deliveries.AllowUserToAddRows = false;
this.deliveries.AllowUserToDeleteRows = false;
this.deliveries.AllowUserToResizeColumns = false;
this.deliveries.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F);
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
this.deliveries.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.deliveries.BackgroundColor = System.Drawing.Color.White;
this.deliveries.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.deliveries.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.deliveries.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.deliveries.ColumnHeadersHeight = 30;
this.deliveries.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.deliveries.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column4,
this.Column7,
this.Column9,
this.Column8,
this.Column3,
this.Column5,
this.Column6,
this.Column10,
this.Column11});
this.deliveries.Cursor = System.Windows.Forms.Cursors.Hand;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 12F);
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.deliveries.DefaultCellStyle = dataGridViewCellStyle3;
this.deliveries.Dock = System.Windows.Forms.DockStyle.Fill;
this.deliveries.EnableHeadersVisualStyles = false;
this.deliveries.Location = new System.Drawing.Point(0, 39);
this.deliveries.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.deliveries.Name = "deliveries";
this.deliveries.ReadOnly = true;
this.deliveries.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F);
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.deliveries.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.deliveries.RowHeadersVisible = false;
this.deliveries.RowTemplate.Height = 40;
this.deliveries.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.deliveries.Size = new System.Drawing.Size(1050, 792);
this.deliveries.TabIndex = 5;
this.deliveries.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Deliveries_CellClick);
this.deliveries.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Deliveries_MouseClick);
//
// Column1
//
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column1.HeaderText = "#";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 42;
//
// Column2
//
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column2.DataPropertyName = "invoice_id";
this.Column2.HeaderText = "DELIVERY ID";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 120;
//
// Column4
//
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column4.DataPropertyName = "pdesc";
this.Column4.HeaderText = "DATE INITIATED";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 141;
//
// Column7
//
this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column7.HeaderText = "DESTINATION";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column9
//
this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column9.HeaderText = "DATE COMPLETED";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
this.Column9.Width = 161;
//
// Column8
//
this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column8.HeaderText = "CUSTOMER ID";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Width = 133;
//
// Column3
//
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column3.DataPropertyName = "brand";
this.Column3.HeaderText = "GENERATED BY";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 139;
//
// Column5
//
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column5.DataPropertyName = "category";
this.Column5.HeaderText = "TOTAL COST";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 119;
//
// Column6
//
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column6.HeaderText = "STATUS";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 86;
//
// Column10
//
this.Column10.HeaderText = "fullname";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
this.Column10.Visible = false;
//
// Column11
//
this.Column11.HeaderText = "email";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
this.Column11.Visible = false;
//
// DeliveryOptions
//
this.DeliveryOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aSSIGNTRUCKToolStripMenuItem,
this.oRDERREVIEWToolStripMenuItem,
this.pRINTORDERINVOICEToolStripMenuItem,
this.rEMAILORDERINVOICEToolStripMenuItem});
this.DeliveryOptions.Name = "DeliveryOptions";
this.DeliveryOptions.Size = new System.Drawing.Size(209, 114);
//
// aSSIGNTRUCKToolStripMenuItem
//
this.aSSIGNTRUCKToolStripMenuItem.Name = "aSSIGNTRUCKToolStripMenuItem";
this.aSSIGNTRUCKToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.aSSIGNTRUCKToolStripMenuItem.Text = "ASSIGN TRUCK";
this.aSSIGNTRUCKToolStripMenuItem.Click += new System.EventHandler(this.ASSIGNTRUCKToolStripMenuItem_Click);
//
// oRDERREVIEWToolStripMenuItem
//
this.oRDERREVIEWToolStripMenuItem.Name = "oRDERREVIEWToolStripMenuItem";
this.oRDERREVIEWToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.oRDERREVIEWToolStripMenuItem.Text = "ORDER REVIEW";
this.oRDERREVIEWToolStripMenuItem.Click += new System.EventHandler(this.ORDERREVIEWToolStripMenuItem_Click);
//
// pRINTORDERINVOICEToolStripMenuItem
//
this.pRINTORDERINVOICEToolStripMenuItem.Name = "pRINTORDERINVOICEToolStripMenuItem";
this.pRINTORDERINVOICEToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.pRINTORDERINVOICEToolStripMenuItem.Text = "PRINT ORDER INVOICE";
this.pRINTORDERINVOICEToolStripMenuItem.Click += new System.EventHandler(this.PRINTORDERINVOICEToolStripMenuItem_Click);
//
// rEMAILORDERINVOICEToolStripMenuItem
//
this.rEMAILORDERINVOICEToolStripMenuItem.Name = "rEMAILORDERINVOICEToolStripMenuItem";
this.rEMAILORDERINVOICEToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.rEMAILORDERINVOICEToolStripMenuItem.Text = "RE-MAIL ORDER INVOICE";
this.rEMAILORDERINVOICEToolStripMenuItem.Click += new System.EventHandler(this.REMAILORDERINVOICEToolStripMenuItem_Click);
//
// holding
//
this.holding.Anchor = System.Windows.Forms.AnchorStyles.None;
this.holding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.holding.Controls.Add(this.label13);
this.holding.Controls.Add(this.panel5);
this.holding.Controls.Add(this.hold);
this.holding.Location = new System.Drawing.Point(393, 351);
this.holding.Name = "holding";
this.holding.Size = new System.Drawing.Size(265, 128);
this.holding.TabIndex = 8;
this.holding.Visible = false;
//
// label13
//
this.label13.Dock = System.Windows.Forms.DockStyle.Top;
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label13.Location = new System.Drawing.Point(0, 27);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(263, 55);
this.label13.TabIndex = 8;
this.label13.Text = "Getting things ready, this could take a few moments.....";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
this.panel5.Controls.Add(this.label9);
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(263, 27);
this.panel5.TabIndex = 7;
//
// label9
//
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.ForeColor = System.Drawing.SystemColors.Control;
this.label9.Location = new System.Drawing.Point(0, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(263, 27);
this.label9.TabIndex = 0;
this.label9.Text = "Please Wait....";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// hold
//
this.hold.BackColor = System.Drawing.SystemColors.Control;
this.hold.Location = new System.Drawing.Point(111, 78);
this.hold.Maximum = 100;
this.hold.Name = "hold";
this.hold.Size = new System.Drawing.Size(56, 45);
this.hold.TabIndex = 6;
this.hold.UseCustomBackColor = true;
this.hold.UseSelectable = true;
//
// DeliveryManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1050, 831);
this.Controls.Add(this.holding);
this.Controls.Add(this.deliveries);
this.Controls.Add(this.headPanel);
this.Font = new System.Drawing.Font("Segoe UI", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "DeliveryManagement";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "DeliveryManagement";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.DeliveryManagement_Load);
this.headPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.addProducts)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.deliveries)).EndInit();
this.DeliveryOptions.ResumeLayout(false);
this.holding.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel headPanel;
private System.Windows.Forms.PictureBox addProducts;
private System.Windows.Forms.DataGridView deliveries;
private System.Windows.Forms.ContextMenuStrip DeliveryOptions;
private System.Windows.Forms.ToolStripMenuItem aSSIGNTRUCKToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem oRDERREVIEWToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pRINTORDERINVOICEToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem rEMAILORDERINVOICEToolStripMenuItem;
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 Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.Panel holding;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Label label9;
private MetroFramework.Controls.MetroProgressSpinner hold;
}
}