namespace PersonalLaundry
{
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.components = new System.ComponentModel.Container();
this.LoginButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.Password = new System.Windows.Forms.TextBox();
this.Username = new System.Windows.Forms.ComboBox();
this.operatorLoginBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.operatorLoginBindingSource)).BeginInit();
this.SuspendLayout();
//
// LoginButton
//
this.LoginButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LoginButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.LoginButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.LoginButton.Location = new System.Drawing.Point(92, 65);
this.LoginButton.Name = "LoginButton";
this.LoginButton.Size = new System.Drawing.Size(121, 21);
this.LoginButton.TabIndex = 3;
this.LoginButton.Text = "Login";
this.LoginButton.UseVisualStyleBackColor = false;
this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.TabIndex = 8;
this.label1.Text = "Username";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label2.Location = new System.Drawing.Point(12, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Password";
//
// Password
//
this.Password.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Password.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Password.Location = new System.Drawing.Point(92, 39);
this.Password.Name = "Password";
this.Password.PasswordChar = '*';
this.Password.Size = new System.Drawing.Size(121, 20);
this.Password.TabIndex = 2;
this.Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown);
//
// Username
//
this.Username.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Username.DataSource = this.operatorLoginBindingSource;
this.Username.DisplayMember = "Username";
this.Username.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Username.FormattingEnabled = true;
this.Username.Location = new System.Drawing.Point(92, 12);
this.Username.Name = "Username";
this.Username.Size = new System.Drawing.Size(121, 21);
this.Username.TabIndex = 1;
this.Username.ValueMember = "OperatorLoginId";
//
// operatorLoginBindingSource
//
this.operatorLoginBindingSource.DataSource = typeof(Common.OperatorLogin);
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(225, 99);
this.Controls.Add(this.Username);
this.Controls.Add(this.Password);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.LoginButton);
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Login";
this.Load += new System.EventHandler(this.LoginBox_Load);
((System.ComponentModel.ISupportInitialize)(this.operatorLoginBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button LoginButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.ComboBox Username;
private System.Windows.Forms.BindingSource operatorLoginBindingSource;
}
}