namespace EgwControlCenter { partial class CheckPwd { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckPwd)); btnCheck = new Button(); lblOut = new Label(); txtPasswd = new TextBox(); label2 = new Label(); SuspendLayout(); // // btnCheck // btnCheck.Location = new Point(80, 88); btnCheck.Name = "btnCheck"; btnCheck.Size = new Size(118, 43); btnCheck.TabIndex = 1; btnCheck.Text = "Verifica"; btnCheck.UseVisualStyleBackColor = true; btnCheck.Click += btnCheck_Click; // // lblOut // lblOut.AutoSize = true; lblOut.Location = new Point(12, 139); lblOut.Name = "lblOut"; lblOut.Size = new Size(96, 15); lblOut.TabIndex = 1; lblOut.Text = "...wait for input..."; // // txtPasswd // txtPasswd.Font = new Font("Segoe UI", 16F); txtPasswd.Location = new Point(6, 32); txtPasswd.Name = "txtPasswd"; txtPasswd.PasswordChar = '*'; txtPasswd.Size = new Size(267, 36); txtPasswd.TabIndex = 0; txtPasswd.KeyUp += txtPasswd_KeyUp; // // label2 // label2.AutoSize = true; label2.Location = new Point(6, 9); label2.Name = "label2"; label2.Size = new Size(222, 15); label2.TabIndex = 1; label2.Text = "Password di autorizzazione alla modifica:"; // // CheckPwd // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(277, 163); Controls.Add(txtPasswd); Controls.Add(label2); Controls.Add(lblOut); Controls.Add(btnCheck); Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; MinimizeBox = false; Name = "CheckPwd"; SizeGripStyle = SizeGripStyle.Hide; Text = "Verify User"; Load += CheckPwd_Load; ResumeLayout(false); PerformLayout(); } #endregion private Button btnCheck; private Label lblOut; private TextBox txtPasswd; private Label label2; } }