namespace BiskLog_Point_Of_Sale.Delivery { partial class NewDelivery { /// /// 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() { 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(NewDelivery)); this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.exit = new System.Windows.Forms.Label(); 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.lblTotalCost = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); 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.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.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Delete = new System.Windows.Forms.DataGridViewImageColumn(); this.panel1.SuspendLayout(); this.main.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.holding.SuspendLayout(); this.panel5.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.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.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 = "NEW DELIVERY ORDER"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // exit // 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); // // 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.Column6, this.Delete}); 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; this.invoiceDetails.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.InvoiceDetails_CellClick); // // 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.pictureBox1); 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"; // // pictureBox1 // this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(624, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(47, 33); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.PictureBox1_Click); // // 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.button1); 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; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56))))); this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.button1.Location = new System.Drawing.Point(222, 7); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(219, 47); this.button1.TabIndex = 0; this.button1.Text = "SCHEDULE DELIVERY"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.Button1_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.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"; // // 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.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.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.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"; this.lblCharges.TextChanged += new System.EventHandler(this.LblCharges_TextChanged); this.lblCharges.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LblCharges_KeyPress); // // lblTelephone // 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; this.lblTelephone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.LblTelephone_KeyPress); // // lblAddress // 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.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.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(325, 121); this.holding.TabIndex = 7; this.holding.Visible = false; // // metroProgressSpinner1 // this.metroProgressSpinner1.Location = new System.Drawing.Point(130, 77); this.metroProgressSpinner1.Maximum = 100; this.metroProgressSpinner1.Name = "metroProgressSpinner1"; this.metroProgressSpinner1.Size = new System.Drawing.Size(51, 41); 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, 40); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(323, 40); this.label13.TabIndex = 2; this.label13.Text = "Processing order can 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(323, 40); 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(323, 40); this.label9.TabIndex = 0; this.label9.Text = "Please Wait...."; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Column2.HeaderText = "ID"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Visible = false; this.Column2.Width = 48; // // Column3 // this.Column3.HeaderText = "unitCode"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Visible = false; // // Column6 // this.Column6.HeaderText = "distinctiveCode"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Visible = false; // // Delete // this.Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.Delete.HeaderText = ""; this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image"))); this.Delete.Name = "Delete"; this.Delete.ReadOnly = true; this.Delete.Width = 5; // // NewDelivery // 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 = "NewDelivery"; 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.panel1.ResumeLayout(false); this.main.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.invoiceDetails)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.holding.ResumeLayout(false); this.panel5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel 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.PictureBox pictureBox1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button1; 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.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; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewImageColumn Delete; } }