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.
294 lines
15 KiB
294 lines
15 KiB
using BiskLog_Point_Of_Sale.Classes;
|
|
|
|
namespace BiskLog_Point_Of_Sale.Multiple_Login
|
|
{
|
|
partial class ResumeSession
|
|
{
|
|
/// <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(ResumeSession));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.btnLogin = new System.Windows.Forms.Button();
|
|
this.circularPanel1 = new Point_Of_Sale_Managment.circularPanel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.txtpassword = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.loading = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.credentialsPanel = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.circularPanel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.credentialsPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
|
|
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(1060, 766);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnLogin.ForeColor = System.Drawing.Color.DarkGreen;
|
|
this.btnLogin.Location = new System.Drawing.Point(112, 218);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(132, 41);
|
|
this.btnLogin.TabIndex = 3;
|
|
this.btnLogin.TabStop = false;
|
|
this.btnLogin.Text = "LOGIN";
|
|
this.btnLogin.UseVisualStyleBackColor = false;
|
|
this.btnLogin.Click += new System.EventHandler(this.BtnLogin_Click_1);
|
|
//
|
|
// circularPanel1
|
|
//
|
|
this.circularPanel1.BackColor = System.Drawing.Color.White;
|
|
this.circularPanel1.Controls.Add(this.panel3);
|
|
this.circularPanel1.Controls.Add(this.label3);
|
|
this.circularPanel1.Controls.Add(this.label5);
|
|
this.circularPanel1.Controls.Add(this.label1);
|
|
this.circularPanel1.Controls.Add(this.panel2);
|
|
this.circularPanel1.Location = new System.Drawing.Point(17, 44);
|
|
this.circularPanel1.Name = "circularPanel1";
|
|
this.circularPanel1.Size = new System.Drawing.Size(302, 123);
|
|
this.circularPanel1.TabIndex = 3;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.panel4);
|
|
this.panel3.Controls.Add(this.txtpassword);
|
|
this.panel3.Location = new System.Drawing.Point(104, 72);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(195, 24);
|
|
this.panel3.TabIndex = 5;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel4.Location = new System.Drawing.Point(0, 23);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(195, 1);
|
|
this.panel4.TabIndex = 3;
|
|
//
|
|
// txtpassword
|
|
//
|
|
this.txtpassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.txtpassword.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtpassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.txtpassword.Location = new System.Drawing.Point(0, 0);
|
|
this.txtpassword.Name = "txtpassword";
|
|
this.txtpassword.Size = new System.Drawing.Size(195, 18);
|
|
this.txtpassword.TabIndex = 2;
|
|
this.txtpassword.UseSystemPasswordChar = true;
|
|
//
|
|
// 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(24, 71);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(67, 19);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Password";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label5.Location = new System.Drawing.Point(105, 14);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(76, 19);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "Username";
|
|
//
|
|
// 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(24, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(71, 19);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Username";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(7, 123);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(340, 28);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(93, 2);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(144, 21);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "RESUME SESSION";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 12.5F);
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(310, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(30, 28);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "x";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
this.label2.Click += new System.EventHandler(this.Label2_Click);
|
|
//
|
|
// loading
|
|
//
|
|
this.loading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
this.loading.Location = new System.Drawing.Point(158, 221);
|
|
this.loading.Maximum = 100;
|
|
this.loading.Name = "loading";
|
|
this.loading.Size = new System.Drawing.Size(35, 35);
|
|
this.loading.TabIndex = 6;
|
|
this.loading.UseCustomBackColor = true;
|
|
this.loading.UseSelectable = true;
|
|
this.loading.Visible = false;
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.ForeColor = System.Drawing.Color.White;
|
|
this.linkLabel1.LinkColor = System.Drawing.Color.White;
|
|
this.linkLabel1.Location = new System.Drawing.Point(76, 174);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(198, 19);
|
|
this.linkLabel1.TabIndex = 7;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "SIGN IN AS A DIFFERENT USER";
|
|
this.linkLabel1.Click += new System.EventHandler(this.Label2_Click);
|
|
//
|
|
// credentialsPanel
|
|
//
|
|
this.credentialsPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.credentialsPanel.BackColor = System.Drawing.Color.Transparent;
|
|
this.credentialsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.credentialsPanel.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.credentialsPanel.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.credentialsPanel.Controls.Add(this.linkLabel1);
|
|
this.credentialsPanel.Controls.Add(this.loading);
|
|
this.credentialsPanel.Controls.Add(this.panel1);
|
|
this.credentialsPanel.Controls.Add(this.circularPanel1);
|
|
this.credentialsPanel.Controls.Add(this.btnLogin);
|
|
this.credentialsPanel.Location = new System.Drawing.Point(359, 231);
|
|
this.credentialsPanel.Name = "credentialsPanel";
|
|
this.credentialsPanel.Size = new System.Drawing.Size(342, 277);
|
|
this.credentialsPanel.TabIndex = 6;
|
|
//
|
|
// ResumeSession
|
|
//
|
|
this.AcceptButton = this.btnLogin;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(1060, 766);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.credentialsPanel);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "ResumeSession";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.ResumeSession_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.circularPanel1.ResumeLayout(false);
|
|
this.circularPanel1.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.credentialsPanel.ResumeLayout(false);
|
|
this.credentialsPanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private Point_Of_Sale_Managment.circularPanel circularPanel1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.TextBox txtpassword;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label2;
|
|
private MetroFramework.Controls.MetroProgressSpinner loading;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private gradientPanel credentialsPanel;
|
|
}
|
|
}
|