GreatHomeChildcare-2/frmPinEntry.Designer.cs

276 lines
13 KiB
C#

namespace GreatHomeChildcare
{
partial class frmPinEntry
{
/// <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(frmPinEntry));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btn6 = new System.Windows.Forms.Button();
this.btnCE = new System.Windows.Forms.Button();
this.btn0 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.lblWelcome = new System.Windows.Forms.Label();
this.tbPinNumber = new System.Windows.Forms.TextBox();
this.btnLogin = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33332F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.tableLayoutPanel1.Controls.Add(this.btn6, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.btnCE, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.btn0, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.btn9, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.btnBack, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.btn8, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.btn7, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btn5, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.btn4, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btn1, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.btn2, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.btn3, 2, 2);
this.tableLayoutPanel1.Location = new System.Drawing.Point(71, 85);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(340, 324);
this.tableLayoutPanel1.TabIndex = 0;
//
// btn6
//
this.btn6.Location = new System.Drawing.Point(229, 84);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(108, 75);
this.btn6.TabIndex = 8;
this.btn6.Text = "6";
this.btn6.UseVisualStyleBackColor = true;
this.btn6.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btnCE
//
this.btnCE.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCE.Location = new System.Drawing.Point(3, 246);
this.btnCE.Name = "btnCE";
this.btnCE.Size = new System.Drawing.Size(107, 75);
this.btnCE.TabIndex = 7;
this.btnCE.Text = "CE";
this.btnCE.UseVisualStyleBackColor = true;
this.btnCE.Click += new System.EventHandler(this.btnCE_Click);
//
// btn0
//
this.btn0.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn0.Location = new System.Drawing.Point(116, 246);
this.btn0.Name = "btn0";
this.btn0.Size = new System.Drawing.Size(107, 75);
this.btn0.TabIndex = 10;
this.btn0.Text = "0";
this.btn0.UseVisualStyleBackColor = true;
this.btn0.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn9
//
this.btn9.Location = new System.Drawing.Point(229, 3);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(108, 75);
this.btn9.TabIndex = 2;
this.btn9.Text = "9";
this.btn9.UseVisualStyleBackColor = true;
this.btn9.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btnBack
//
this.btnBack.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnBack.Location = new System.Drawing.Point(229, 246);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(108, 75);
this.btnBack.TabIndex = 9;
this.btnBack.Text = "<<";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btn8
//
this.btn8.Location = new System.Drawing.Point(116, 3);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(107, 75);
this.btn8.TabIndex = 5;
this.btn8.Text = "8";
this.btn8.UseVisualStyleBackColor = true;
this.btn8.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn7
//
this.btn7.Location = new System.Drawing.Point(3, 3);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(107, 75);
this.btn7.TabIndex = 4;
this.btn7.Text = "7";
this.btn7.UseVisualStyleBackColor = true;
this.btn7.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn5
//
this.btn5.Location = new System.Drawing.Point(116, 84);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(107, 75);
this.btn5.TabIndex = 6;
this.btn5.Text = "5";
this.btn5.UseVisualStyleBackColor = true;
this.btn5.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn4
//
this.btn4.Location = new System.Drawing.Point(3, 84);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(107, 75);
this.btn4.TabIndex = 3;
this.btn4.Text = "4";
this.btn4.UseVisualStyleBackColor = true;
this.btn4.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn1
//
this.btn1.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn1.Location = new System.Drawing.Point(3, 165);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(107, 75);
this.btn1.TabIndex = 11;
this.btn1.Text = "1";
this.btn1.UseVisualStyleBackColor = true;
this.btn1.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn2
//
this.btn2.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn2.Location = new System.Drawing.Point(116, 165);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(107, 75);
this.btn2.TabIndex = 12;
this.btn2.Text = "2";
this.btn2.UseVisualStyleBackColor = true;
this.btn2.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn3
//
this.btn3.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn3.Location = new System.Drawing.Point(229, 165);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(108, 75);
this.btn3.TabIndex = 13;
this.btn3.Text = "3";
this.btn3.UseVisualStyleBackColor = true;
this.btn3.Click += new System.EventHandler(this.btnNumButton_Click);
//
// lblWelcome
//
this.lblWelcome.AutoSize = true;
this.lblWelcome.Location = new System.Drawing.Point(36, 9);
this.lblWelcome.Name = "lblWelcome";
this.lblWelcome.Size = new System.Drawing.Size(478, 17);
this.lblWelcome.TabIndex = 1;
this.lblWelcome.Text = "Welcome to Great Home Childcare. Please enter your PIN, then click Login";
//
// tbPinNumber
//
this.tbPinNumber.Location = new System.Drawing.Point(190, 49);
this.tbPinNumber.Name = "tbPinNumber";
this.tbPinNumber.PasswordChar = '*';
this.tbPinNumber.Size = new System.Drawing.Size(100, 22);
this.tbPinNumber.TabIndex = 2;
this.tbPinNumber.UseSystemPasswordChar = true;
this.tbPinNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPinNumber_KeyPress);
//
// btnLogin
//
this.btnLogin.Enabled = false;
this.btnLogin.Location = new System.Drawing.Point(329, 41);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(82, 38);
this.btnLogin.TabIndex = 3;
this.btnLogin.Text = "Login";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// frmPinEntry
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(597, 468);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.tbPinNumber);
this.Controls.Add(this.lblWelcome);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPinEntry";
this.Text = "Great Home Childcare";
this.Shown += new System.EventHandler(this.frmPinEntry_Shown);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button btn0;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btn6;
private System.Windows.Forms.Button btnCE;
private System.Windows.Forms.Button btn5;
private System.Windows.Forms.Button btn8;
private System.Windows.Forms.Button btn7;
private System.Windows.Forms.Button btn4;
private System.Windows.Forms.Button btn9;
private System.Windows.Forms.Label lblWelcome;
private System.Windows.Forms.TextBox tbPinNumber;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btn1;
private System.Windows.Forms.Button btn2;
private System.Windows.Forms.Button btn3;
}
}