namespace PersonalLaundry
{
partial class CustomerLoginsForm
{
///
/// 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.CustomerName = new System.Windows.Forms.TextBox();
this.SaveButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.EmailAddress = new System.Windows.Forms.TextBox();
this.Password = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ActiveCheckBox = new System.Windows.Forms.CheckBox();
this.LockedOutCheckBox = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// CustomerName
//
this.CustomerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.CustomerName.Location = new System.Drawing.Point(88, 12);
this.CustomerName.Name = "CustomerName";
this.CustomerName.ReadOnly = true;
this.CustomerName.Size = new System.Drawing.Size(250, 20);
this.CustomerName.TabIndex = 12;
//
// SaveButton
//
this.SaveButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.SaveButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.SaveButton.Location = new System.Drawing.Point(203, 90);
this.SaveButton.Name = "SaveButton";
this.SaveButton.Size = new System.Drawing.Size(135, 40);
this.SaveButton.TabIndex = 30;
this.SaveButton.Text = "Save";
this.SaveButton.UseVisualStyleBackColor = false;
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
//
// 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, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 13);
this.label2.TabIndex = 31;
this.label2.Text = "Email Address ";
//
// EmailAddress
//
this.EmailAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.EmailAddress.Location = new System.Drawing.Point(88, 38);
this.EmailAddress.Name = "EmailAddress";
this.EmailAddress.Size = new System.Drawing.Size(250, 20);
this.EmailAddress.TabIndex = 32;
//
// Password
//
this.Password.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Password.Location = new System.Drawing.Point(88, 64);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(250, 20);
this.Password.TabIndex = 33;
//
// 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, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 13);
this.label1.TabIndex = 34;
this.label1.Text = "Password ";
//
// ActiveCheckBox
//
this.ActiveCheckBox.AutoSize = true;
this.ActiveCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.ActiveCheckBox.Location = new System.Drawing.Point(88, 90);
this.ActiveCheckBox.Name = "ActiveCheckBox";
this.ActiveCheckBox.Size = new System.Drawing.Size(56, 17);
this.ActiveCheckBox.TabIndex = 35;
this.ActiveCheckBox.Text = "Active";
this.ActiveCheckBox.UseVisualStyleBackColor = true;
//
// LockedOutCheckBox
//
this.LockedOutCheckBox.AutoSize = true;
this.LockedOutCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.LockedOutCheckBox.Location = new System.Drawing.Point(88, 113);
this.LockedOutCheckBox.Name = "LockedOutCheckBox";
this.LockedOutCheckBox.Size = new System.Drawing.Size(82, 17);
this.LockedOutCheckBox.TabIndex = 36;
this.LockedOutCheckBox.Text = "Locked Out";
this.LockedOutCheckBox.UseVisualStyleBackColor = true;
this.LockedOutCheckBox.CheckedChanged += new System.EventHandler(this.LockedOutCheckBox_CheckedChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label4.Location = new System.Drawing.Point(12, 15);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(54, 13);
this.label4.TabIndex = 38;
this.label4.Text = "Customer ";
//
// CustomerLoginsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(347, 138);
this.Controls.Add(this.label4);
this.Controls.Add(this.LockedOutCheckBox);
this.Controls.Add(this.ActiveCheckBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.Password);
this.Controls.Add(this.EmailAddress);
this.Controls.Add(this.label2);
this.Controls.Add(this.SaveButton);
this.Controls.Add(this.CustomerName);
this.Name = "CustomerLoginsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Customer Login";
this.Load += new System.EventHandler(this.CustomerLoginsForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox CustomerName;
private System.Windows.Forms.Button SaveButton;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox EmailAddress;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox ActiveCheckBox;
private System.Windows.Forms.CheckBox LockedOutCheckBox;
private System.Windows.Forms.Label label4;
}
}