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.

196 lines
9.5 KiB

namespace BiskLog_Point_Of_Sale.Delivery
{
partial class LoadingBay
{
/// <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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.controlContent = new System.Windows.Forms.Panel();
this.tblPanel = new System.Windows.Forms.TableLayoutPanel();
this.orderPanel = new System.Windows.Forms.Panel();
this.freeRunPanel = new System.Windows.Forms.Panel();
this.orderActive = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.freeRunActive = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.tblPanel.SuspendLayout();
this.orderPanel.SuspendLayout();
this.freeRunPanel.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
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(1039, 40);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.tblPanel);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 40);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1039, 55);
this.panel2.TabIndex = 1;
//
// controlContent
//
this.controlContent.Dock = System.Windows.Forms.DockStyle.Fill;
this.controlContent.Location = new System.Drawing.Point(0, 95);
this.controlContent.Name = "controlContent";
this.controlContent.Size = new System.Drawing.Size(1039, 696);
this.controlContent.TabIndex = 2;
//
// tblPanel
//
this.tblPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.tblPanel.ColumnCount = 2;
this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tblPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tblPanel.Controls.Add(this.orderPanel, 0, 0);
this.tblPanel.Controls.Add(this.freeRunPanel, 1, 0);
this.tblPanel.Location = new System.Drawing.Point(292, 3);
this.tblPanel.Name = "tblPanel";
this.tblPanel.RowCount = 1;
this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tblPanel.Size = new System.Drawing.Size(518, 49);
this.tblPanel.TabIndex = 0;
//
// orderPanel
//
this.orderPanel.Controls.Add(this.label1);
this.orderPanel.Controls.Add(this.orderActive);
this.orderPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.orderPanel.Location = new System.Drawing.Point(3, 3);
this.orderPanel.Name = "orderPanel";
this.orderPanel.Size = new System.Drawing.Size(253, 43);
this.orderPanel.TabIndex = 0;
//
// freeRunPanel
//
this.freeRunPanel.Controls.Add(this.label2);
this.freeRunPanel.Controls.Add(this.freeRunActive);
this.freeRunPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.freeRunPanel.Location = new System.Drawing.Point(262, 3);
this.freeRunPanel.Name = "freeRunPanel";
this.freeRunPanel.Size = new System.Drawing.Size(253, 43);
this.freeRunPanel.TabIndex = 1;
//
// orderActive
//
this.orderActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.orderActive.Dock = System.Windows.Forms.DockStyle.Bottom;
this.orderActive.Location = new System.Drawing.Point(0, 38);
this.orderActive.Name = "orderActive";
this.orderActive.Size = new System.Drawing.Size(253, 5);
this.orderActive.TabIndex = 0;
//
// label1
//
this.label1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(253, 38);
this.label1.TabIndex = 1;
this.label1.Text = "ORDER ASSIGNMENTS";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// freeRunActive
//
this.freeRunActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.freeRunActive.Dock = System.Windows.Forms.DockStyle.Bottom;
this.freeRunActive.Location = new System.Drawing.Point(0, 38);
this.freeRunActive.Name = "freeRunActive";
this.freeRunActive.Size = new System.Drawing.Size(253, 5);
this.freeRunActive.TabIndex = 0;
//
// label2
//
this.label2.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
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(253, 38);
this.label2.TabIndex = 1;
this.label2.Text = "FREE RUNS";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// LoadingBay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1039, 791);
this.Controls.Add(this.controlContent);
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 = "LoadingBay";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "LoadingBay";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.LoadingBay_Load);
this.SizeChanged += new System.EventHandler(this.LoadingBay_SizeChanged);
this.panel2.ResumeLayout(false);
this.tblPanel.ResumeLayout(false);
this.orderPanel.ResumeLayout(false);
this.freeRunPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TableLayoutPanel tblPanel;
private System.Windows.Forms.Panel orderPanel;
private System.Windows.Forms.Panel orderActive;
private System.Windows.Forms.Panel freeRunPanel;
private System.Windows.Forms.Panel controlContent;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel freeRunActive;
}
}