namespace BiskLog_Point_Of_Sale.Delivery
{
partial class NewTruck
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
this.truckDrivers = new System.Windows.Forms.ComboBox();
this.truckBrand = new System.Windows.Forms.ComboBox();
this.trucklicense = new System.Windows.Forms.TextBox();
this.truckWeight = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.lbltruckID = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnExit);
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(447, 41);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(401, 41);
this.label1.TabIndex = 1;
this.label1.Text = "ADD NEW TRUCK";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnExit
//
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.Dock = System.Windows.Forms.DockStyle.Right;
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(401, 0);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(46, 41);
this.btnExit.TabIndex = 0;
this.btnExit.Text = "x";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.BtnExit_Click);
this.btnExit.MouseEnter += new System.EventHandler(this.BtnExit_MouseEnter);
this.btnExit.MouseLeave += new System.EventHandler(this.BtnExit_MouseLeave);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.holding);
this.panel2.Controls.Add(this.truckDrivers);
this.panel2.Controls.Add(this.truckBrand);
this.panel2.Controls.Add(this.trucklicense);
this.panel2.Controls.Add(this.truckWeight);
this.panel2.Controls.Add(this.btnAdd);
this.panel2.Controls.Add(this.lbltruckID);
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 41);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(447, 352);
this.panel2.TabIndex = 1;
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Crimson;
this.label7.Location = new System.Drawing.Point(426, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 21);
this.label7.TabIndex = 17;
this.label7.Text = "*";
this.label7.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Crimson;
this.label5.Location = new System.Drawing.Point(425, 121);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 21);
this.label5.TabIndex = 17;
this.label5.Text = "*";
this.label5.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Crimson;
this.label3.Location = new System.Drawing.Point(426, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 21);
this.label3.TabIndex = 17;
this.label3.Text = "*";
this.label3.Visible = false;
//
// holding
//
this.holding.Location = new System.Drawing.Point(168, 268);
this.holding.Maximum = 100;
this.holding.Name = "holding";
this.holding.Size = new System.Drawing.Size(80, 64);
this.holding.TabIndex = 16;
this.holding.UseCustomBackColor = true;
this.holding.UseSelectable = true;
this.holding.Visible = false;
//
// truckDrivers
//
this.truckDrivers.Cursor = System.Windows.Forms.Cursors.Hand;
this.truckDrivers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.truckDrivers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.truckDrivers.FormattingEnabled = true;
this.truckDrivers.Location = new System.Drawing.Point(169, 215);
this.truckDrivers.Name = "truckDrivers";
this.truckDrivers.Size = new System.Drawing.Size(255, 29);
this.truckDrivers.TabIndex = 4;
//
// truckBrand
//
this.truckBrand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
this.truckBrand.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.truckBrand.FormattingEnabled = true;
this.truckBrand.Location = new System.Drawing.Point(168, 67);
this.truckBrand.Name = "truckBrand";
this.truckBrand.Size = new System.Drawing.Size(255, 29);
this.truckBrand.TabIndex = 1;
//
// trucklicense
//
this.trucklicense.Location = new System.Drawing.Point(168, 164);
this.trucklicense.Name = "trucklicense";
this.trucklicense.Size = new System.Drawing.Size(256, 29);
this.trucklicense.TabIndex = 3;
//
// truckWeight
//
this.truckWeight.Location = new System.Drawing.Point(168, 118);
this.truckWeight.Name = "truckWeight";
this.truckWeight.Size = new System.Drawing.Size(256, 29);
this.truckWeight.TabIndex = 2;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.btnAdd.Location = new System.Drawing.Point(96, 275);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(230, 50);
this.btnAdd.TabIndex = 5;
this.btnAdd.Text = "ADD TRUCK";
this.btnAdd.UseVisualStyleBackColor = false;
this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
//
// lbltruckID
//
this.lbltruckID.AutoSize = true;
this.lbltruckID.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.lbltruckID.Location = new System.Drawing.Point(179, 25);
this.lbltruckID.Name = "lbltruckID";
this.lbltruckID.Size = new System.Drawing.Size(82, 21);
this.lbltruckID.TabIndex = 0;
this.lbltruckID.Text = "TRUCK ID";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(15, 218);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(115, 21);
this.label10.TabIndex = 6;
this.label10.Text = "TRUCK DRIVER";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 121);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(150, 21);
this.label8.TabIndex = 7;
this.label8.Text = "TRUCK WEIGHT (kg)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 167);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(137, 21);
this.label6.TabIndex = 8;
this.label6.Text = "LICENSE NUMBER";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 71);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 21);
this.label4.TabIndex = 9;
this.label4.Text = "TRUCK BRAND";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 21);
this.label2.TabIndex = 10;
this.label2.Text = "TRUCK ID";
//
// NewTruck
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(447, 393);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
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 = "NewTruck";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "NewTruck";
this.Load += new System.EventHandler(this.NewTruck_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label btnExit;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ComboBox truckDrivers;
private System.Windows.Forms.ComboBox truckBrand;
private System.Windows.Forms.TextBox trucklicense;
private System.Windows.Forms.TextBox truckWeight;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Label lbltruckID;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private MetroFramework.Controls.MetroProgressSpinner holding;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
}
}