namespace BiskLog_Point_Of_Sale.Company_Setup
{
partial class NewCompany
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewCompany));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtname = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtaddress = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtweb = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtmail = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtTin = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtTel = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.metroToggle1 = new MetroFramework.Controls.MetroToggle();
this.button2 = new System.Windows.Forms.Button();
this.txtCity = new System.Windows.Forms.TextBox();
this.labelCity = new System.Windows.Forms.Label();
this.a3 = new System.Windows.Forms.Label();
this.a2 = new System.Windows.Forms.Label();
this.a1 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.a4 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtVat = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 66);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(116, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Company Name";
//
// label2
//
this.label2.AutoSize = true;
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(12, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(482, 21);
this.label2.TabIndex = 0;
this.label2.Text = "Here you get to set up your new company for BISKILOG POS !!!\r\n";
//
// txtname
//
this.txtname.Location = new System.Drawing.Point(287, 63);
this.txtname.MaxLength = 50;
this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(274, 27);
this.txtname.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(37, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 20);
this.label3.TabIndex = 0;
this.label3.Text = "Address";
//
// txtaddress
//
this.txtaddress.Location = new System.Drawing.Point(287, 96);
this.txtaddress.MaxLength = 50;
this.txtaddress.Name = "txtaddress";
this.txtaddress.Size = new System.Drawing.Size(274, 27);
this.txtaddress.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(37, 132);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(62, 20);
this.label4.TabIndex = 0;
this.label4.Text = "Website";
//
// txtweb
//
this.txtweb.Location = new System.Drawing.Point(287, 129);
this.txtweb.MaxLength = 50;
this.txtweb.Name = "txtweb";
this.txtweb.Size = new System.Drawing.Size(274, 27);
this.txtweb.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(36, 305);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 20);
this.label5.TabIndex = 0;
this.label5.Text = "Telephone";
//
// txtmail
//
this.txtmail.Location = new System.Drawing.Point(287, 162);
this.txtmail.MaxLength = 50;
this.txtmail.Name = "txtmail";
this.txtmail.Size = new System.Drawing.Size(274, 27);
this.txtmail.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(36, 272);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(135, 20);
this.label6.TabIndex = 0;
this.label6.Text = "Multi branch mode";
//
// txtTin
//
this.txtTin.Location = new System.Drawing.Point(287, 195);
this.txtTin.MaxLength = 50;
this.txtTin.Name = "txtTin";
this.txtTin.Size = new System.Drawing.Size(274, 27);
this.txtTin.TabIndex = 5;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(37, 198);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(217, 20);
this.label7.TabIndex = 0;
this.label7.Text = "Tax Identification Number (TIN)";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(37, 165);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(46, 20);
this.label8.TabIndex = 0;
this.label8.Text = "Email";
//
// txtTel
//
this.txtTel.Location = new System.Drawing.Point(287, 301);
this.txtTel.MaxLength = 50;
this.txtTel.Name = "txtTel";
this.txtTel.Size = new System.Drawing.Size(274, 27);
this.txtTel.TabIndex = 7;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.DarkGreen;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Segoe UI", 12F);
this.button1.ForeColor = System.Drawing.SystemColors.Control;
this.button1.Location = new System.Drawing.Point(428, 376);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(131, 39);
this.button1.TabIndex = 9;
this.button1.Text = "NEXT";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// metroToggle1
//
this.metroToggle1.AutoSize = true;
this.metroToggle1.Cursor = System.Windows.Forms.Cursors.Hand;
this.metroToggle1.Location = new System.Drawing.Point(286, 271);
this.metroToggle1.Name = "metroToggle1";
this.metroToggle1.Size = new System.Drawing.Size(80, 24);
this.metroToggle1.TabIndex = 6;
this.metroToggle1.Text = "Off";
this.metroToggle1.UseCustomBackColor = true;
this.metroToggle1.UseCustomForeColor = true;
this.metroToggle1.UseSelectable = true;
this.metroToggle1.CheckedChanged += new System.EventHandler(this.MetroToggle1_CheckedChanged);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.DarkGreen;
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("Segoe UI", 12F);
this.button2.ForeColor = System.Drawing.SystemColors.Control;
this.button2.Location = new System.Drawing.Point(260, 377);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(131, 39);
this.button2.TabIndex = 8;
this.button2.Text = "PREVIOUS";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.Button2_Click);
//
// txtCity
//
this.txtCity.Location = new System.Drawing.Point(287, 333);
this.txtCity.MaxLength = 50;
this.txtCity.Name = "txtCity";
this.txtCity.Size = new System.Drawing.Size(274, 27);
this.txtCity.TabIndex = 11;
//
// labelCity
//
this.labelCity.AutoSize = true;
this.labelCity.Location = new System.Drawing.Point(36, 337);
this.labelCity.Name = "labelCity";
this.labelCity.Size = new System.Drawing.Size(34, 20);
this.labelCity.TabIndex = 10;
this.labelCity.Text = "City";
//
// a3
//
this.a3.AutoSize = true;
this.a3.ForeColor = System.Drawing.Color.Crimson;
this.a3.Location = new System.Drawing.Point(266, 195);
this.a3.Name = "a3";
this.a3.Size = new System.Drawing.Size(15, 20);
this.a3.TabIndex = 22;
this.a3.Text = "*";
this.a3.Visible = false;
//
// a2
//
this.a2.AutoSize = true;
this.a2.ForeColor = System.Drawing.Color.Crimson;
this.a2.Location = new System.Drawing.Point(266, 134);
this.a2.Name = "a2";
this.a2.Size = new System.Drawing.Size(15, 20);
this.a2.TabIndex = 23;
this.a2.Text = "*";
this.a2.Visible = false;
//
// a1
//
this.a1.AutoSize = true;
this.a1.ForeColor = System.Drawing.Color.Crimson;
this.a1.Location = new System.Drawing.Point(266, 67);
this.a1.Name = "a1";
this.a1.Size = new System.Drawing.Size(15, 20);
this.a1.TabIndex = 24;
this.a1.Text = "*";
this.a1.Visible = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Crimson;
this.label9.Location = new System.Drawing.Point(266, 305);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(15, 20);
this.label9.TabIndex = 22;
this.label9.Text = "*";
this.label9.Visible = false;
//
// a4
//
this.a4.AutoSize = true;
this.a4.ForeColor = System.Drawing.Color.Crimson;
this.a4.Location = new System.Drawing.Point(266, 333);
this.a4.Name = "a4";
this.a4.Size = new System.Drawing.Size(15, 20);
this.a4.TabIndex = 22;
this.a4.Text = "*";
this.a4.Visible = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(37, 231);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(176, 20);
this.label10.TabIndex = 0;
this.label10.Text = "VAT Registration Number";
//
// txtVat
//
this.txtVat.Location = new System.Drawing.Point(287, 228);
this.txtVat.MaxLength = 50;
this.txtVat.Name = "txtVat";
this.txtVat.Size = new System.Drawing.Size(274, 27);
this.txtVat.TabIndex = 5;
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.Crimson;
this.label11.Location = new System.Drawing.Point(266, 231);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(15, 20);
this.label11.TabIndex = 22;
this.label11.Text = "*";
this.label11.Visible = false;
//
// NewCompany
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(588, 428);
this.Controls.Add(this.a4);
this.Controls.Add(this.label9);
this.Controls.Add(this.label11);
this.Controls.Add(this.a3);
this.Controls.Add(this.a2);
this.Controls.Add(this.a1);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.labelCity);
this.Controls.Add(this.metroToggle1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtTel);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtVat);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtTin);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtmail);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtweb);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtaddress);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtname);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Segoe UI", 11F);
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
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 = "NewCompany";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.NewCompany_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtname;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtaddress;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtweb;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtmail;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtTin;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtTel;
private System.Windows.Forms.Button button1;
private MetroFramework.Controls.MetroToggle metroToggle1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.Label labelCity;
private System.Windows.Forms.Label a3;
private System.Windows.Forms.Label a2;
private System.Windows.Forms.Label a1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label a4;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtVat;
private System.Windows.Forms.Label label11;
}
}