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.
123 lines
5.5 KiB
123 lines
5.5 KiB
using BiskLog_Point_Of_Sale.Classes;
|
|
|
|
namespace BiskLog_Point_Of_Sale.Multiple_Login
|
|
{
|
|
partial class loggingout
|
|
{
|
|
/// <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.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.cllose = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
|
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
|
this.panel1.Controls.Add(this.cllose);
|
|
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(436, 44);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// cllose
|
|
//
|
|
this.cllose.BackColor = System.Drawing.Color.Transparent;
|
|
this.cllose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.cllose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.cllose.Font = new System.Drawing.Font("Segoe UI", 20F);
|
|
this.cllose.ForeColor = System.Drawing.Color.White;
|
|
this.cllose.Location = new System.Drawing.Point(398, 0);
|
|
this.cllose.Name = "cllose";
|
|
this.cllose.Size = new System.Drawing.Size(38, 44);
|
|
this.cllose.TabIndex = 0;
|
|
this.cllose.Text = "x";
|
|
this.cllose.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
this.cllose.Click += new System.EventHandler(this.Cllose_Click);
|
|
this.cllose.MouseEnter += new System.EventHandler(this.Cllose_MouseEnter);
|
|
this.cllose.MouseLeave += new System.EventHandler(this.Cllose_MouseLeave);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
|
|
this.button1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.button1.ForeColor = System.Drawing.Color.Gray;
|
|
this.button1.Location = new System.Drawing.Point(166, 121);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(84, 43);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "OK";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.Cllose_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.label1.Location = new System.Drawing.Point(5, 60);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(430, 42);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Sorry, your credentials was used to login on a different\r\nworkstation login in ag" +
|
|
"ain on this workstation to gain access.";
|
|
//
|
|
// loggingout
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(436, 176);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.panel1);
|
|
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 = "loggingout";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private gradientPanel panel1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label cllose;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|