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.
159 lines
7.2 KiB
159 lines
7.2 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Delivery
|
||
|
{
|
||
|
partial class DriverAssignment
|
||
|
{
|
||
|
/// <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.exit = new System.Windows.Forms.Label();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
this.truckDrivers = new System.Windows.Forms.ComboBox();
|
||
|
this.btnAdd = new System.Windows.Forms.Button();
|
||
|
this.label10 = new System.Windows.Forms.Label();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
|
||
|
this.panel1.Controls.Add(this.label1);
|
||
|
this.panel1.Controls.Add(this.exit);
|
||
|
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(455, 46);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// exit
|
||
|
//
|
||
|
this.exit.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.exit.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.exit.Font = new System.Drawing.Font("Segoe UI", 14F);
|
||
|
this.exit.ForeColor = System.Drawing.Color.White;
|
||
|
this.exit.Location = new System.Drawing.Point(411, 0);
|
||
|
this.exit.Name = "exit";
|
||
|
this.exit.Size = new System.Drawing.Size(44, 46);
|
||
|
this.exit.TabIndex = 0;
|
||
|
this.exit.Text = "x";
|
||
|
this.exit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
this.exit.Click += new System.EventHandler(this.exit_Click);
|
||
|
this.exit.MouseEnter += new System.EventHandler(this.exit_MouseEnter);
|
||
|
this.exit.MouseLeave += new System.EventHandler(this.exit_MouseLeave);
|
||
|
//
|
||
|
// 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(411, 46);
|
||
|
this.label1.TabIndex = 1;
|
||
|
this.label1.Text = "DRIVER ASSIGNMENT";
|
||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// holding
|
||
|
//
|
||
|
this.holding.Location = new System.Drawing.Point(181, 128);
|
||
|
this.holding.Maximum = 100;
|
||
|
this.holding.Name = "holding";
|
||
|
this.holding.Size = new System.Drawing.Size(80, 64);
|
||
|
this.holding.TabIndex = 20;
|
||
|
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(170, 76);
|
||
|
this.truckDrivers.Name = "truckDrivers";
|
||
|
this.truckDrivers.Size = new System.Drawing.Size(255, 29);
|
||
|
this.truckDrivers.TabIndex = 17;
|
||
|
//
|
||
|
// 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(109, 135);
|
||
|
this.btnAdd.Name = "btnAdd";
|
||
|
this.btnAdd.Size = new System.Drawing.Size(230, 50);
|
||
|
this.btnAdd.TabIndex = 18;
|
||
|
this.btnAdd.Text = "ASSIGN DRIVER";
|
||
|
this.btnAdd.UseVisualStyleBackColor = false;
|
||
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.Location = new System.Drawing.Point(16, 79);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(115, 21);
|
||
|
this.label10.TabIndex = 19;
|
||
|
this.label10.Text = "TRUCK DRIVER";
|
||
|
//
|
||
|
// DriverAssignment
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(455, 207);
|
||
|
this.Controls.Add(this.holding);
|
||
|
this.Controls.Add(this.truckDrivers);
|
||
|
this.Controls.Add(this.btnAdd);
|
||
|
this.Controls.Add(this.label10);
|
||
|
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 = "DriverAssignment";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "DriverAssignment";
|
||
|
this.Load += new System.EventHandler(this.DriverAssignment_Load);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label exit;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
||
|
private System.Windows.Forms.ComboBox truckDrivers;
|
||
|
private System.Windows.Forms.Button btnAdd;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
}
|
||
|
}
|