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.

593 lines
28 KiB

namespace Point_Of_Sale_Managment
{
partial class AddUser
{
/// <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()
{
this.content = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.boxAccess = new System.Windows.Forms.ComboBox();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtTelephone = new System.Windows.Forms.TextBox();
this.txtState = new System.Windows.Forms.TextBox();
this.txtCityLocale = new System.Windows.Forms.TextBox();
this.txtStreet2 = new System.Windows.Forms.TextBox();
this.txtStreet = new System.Windows.Forms.TextBox();
this.txtSurname = new System.Windows.Forms.TextBox();
this.txtFirstname = new System.Windows.Forms.TextBox();
this.txtconfirmation = new System.Windows.Forms.TextBox();
this.txtpassword = new System.Windows.Forms.TextBox();
this.txtlogin = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.loading = new MetroFramework.Controls.MetroProgressSpinner();
this.a3 = new System.Windows.Forms.Label();
this.a2 = new System.Windows.Forms.Label();
this.a1 = new System.Windows.Forms.Label();
this.a4 = new System.Windows.Forms.Label();
this.a5 = new System.Windows.Forms.Label();
this.a7 = new System.Windows.Forms.Label();
this.a6 = new System.Windows.Forms.Label();
this.content.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// content
//
this.content.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.content.Controls.Add(this.panel3);
this.content.Controls.Add(this.panel2);
this.content.Controls.Add(this.panel1);
this.content.Dock = System.Windows.Forms.DockStyle.Fill;
this.content.Location = new System.Drawing.Point(0, 0);
this.content.Name = "content";
this.content.Size = new System.Drawing.Size(446, 518);
this.content.TabIndex = 8;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.White;
this.panel3.Controls.Add(this.a6);
this.panel3.Controls.Add(this.a7);
this.panel3.Controls.Add(this.a5);
this.panel3.Controls.Add(this.a4);
this.panel3.Controls.Add(this.a3);
this.panel3.Controls.Add(this.a2);
this.panel3.Controls.Add(this.a1);
this.panel3.Controls.Add(this.boxAccess);
this.panel3.Controls.Add(this.txtEmail);
this.panel3.Controls.Add(this.txtTelephone);
this.panel3.Controls.Add(this.txtState);
this.panel3.Controls.Add(this.txtCityLocale);
this.panel3.Controls.Add(this.txtStreet2);
this.panel3.Controls.Add(this.txtStreet);
this.panel3.Controls.Add(this.txtSurname);
this.panel3.Controls.Add(this.txtFirstname);
this.panel3.Controls.Add(this.txtconfirmation);
this.panel3.Controls.Add(this.txtpassword);
this.panel3.Controls.Add(this.txtlogin);
this.panel3.Controls.Add(this.label11);
this.panel3.Controls.Add(this.label10);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.label4);
this.panel3.Controls.Add(this.label13);
this.panel3.Controls.Add(this.label6);
this.panel3.Controls.Add(this.label12);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.label2);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 48);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(446, 403);
this.panel3.TabIndex = 2;
//
// boxAccess
//
this.boxAccess.Cursor = System.Windows.Forms.Cursors.Hand;
this.boxAccess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.boxAccess.Font = new System.Drawing.Font("Segoe UI", 10F);
this.boxAccess.FormattingEnabled = true;
this.boxAccess.Location = new System.Drawing.Point(203, 367);
this.boxAccess.MaxDropDownItems = 100;
this.boxAccess.Name = "boxAccess";
this.boxAccess.Size = new System.Drawing.Size(212, 25);
this.boxAccess.TabIndex = 12;
//
// txtEmail
//
this.txtEmail.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtEmail.Location = new System.Drawing.Point(203, 335);
this.txtEmail.MaxLength = 50;
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(212, 25);
this.txtEmail.TabIndex = 11;
//
// txtTelephone
//
this.txtTelephone.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtTelephone.Location = new System.Drawing.Point(203, 304);
this.txtTelephone.MaxLength = 50;
this.txtTelephone.Name = "txtTelephone";
this.txtTelephone.Size = new System.Drawing.Size(212, 25);
this.txtTelephone.TabIndex = 10;
//
// txtState
//
this.txtState.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtState.Location = new System.Drawing.Point(203, 269);
this.txtState.MaxLength = 50;
this.txtState.Name = "txtState";
this.txtState.Size = new System.Drawing.Size(212, 25);
this.txtState.TabIndex = 9;
//
// txtCityLocale
//
this.txtCityLocale.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtCityLocale.Location = new System.Drawing.Point(203, 239);
this.txtCityLocale.MaxLength = 50;
this.txtCityLocale.Name = "txtCityLocale";
this.txtCityLocale.Size = new System.Drawing.Size(212, 25);
this.txtCityLocale.TabIndex = 8;
//
// txtStreet2
//
this.txtStreet2.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtStreet2.Location = new System.Drawing.Point(203, 206);
this.txtStreet2.MaxLength = 50;
this.txtStreet2.Name = "txtStreet2";
this.txtStreet2.Size = new System.Drawing.Size(212, 25);
this.txtStreet2.TabIndex = 7;
//
// txtStreet
//
this.txtStreet.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtStreet.Location = new System.Drawing.Point(203, 172);
this.txtStreet.MaxLength = 50;
this.txtStreet.Name = "txtStreet";
this.txtStreet.Size = new System.Drawing.Size(212, 25);
this.txtStreet.TabIndex = 6;
//
// txtSurname
//
this.txtSurname.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtSurname.Location = new System.Drawing.Point(203, 140);
this.txtSurname.MaxLength = 50;
this.txtSurname.Name = "txtSurname";
this.txtSurname.Size = new System.Drawing.Size(212, 25);
this.txtSurname.TabIndex = 5;
//
// txtFirstname
//
this.txtFirstname.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtFirstname.Location = new System.Drawing.Point(203, 107);
this.txtFirstname.MaxLength = 50;
this.txtFirstname.Name = "txtFirstname";
this.txtFirstname.Size = new System.Drawing.Size(212, 25);
this.txtFirstname.TabIndex = 4;
//
// txtconfirmation
//
this.txtconfirmation.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtconfirmation.Location = new System.Drawing.Point(203, 76);
this.txtconfirmation.Name = "txtconfirmation";
this.txtconfirmation.Size = new System.Drawing.Size(212, 25);
this.txtconfirmation.TabIndex = 3;
this.txtconfirmation.UseSystemPasswordChar = true;
//
// txtpassword
//
this.txtpassword.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtpassword.Location = new System.Drawing.Point(203, 47);
this.txtpassword.Name = "txtpassword";
this.txtpassword.Size = new System.Drawing.Size(212, 25);
this.txtpassword.TabIndex = 2;
this.txtpassword.UseSystemPasswordChar = true;
//
// txtlogin
//
this.txtlogin.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtlogin.Location = new System.Drawing.Point(203, 16);
this.txtlogin.MaxLength = 50;
this.txtlogin.Name = "txtlogin";
this.txtlogin.Size = new System.Drawing.Size(212, 25);
this.txtlogin.TabIndex = 1;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label11.Location = new System.Drawing.Point(24, 370);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(100, 19);
this.label11.TabIndex = 0;
this.label11.Text = "Security Group";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label10.Location = new System.Drawing.Point(24, 338);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 19);
this.label10.TabIndex = 0;
this.label10.Text = "Email";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label9.Location = new System.Drawing.Point(24, 307);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 19);
this.label9.TabIndex = 0;
this.label9.Text = "Telephone";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label8.Location = new System.Drawing.Point(24, 272);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(40, 19);
this.label8.TabIndex = 0;
this.label8.Text = "State";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label5.Location = new System.Drawing.Point(24, 175);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 19);
this.label5.TabIndex = 0;
this.label5.Text = "Street";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label7.Location = new System.Drawing.Point(24, 242);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(33, 19);
this.label7.TabIndex = 0;
this.label7.Text = "City";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label4.Location = new System.Drawing.Point(24, 143);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 19);
this.label4.TabIndex = 0;
this.label4.Text = "Surname";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label13.Location = new System.Drawing.Point(24, 79);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(151, 19);
this.label13.TabIndex = 0;
this.label13.Text = "Password Confirmation";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label6.Location = new System.Drawing.Point(24, 209);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(57, 19);
this.label6.TabIndex = 0;
this.label6.Text = "Street 2";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label12.Location = new System.Drawing.Point(24, 50);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(67, 19);
this.label12.TabIndex = 0;
this.label12.Text = "Password";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label3.Location = new System.Drawing.Point(24, 112);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 19);
this.label3.TabIndex = 0;
this.label3.Text = "Firstname";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label2.Location = new System.Drawing.Point(24, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 19);
this.label2.TabIndex = 0;
this.label2.Text = "Login Name";
//
// panel2
//
this.panel2.Controls.Add(this.label1);
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(446, 48);
this.panel2.TabIndex = 1;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.label1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.SystemColors.Control;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(446, 48);
this.label1.TabIndex = 0;
this.label1.Text = "NEW USER";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.loading);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Cursor = System.Windows.Forms.Cursors.Hand;
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 451);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(446, 67);
this.panel1.TabIndex = 0;
//
// button2
//
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Font = new System.Drawing.Font("Segoe UI", 12F);
this.button2.Location = new System.Drawing.Point(254, 11);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(117, 44);
this.button2.TabIndex = 14;
this.button2.Text = "CANCEL";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
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(94, 11);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(117, 44);
this.button1.TabIndex = 13;
this.button1.Text = "SAVE";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// loading
//
this.loading.Location = new System.Drawing.Point(212, 12);
this.loading.Maximum = 100;
this.loading.Name = "loading";
this.loading.Size = new System.Drawing.Size(42, 42);
this.loading.TabIndex = 15;
this.loading.UseCustomBackColor = true;
this.loading.UseSelectable = true;
this.loading.Visible = false;
//
// a3
//
this.a3.AutoSize = true;
this.a3.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a3.ForeColor = System.Drawing.Color.Crimson;
this.a3.Location = new System.Drawing.Point(186, 76);
this.a3.Name = "a3";
this.a3.Size = new System.Drawing.Size(15, 19);
this.a3.TabIndex = 25;
this.a3.Text = "*";
this.a3.Visible = false;
//
// a2
//
this.a2.AutoSize = true;
this.a2.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a2.ForeColor = System.Drawing.Color.Crimson;
this.a2.Location = new System.Drawing.Point(186, 47);
this.a2.Name = "a2";
this.a2.Size = new System.Drawing.Size(15, 19);
this.a2.TabIndex = 26;
this.a2.Text = "*";
this.a2.Visible = false;
//
// a1
//
this.a1.AutoSize = true;
this.a1.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a1.ForeColor = System.Drawing.Color.Crimson;
this.a1.Location = new System.Drawing.Point(186, 19);
this.a1.Name = "a1";
this.a1.Size = new System.Drawing.Size(15, 19);
this.a1.TabIndex = 27;
this.a1.Text = "*";
this.a1.Visible = false;
//
// a4
//
this.a4.AutoSize = true;
this.a4.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a4.ForeColor = System.Drawing.Color.Crimson;
this.a4.Location = new System.Drawing.Point(186, 112);
this.a4.Name = "a4";
this.a4.Size = new System.Drawing.Size(15, 19);
this.a4.TabIndex = 25;
this.a4.Text = "*";
this.a4.Visible = false;
//
// a5
//
this.a5.AutoSize = true;
this.a5.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a5.ForeColor = System.Drawing.Color.Crimson;
this.a5.Location = new System.Drawing.Point(186, 143);
this.a5.Name = "a5";
this.a5.Size = new System.Drawing.Size(15, 19);
this.a5.TabIndex = 25;
this.a5.Text = "*";
this.a5.Visible = false;
//
// a7
//
this.a7.AutoSize = true;
this.a7.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a7.ForeColor = System.Drawing.Color.Crimson;
this.a7.Location = new System.Drawing.Point(186, 370);
this.a7.Name = "a7";
this.a7.Size = new System.Drawing.Size(15, 19);
this.a7.TabIndex = 25;
this.a7.Text = "*";
this.a7.Visible = false;
//
// a6
//
this.a6.AutoSize = true;
this.a6.Font = new System.Drawing.Font("Segoe UI", 10F);
this.a6.ForeColor = System.Drawing.Color.Crimson;
this.a6.Location = new System.Drawing.Point(186, 304);
this.a6.Name = "a6";
this.a6.Size = new System.Drawing.Size(15, 19);
this.a6.TabIndex = 25;
this.a6.Text = "*";
this.a6.Visible = false;
//
// AddUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(446, 518);
this.ControlBox = false;
this.Controls.Add(this.content);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "AddUser";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.AddUser_Load);
this.content.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel content;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ComboBox boxAccess;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtTelephone;
private System.Windows.Forms.TextBox txtState;
private System.Windows.Forms.TextBox txtCityLocale;
private System.Windows.Forms.TextBox txtStreet2;
private System.Windows.Forms.TextBox txtStreet;
private System.Windows.Forms.TextBox txtSurname;
private System.Windows.Forms.TextBox txtFirstname;
private System.Windows.Forms.TextBox txtlogin;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtconfirmation;
private System.Windows.Forms.TextBox txtpassword;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private MetroFramework.Controls.MetroProgressSpinner loading;
private System.Windows.Forms.Label a6;
private System.Windows.Forms.Label a7;
private System.Windows.Forms.Label a5;
private System.Windows.Forms.Label a4;
private System.Windows.Forms.Label a3;
private System.Windows.Forms.Label a2;
private System.Windows.Forms.Label a1;
}
}