namespace BiskLog_Point_Of_Sale
{
partial class AddCustomer
{
///
/// 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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtTIN = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtSurname = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtFirstname = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblCustomerID = new System.Windows.Forms.Label();
this.lblID = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.btnNew = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.title = new System.Windows.Forms.Label();
this.exit = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.panel3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(427, 441);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.holding);
this.panel2.Controls.Add(this.txtEmail);
this.panel2.Controls.Add(this.txtTIN);
this.panel2.Controls.Add(this.txtPhone);
this.panel2.Controls.Add(this.txtAddress);
this.panel2.Controls.Add(this.txtSurname);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.txtFirstname);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.lblCustomerID);
this.panel2.Controls.Add(this.lblID);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.panel4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.panel2.Location = new System.Drawing.Point(0, 47);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(425, 392);
this.panel2.TabIndex = 3;
//
// holding
//
this.holding.Location = new System.Drawing.Point(178, 285);
this.holding.Maximum = 100;
this.holding.Name = "holding";
this.holding.Size = new System.Drawing.Size(43, 38);
this.holding.TabIndex = 7;
this.holding.UseCustomBackColor = true;
this.holding.UseSelectable = true;
this.holding.Visible = false;
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(127, 203);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(247, 29);
this.txtEmail.TabIndex = 5;
//
// txtTIN
//
this.txtTIN.Location = new System.Drawing.Point(127, 243);
this.txtTIN.Name = "txtTIN";
this.txtTIN.Size = new System.Drawing.Size(247, 29);
this.txtTIN.TabIndex = 5;
this.txtTIN.Text = "-";
this.txtTIN.Visible = false;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(127, 164);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(247, 29);
this.txtPhone.TabIndex = 4;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(127, 125);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(247, 29);
this.txtAddress.TabIndex = 3;
//
// txtSurname
//
this.txtSurname.Location = new System.Drawing.Point(127, 86);
this.txtSurname.Name = "txtSurname";
this.txtSurname.Size = new System.Drawing.Size(247, 29);
this.txtSurname.TabIndex = 2;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label6.Location = new System.Drawing.Point(11, 246);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(50, 21);
this.label6.TabIndex = 5;
this.label6.Text = "Tax ID";
this.label6.Visible = false;
//
// txtFirstname
//
this.txtFirstname.Location = new System.Drawing.Point(127, 47);
this.txtFirstname.Name = "txtFirstname";
this.txtFirstname.Size = new System.Drawing.Size(247, 29);
this.txtFirstname.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label5.Location = new System.Drawing.Point(11, 206);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 21);
this.label5.TabIndex = 5;
this.label5.Text = "Email";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label4.Location = new System.Drawing.Point(11, 167);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(80, 21);
this.label4.TabIndex = 4;
this.label4.Text = "Telephone";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label3.Location = new System.Drawing.Point(11, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(66, 21);
this.label3.TabIndex = 3;
this.label3.Text = "Address";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label2.Location = new System.Drawing.Point(11, 89);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 21);
this.label2.TabIndex = 2;
this.label2.Text = "Surname";
//
// lblCustomerID
//
this.lblCustomerID.AutoSize = true;
this.lblCustomerID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.lblCustomerID.Location = new System.Drawing.Point(123, 11);
this.lblCustomerID.Name = "lblCustomerID";
this.lblCustomerID.Size = new System.Drawing.Size(127, 21);
this.lblCustomerID.TabIndex = 1;
this.lblCustomerID.Text = "0000000000000";
this.lblCustomerID.Visible = false;
//
// lblID
//
this.lblID.AutoSize = true;
this.lblID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.lblID.Location = new System.Drawing.Point(12, 11);
this.lblID.Name = "lblID";
this.lblID.Size = new System.Drawing.Size(97, 21);
this.lblID.TabIndex = 1;
this.lblID.Text = "Customer ID";
this.lblID.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label1.Location = new System.Drawing.Point(11, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 21);
this.label1.TabIndex = 1;
this.label1.Text = "Firstname";
//
// panel4
//
this.panel4.Controls.Add(this.btnNew);
this.panel4.Controls.Add(this.btnUpdate);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 329);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(425, 63);
this.panel4.TabIndex = 0;
//
// btnNew
//
this.btnNew.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.btnNew.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnNew.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.btnNew.ForeColor = System.Drawing.SystemColors.Control;
this.btnNew.Location = new System.Drawing.Point(214, 8);
this.btnNew.Name = "btnNew";
this.btnNew.Size = new System.Drawing.Size(141, 51);
this.btnNew.TabIndex = 7;
this.btnNew.Text = "Add Customer";
this.btnNew.UseVisualStyleBackColor = false;
this.btnNew.Click += new System.EventHandler(this.BtnNew_Click);
//
// btnUpdate
//
this.btnUpdate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
this.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpdate.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.btnUpdate.ForeColor = System.Drawing.SystemColors.ControlDark;
this.btnUpdate.Location = new System.Drawing.Point(27, 8);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(140, 51);
this.btnUpdate.TabIndex = 6;
this.btnUpdate.Text = "Update";
this.btnUpdate.UseVisualStyleBackColor = false;
this.btnUpdate.Visible = false;
this.btnUpdate.Click += new System.EventHandler(this.BtnUpdate_Click);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.panel3.Controls.Add(this.title);
this.panel3.Controls.Add(this.exit);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(425, 47);
this.panel3.TabIndex = 2;
//
// title
//
this.title.Dock = System.Windows.Forms.DockStyle.Fill;
this.title.ForeColor = System.Drawing.Color.White;
this.title.Location = new System.Drawing.Point(0, 0);
this.title.Name = "title";
this.title.Size = new System.Drawing.Size(373, 47);
this.title.TabIndex = 1;
this.title.Text = "New Customer";
this.title.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(373, 0);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(52, 47);
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);
//
// AddCustomer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 441);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Segoe UI", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "AddCustomer";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AddCustomer";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label title;
private System.Windows.Forms.Label exit;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button btnNew;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtTIN;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtSurname;
private System.Windows.Forms.TextBox txtFirstname;
private System.Windows.Forms.Label lblCustomerID;
private System.Windows.Forms.Label lblID;
private MetroFramework.Controls.MetroProgressSpinner holding;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.Label label6;
}
}