GreatHomeChildcare-2/frmPinEntry.Designer.cs

238 lines
11 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()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btn0 = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btnCE = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn9 = 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.btn0, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.btnBack, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.btn6, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btnCE, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btn5, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btn8, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btn7, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btn4, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btn9, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(74, 88);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33592F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3326F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33148F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(340, 324);
this.tableLayoutPanel1.TabIndex = 0;
//
// btn0
//
this.btn0.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn0.Location = new System.Drawing.Point(116, 218);
this.btn0.Name = "btn0";
this.btn0.Size = new System.Drawing.Size(107, 103);
this.btn0.TabIndex = 10;
this.btn0.Text = "0";
this.btn0.UseVisualStyleBackColor = true;
this.btn0.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btnBack
//
this.btnBack.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnBack.Location = new System.Drawing.Point(229, 218);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(108, 103);
this.btnBack.TabIndex = 9;
this.btnBack.Text = "<<";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btn6
//
this.btn6.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn6.Location = new System.Drawing.Point(229, 111);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(108, 101);
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, 218);
this.btnCE.Name = "btnCE";
this.btnCE.Size = new System.Drawing.Size(107, 103);
this.btnCE.TabIndex = 7;
this.btnCE.Text = "CE";
this.btnCE.UseVisualStyleBackColor = true;
this.btnCE.Click += new System.EventHandler(this.btnCE_Click);
//
// btn5
//
this.btn5.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn5.Location = new System.Drawing.Point(116, 111);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(107, 101);
this.btn5.TabIndex = 6;
this.btn5.Text = "5";
this.btn5.UseVisualStyleBackColor = true;
this.btn5.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn8
//
this.btn8.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn8.Location = new System.Drawing.Point(116, 3);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(107, 102);
this.btn8.TabIndex = 5;
this.btn8.Text = "8";
this.btn8.UseVisualStyleBackColor = true;
this.btn8.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn7
//
this.btn7.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn7.Location = new System.Drawing.Point(3, 3);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(107, 102);
this.btn7.TabIndex = 4;
this.btn7.Text = "7";
this.btn7.UseVisualStyleBackColor = true;
this.btn7.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn4
//
this.btn4.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn4.Location = new System.Drawing.Point(3, 111);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(107, 101);
this.btn4.TabIndex = 3;
this.btn4.Text = "4";
this.btn4.UseVisualStyleBackColor = true;
this.btn4.Click += new System.EventHandler(this.btnNumButton_Click);
//
// btn9
//
this.btn9.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn9.Location = new System.Drawing.Point(229, 3);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(108, 102);
this.btn9.TabIndex = 2;
this.btn9.Text = "9";
this.btn9.UseVisualStyleBackColor = true;
this.btn9.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.Name = "frmPinEntry";
this.Text = "Great Home Childcare";
this.Load += new System.EventHandler(this.frmPinEntry_Load);
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;
}
}