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.
414 lines
22 KiB
414 lines
22 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Delivery
|
||
|
{
|
||
|
partial class OrderAssignment
|
||
|
{
|
||
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderAssignment));
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.updateBox = new System.Windows.Forms.GroupBox();
|
||
|
this.trucks = new System.Windows.Forms.ComboBox();
|
||
|
this.holding2 = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.BTNsave = new System.Windows.Forms.Button();
|
||
|
this.txtOrderID = new System.Windows.Forms.TextBox();
|
||
|
this.customerID = new System.Windows.Forms.Label();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.panel3 = new System.Windows.Forms.Panel();
|
||
|
this.orders = new System.Windows.Forms.DataGridView();
|
||
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
this.txtSearch = new MetroFramework.Controls.MetroTextBox();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.updateBox.SuspendLayout();
|
||
|
this.panel3.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.orders)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.Controls.Add(this.updateBox);
|
||
|
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(932, 195);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// updateBox
|
||
|
//
|
||
|
this.updateBox.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
|
this.updateBox.Controls.Add(this.trucks);
|
||
|
this.updateBox.Controls.Add(this.holding2);
|
||
|
this.updateBox.Controls.Add(this.button1);
|
||
|
this.updateBox.Controls.Add(this.BTNsave);
|
||
|
this.updateBox.Controls.Add(this.txtOrderID);
|
||
|
this.updateBox.Controls.Add(this.customerID);
|
||
|
this.updateBox.Controls.Add(this.label7);
|
||
|
this.updateBox.Controls.Add(this.label2);
|
||
|
this.updateBox.Controls.Add(this.label1);
|
||
|
this.updateBox.Location = new System.Drawing.Point(226, 0);
|
||
|
this.updateBox.Margin = new System.Windows.Forms.Padding(4);
|
||
|
this.updateBox.Name = "updateBox";
|
||
|
this.updateBox.Padding = new System.Windows.Forms.Padding(4);
|
||
|
this.updateBox.Size = new System.Drawing.Size(518, 181);
|
||
|
this.updateBox.TabIndex = 1;
|
||
|
this.updateBox.TabStop = false;
|
||
|
//
|
||
|
// trucks
|
||
|
//
|
||
|
this.trucks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.trucks.FormattingEnabled = true;
|
||
|
this.trucks.Location = new System.Drawing.Point(165, 98);
|
||
|
this.trucks.Name = "trucks";
|
||
|
this.trucks.Size = new System.Drawing.Size(244, 29);
|
||
|
this.trucks.TabIndex = 4;
|
||
|
//
|
||
|
// holding2
|
||
|
//
|
||
|
this.holding2.Location = new System.Drawing.Point(223, 57);
|
||
|
this.holding2.Maximum = 100;
|
||
|
this.holding2.Name = "holding2";
|
||
|
this.holding2.Size = new System.Drawing.Size(37, 35);
|
||
|
this.holding2.TabIndex = 3;
|
||
|
this.holding2.UseCustomBackColor = true;
|
||
|
this.holding2.UseSelectable = true;
|
||
|
this.holding2.Visible = false;
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.button1.ForeColor = System.Drawing.Color.White;
|
||
|
this.button1.Location = new System.Drawing.Point(393, 17);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(118, 39);
|
||
|
this.button1.TabIndex = 2;
|
||
|
this.button1.Text = "SEARCH";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
||
|
//
|
||
|
// BTNsave
|
||
|
//
|
||
|
this.BTNsave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
||
|
this.BTNsave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.BTNsave.Enabled = false;
|
||
|
this.BTNsave.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.BTNsave.ForeColor = System.Drawing.Color.Gray;
|
||
|
this.BTNsave.Location = new System.Drawing.Point(165, 135);
|
||
|
this.BTNsave.Name = "BTNsave";
|
||
|
this.BTNsave.Size = new System.Drawing.Size(197, 39);
|
||
|
this.BTNsave.TabIndex = 2;
|
||
|
this.BTNsave.Text = "ASSIGN TO TRUCK";
|
||
|
this.BTNsave.UseVisualStyleBackColor = false;
|
||
|
this.BTNsave.Click += new System.EventHandler(this.BTNsave_Click);
|
||
|
//
|
||
|
// txtOrderID
|
||
|
//
|
||
|
this.txtOrderID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.txtOrderID.Location = new System.Drawing.Point(165, 21);
|
||
|
this.txtOrderID.Name = "txtOrderID";
|
||
|
this.txtOrderID.Size = new System.Drawing.Size(204, 29);
|
||
|
this.txtOrderID.TabIndex = 1;
|
||
|
this.txtOrderID.TextChanged += new System.EventHandler(this.TxtOrderID_TextChanged);
|
||
|
//
|
||
|
// customerID
|
||
|
//
|
||
|
this.customerID.AutoSize = true;
|
||
|
this.customerID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.customerID.Location = new System.Drawing.Point(161, 57);
|
||
|
this.customerID.Name = "customerID";
|
||
|
this.customerID.Size = new System.Drawing.Size(0, 21);
|
||
|
this.customerID.TabIndex = 0;
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label7.Location = new System.Drawing.Point(7, 101);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(58, 21);
|
||
|
this.label7.TabIndex = 0;
|
||
|
this.label7.Text = "TRUCK";
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label2.Location = new System.Drawing.Point(7, 57);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(110, 21);
|
||
|
this.label2.TabIndex = 0;
|
||
|
this.label2.Text = "CUSTOMER ID";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label1.Location = new System.Drawing.Point(7, 24);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(80, 21);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "ORDER ID";
|
||
|
//
|
||
|
// panel3
|
||
|
//
|
||
|
this.panel3.Controls.Add(this.txtSearch);
|
||
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel3.Location = new System.Drawing.Point(0, 195);
|
||
|
this.panel3.Margin = new System.Windows.Forms.Padding(4);
|
||
|
this.panel3.Name = "panel3";
|
||
|
this.panel3.Size = new System.Drawing.Size(932, 39);
|
||
|
this.panel3.TabIndex = 6;
|
||
|
//
|
||
|
// orders
|
||
|
//
|
||
|
this.orders.AllowUserToAddRows = false;
|
||
|
this.orders.AllowUserToDeleteRows = false;
|
||
|
this.orders.AllowUserToResizeColumns = false;
|
||
|
this.orders.AllowUserToResizeRows = false;
|
||
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
|
||
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
|
||
|
this.orders.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.orders.BackgroundColor = System.Drawing.Color.White;
|
||
|
this.orders.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.orders.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.orders.ColumnHeadersHeight = 30;
|
||
|
this.orders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
|
this.orders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.dataGridViewTextBoxColumn1,
|
||
|
this.Column1,
|
||
|
this.Column2,
|
||
|
this.Column3,
|
||
|
this.Column4,
|
||
|
this.Column5});
|
||
|
this.orders.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
||
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
this.orders.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.orders.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.orders.EnableHeadersVisualStyles = false;
|
||
|
this.orders.Location = new System.Drawing.Point(0, 234);
|
||
|
this.orders.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
||
|
this.orders.Name = "orders";
|
||
|
this.orders.ReadOnly = true;
|
||
|
this.orders.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.orders.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.orders.RowHeadersVisible = false;
|
||
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
|
||
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.orders.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
||
|
this.orders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.orders.Size = new System.Drawing.Size(932, 562);
|
||
|
this.orders.TabIndex = 14;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn1
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.dataGridViewTextBoxColumn1.HeaderText = "#";
|
||
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn1.Width = 42;
|
||
|
//
|
||
|
// Column1
|
||
|
//
|
||
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column1.HeaderText = "ORDER ID";
|
||
|
this.Column1.Name = "Column1";
|
||
|
this.Column1.ReadOnly = true;
|
||
|
this.Column1.Width = 103;
|
||
|
//
|
||
|
// Column2
|
||
|
//
|
||
|
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
|
this.Column2.HeaderText = "TRUCK REGISTRATION NUMBER";
|
||
|
this.Column2.Name = "Column2";
|
||
|
this.Column2.ReadOnly = true;
|
||
|
//
|
||
|
// Column3
|
||
|
//
|
||
|
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column3.HeaderText = "DATE ASSIGNED";
|
||
|
this.Column3.Name = "Column3";
|
||
|
this.Column3.ReadOnly = true;
|
||
|
this.Column3.Width = 147;
|
||
|
//
|
||
|
// Column4
|
||
|
//
|
||
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column4.HeaderText = "ORDER COST";
|
||
|
this.Column4.Name = "Column4";
|
||
|
this.Column4.ReadOnly = true;
|
||
|
this.Column4.Width = 127;
|
||
|
//
|
||
|
// Column5
|
||
|
//
|
||
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column5.HeaderText = "STATUS";
|
||
|
this.Column5.Name = "Column5";
|
||
|
this.Column5.ReadOnly = true;
|
||
|
this.Column5.Width = 86;
|
||
|
//
|
||
|
// holding
|
||
|
//
|
||
|
this.holding.Location = new System.Drawing.Point(431, 369);
|
||
|
this.holding.Margin = new System.Windows.Forms.Padding(4);
|
||
|
this.holding.Maximum = 100;
|
||
|
this.holding.Name = "holding";
|
||
|
this.holding.Size = new System.Drawing.Size(70, 58);
|
||
|
this.holding.TabIndex = 16;
|
||
|
this.holding.UseSelectable = true;
|
||
|
this.holding.Visible = false;
|
||
|
//
|
||
|
// txtSearch
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
this.txtSearch.CustomButton.Image = null;
|
||
|
this.txtSearch.CustomButton.Location = new System.Drawing.Point(361, 1);
|
||
|
this.txtSearch.CustomButton.Margin = new System.Windows.Forms.Padding(4);
|
||
|
this.txtSearch.CustomButton.Name = "";
|
||
|
this.txtSearch.CustomButton.Size = new System.Drawing.Size(37, 37);
|
||
|
this.txtSearch.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
||
|
this.txtSearch.CustomButton.TabIndex = 1;
|
||
|
this.txtSearch.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
||
|
this.txtSearch.CustomButton.UseSelectable = true;
|
||
|
this.txtSearch.CustomButton.Visible = false;
|
||
|
this.txtSearch.DisplayIcon = true;
|
||
|
this.txtSearch.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.txtSearch.FontSize = MetroFramework.MetroTextBoxSize.Medium;
|
||
|
this.txtSearch.Icon = ((System.Drawing.Image)(resources.GetObject("txtSearch.Icon")));
|
||
|
this.txtSearch.Lines = new string[0];
|
||
|
this.txtSearch.Location = new System.Drawing.Point(533, 0);
|
||
|
this.txtSearch.Margin = new System.Windows.Forms.Padding(4);
|
||
|
this.txtSearch.MaxLength = 32767;
|
||
|
this.txtSearch.Name = "txtSearch";
|
||
|
this.txtSearch.PasswordChar = '\0';
|
||
|
this.txtSearch.PromptText = "Enter order reference number or id";
|
||
|
this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||
|
this.txtSearch.SelectedText = "";
|
||
|
this.txtSearch.SelectionLength = 0;
|
||
|
this.txtSearch.SelectionStart = 0;
|
||
|
this.txtSearch.ShortcutsEnabled = true;
|
||
|
this.txtSearch.Size = new System.Drawing.Size(399, 39);
|
||
|
this.txtSearch.TabIndex = 14;
|
||
|
this.txtSearch.UseSelectable = true;
|
||
|
this.txtSearch.WaterMark = "Enter order reference number or id";
|
||
|
this.txtSearch.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||
|
this.txtSearch.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
//
|
||
|
// OrderAssignment
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(932, 796);
|
||
|
this.Controls.Add(this.holding);
|
||
|
this.Controls.Add(this.orders);
|
||
|
this.Controls.Add(this.panel3);
|
||
|
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 = "OrderAssignment";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.Text = "OrderAssignment";
|
||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
|
this.Load += new System.EventHandler(this.OrderAssignment_Load);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.updateBox.ResumeLayout(false);
|
||
|
this.updateBox.PerformLayout();
|
||
|
this.panel3.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.orders)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.Panel panel3;
|
||
|
private MetroFramework.Controls.MetroTextBox txtSearch;
|
||
|
private System.Windows.Forms.DataGridView orders;
|
||
|
private System.Windows.Forms.GroupBox updateBox;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner holding2;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Button BTNsave;
|
||
|
private System.Windows.Forms.TextBox txtOrderID;
|
||
|
private System.Windows.Forms.Label customerID;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||
|
private System.Windows.Forms.ComboBox trucks;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
||
|
}
|
||
|
}
|