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.
293 lines
15 KiB
293 lines
15 KiB
namespace BiskLog_Point_Of_Sale.Delivery
|
|
{
|
|
partial class TruckManagement
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.mainMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.aDDANEWTRUCKToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.truckMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.reMoveNEWDRIVERToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.eDITTRUCKINFORMATIONToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.iNVENTORYToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aSSIGNMENTSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.NOdRIVER = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mainpanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.holding = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.holding1 = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.mainpanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.mainMenu.SuspendLayout();
|
|
this.truckMenu.SuspendLayout();
|
|
this.NOdRIVER.SuspendLayout();
|
|
this.holding.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mainMenu
|
|
//
|
|
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.aDDANEWTRUCKToolStripMenuItem});
|
|
this.mainMenu.Name = "mainMenu";
|
|
this.mainMenu.Size = new System.Drawing.Size(178, 26);
|
|
//
|
|
// aDDANEWTRUCKToolStripMenuItem
|
|
//
|
|
this.aDDANEWTRUCKToolStripMenuItem.Name = "aDDANEWTRUCKToolStripMenuItem";
|
|
this.aDDANEWTRUCKToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
|
|
this.aDDANEWTRUCKToolStripMenuItem.Text = "ADD A NEW TRUCK";
|
|
this.aDDANEWTRUCKToolStripMenuItem.Click += new System.EventHandler(this.ADDANEWTRUCKToolStripMenuItem_Click);
|
|
//
|
|
// truckMenu
|
|
//
|
|
this.truckMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.reMoveNEWDRIVERToolStripMenuItem,
|
|
this.eDITTRUCKINFORMATIONToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.iNVENTORYToolStripMenuItem,
|
|
this.aSSIGNMENTSToolStripMenuItem});
|
|
this.truckMenu.Name = "truckMenu";
|
|
this.truckMenu.Size = new System.Drawing.Size(162, 98);
|
|
//
|
|
// reMoveNEWDRIVERToolStripMenuItem
|
|
//
|
|
this.reMoveNEWDRIVERToolStripMenuItem.Name = "reMoveNEWDRIVERToolStripMenuItem";
|
|
this.reMoveNEWDRIVERToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
|
this.reMoveNEWDRIVERToolStripMenuItem.Text = "REMOVE DRIVER";
|
|
this.reMoveNEWDRIVERToolStripMenuItem.Click += new System.EventHandler(this.removeDRIVERToolStripMenuItem_Click);
|
|
//
|
|
// eDITTRUCKINFORMATIONToolStripMenuItem
|
|
//
|
|
this.eDITTRUCKINFORMATIONToolStripMenuItem.Name = "eDITTRUCKINFORMATIONToolStripMenuItem";
|
|
this.eDITTRUCKINFORMATIONToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
|
this.eDITTRUCKINFORMATIONToolStripMenuItem.Text = "REMOVE TRUCK";
|
|
this.eDITTRUCKINFORMATIONToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(158, 6);
|
|
//
|
|
// iNVENTORYToolStripMenuItem
|
|
//
|
|
this.iNVENTORYToolStripMenuItem.Name = "iNVENTORYToolStripMenuItem";
|
|
this.iNVENTORYToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
|
this.iNVENTORYToolStripMenuItem.Text = "INVENTORY";
|
|
this.iNVENTORYToolStripMenuItem.Click += new System.EventHandler(this.INVENTORYToolStripMenuItem_Click);
|
|
//
|
|
// aSSIGNMENTSToolStripMenuItem
|
|
//
|
|
this.aSSIGNMENTSToolStripMenuItem.Name = "aSSIGNMENTSToolStripMenuItem";
|
|
this.aSSIGNMENTSToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
|
|
this.aSSIGNMENTSToolStripMenuItem.Text = "ASSIGNMENTS";
|
|
this.aSSIGNMENTSToolStripMenuItem.Click += new System.EventHandler(this.ASSIGNMENTSToolStripMenuItem_Click);
|
|
//
|
|
// 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(1006, 38);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// NOdRIVER
|
|
//
|
|
this.NOdRIVER.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem1,
|
|
this.toolStripMenuItem2,
|
|
this.toolStripSeparator2,
|
|
this.toolStripMenuItem4,
|
|
this.toolStripMenuItem5});
|
|
this.NOdRIVER.Name = "truckMenu";
|
|
this.NOdRIVER.Size = new System.Drawing.Size(160, 98);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem1.Text = "ASSIGN DRIVER";
|
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem2.Text = "REMOVE TRUCK";
|
|
this.toolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem4.Text = "INVENTORY";
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.INVENTORYToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem5
|
|
//
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(180, 22);
|
|
this.toolStripMenuItem5.Text = "ASSIGNMENTS";
|
|
this.toolStripMenuItem5.Click += new System.EventHandler(this.ASSIGNMENTSToolStripMenuItem_Click);
|
|
//
|
|
// mainpanel
|
|
//
|
|
this.mainpanel.AutoSize = true;
|
|
this.mainpanel.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.mainpanel.ColumnCount = 4;
|
|
this.mainpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.mainpanel.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.mainpanel.Location = new System.Drawing.Point(0, 38);
|
|
this.mainpanel.Name = "mainpanel";
|
|
this.mainpanel.RowCount = 2;
|
|
this.mainpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.mainpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.mainpanel.Size = new System.Drawing.Size(1006, 0);
|
|
this.mainpanel.TabIndex = 7;
|
|
//
|
|
// holding
|
|
//
|
|
this.holding.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.holding.BackColor = System.Drawing.SystemColors.Control;
|
|
this.holding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.holding.Controls.Add(this.panel2);
|
|
this.holding.Controls.Add(this.label1);
|
|
this.holding.Controls.Add(this.holding1);
|
|
this.holding.Location = new System.Drawing.Point(360, 189);
|
|
this.holding.Name = "holding";
|
|
this.holding.Size = new System.Drawing.Size(270, 104);
|
|
this.holding.TabIndex = 12;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
|
|
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(268, 27);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label1.Location = new System.Drawing.Point(2, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(233, 21);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Please wait processing details......\r\n";
|
|
//
|
|
// holding1
|
|
//
|
|
this.holding1.Location = new System.Drawing.Point(117, 61);
|
|
this.holding1.Maximum = 100;
|
|
this.holding1.Name = "holding1";
|
|
this.holding1.Size = new System.Drawing.Size(42, 40);
|
|
this.holding1.TabIndex = 0;
|
|
this.holding1.UseCustomBackColor = true;
|
|
this.holding1.UseSelectable = true;
|
|
//
|
|
// mainpanel2
|
|
//
|
|
this.mainpanel2.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
this.mainpanel2.Cursor = System.Windows.Forms.Cursors.Cross;
|
|
this.mainpanel2.Location = new System.Drawing.Point(40, 339);
|
|
this.mainpanel2.Name = "mainpanel2";
|
|
this.mainpanel2.Size = new System.Drawing.Size(825, 423);
|
|
this.mainpanel2.TabIndex = 13;
|
|
this.mainpanel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Mainpanel_MouseClick);
|
|
//
|
|
// TruckManagement
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1006, 796);
|
|
this.Controls.Add(this.holding);
|
|
this.Controls.Add(this.mainpanel2);
|
|
this.Controls.Add(this.mainpanel);
|
|
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 = "TruckManagement";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = ".";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.TruckManagement_Load);
|
|
this.mainMenu.ResumeLayout(false);
|
|
this.truckMenu.ResumeLayout(false);
|
|
this.NOdRIVER.ResumeLayout(false);
|
|
this.holding.ResumeLayout(false);
|
|
this.holding.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ContextMenuStrip mainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem aDDANEWTRUCKToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip truckMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem reMoveNEWDRIVERToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem eDITTRUCKINFORMATIONToolStripMenuItem;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem iNVENTORYToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem aSSIGNMENTSToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip NOdRIVER;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
|
|
private System.Windows.Forms.TableLayoutPanel mainpanel;
|
|
private System.Windows.Forms.Panel holding;
|
|
private System.Windows.Forms.Label label1;
|
|
private MetroFramework.Controls.MetroProgressSpinner holding1;
|
|
private System.Windows.Forms.FlowLayoutPanel mainpanel2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
}
|
|
}
|