namespace AffectedApplicationDocumentScanner
{
partial class LoginForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.loginButton = new System.Windows.Forms.Button();
this.idNumberTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// loginButton
//
this.loginButton.Location = new System.Drawing.Point(12, 56);
this.loginButton.Name = "loginButton";
this.loginButton.Size = new System.Drawing.Size(353, 23);
this.loginButton.TabIndex = 0;
this.loginButton.Text = "Log In";
this.loginButton.UseVisualStyleBackColor = true;
this.loginButton.Click += new System.EventHandler(this.loginButton_Click);
//
// idNumberTextBox
//
this.idNumberTextBox.Location = new System.Drawing.Point(12, 32);
this.idNumberTextBox.Name = "idNumberTextBox";
this.idNumberTextBox.PasswordChar = '*';
this.idNumberTextBox.Size = new System.Drawing.Size(353, 20);
this.idNumberTextBox.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(107, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Enter your ID number";
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(372, 86);
this.Controls.Add(this.label1);
this.Controls.Add(this.idNumberTextBox);
this.Controls.Add(this.loginButton);
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Login";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button loginButton;
private System.Windows.Forms.TextBox idNumberTextBox;
private System.Windows.Forms.Label label1;
}
}