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.

520 lines
27 KiB

namespace Point_Of_Sale_Managment
{
partial class AdminUser
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdminUser));
this.detailsPane = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtConfirmation = new System.Windows.Forms.TextBox();
this.txtState = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtEmail = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtAddress1 = new System.Windows.Forms.TextBox();
this.txtusername = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtSurname = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtFirstname = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBranch = new System.Windows.Forms.TextBox();
this.txtAddress2 = new System.Windows.Forms.TextBox();
this.acesslevel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.tutorImage = new System.Windows.Forms.PictureBox();
this.holding = new System.Windows.Forms.Panel();
this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner();
this.detailsPane.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tutorImage)).BeginInit();
this.holding.SuspendLayout();
this.SuspendLayout();
//
// detailsPane
//
this.detailsPane.BackColor = System.Drawing.Color.White;
this.detailsPane.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.detailsPane.Controls.Add(this.panel4);
this.detailsPane.Controls.Add(this.panel5);
this.detailsPane.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailsPane.Location = new System.Drawing.Point(0, 0);
this.detailsPane.Name = "detailsPane";
this.detailsPane.Size = new System.Drawing.Size(398, 664);
this.detailsPane.TabIndex = 10;
//
// panel4
//
this.panel4.AutoScroll = true;
this.panel4.Controls.Add(this.button2);
this.panel4.Controls.Add(this.button1);
this.panel4.Controls.Add(this.label7);
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.label12);
this.panel4.Controls.Add(this.txtConfirmation);
this.panel4.Controls.Add(this.txtState);
this.panel4.Controls.Add(this.txtPhone);
this.panel4.Controls.Add(this.txtEmail);
this.panel4.Controls.Add(this.label9);
this.panel4.Controls.Add(this.label10);
this.panel4.Controls.Add(this.txtPassword);
this.panel4.Controls.Add(this.label11);
this.panel4.Controls.Add(this.txtAddress1);
this.panel4.Controls.Add(this.txtusername);
this.panel4.Controls.Add(this.label5);
this.panel4.Controls.Add(this.txtSurname);
this.panel4.Controls.Add(this.label4);
this.panel4.Controls.Add(this.txtFirstname);
this.panel4.Controls.Add(this.label3);
this.panel4.Controls.Add(this.txtBranch);
this.panel4.Controls.Add(this.txtAddress2);
this.panel4.Controls.Add(this.acesslevel);
this.panel4.Controls.Add(this.label1);
this.panel4.Controls.Add(this.label8);
this.panel4.Controls.Add(this.label2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 213);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(396, 483);
this.panel4.TabIndex = 14;
//
// button2
//
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Font = new System.Drawing.Font("Segoe UI", 12F);
this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.button2.Location = new System.Drawing.Point(221, 392);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(122, 37);
this.button2.TabIndex = 12;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Button2_Click);
//
// 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(73, 392);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(122, 37);
this.button1.TabIndex = 11;
this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// 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(18, 351);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(120, 19);
this.label7.TabIndex = 19;
this.label7.Text = "Confirm Password";
//
// 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(18, 320);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 19);
this.label6.TabIndex = 19;
this.label6.Text = "Password";
//
// 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(18, 289);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(75, 19);
this.label12.TabIndex = 19;
this.label12.Text = "User name";
//
// txtConfirmation
//
this.txtConfirmation.BackColor = System.Drawing.Color.White;
this.txtConfirmation.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtConfirmation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtConfirmation.Location = new System.Drawing.Point(148, 348);
this.txtConfirmation.Name = "txtConfirmation";
this.txtConfirmation.Size = new System.Drawing.Size(229, 25);
this.txtConfirmation.TabIndex = 10;
this.txtConfirmation.UseSystemPasswordChar = true;
//
// txtState
//
this.txtState.BackColor = System.Drawing.Color.White;
this.txtState.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtState.Location = new System.Drawing.Point(148, 193);
this.txtState.Name = "txtState";
this.txtState.Size = new System.Drawing.Size(229, 25);
this.txtState.TabIndex = 5;
//
// txtPhone
//
this.txtPhone.BackColor = System.Drawing.Color.White;
this.txtPhone.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtPhone.Location = new System.Drawing.Point(148, 224);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(229, 25);
this.txtPhone.TabIndex = 6;
//
// txtEmail
//
this.txtEmail.BackColor = System.Drawing.Color.White;
this.txtEmail.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtEmail.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtEmail.Location = new System.Drawing.Point(148, 255);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(229, 25);
this.txtEmail.TabIndex = 7;
//
// 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(18, 196);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(113, 19);
this.label9.TabIndex = 20;
this.label9.Text = "State or Province";
//
// 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(18, 227);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(102, 19);
this.label10.TabIndex = 20;
this.label10.Text = "Phone Number";
//
// txtPassword
//
this.txtPassword.BackColor = System.Drawing.Color.White;
this.txtPassword.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtPassword.Location = new System.Drawing.Point(148, 317);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(229, 25);
this.txtPassword.TabIndex = 9;
this.txtPassword.UseSystemPasswordChar = true;
this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtPassword_KeyDown);
//
// 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(18, 258);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 19);
this.label11.TabIndex = 20;
this.label11.Text = "Email";
//
// txtAddress1
//
this.txtAddress1.BackColor = System.Drawing.Color.White;
this.txtAddress1.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtAddress1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtAddress1.Location = new System.Drawing.Point(148, 131);
this.txtAddress1.Name = "txtAddress1";
this.txtAddress1.Size = new System.Drawing.Size(229, 25);
this.txtAddress1.TabIndex = 3;
//
// txtusername
//
this.txtusername.BackColor = System.Drawing.Color.White;
this.txtusername.Enabled = false;
this.txtusername.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtusername.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtusername.Location = new System.Drawing.Point(148, 286);
this.txtusername.Name = "txtusername";
this.txtusername.Size = new System.Drawing.Size(229, 25);
this.txtusername.TabIndex = 8;
//
// 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(18, 134);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(70, 19);
this.label5.TabIndex = 14;
this.label5.Text = "Address 1";
//
// txtSurname
//
this.txtSurname.BackColor = System.Drawing.Color.White;
this.txtSurname.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtSurname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtSurname.Location = new System.Drawing.Point(148, 100);
this.txtSurname.Name = "txtSurname";
this.txtSurname.Size = new System.Drawing.Size(229, 25);
this.txtSurname.TabIndex = 2;
//
// 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(18, 103);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 19);
this.label4.TabIndex = 13;
this.label4.Text = "Surname";
//
// txtFirstname
//
this.txtFirstname.BackColor = System.Drawing.Color.White;
this.txtFirstname.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtFirstname.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtFirstname.Location = new System.Drawing.Point(148, 69);
this.txtFirstname.Name = "txtFirstname";
this.txtFirstname.Size = new System.Drawing.Size(229, 25);
this.txtFirstname.TabIndex = 1;
//
// 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(18, 72);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 19);
this.label3.TabIndex = 12;
this.label3.Text = "Firstname";
//
// txtBranch
//
this.txtBranch.BackColor = System.Drawing.Color.DarkGray;
this.txtBranch.Enabled = false;
this.txtBranch.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtBranch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtBranch.Location = new System.Drawing.Point(148, 38);
this.txtBranch.Name = "txtBranch";
this.txtBranch.Size = new System.Drawing.Size(229, 25);
this.txtBranch.TabIndex = 26;
this.txtBranch.Text = "0000000000000";
//
// txtAddress2
//
this.txtAddress2.BackColor = System.Drawing.Color.White;
this.txtAddress2.Font = new System.Drawing.Font("Segoe UI", 10F);
this.txtAddress2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtAddress2.Location = new System.Drawing.Point(148, 162);
this.txtAddress2.Name = "txtAddress2";
this.txtAddress2.Size = new System.Drawing.Size(229, 25);
this.txtAddress2.TabIndex = 4;
//
// acesslevel
//
this.acesslevel.AutoSize = true;
this.acesslevel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.acesslevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.acesslevel.Location = new System.Drawing.Point(177, 10);
this.acesslevel.Name = "acesslevel";
this.acesslevel.Size = new System.Drawing.Size(0, 21);
this.acesslevel.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label1.Location = new System.Drawing.Point(19, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(104, 21);
this.label1.TabIndex = 11;
this.label1.Text = "Access Level";
//
// 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(18, 42);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(51, 19);
this.label8.TabIndex = 11;
this.label8.Text = "Branch";
//
// 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(18, 165);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 19);
this.label2.TabIndex = 11;
this.label2.Text = "Address 2";
//
// panel5
//
this.panel5.Controls.Add(this.panel2);
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(396, 213);
this.panel5.TabIndex = 13;
//
// panel2
//
this.panel2.Controls.Add(this.tutorImage);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(396, 213);
this.panel2.TabIndex = 1;
//
// tutorImage
//
this.tutorImage.Cursor = System.Windows.Forms.Cursors.Hand;
this.tutorImage.Image = ((System.Drawing.Image)(resources.GetObject("tutorImage.Image")));
this.tutorImage.Location = new System.Drawing.Point(111, 21);
this.tutorImage.Name = "tutorImage";
this.tutorImage.Size = new System.Drawing.Size(179, 176);
this.tutorImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.tutorImage.TabIndex = 14;
this.tutorImage.TabStop = false;
//
// holding
//
this.holding.Controls.Add(this.metroProgressSpinner1);
this.holding.Location = new System.Drawing.Point(90, 291);
this.holding.Name = "holding";
this.holding.Size = new System.Drawing.Size(219, 83);
this.holding.TabIndex = 29;
this.holding.Visible = false;
//
// metroProgressSpinner1
//
this.metroProgressSpinner1.Location = new System.Drawing.Point(78, 15);
this.metroProgressSpinner1.Maximum = 100;
this.metroProgressSpinner1.Name = "metroProgressSpinner1";
this.metroProgressSpinner1.Size = new System.Drawing.Size(59, 47);
this.metroProgressSpinner1.TabIndex = 0;
this.metroProgressSpinner1.UseCustomBackColor = true;
this.metroProgressSpinner1.UseSelectable = true;
//
// AdminUser
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(398, 664);
this.Controls.Add(this.holding);
this.Controls.Add(this.detailsPane);
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 = "AdminUser";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Load += new System.EventHandler(this.AdminUser_Load);
this.detailsPane.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tutorImage)).EndInit();
this.holding.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel detailsPane;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtConfirmation;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtPassword;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtAddress1;
private System.Windows.Forms.TextBox txtusername;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtSurname;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtFirstname;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBranch;
private System.Windows.Forms.TextBox txtAddress2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox tutorImage;
private System.Windows.Forms.Label acesslevel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtState;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Panel holding;
private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1;
}
}