1 namespace Sample_Environment_Control_Interface.Dialogs.Manager
3 partial class ManagerLogin
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
31 this.label1 =
new System.Windows.Forms.Label();
32 this.btnCancel =
new System.Windows.Forms.Button();
33 this.btnnOK =
new System.Windows.Forms.Button();
34 this.txtPassword =
new System.Windows.Forms.TextBox();
39 this.label1.AutoSize =
true;
40 this.label1.Location =
new System.Drawing.Point(12, 15);
41 this.label1.Name =
"label1";
42 this.label1.Size =
new System.Drawing.Size(128, 13);
43 this.label1.TabIndex = 0;
44 this.label1.Text =
"Enter Manager password:";
48 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
49 this.btnCancel.Location =
new System.Drawing.Point(280, 41);
50 this.btnCancel.Name =
"btnCancel";
51 this.btnCancel.Size =
new System.Drawing.Size(75, 23);
52 this.btnCancel.TabIndex = 2;
53 this.btnCancel.Text =
"Cancel";
54 this.btnCancel.UseVisualStyleBackColor =
true;
58 this.btnnOK.Location =
new System.Drawing.Point(280, 12);
59 this.btnnOK.Name =
"btnnOK";
60 this.btnnOK.Size =
new System.Drawing.Size(75, 23);
61 this.btnnOK.TabIndex = 1;
62 this.btnnOK.Text =
"OK";
63 this.btnnOK.UseVisualStyleBackColor =
true;
64 this.btnnOK.Click +=
new System.EventHandler(this.btnnOK_Click);
68 this.txtPassword.Location =
new System.Drawing.Point(146, 12);
69 this.txtPassword.Name =
"txtPassword";
70 this.txtPassword.PasswordChar =
'*';
71 this.txtPassword.Size =
new System.Drawing.Size(128, 20);
72 this.txtPassword.TabIndex = 0;
76 this.AcceptButton = this.btnnOK;
77 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
78 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
79 this.CancelButton = this.btnCancel;
80 this.ClientSize =
new System.Drawing.Size(366, 81);
81 this.ControlBox =
false;
82 this.Controls.Add(this.txtPassword);
83 this.Controls.Add(this.btnnOK);
84 this.Controls.Add(this.btnCancel);
85 this.Controls.Add(this.label1);
86 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
87 this.Name =
"ManagerLogin";
88 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
89 this.Text =
"Manager Login";
90 this.ResumeLayout(
false);
97 private System.Windows.Forms.Label
label1;
99 private System.Windows.Forms.Button
btnnOK;
System.Windows.Forms.TextBox txtPassword
override void Dispose(bool disposing)
Clean up any resources being used.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Label label1
System.Windows.Forms.Button btnnOK
System.Windows.Forms.Button btnCancel