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.

176 lines
8.0 KiB

using BiskLog_Point_Of_Sale.Classes;
namespace BiskLog_Point_Of_Sale.Dialogs
{
partial class Prompt
{
/// <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.label4 = new System.Windows.Forms.Label();
this.EXITBTN = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
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.label4);
this.panel1.Controls.Add(this.EXITBTN);
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(428, 44);
this.panel1.TabIndex = 0;
//
// label4
//
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(0, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(393, 44);
this.label4.TabIndex = 1;
this.label4.Text = "Confirm Identity";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// EXITBTN
//
this.EXITBTN.BackColor = System.Drawing.Color.Transparent;
this.EXITBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.EXITBTN.Dock = System.Windows.Forms.DockStyle.Right;
this.EXITBTN.Font = new System.Drawing.Font("Segoe UI", 15F);
this.EXITBTN.ForeColor = System.Drawing.Color.White;
this.EXITBTN.Location = new System.Drawing.Point(393, 0);
this.EXITBTN.Name = "EXITBTN";
this.EXITBTN.Size = new System.Drawing.Size(35, 44);
this.EXITBTN.TabIndex = 0;
this.EXITBTN.Text = "x";
this.EXITBTN.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.EXITBTN.Click += new System.EventHandler(this.EXITBTN_Click);
this.EXITBTN.MouseEnter += new System.EventHandler(this.EXITBTN_MouseEnter);
this.EXITBTN.MouseLeave += new System.EventHandler(this.EXITBTN_MouseLeave);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(42, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 19);
this.label1.TabIndex = 1;
this.label1.Text = "Username";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(156, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 19);
this.label2.TabIndex = 1;
this.label2.Text = "Username";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(42, 103);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 19);
this.label3.TabIndex = 1;
this.label3.Text = "Password";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(160, 100);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(246, 25);
this.textBox1.TabIndex = 2;
this.textBox1.UseSystemPasswordChar = true;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
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, System.Drawing.FontStyle.Bold);
this.button1.ForeColor = System.Drawing.Color.Gray;
this.button1.Location = new System.Drawing.Point(147, 137);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(154, 39);
this.button1.TabIndex = 6;
this.button1.Text = "CONFIRM";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// Prompt
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(428, 183);
this.ControlBox = false;
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
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 = "Prompt";
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.Label EXITBTN;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label4;
}
}