namespace PersonalLaundry
{
partial class OperatorLoginsForm
{
///
/// 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.Password = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.Role = new System.Windows.Forms.ComboBox();
this.operatorRoleBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.label3 = new System.Windows.Forms.Label();
this.SaveButton = new System.Windows.Forms.Button();
this.Username = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.Shift = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.operatorRoleBindingSource)).BeginInit();
this.SuspendLayout();
//
// Password
//
this.Password.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Password.Location = new System.Drawing.Point(82, 38);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(162, 20);
this.Password.TabIndex = 2;
//
// 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, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 13;
this.label1.Text = "Password";
//
// Role
//
this.Role.DataSource = this.operatorRoleBindingSource;
this.Role.DisplayMember = "RoleName";
this.Role.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Role.FormattingEnabled = true;
this.Role.Location = new System.Drawing.Point(82, 64);
this.Role.Name = "Role";
this.Role.Size = new System.Drawing.Size(162, 21);
this.Role.TabIndex = 3;
this.Role.ValueMember = "OperatorRoleId";
//
// operatorRoleBindingSource
//
this.operatorRoleBindingSource.DataSource = typeof(Common.OperatorRole);
this.operatorRoleBindingSource.Filter = "OperatorRoleId > 1";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label3.Location = new System.Drawing.Point(12, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 13);
this.label3.TabIndex = 18;
this.label3.Text = "Role";
//
// 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(158, 123);
this.SaveButton.Name = "SaveButton";
this.SaveButton.Size = new System.Drawing.Size(86, 36);
this.SaveButton.TabIndex = 39;
this.SaveButton.Text = "Save";
this.SaveButton.UseVisualStyleBackColor = false;
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
//
// Username
//
this.Username.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Username.Location = new System.Drawing.Point(82, 12);
this.Username.Name = "Username";
this.Username.Size = new System.Drawing.Size(162, 20);
this.Username.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 13);
this.label2.TabIndex = 40;
this.label2.Text = "Username ";
//
// 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, 175);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(237, 26);
this.label4.TabIndex = 41;
this.label4.Text = "Note: Fingerprint details will need to be updated \r\nusing on of the POS terminal" +
"s.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label5.Location = new System.Drawing.Point(12, 95);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(28, 13);
this.label5.TabIndex = 43;
this.label5.Text = "Shift";
//
// Shift
//
this.Shift.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Shift.FormattingEnabled = true;
this.Shift.Location = new System.Drawing.Point(82, 92);
this.Shift.Name = "Shift";
this.Shift.Size = new System.Drawing.Size(162, 21);
this.Shift.TabIndex = 42;
//
// OperatorLoginsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(255, 221);
this.Controls.Add(this.label5);
this.Controls.Add(this.Shift);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.Username);
this.Controls.Add(this.SaveButton);
this.Controls.Add(this.label3);
this.Controls.Add(this.Role);
this.Controls.Add(this.Password);
this.Controls.Add(this.label1);
this.Name = "OperatorLoginsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OperatorLoginsForm_FormClosing);
this.Load += new System.EventHandler(this.OperatorLogins_Load);
((System.ComponentModel.ISupportInitialize)(this.operatorRoleBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox Role;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.BindingSource operatorRoleBindingSource;
private System.Windows.Forms.Button SaveButton;
private System.Windows.Forms.TextBox Username;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox Shift;
}
}