3 partial class VerifyPasswordForm
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 29 private void InitializeComponent()
32 this.button_VerifyPassword =
new System.Windows.Forms.Button();
33 this.groupBox1 =
new System.Windows.Forms.GroupBox();
34 this.label1 =
new System.Windows.Forms.Label();
35 this.textBox_Password1 =
new System.Windows.Forms.TextBox();
36 this.groupBox1.SuspendLayout();
41 this.button_VerifyPassword.Location =
new System.Drawing.Point(281, 84);
42 this.button_VerifyPassword.Name =
"button_VerifyPassword";
43 this.button_VerifyPassword.Size =
new System.Drawing.Size(75, 23);
44 this.button_VerifyPassword.TabIndex = 6;
45 this.button_VerifyPassword.Text =
"Ok";
46 this.button_VerifyPassword.UseVisualStyleBackColor =
true;
47 this.button_VerifyPassword.Click +=
new System.EventHandler(this.button_VerifyPassword_Click);
51 this.groupBox1.Controls.Add(this.label1);
52 this.groupBox1.Controls.Add(this.textBox_Password1);
53 this.groupBox1.Location =
new System.Drawing.Point(12, 12);
54 this.groupBox1.Name =
"groupBox1";
55 this.groupBox1.Size =
new System.Drawing.Size(359, 60);
56 this.groupBox1.TabIndex = 5;
57 this.groupBox1.TabStop =
false;
61 this.label1.AutoSize =
true;
62 this.label1.Location =
new System.Drawing.Point(20, 16);
63 this.label1.Name =
"label1";
64 this.label1.Size =
new System.Drawing.Size(114, 13);
65 this.label1.TabIndex = 0;
66 this.label1.Text =
"Enter master password";
70 this.textBox_Password1.Location =
new System.Drawing.Point(140, 16);
71 this.textBox_Password1.Name =
"textBox_Password1";
72 this.textBox_Password1.Size =
new System.Drawing.Size(204, 20);
73 this.textBox_Password1.TabIndex = 2;
74 this.textBox_Password1.UseSystemPasswordChar =
true;
78 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
79 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
80 this.ClientSize =
new System.Drawing.Size(383, 119);
81 this.Controls.Add(this.button_VerifyPassword);
82 this.Controls.Add(this.groupBox1);
83 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
84 this.Name =
"VerifyPassword";
85 this.Text =
"Verify Password";
86 this.groupBox1.ResumeLayout(
false);
87 this.groupBox1.PerformLayout();
88 this.ResumeLayout(
false);
94 private System.Windows.Forms.Button button_VerifyPassword;
95 private System.Windows.Forms.GroupBox groupBox1;
96 private System.Windows.Forms.Label label1;
97 private System.Windows.Forms.TextBox textBox_Password1;