Biskilog POS desktop appilcation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

271 lines
14 KiB

using BiskLog_Point_Of_Sale.Classes;
namespace BiskLog_Point_Of_Sale.Delivery
{
partial class DeliveryMain
{
/// <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(DeliveryMain));
this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.lblTitle = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelBranch = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.ordersActive = new System.Windows.Forms.Panel();
this.p = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.truckActive = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.bayActive = new System.Windows.Forms.Panel();
this.contentPanel = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panelBranch.SuspendLayout();
this.p.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.panel1.Controls.Add(this.lblTitle);
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(1051, 38);
this.panel1.TabIndex = 0;
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.Transparent;
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold);
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(0, 0);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(1051, 38);
this.lblTitle.TabIndex = 5;
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.Controls.Add(this.tableLayoutPanel1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 38);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(30, 0, 30, 5);
this.panel2.Size = new System.Drawing.Size(1051, 51);
this.panel2.TabIndex = 1;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.panelBranch, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.p, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
this.tableLayoutPanel1.Location = new System.Drawing.Point(30, 0);
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(701, 46);
this.tableLayoutPanel1.TabIndex = 3;
//
// panelBranch
//
this.panelBranch.BackColor = System.Drawing.SystemColors.HighlightText;
this.panelBranch.Controls.Add(this.label3);
this.panelBranch.Controls.Add(this.ordersActive);
this.panelBranch.Cursor = System.Windows.Forms.Cursors.Hand;
this.panelBranch.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelBranch.Location = new System.Drawing.Point(3, 3);
this.panelBranch.Name = "panelBranch";
this.panelBranch.Size = new System.Drawing.Size(227, 40);
this.panelBranch.TabIndex = 1;
this.panelBranch.Click += new System.EventHandler(this.PanelBranch_Click);
//
// label3
//
this.label3.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label3.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label3.Location = new System.Drawing.Point(0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(227, 35);
this.label3.TabIndex = 1;
this.label3.Text = "ORDERS";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label3.Click += new System.EventHandler(this.PanelBranch_Click);
//
// ordersActive
//
this.ordersActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.ordersActive.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ordersActive.Location = new System.Drawing.Point(0, 35);
this.ordersActive.Name = "ordersActive";
this.ordersActive.Size = new System.Drawing.Size(227, 5);
this.ordersActive.TabIndex = 0;
//
// p
//
this.p.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.p.Controls.Add(this.label2);
this.p.Controls.Add(this.truckActive);
this.p.Cursor = System.Windows.Forms.Cursors.Hand;
this.p.Dock = System.Windows.Forms.DockStyle.Fill;
this.p.Location = new System.Drawing.Point(236, 3);
this.p.Name = "p";
this.p.Size = new System.Drawing.Size(227, 40);
this.p.TabIndex = 0;
this.p.Click += new System.EventHandler(this.Label2_Click);
//
// label2
//
this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(227, 35);
this.label2.TabIndex = 1;
this.label2.Text = "TRUCK MANAGEMENT";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Click += new System.EventHandler(this.Label2_Click);
//
// truckActive
//
this.truckActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.truckActive.Dock = System.Windows.Forms.DockStyle.Bottom;
this.truckActive.Location = new System.Drawing.Point(0, 35);
this.truckActive.Name = "truckActive";
this.truckActive.Size = new System.Drawing.Size(227, 5);
this.truckActive.TabIndex = 0;
this.truckActive.Visible = false;
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.panel3.Controls.Add(this.label4);
this.panel3.Controls.Add(this.bayActive);
this.panel3.Cursor = System.Windows.Forms.Cursors.Hand;
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(469, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(229, 40);
this.panel3.TabIndex = 2;
//
// label4
//
this.label4.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label4.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label4.Location = new System.Drawing.Point(0, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(229, 35);
this.label4.TabIndex = 1;
this.label4.Text = "LOADING BAY";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// bayActive
//
this.bayActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.bayActive.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bayActive.Location = new System.Drawing.Point(0, 35);
this.bayActive.Name = "bayActive";
this.bayActive.Size = new System.Drawing.Size(229, 5);
this.bayActive.TabIndex = 0;
this.bayActive.Visible = false;
//
// contentPanel
//
this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.contentPanel.Location = new System.Drawing.Point(0, 89);
this.contentPanel.Name = "contentPanel";
this.contentPanel.Size = new System.Drawing.Size(1051, 738);
this.contentPanel.TabIndex = 2;
//
// DeliveryMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1051, 827);
this.Controls.Add(this.contentPanel);
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "DeliveryMain";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "DeliveryMain";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.DeliveryMain_Load);
this.SizeChanged += new System.EventHandler(this.DeliveryMain_SizeChanged);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panelBranch.ResumeLayout(false);
this.p.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private gradientPanel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel contentPanel;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panelBranch;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel ordersActive;
private System.Windows.Forms.Panel p;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel truckActive;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel bayActive;
}
}