Biskilog POS desktop appilcation
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.

959 lines
54 KiB

using BiskLog_Point_Of_Sale.Classes;
namespace BiskLog_Point_Of_Sale
{
partial class Customers
{
/// <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(Customers));
this.panel1 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.panel9 = new System.Windows.Forms.Panel();
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = 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.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel8 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel14 = new System.Windows.Forms.Panel();
this.panelHo = new System.Windows.Forms.Panel();
this.customerHistory = new BiskLog_Point_Of_Sale.Classes.MagicButton();
this.sell = new BiskLog_Point_Of_Sale.Classes.MagicButton();
this.paymentBTN = new BiskLog_Point_Of_Sale.Classes.MagicButton();
this.schDelivery = new BiskLog_Point_Of_Sale.Classes.MagicButton();
this.panel5 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.panel13 = new System.Windows.Forms.Panel();
this.lblName = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.panel15 = new System.Windows.Forms.Panel();
this.balText = new System.Windows.Forms.Label();
this.btnEdit = new System.Windows.Forms.Button();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.lblCustomerID = new System.Windows.Forms.Label();
this.lbltaxID = new System.Windows.Forms.Label();
this.panel10 = new System.Windows.Forms.Panel();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.customerAddress = new System.Windows.Forms.Label();
this.customerEmail = new System.Windows.Forms.Label();
this.customerPhone = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel11 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.circularPanel1 = new Point_Of_Sale_Managment.circularPanel();
this.panel12 = new System.Windows.Forms.Panel();
this.searchBox = new System.Windows.Forms.TextBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.header = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel3 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel7.SuspendLayout();
this.panel9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel4.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel14.SuspendLayout();
this.panelHo.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.panel13.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.panel15.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.panel10.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.panel2.SuspendLayout();
this.panel11.SuspendLayout();
this.circularPanel1.SuspendLayout();
this.panel12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.header.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel7);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 39);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1082, 783);
this.panel1.TabIndex = 11;
//
// panel7
//
this.panel7.Controls.Add(this.panel9);
this.panel7.Controls.Add(this.panel8);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(0, 286);
this.panel7.Name = "panel7";
this.panel7.Padding = new System.Windows.Forms.Padding(30, 10, 30, 10);
this.panel7.Size = new System.Drawing.Size(1082, 497);
this.panel7.TabIndex = 3;
//
// panel9
//
this.panel9.Controls.Add(this.holding);
this.panel9.Controls.Add(this.dataGridView1);
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel9.Location = new System.Drawing.Point(30, 15);
this.panel9.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
this.panel9.Name = "panel9";
this.panel9.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
this.panel9.Size = new System.Drawing.Size(1022, 472);
this.panel9.TabIndex = 1;
//
// holding
//
this.holding.Location = new System.Drawing.Point(477, 192);
this.holding.Maximum = 100;
this.holding.Name = "holding";
this.holding.Size = new System.Drawing.Size(51, 48);
this.holding.TabIndex = 6;
this.holding.UseSelectable = true;
this.holding.Visible = false;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToResizeColumns = false;
this.dataGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F);
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dataGridView1.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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.ColumnHeadersHeight = 30;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column2,
this.Column9});
this.dataGridView1.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.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EnableHeadersVisualStyles = false;
this.dataGridView1.Location = new System.Drawing.Point(0, 10);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.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.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 40;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1022, 462);
this.dataGridView1.TabIndex = 5;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
//
// Column1
//
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column1.HeaderText = "#";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 42;
//
// Column3
//
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column3.HeaderText = "Name";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 75;
//
// Column4
//
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column4.HeaderText = "Address";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column5.HeaderText = "Phone";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 77;
//
// Column6
//
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column6.HeaderText = "tin";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Visible = false;
this.Column6.Width = 53;
//
// Column7
//
this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column7.HeaderText = "customerID";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Visible = false;
this.Column7.Width = 115;
//
// Column8
//
this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Column8.HeaderText = "email";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Visible = false;
this.Column8.Width = 73;
//
// Column2
//
this.Column2.HeaderText = "Column2";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Visible = false;
//
// Column9
//
this.Column9.HeaderText = "Column9";
this.Column9.Name = "Column9";
this.Column9.ReadOnly = true;
this.Column9.Visible = false;
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
this.panel8.Location = new System.Drawing.Point(30, 10);
this.panel8.Margin = new System.Windows.Forms.Padding(3, 3, 3, 20);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(1022, 5);
this.panel8.TabIndex = 0;
//
// panel4
//
this.panel4.Controls.Add(this.tableLayoutPanel1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 44);
this.panel4.Margin = new System.Windows.Forms.Padding(0);
this.panel4.Name = "panel4";
this.panel4.Padding = new System.Windows.Forms.Padding(30, 30, 30, 10);
this.panel4.Size = new System.Drawing.Size(1082, 242);
this.panel4.TabIndex = 2;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.09339F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.9066F));
this.tableLayoutPanel1.Controls.Add(this.panel14, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel5, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(30, 30);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1022, 202);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel14
//
this.panel14.Controls.Add(this.panelHo);
this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel14.Location = new System.Drawing.Point(770, 3);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(249, 196);
this.panel14.TabIndex = 2;
//
// panelHo
//
this.panelHo.Anchor = System.Windows.Forms.AnchorStyles.None;
this.panelHo.Controls.Add(this.customerHistory);
this.panelHo.Controls.Add(this.sell);
this.panelHo.Controls.Add(this.paymentBTN);
this.panelHo.Controls.Add(this.schDelivery);
this.panelHo.Location = new System.Drawing.Point(8, 5);
this.panelHo.Name = "panelHo";
this.panelHo.Size = new System.Drawing.Size(231, 188);
this.panelHo.TabIndex = 1;
//
// customerHistory
//
this.customerHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.customerHistory.Angle = 3F;
this.customerHistory.BorderRadius = 20;
this.customerHistory.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.history;
this.customerHistory.ButtonText = " Transactional History";
this.customerHistory.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.customerHistory.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.customerHistory.Cursor = System.Windows.Forms.Cursors.Hand;
this.customerHistory.ForeColor = System.Drawing.Color.White;
this.customerHistory.ForeColor1 = System.Drawing.Color.White;
this.customerHistory.Location = new System.Drawing.Point(5, 96);
this.customerHistory.Name = "customerHistory";
this.customerHistory.Size = new System.Drawing.Size(222, 38);
this.customerHistory.TabIndex = 0;
this.customerHistory.Visible = false;
this.customerHistory.Click += new System.EventHandler(this.customerHistory_Click);
//
// sell
//
this.sell.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.sell.Angle = 131F;
this.sell.BorderRadius = 20;
this.sell.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.cart_15_24;
this.sell.ButtonText = "Make Purchase";
this.sell.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.sell.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
this.sell.Cursor = System.Windows.Forms.Cursors.Hand;
this.sell.ForeColor = System.Drawing.Color.White;
this.sell.ForeColor1 = System.Drawing.Color.White;
this.sell.Location = new System.Drawing.Point(5, 5);
this.sell.Name = "sell";
this.sell.Size = new System.Drawing.Size(222, 38);
this.sell.TabIndex = 0;
this.sell.Visible = false;
this.sell.Click += new System.EventHandler(this.Sell_Click);
//
// paymentBTN
//
this.paymentBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.paymentBTN.Angle = 305F;
this.paymentBTN.BorderRadius = 20;
this.paymentBTN.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.wallet;
this.paymentBTN.ButtonText = " Make Payment";
this.paymentBTN.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.paymentBTN.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206)))));
this.paymentBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.paymentBTN.ForeColor = System.Drawing.Color.White;
this.paymentBTN.ForeColor1 = System.Drawing.Color.White;
this.paymentBTN.Location = new System.Drawing.Point(4, 142);
this.paymentBTN.Name = "paymentBTN";
this.paymentBTN.Size = new System.Drawing.Size(222, 38);
this.paymentBTN.TabIndex = 0;
this.paymentBTN.Visible = false;
this.paymentBTN.Click += new System.EventHandler(this.magicButton1_Click);
//
// schDelivery
//
this.schDelivery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.schDelivery.Angle = 218F;
this.schDelivery.BorderRadius = 20;
this.schDelivery.ButtonImage = global::BiskLog_Point_Of_Sale.Properties.Resources.truck;
this.schDelivery.ButtonText = " Schedule Delivery";
this.schDelivery.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.schDelivery.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206)))));
this.schDelivery.Cursor = System.Windows.Forms.Cursors.Hand;
this.schDelivery.ForeColor = System.Drawing.Color.White;
this.schDelivery.ForeColor1 = System.Drawing.Color.White;
this.schDelivery.Location = new System.Drawing.Point(5, 51);
this.schDelivery.Name = "schDelivery";
this.schDelivery.Size = new System.Drawing.Size(222, 38);
this.schDelivery.TabIndex = 0;
this.schDelivery.Visible = false;
this.schDelivery.Click += new System.EventHandler(this.schDelivery_Click);
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.panel5.Controls.Add(this.panel6);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(3, 3);
this.panel5.Name = "panel5";
this.panel5.Padding = new System.Windows.Forms.Padding(5);
this.panel5.Size = new System.Drawing.Size(761, 196);
this.panel5.TabIndex = 1;
//
// panel6
//
this.panel6.BackColor = System.Drawing.SystemColors.Control;
this.panel6.Controls.Add(this.tableLayoutPanel4);
this.panel6.Controls.Add(this.tableLayoutPanel2);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(5, 5);
this.panel6.Margin = new System.Windows.Forms.Padding(10);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(751, 186);
this.panel6.TabIndex = 0;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 2;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.24101F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.75899F));
this.tableLayoutPanel4.Controls.Add(this.panel13, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.panel15, 1, 0);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 1;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 107F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(751, 107);
this.tableLayoutPanel4.TabIndex = 5;
//
// panel13
//
this.panel13.Controls.Add(this.lblName);
this.panel13.Controls.Add(this.pictureBox2);
this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel13.Location = new System.Drawing.Point(3, 3);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(514, 101);
this.panel13.TabIndex = 0;
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Font = new System.Drawing.Font("Segoe UI", 18F);
this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.lblName.Location = new System.Drawing.Point(121, 13);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(0, 32);
this.lblName.TabIndex = 5;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(12, 3);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(91, 95);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 4;
this.pictureBox2.TabStop = false;
//
// panel15
//
this.panel15.Controls.Add(this.balText);
this.panel15.Controls.Add(this.btnEdit);
this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel15.Location = new System.Drawing.Point(523, 3);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(225, 101);
this.panel15.TabIndex = 1;
//
// balText
//
this.balText.Dock = System.Windows.Forms.DockStyle.Bottom;
this.balText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.balText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.balText.Location = new System.Drawing.Point(0, 70);
this.balText.Name = "balText";
this.balText.Size = new System.Drawing.Size(225, 31);
this.balText.TabIndex = 3;
this.balText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnEdit
//
this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnEdit.BackColor = System.Drawing.Color.Transparent;
this.btnEdit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnEdit.FlatAppearance.BorderSize = 0;
this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.Location = new System.Drawing.Point(180, 3);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(42, 34);
this.btnEdit.TabIndex = 2;
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Visible = false;
this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel10, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 107);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(751, 79);
this.tableLayoutPanel2.TabIndex = 4;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.65306F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.34694F));
this.tableLayoutPanel3.Controls.Add(this.label9, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.label10, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.lblCustomerID, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.lbltaxID, 1, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(378, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(370, 73);
this.tableLayoutPanel3.TabIndex = 9;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label9.Location = new System.Drawing.Point(3, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(114, 36);
this.label9.TabIndex = 10;
this.label9.Text = "Customer ID";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
this.label10.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label10.Location = new System.Drawing.Point(3, 36);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(114, 37);
this.label10.TabIndex = 9;
this.label10.Text = "Tax ID";
//
// lblCustomerID
//
this.lblCustomerID.AutoSize = true;
this.lblCustomerID.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblCustomerID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.lblCustomerID.Location = new System.Drawing.Point(123, 0);
this.lblCustomerID.Name = "lblCustomerID";
this.lblCustomerID.Size = new System.Drawing.Size(244, 36);
this.lblCustomerID.TabIndex = 11;
this.lblCustomerID.Text = " ";
//
// lbltaxID
//
this.lbltaxID.AutoSize = true;
this.lbltaxID.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbltaxID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.lbltaxID.Location = new System.Drawing.Point(123, 36);
this.lbltaxID.Name = "lbltaxID";
this.lbltaxID.Size = new System.Drawing.Size(244, 37);
this.lbltaxID.TabIndex = 12;
this.lbltaxID.Text = " ";
//
// panel10
//
this.panel10.Controls.Add(this.tableLayoutPanel5);
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel10.Location = new System.Drawing.Point(3, 3);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(369, 73);
this.panel10.TabIndex = 0;
//
// tableLayoutPanel5
//
this.tableLayoutPanel5.ColumnCount = 2;
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.1137F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.8863F));
this.tableLayoutPanel5.Controls.Add(this.label4, 0, 2);
this.tableLayoutPanel5.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel5.Controls.Add(this.customerAddress, 1, 0);
this.tableLayoutPanel5.Controls.Add(this.customerEmail, 1, 1);
this.tableLayoutPanel5.Controls.Add(this.customerPhone, 1, 2);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 3;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(369, 73);
this.tableLayoutPanel5.TabIndex = 8;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label4.Location = new System.Drawing.Point(3, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(94, 25);
this.label4.TabIndex = 8;
this.label4.Text = "Phone";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label2.Location = new System.Drawing.Point(3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(94, 24);
this.label2.TabIndex = 10;
this.label2.Text = "Address";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label3.Location = new System.Drawing.Point(3, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(94, 24);
this.label3.TabIndex = 9;
this.label3.Text = "Email";
//
// customerAddress
//
this.customerAddress.AutoSize = true;
this.customerAddress.Dock = System.Windows.Forms.DockStyle.Fill;
this.customerAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.customerAddress.Location = new System.Drawing.Point(103, 0);
this.customerAddress.Name = "customerAddress";
this.customerAddress.Size = new System.Drawing.Size(263, 24);
this.customerAddress.TabIndex = 11;
this.customerAddress.Text = " ";
//
// customerEmail
//
this.customerEmail.AutoSize = true;
this.customerEmail.Dock = System.Windows.Forms.DockStyle.Fill;
this.customerEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.customerEmail.Location = new System.Drawing.Point(103, 24);
this.customerEmail.Name = "customerEmail";
this.customerEmail.Size = new System.Drawing.Size(263, 24);
this.customerEmail.TabIndex = 12;
this.customerEmail.Text = " ";
//
// customerPhone
//
this.customerPhone.AutoSize = true;
this.customerPhone.Dock = System.Windows.Forms.DockStyle.Fill;
this.customerPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.customerPhone.Location = new System.Drawing.Point(103, 48);
this.customerPhone.Name = "customerPhone";
this.customerPhone.Size = new System.Drawing.Size(263, 25);
this.customerPhone.TabIndex = 12;
this.customerPhone.Text = " ";
//
// panel2
//
this.panel2.Controls.Add(this.panel11);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.panel2.Size = new System.Drawing.Size(1082, 44);
this.panel2.TabIndex = 0;
//
// panel11
//
this.panel11.Controls.Add(this.button1);
this.panel11.Controls.Add(this.circularPanel1);
this.panel11.Dock = System.Windows.Forms.DockStyle.Right;
this.panel11.Location = new System.Drawing.Point(663, 0);
this.panel11.Name = "panel11";
this.panel11.Padding = new System.Windows.Forms.Padding(5);
this.panel11.Size = new System.Drawing.Size(389, 44);
this.panel11.TabIndex = 0;
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.Location = new System.Drawing.Point(337, 5);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(47, 34);
this.button1.TabIndex = 1;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// circularPanel1
//
this.circularPanel1.BackColor = System.Drawing.Color.White;
this.circularPanel1.Controls.Add(this.panel12);
this.circularPanel1.Controls.Add(this.pictureBox3);
this.circularPanel1.Dock = System.Windows.Forms.DockStyle.Left;
this.circularPanel1.Location = new System.Drawing.Point(5, 5);
this.circularPanel1.Name = "circularPanel1";
this.circularPanel1.Size = new System.Drawing.Size(307, 34);
this.circularPanel1.TabIndex = 0;
//
// panel12
//
this.panel12.Controls.Add(this.searchBox);
this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel12.Location = new System.Drawing.Point(48, 0);
this.panel12.Name = "panel12";
this.panel12.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.panel12.Size = new System.Drawing.Size(259, 34);
this.panel12.TabIndex = 2;
//
// searchBox
//
this.searchBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.searchBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.searchBox.Font = new System.Drawing.Font("Segoe UI", 13F);
this.searchBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.searchBox.Location = new System.Drawing.Point(0, 5);
this.searchBox.Name = "searchBox";
this.searchBox.Size = new System.Drawing.Size(259, 24);
this.searchBox.TabIndex = 3;
this.searchBox.TextChanged += new System.EventHandler(this.SearchBox_TextChanged);
//
// pictureBox3
//
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(0, 0);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(48, 34);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox3.TabIndex = 1;
this.pictureBox3.TabStop = false;
//
// header
//
this.header.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.header.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.header.Controls.Add(this.metroLabel1);
this.header.Controls.Add(this.pictureBox1);
this.header.Controls.Add(this.panel3);
this.header.Dock = System.Windows.Forms.DockStyle.Top;
this.header.Location = new System.Drawing.Point(0, 0);
this.header.Name = "header";
this.header.Size = new System.Drawing.Size(1082, 39);
this.header.TabIndex = 10;
//
// metroLabel1
//
this.metroLabel1.BackColor = System.Drawing.Color.Transparent;
this.metroLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.metroLabel1.FontSize = MetroFramework.MetroLabelSize.Tall;
this.metroLabel1.FontWeight = MetroFramework.MetroLabelWeight.Bold;
this.metroLabel1.ForeColor = System.Drawing.Color.White;
this.metroLabel1.Location = new System.Drawing.Point(50, 0);
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(1032, 38);
this.metroLabel1.TabIndex = 9;
this.metroLabel1.Text = "CUSTOMERS";
this.metroLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.metroLabel1.UseCustomBackColor = true;
this.metroLabel1.UseCustomForeColor = true;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(50, 38);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 38);
this.panel3.Margin = new System.Windows.Forms.Padding(10);
this.panel3.Name = "panel3";
this.panel3.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.panel3.Size = new System.Drawing.Size(1082, 1);
this.panel3.TabIndex = 7;
//
// Customers
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1082, 822);
this.Controls.Add(this.panel1);
this.Controls.Add(this.header);
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 = "Customers";
this.Text = "Customers";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Customers_Load);
this.panel1.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel9.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel4.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel14.ResumeLayout(false);
this.panelHo.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.panel15.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.panel10.ResumeLayout(false);
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel11.ResumeLayout(false);
this.circularPanel1.ResumeLayout(false);
this.panel12.ResumeLayout(false);
this.panel12.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.header.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private gradientPanel header;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel1;
private MetroFramework.Controls.MetroLabel metroLabel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Button button1;
private Point_Of_Sale_Managment.circularPanel circularPanel1;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.TextBox searchBox;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lblCustomerID;
private System.Windows.Forms.Label lbltaxID;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label customerAddress;
private System.Windows.Forms.Label customerEmail;
private System.Windows.Forms.Label customerPhone;
private MetroFramework.Controls.MetroProgressSpinner holding;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.Panel panel14;
private MagicButton customerHistory;
private MagicButton schDelivery;
private MagicButton sell;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Panel panelHo;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Label balText;
private MagicButton paymentBTN;
}
}