SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
ManagerLogin.designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.Manager
2 {
3  partial class ManagerLogin
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
35  this.SuspendLayout();
36  //
37  // label1
38  //
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:";
45  //
46  // btnCancel
47  //
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;
55  //
56  // btnnOK
57  //
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);
65  //
66  // txtPassword
67  //
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;
73  //
74  // ManagerLogin
75  //
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.ShowInTaskbar = false;
89  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
90  this.Text = "Manager Login - SECI";
91  this.ResumeLayout(false);
92  this.PerformLayout();
93 
94  }
95 
96  #endregion
97 
98  private System.Windows.Forms.Label label1;
99  private System.Windows.Forms.Button btnCancel;
100  private System.Windows.Forms.Button btnnOK;
101  private System.Windows.Forms.TextBox txtPassword;
102  }
103 }
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...