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.
693 lines
36 KiB
693 lines
36 KiB
3 months ago
|
using BiskLog_Point_Of_Sale.Classes;
|
||
|
|
||
|
namespace BiskLog_Point_Of_Sale.Delivery
|
||
|
{
|
||
|
partial class DeliveryDetails
|
||
|
{
|
||
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeliveryDetails));
|
||
|
this.main = new System.Windows.Forms.Panel();
|
||
|
this.invoiceDetails = new System.Windows.Forms.DataGridView();
|
||
|
this.panel4 = new System.Windows.Forms.Panel();
|
||
|
this.lblTotal = new System.Windows.Forms.Label();
|
||
|
this.label8 = new System.Windows.Forms.Label();
|
||
|
this.lblTotalCost = new System.Windows.Forms.Label();
|
||
|
this.panel3 = new System.Windows.Forms.Panel();
|
||
|
this.button3 = new System.Windows.Forms.Button();
|
||
|
this.button2 = new System.Windows.Forms.Button();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.lblStatus = new System.Windows.Forms.Label();
|
||
|
this.lblItemT = new System.Windows.Forms.Label();
|
||
|
this.lblTo = new System.Windows.Forms.DateTimePicker();
|
||
|
this.lblFrom = new System.Windows.Forms.DateTimePicker();
|
||
|
this.lblCharges = new System.Windows.Forms.TextBox();
|
||
|
this.lblTelephone = new System.Windows.Forms.TextBox();
|
||
|
this.lblAddress = new System.Windows.Forms.TextBox();
|
||
|
this.lblEmail = new System.Windows.Forms.TextBox();
|
||
|
this.lblFullname = new System.Windows.Forms.TextBox();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.label10 = new System.Windows.Forms.Label();
|
||
|
this.label12 = new System.Windows.Forms.Label();
|
||
|
this.label11 = new System.Windows.Forms.Label();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
||
|
this.holding = new System.Windows.Forms.Panel();
|
||
|
this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
this.label13 = new System.Windows.Forms.Label();
|
||
|
this.panel5 = new System.Windows.Forms.Panel();
|
||
|
this.label9 = new System.Windows.Forms.Label();
|
||
|
this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.exit = new System.Windows.Forms.Label();
|
||
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.barcodecolumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.main.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).BeginInit();
|
||
|
this.panel4.SuspendLayout();
|
||
|
this.panel3.SuspendLayout();
|
||
|
this.panel2.SuspendLayout();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.holding.SuspendLayout();
|
||
|
this.panel5.SuspendLayout();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// main
|
||
|
//
|
||
|
this.main.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.main.Controls.Add(this.invoiceDetails);
|
||
|
this.main.Controls.Add(this.panel4);
|
||
|
this.main.Controls.Add(this.panel3);
|
||
|
this.main.Controls.Add(this.panel2);
|
||
|
this.main.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.main.Location = new System.Drawing.Point(0, 37);
|
||
|
this.main.Name = "main";
|
||
|
this.main.Size = new System.Drawing.Size(673, 679);
|
||
|
this.main.TabIndex = 1;
|
||
|
//
|
||
|
// invoiceDetails
|
||
|
//
|
||
|
this.invoiceDetails.AllowUserToAddRows = false;
|
||
|
this.invoiceDetails.AllowUserToDeleteRows = false;
|
||
|
this.invoiceDetails.AllowUserToResizeColumns = false;
|
||
|
this.invoiceDetails.AllowUserToResizeRows = false;
|
||
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
|
||
|
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.invoiceDetails.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.invoiceDetails.BackgroundColor = System.Drawing.Color.White;
|
||
|
this.invoiceDetails.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
||
|
this.invoiceDetails.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.invoiceDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.invoiceDetails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
|
this.invoiceDetails.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.Column1,
|
||
|
this.barcodecolumn,
|
||
|
this.Column4,
|
||
|
this.Column7,
|
||
|
this.Column5,
|
||
|
this.Column2,
|
||
|
this.Column3});
|
||
|
this.invoiceDetails.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.SystemColors.ControlText;
|
||
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
this.invoiceDetails.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.invoiceDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.invoiceDetails.EnableHeadersVisualStyles = false;
|
||
|
this.invoiceDetails.Location = new System.Drawing.Point(0, 229);
|
||
|
this.invoiceDetails.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
this.invoiceDetails.Name = "invoiceDetails";
|
||
|
this.invoiceDetails.ReadOnly = true;
|
||
|
this.invoiceDetails.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.invoiceDetails.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.invoiceDetails.RowHeadersVisible = false;
|
||
|
this.invoiceDetails.RowTemplate.Height = 40;
|
||
|
this.invoiceDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.invoiceDetails.Size = new System.Drawing.Size(671, 388);
|
||
|
this.invoiceDetails.TabIndex = 6;
|
||
|
//
|
||
|
// panel4
|
||
|
//
|
||
|
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.panel4.Controls.Add(this.lblTotal);
|
||
|
this.panel4.Controls.Add(this.label8);
|
||
|
this.panel4.Controls.Add(this.lblTotalCost);
|
||
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel4.Location = new System.Drawing.Point(0, 196);
|
||
|
this.panel4.Name = "panel4";
|
||
|
this.panel4.Size = new System.Drawing.Size(671, 33);
|
||
|
this.panel4.TabIndex = 2;
|
||
|
//
|
||
|
// lblTotal
|
||
|
//
|
||
|
this.lblTotal.AutoSize = true;
|
||
|
this.lblTotal.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.lblTotal.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.lblTotal.Location = new System.Drawing.Point(190, 6);
|
||
|
this.lblTotal.Name = "lblTotal";
|
||
|
this.lblTotal.Size = new System.Drawing.Size(0, 21);
|
||
|
this.lblTotal.TabIndex = 1;
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.AutoSize = true;
|
||
|
this.label8.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label8.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.label8.Location = new System.Drawing.Point(6, 6);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(178, 21);
|
||
|
this.label8.TabIndex = 1;
|
||
|
this.label8.Text = "TOTAL DELIVERY COST";
|
||
|
//
|
||
|
// lblTotalCost
|
||
|
//
|
||
|
this.lblTotalCost.AutoSize = true;
|
||
|
this.lblTotalCost.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.lblTotalCost.ForeColor = System.Drawing.Color.White;
|
||
|
this.lblTotalCost.Location = new System.Drawing.Point(132, 6);
|
||
|
this.lblTotalCost.Name = "lblTotalCost";
|
||
|
this.lblTotalCost.Size = new System.Drawing.Size(0, 21);
|
||
|
this.lblTotalCost.TabIndex = 0;
|
||
|
//
|
||
|
// panel3
|
||
|
//
|
||
|
this.panel3.Controls.Add(this.button3);
|
||
|
this.panel3.Controls.Add(this.button2);
|
||
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
|
this.panel3.Location = new System.Drawing.Point(0, 617);
|
||
|
this.panel3.Name = "panel3";
|
||
|
this.panel3.Size = new System.Drawing.Size(671, 60);
|
||
|
this.panel3.TabIndex = 1;
|
||
|
//
|
||
|
// button3
|
||
|
//
|
||
|
this.button3.BackColor = System.Drawing.Color.Crimson;
|
||
|
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.button3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
||
|
this.button3.Location = new System.Drawing.Point(149, 5);
|
||
|
this.button3.Name = "button3";
|
||
|
this.button3.Size = new System.Drawing.Size(155, 47);
|
||
|
this.button3.TabIndex = 0;
|
||
|
this.button3.Text = "CANCEL";
|
||
|
this.button3.UseVisualStyleBackColor = false;
|
||
|
this.button3.Click += new System.EventHandler(this.Button3_Click);
|
||
|
//
|
||
|
// button2
|
||
|
//
|
||
|
this.button2.BackColor = System.Drawing.Color.DarkGreen;
|
||
|
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.button2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
||
|
this.button2.Location = new System.Drawing.Point(358, 5);
|
||
|
this.button2.Name = "button2";
|
||
|
this.button2.Size = new System.Drawing.Size(206, 47);
|
||
|
this.button2.TabIndex = 0;
|
||
|
this.button2.Text = "CONFIRM DELIVERY";
|
||
|
this.button2.UseVisualStyleBackColor = false;
|
||
|
this.button2.Click += new System.EventHandler(this.Button2_Click);
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.Controls.Add(this.groupBox1);
|
||
|
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(671, 196);
|
||
|
this.panel2.TabIndex = 0;
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Controls.Add(this.lblStatus);
|
||
|
this.groupBox1.Controls.Add(this.lblItemT);
|
||
|
this.groupBox1.Controls.Add(this.lblTo);
|
||
|
this.groupBox1.Controls.Add(this.lblFrom);
|
||
|
this.groupBox1.Controls.Add(this.lblCharges);
|
||
|
this.groupBox1.Controls.Add(this.lblTelephone);
|
||
|
this.groupBox1.Controls.Add(this.lblAddress);
|
||
|
this.groupBox1.Controls.Add(this.lblEmail);
|
||
|
this.groupBox1.Controls.Add(this.lblFullname);
|
||
|
this.groupBox1.Controls.Add(this.label4);
|
||
|
this.groupBox1.Controls.Add(this.label10);
|
||
|
this.groupBox1.Controls.Add(this.label12);
|
||
|
this.groupBox1.Controls.Add(this.label11);
|
||
|
this.groupBox1.Controls.Add(this.label6);
|
||
|
this.groupBox1.Controls.Add(this.label5);
|
||
|
this.groupBox1.Controls.Add(this.label7);
|
||
|
this.groupBox1.Controls.Add(this.label3);
|
||
|
this.groupBox1.Controls.Add(this.label1);
|
||
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(671, 196);
|
||
|
this.groupBox1.TabIndex = 0;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
this.groupBox1.Text = "RECIPIENT DETAILS";
|
||
|
//
|
||
|
// lblStatus
|
||
|
//
|
||
|
this.lblStatus.AutoSize = true;
|
||
|
this.lblStatus.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.lblStatus.Location = new System.Drawing.Point(415, 166);
|
||
|
this.lblStatus.Name = "lblStatus";
|
||
|
this.lblStatus.Size = new System.Drawing.Size(0, 21);
|
||
|
this.lblStatus.TabIndex = 100;
|
||
|
//
|
||
|
// lblItemT
|
||
|
//
|
||
|
this.lblItemT.AutoSize = true;
|
||
|
this.lblItemT.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.lblItemT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblItemT.Location = new System.Drawing.Point(183, 168);
|
||
|
this.lblItemT.Name = "lblItemT";
|
||
|
this.lblItemT.Size = new System.Drawing.Size(19, 21);
|
||
|
this.lblItemT.TabIndex = 99;
|
||
|
this.lblItemT.Text = "0";
|
||
|
//
|
||
|
// lblTo
|
||
|
//
|
||
|
this.lblTo.Enabled = false;
|
||
|
this.lblTo.Location = new System.Drawing.Point(410, 131);
|
||
|
this.lblTo.Name = "lblTo";
|
||
|
this.lblTo.Size = new System.Drawing.Size(255, 29);
|
||
|
this.lblTo.TabIndex = 7;
|
||
|
this.lblTo.Value = new System.DateTime(2020, 5, 18, 0, 0, 0, 0);
|
||
|
//
|
||
|
// lblFrom
|
||
|
//
|
||
|
this.lblFrom.CalendarForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblFrom.CalendarTitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblFrom.CalendarTrailingForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblFrom.Enabled = false;
|
||
|
this.lblFrom.Location = new System.Drawing.Point(410, 93);
|
||
|
this.lblFrom.Name = "lblFrom";
|
||
|
this.lblFrom.Size = new System.Drawing.Size(255, 29);
|
||
|
this.lblFrom.TabIndex = 6;
|
||
|
//
|
||
|
// lblCharges
|
||
|
//
|
||
|
this.lblCharges.Enabled = false;
|
||
|
this.lblCharges.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblCharges.Location = new System.Drawing.Point(187, 129);
|
||
|
this.lblCharges.Name = "lblCharges";
|
||
|
this.lblCharges.Size = new System.Drawing.Size(146, 29);
|
||
|
this.lblCharges.TabIndex = 4;
|
||
|
this.lblCharges.Text = "0";
|
||
|
//
|
||
|
// lblTelephone
|
||
|
//
|
||
|
this.lblTelephone.Enabled = false;
|
||
|
this.lblTelephone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblTelephone.Location = new System.Drawing.Point(99, 92);
|
||
|
this.lblTelephone.Name = "lblTelephone";
|
||
|
this.lblTelephone.Size = new System.Drawing.Size(228, 29);
|
||
|
this.lblTelephone.TabIndex = 3;
|
||
|
//
|
||
|
// lblAddress
|
||
|
//
|
||
|
this.lblAddress.Enabled = false;
|
||
|
this.lblAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblAddress.Location = new System.Drawing.Point(99, 57);
|
||
|
this.lblAddress.Name = "lblAddress";
|
||
|
this.lblAddress.Size = new System.Drawing.Size(228, 29);
|
||
|
this.lblAddress.TabIndex = 2;
|
||
|
//
|
||
|
// lblEmail
|
||
|
//
|
||
|
this.lblEmail.Enabled = false;
|
||
|
this.lblEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblEmail.Location = new System.Drawing.Point(410, 22);
|
||
|
this.lblEmail.Name = "lblEmail";
|
||
|
this.lblEmail.Size = new System.Drawing.Size(255, 29);
|
||
|
this.lblEmail.TabIndex = 5;
|
||
|
//
|
||
|
// lblFullname
|
||
|
//
|
||
|
this.lblFullname.Enabled = false;
|
||
|
this.lblFullname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.lblFullname.Location = new System.Drawing.Point(99, 22);
|
||
|
this.lblFullname.Name = "lblFullname";
|
||
|
this.lblFullname.Size = new System.Drawing.Size(228, 29);
|
||
|
this.lblFullname.TabIndex = 1;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Location = new System.Drawing.Point(2, 168);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(171, 21);
|
||
|
this.label4.TabIndex = 0;
|
||
|
this.label4.Text = "TOTAL PRODUCT COST";
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.Location = new System.Drawing.Point(406, 63);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(218, 21);
|
||
|
this.label10.TabIndex = 0;
|
||
|
this.label10.Text = "SCHEDULED DELIVERY DATES";
|
||
|
//
|
||
|
// label12
|
||
|
//
|
||
|
this.label12.AutoSize = true;
|
||
|
this.label12.Location = new System.Drawing.Point(371, 137);
|
||
|
this.label12.Name = "label12";
|
||
|
this.label12.Size = new System.Drawing.Size(29, 21);
|
||
|
this.label12.TabIndex = 0;
|
||
|
this.label12.Text = "TO";
|
||
|
//
|
||
|
// label11
|
||
|
//
|
||
|
this.label11.AutoSize = true;
|
||
|
this.label11.Location = new System.Drawing.Point(350, 99);
|
||
|
this.label11.Name = "label11";
|
||
|
this.label11.Size = new System.Drawing.Size(54, 21);
|
||
|
this.label11.TabIndex = 0;
|
||
|
this.label11.Text = "FROM";
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.Location = new System.Drawing.Point(2, 132);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(173, 21);
|
||
|
this.label6.TabIndex = 0;
|
||
|
this.label6.Text = "ADDITIONAL CHARGES";
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.Location = new System.Drawing.Point(2, 95);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(94, 21);
|
||
|
this.label5.TabIndex = 0;
|
||
|
this.label5.Text = "TELEPHONE";
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.Location = new System.Drawing.Point(346, 25);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(54, 21);
|
||
|
this.label7.TabIndex = 0;
|
||
|
this.label7.Text = "EMAIL";
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Location = new System.Drawing.Point(11, 60);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(78, 21);
|
||
|
this.label3.TabIndex = 0;
|
||
|
this.label3.Text = "ADDRESS";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Location = new System.Drawing.Point(13, 25);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(54, 21);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "NAME";
|
||
|
//
|
||
|
// dataGridViewImageColumn1
|
||
|
//
|
||
|
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.dataGridViewImageColumn1.HeaderText = "";
|
||
|
this.dataGridViewImageColumn1.Image = ((System.Drawing.Image)(resources.GetObject("dataGridViewImageColumn1.Image")));
|
||
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||
|
//
|
||
|
// holding
|
||
|
//
|
||
|
this.holding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.holding.Controls.Add(this.metroProgressSpinner1);
|
||
|
this.holding.Controls.Add(this.label13);
|
||
|
this.holding.Controls.Add(this.panel5);
|
||
|
this.holding.Location = new System.Drawing.Point(200, 298);
|
||
|
this.holding.Name = "holding";
|
||
|
this.holding.Size = new System.Drawing.Size(276, 121);
|
||
|
this.holding.TabIndex = 7;
|
||
|
this.holding.Visible = false;
|
||
|
//
|
||
|
// metroProgressSpinner1
|
||
|
//
|
||
|
this.metroProgressSpinner1.Location = new System.Drawing.Point(112, 85);
|
||
|
this.metroProgressSpinner1.Maximum = 100;
|
||
|
this.metroProgressSpinner1.Name = "metroProgressSpinner1";
|
||
|
this.metroProgressSpinner1.Size = new System.Drawing.Size(36, 33);
|
||
|
this.metroProgressSpinner1.TabIndex = 3;
|
||
|
this.metroProgressSpinner1.UseCustomBackColor = true;
|
||
|
this.metroProgressSpinner1.UseSelectable = true;
|
||
|
//
|
||
|
// label13
|
||
|
//
|
||
|
this.label13.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label13.Location = new System.Drawing.Point(0, 27);
|
||
|
this.label13.Name = "label13";
|
||
|
this.label13.Size = new System.Drawing.Size(274, 55);
|
||
|
this.label13.TabIndex = 2;
|
||
|
this.label13.Text = "Loading details , this could take a few moments.....";
|
||
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
//
|
||
|
// panel5
|
||
|
//
|
||
|
this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
|
||
|
this.panel5.Controls.Add(this.label9);
|
||
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel5.Location = new System.Drawing.Point(0, 0);
|
||
|
this.panel5.Name = "panel5";
|
||
|
this.panel5.Size = new System.Drawing.Size(274, 27);
|
||
|
this.panel5.TabIndex = 0;
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.label9.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.label9.Location = new System.Drawing.Point(0, 0);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(274, 27);
|
||
|
this.label9.TabIndex = 0;
|
||
|
this.label9.Text = "Please Wait....";
|
||
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.panel1.Controls.Add(this.label2);
|
||
|
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(673, 37);
|
||
|
this.panel1.TabIndex = 0;
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.label2.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(621, 37);
|
||
|
this.label2.TabIndex = 1;
|
||
|
this.label2.Text = "ORDER REVIEW";
|
||
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// exit
|
||
|
//
|
||
|
this.exit.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.exit.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.exit.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
this.exit.ForeColor = System.Drawing.Color.White;
|
||
|
this.exit.Location = new System.Drawing.Point(621, 0);
|
||
|
this.exit.Name = "exit";
|
||
|
this.exit.Size = new System.Drawing.Size(52, 37);
|
||
|
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);
|
||
|
//
|
||
|
// Column1
|
||
|
//
|
||
|
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column1.HeaderText = "#";
|
||
|
this.Column1.Name = "Column1";
|
||
|
this.Column1.ReadOnly = true;
|
||
|
this.Column1.Width = 42;
|
||
|
//
|
||
|
// barcodecolumn
|
||
|
//
|
||
|
this.barcodecolumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
|
this.barcodecolumn.HeaderText = "PRODUCT NAME";
|
||
|
this.barcodecolumn.Name = "barcodecolumn";
|
||
|
this.barcodecolumn.ReadOnly = true;
|
||
|
//
|
||
|
// Column4
|
||
|
//
|
||
|
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column4.DataPropertyName = "pdesc";
|
||
|
this.Column4.HeaderText = "QUANTITY";
|
||
|
this.Column4.Name = "Column4";
|
||
|
this.Column4.ReadOnly = true;
|
||
|
this.Column4.Width = 107;
|
||
|
//
|
||
|
// Column7
|
||
|
//
|
||
|
this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column7.HeaderText = "UNIT";
|
||
|
this.Column7.Name = "Column7";
|
||
|
this.Column7.ReadOnly = true;
|
||
|
this.Column7.Width = 68;
|
||
|
//
|
||
|
// Column5
|
||
|
//
|
||
|
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
||
|
this.Column5.DataPropertyName = "category";
|
||
|
this.Column5.HeaderText = "TOTAL COST";
|
||
|
this.Column5.Name = "Column5";
|
||
|
this.Column5.ReadOnly = true;
|
||
|
this.Column5.Width = 119;
|
||
|
//
|
||
|
// Column2
|
||
|
//
|
||
|
this.Column2.HeaderText = "Column2";
|
||
|
this.Column2.Name = "Column2";
|
||
|
this.Column2.ReadOnly = true;
|
||
|
this.Column2.Visible = false;
|
||
|
//
|
||
|
// Column3
|
||
|
//
|
||
|
this.Column3.HeaderText = "unitCode";
|
||
|
this.Column3.Name = "Column3";
|
||
|
this.Column3.ReadOnly = true;
|
||
|
this.Column3.Visible = false;
|
||
|
//
|
||
|
// DeliveryDetails
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(673, 716);
|
||
|
this.Controls.Add(this.holding);
|
||
|
this.Controls.Add(this.main);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.Name = "DeliveryDetails";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "NewDelivery";
|
||
|
this.Load += new System.EventHandler(this.NewDelivery_Load);
|
||
|
this.main.ResumeLayout(false);
|
||
|
((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).EndInit();
|
||
|
this.panel4.ResumeLayout(false);
|
||
|
this.panel4.PerformLayout();
|
||
|
this.panel3.ResumeLayout(false);
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
this.groupBox1.ResumeLayout(false);
|
||
|
this.groupBox1.PerformLayout();
|
||
|
this.holding.ResumeLayout(false);
|
||
|
this.panel5.ResumeLayout(false);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private gradientPanel panel1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label exit;
|
||
|
private System.Windows.Forms.Panel main;
|
||
|
private System.Windows.Forms.Panel panel4;
|
||
|
private System.Windows.Forms.Panel panel3;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.DataGridView invoiceDetails;
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.DateTimePicker lblTo;
|
||
|
private System.Windows.Forms.DateTimePicker lblFrom;
|
||
|
private System.Windows.Forms.TextBox lblTelephone;
|
||
|
private System.Windows.Forms.TextBox lblAddress;
|
||
|
private System.Windows.Forms.TextBox lblFullname;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.TextBox lblCharges;
|
||
|
private System.Windows.Forms.Label lblTotalCost;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.Label label12;
|
||
|
private System.Windows.Forms.Label label11;
|
||
|
private System.Windows.Forms.TextBox lblEmail;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
||
|
private System.Windows.Forms.Label lblItemT;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
private System.Windows.Forms.Label lblTotal;
|
||
|
private System.Windows.Forms.Panel holding;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1;
|
||
|
private System.Windows.Forms.Label label13;
|
||
|
private System.Windows.Forms.Panel panel5;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.Button button3;
|
||
|
private System.Windows.Forms.Button button2;
|
||
|
private System.Windows.Forms.Label lblStatus;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn barcodecolumn;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
||
|
}
|
||
|
}
|