private void InitializeComponent( )
 {
     this.buttonOK              = new System.Windows.Forms.Button();
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.labelName             = new System.Windows.Forms.Label();
     this.textName              = new System.Windows.Forms.TextBox();
     this.labelLoginName        = new System.Windows.Forms.Label();
     this.textLoginName         = new System.Windows.Forms.TextBox();
     this.labelPassword         = new System.Windows.Forms.Label();
     this.textPassword          = new System.Windows.Forms.TextBox();
     this.textEmail             = new System.Windows.Forms.TextBox();
     this.labelEmail            = new System.Windows.Forms.Label();
     this.labelURL              = new System.Windows.Forms.Label();
     this.textURL               = new System.Windows.Forms.TextBox();
     this.labelMobile           = new System.Windows.Forms.Label();
     this.textMobile            = new System.Windows.Forms.TextBox();
     this.dataGridAccount       = new System.Windows.Forms.DataGridView();
     this.textComment           = new System.Windows.Forms.TextBox();
     this.tabControlAttribute   = new System.Windows.Forms.TabControl();
     this.tabPageAttributes     = new System.Windows.Forms.TabPage();
     this.buttonMoveDown        = new System.Windows.Forms.Button();
     this.buttonMoveUp          = new System.Windows.Forms.Button();
     this.buttonDeleteAttribute = new System.Windows.Forms.Button();
     this.buttonAddAttribute    = new System.Windows.Forms.Button();
     this.tabPageComment        = new System.Windows.Forms.TabPage();
     this.buttonShowPassword    = new System.Windows.Forms.Button();
     this.radioSecretRank3      = new System.Windows.Forms.RadioButton();
     this.radioSecretRank2      = new System.Windows.Forms.RadioButton();
     this.radioSecretRank1      = new System.Windows.Forms.RadioButton();
     this.radioSecretRank0      = new System.Windows.Forms.RadioButton();
     this.labelSecret           = new System.Windows.Forms.Label();
     this.labelPwdQuality       = new System.Windows.Forms.Label();
     this.labelPwdRepeat        = new System.Windows.Forms.Label();
     this.buttonBuildPassword   = new System.Windows.Forms.Button();
     this.qualityProgressBar    = new HuiruiSoft.UI.Controls.QualityProgressBar();
     this.textPwdRepeat         = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridAccount)).BeginInit();
     this.tabControlAttribute.SuspendLayout();
     this.tabPageAttributes.SuspendLayout();
     this.tabPageComment.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.Location = new System.Drawing.Point(1106, 24);
     this.buttonOK.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(180, 55);
     this.buttonOK.TabIndex = 24;
     this.buttonOK.Text     = "&OK";
     this.buttonOK.Click   += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(1106, 111);
     this.buttonCancel.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(180, 55);
     this.buttonCancel.TabIndex = 25;
     this.buttonCancel.Text     = "&Cancel";
     this.buttonCancel.Click   += new System.EventHandler(this.buttonCancel_Click);
     //
     // labelName
     //
     this.labelName.AutoSize = true;
     this.labelName.Location = new System.Drawing.Point(24, 29);
     this.labelName.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelName.Name     = "labelName";
     this.labelName.Size     = new System.Drawing.Size(80, 18);
     this.labelName.TabIndex = 0;
     this.labelName.Text     = "&Account:";
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(129, 24);
     this.textName.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(388, 28);
     this.textName.TabIndex = 1;
     //
     // labelLoginName
     //
     this.labelLoginName.AutoSize = true;
     this.labelLoginName.Location = new System.Drawing.Point(24, 84);
     this.labelLoginName.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelLoginName.Name     = "labelLoginName";
     this.labelLoginName.Size     = new System.Drawing.Size(98, 18);
     this.labelLoginName.TabIndex = 4;
     this.labelLoginName.Text     = "&User name:";
     //
     // textLoginName
     //
     this.textLoginName.Location = new System.Drawing.Point(129, 79);
     this.textLoginName.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textLoginName.Name     = "textLoginName";
     this.textLoginName.Size     = new System.Drawing.Size(388, 28);
     this.textLoginName.TabIndex = 5;
     //
     // labelPassword
     //
     this.labelPassword.AutoSize = true;
     this.labelPassword.Location = new System.Drawing.Point(24, 138);
     this.labelPassword.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPassword.Name     = "labelPassword";
     this.labelPassword.Size     = new System.Drawing.Size(89, 18);
     this.labelPassword.TabIndex = 8;
     this.labelPassword.Text     = "&Password:"******"textPassword";
     this.textPassword.Size         = new System.Drawing.Size(313, 28);
     this.textPassword.TabIndex     = 9;
     this.textPassword.TextChanged += new System.EventHandler(this.textPassword_TextChanged);
     //
     // textEmail
     //
     this.textEmail.Location = new System.Drawing.Point(669, 79);
     this.textEmail.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textEmail.Name     = "textEmail";
     this.textEmail.Size     = new System.Drawing.Size(388, 28);
     this.textEmail.TabIndex = 7;
     //
     // labelEmail
     //
     this.labelEmail.AutoSize = true;
     this.labelEmail.Location = new System.Drawing.Point(566, 84);
     this.labelEmail.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelEmail.Name     = "labelEmail";
     this.labelEmail.Size     = new System.Drawing.Size(62, 18);
     this.labelEmail.TabIndex = 6;
     this.labelEmail.Text     = "&Email:";
     //
     // labelURL
     //
     this.labelURL.AutoSize = true;
     this.labelURL.Location = new System.Drawing.Point(24, 302);
     this.labelURL.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelURL.Name     = "labelURL";
     this.labelURL.Size     = new System.Drawing.Size(44, 18);
     this.labelURL.TabIndex = 21;
     this.labelURL.Text     = "UR&L:";
     //
     // textURL
     //
     this.textURL.Location = new System.Drawing.Point(129, 297);
     this.textURL.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textURL.Name     = "textURL";
     this.textURL.Size     = new System.Drawing.Size(928, 28);
     this.textURL.TabIndex = 22;
     //
     // labelMobile
     //
     this.labelMobile.AutoSize = true;
     this.labelMobile.Location = new System.Drawing.Point(566, 29);
     this.labelMobile.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelMobile.Name     = "labelMobile";
     this.labelMobile.Size     = new System.Drawing.Size(71, 18);
     this.labelMobile.TabIndex = 2;
     this.labelMobile.Text     = "&Mobile:";
     //
     // textMobile
     //
     this.textMobile.Location = new System.Drawing.Point(669, 24);
     this.textMobile.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textMobile.Name     = "textMobile";
     this.textMobile.Size     = new System.Drawing.Size(388, 28);
     this.textMobile.TabIndex = 3;
     //
     // dataGridAccount
     //
     this.dataGridAccount.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridAccount.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridAccount.Location           = new System.Drawing.Point(20, 19);
     this.dataGridAccount.Margin             = new System.Windows.Forms.Padding(4);
     this.dataGridAccount.Name               = "dataGridAccount";
     this.dataGridAccount.RowHeadersWidth    = 62;
     this.dataGridAccount.RowTemplate.Height = 23;
     this.dataGridAccount.Size               = new System.Drawing.Size(1005, 416);
     this.dataGridAccount.TabIndex           = 0;
     //
     // textComment
     //
     this.textComment.Location   = new System.Drawing.Point(18, 21);
     this.textComment.Margin     = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textComment.Multiline  = true;
     this.textComment.Name       = "textComment";
     this.textComment.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textComment.Size       = new System.Drawing.Size(1215, 412);
     this.textComment.TabIndex   = 0;
     //
     // tabControlAttribute
     //
     this.tabControlAttribute.Controls.Add(this.tabPageAttributes);
     this.tabControlAttribute.Controls.Add(this.tabPageComment);
     this.tabControlAttribute.Location      = new System.Drawing.Point(28, 357);
     this.tabControlAttribute.Margin        = new System.Windows.Forms.Padding(4);
     this.tabControlAttribute.Name          = "tabControlAttribute";
     this.tabControlAttribute.SelectedIndex = 0;
     this.tabControlAttribute.Size          = new System.Drawing.Size(1258, 484);
     this.tabControlAttribute.TabIndex      = 23;
     //
     // tabPageAttributes
     //
     this.tabPageAttributes.BackColor = System.Drawing.SystemColors.Control;
     this.tabPageAttributes.Controls.Add(this.buttonMoveDown);
     this.tabPageAttributes.Controls.Add(this.buttonMoveUp);
     this.tabPageAttributes.Controls.Add(this.buttonDeleteAttribute);
     this.tabPageAttributes.Controls.Add(this.buttonAddAttribute);
     this.tabPageAttributes.Controls.Add(this.dataGridAccount);
     this.tabPageAttributes.Location = new System.Drawing.Point(4, 28);
     this.tabPageAttributes.Margin   = new System.Windows.Forms.Padding(4);
     this.tabPageAttributes.Name     = "tabPageAttributes";
     this.tabPageAttributes.Padding  = new System.Windows.Forms.Padding(4);
     this.tabPageAttributes.Size     = new System.Drawing.Size(1250, 452);
     this.tabPageAttributes.TabIndex = 0;
     this.tabPageAttributes.Text     = "Attributes";
     //
     // buttonMoveDown
     //
     this.buttonMoveDown.Location = new System.Drawing.Point(1047, 244);
     this.buttonMoveDown.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonMoveDown.Name     = "buttonMoveDown";
     this.buttonMoveDown.Size     = new System.Drawing.Size(185, 44);
     this.buttonMoveDown.TabIndex = 4;
     this.buttonMoveDown.UseVisualStyleBackColor = true;
     this.buttonMoveDown.Click += new System.EventHandler(this.buttonMoveDown_Click);
     //
     // buttonMoveUp
     //
     this.buttonMoveUp.Location = new System.Drawing.Point(1047, 186);
     this.buttonMoveUp.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonMoveUp.Name     = "buttonMoveUp";
     this.buttonMoveUp.Size     = new System.Drawing.Size(185, 44);
     this.buttonMoveUp.TabIndex = 3;
     this.buttonMoveUp.UseVisualStyleBackColor = true;
     this.buttonMoveUp.Click += new System.EventHandler(this.buttonMoveUp_Click);
     //
     // buttonDeleteAttribute
     //
     this.buttonDeleteAttribute.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.buttonDeleteAttribute.Location = new System.Drawing.Point(1047, 78);
     this.buttonDeleteAttribute.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonDeleteAttribute.Name     = "buttonDeleteAttribute";
     this.buttonDeleteAttribute.Size     = new System.Drawing.Size(185, 44);
     this.buttonDeleteAttribute.TabIndex = 2;
     this.buttonDeleteAttribute.Text     = "Delete Attribute";
     this.buttonDeleteAttribute.Click   += new System.EventHandler(this.buttonDeleteAttribute_Click);
     //
     // buttonAddAttribute
     //
     this.buttonAddAttribute.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.buttonAddAttribute.Location = new System.Drawing.Point(1047, 19);
     this.buttonAddAttribute.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonAddAttribute.Name     = "buttonAddAttribute";
     this.buttonAddAttribute.Size     = new System.Drawing.Size(185, 44);
     this.buttonAddAttribute.TabIndex = 1;
     this.buttonAddAttribute.Text     = "Add Attribute";
     this.buttonAddAttribute.Click   += new System.EventHandler(this.buttonAddAttribute_Click);
     //
     // tabPageComment
     //
     this.tabPageComment.BackColor = System.Drawing.SystemColors.Control;
     this.tabPageComment.Controls.Add(this.textComment);
     this.tabPageComment.Location = new System.Drawing.Point(4, 28);
     this.tabPageComment.Margin   = new System.Windows.Forms.Padding(4);
     this.tabPageComment.Name     = "tabPageComment";
     this.tabPageComment.Padding  = new System.Windows.Forms.Padding(4);
     this.tabPageComment.Size     = new System.Drawing.Size(1250, 452);
     this.tabPageComment.TabIndex = 1;
     this.tabPageComment.Text     = "Comment";
     //
     // buttonShowPassword
     //
     this.buttonShowPassword.Location = new System.Drawing.Point(453, 128);
     this.buttonShowPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonShowPassword.Name     = "buttonShowPassword";
     this.buttonShowPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonShowPassword.TabIndex = 10;
     this.buttonShowPassword.UseVisualStyleBackColor = true;
     this.buttonShowPassword.Click += new System.EventHandler(this.buttonShowPassword_Click);
     //
     // radioSecretRank3
     //
     this.radioSecretRank3.AutoSize = true;
     this.radioSecretRank3.Checked  = true;
     this.radioSecretRank3.Location = new System.Drawing.Point(129, 242);
     this.radioSecretRank3.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank3.Name     = "radioSecretRank3";
     this.radioSecretRank3.Size     = new System.Drawing.Size(123, 22);
     this.radioSecretRank3.TabIndex = 17;
     this.radioSecretRank3.TabStop  = true;
     this.radioSecretRank3.Text     = "Top secret";
     this.radioSecretRank3.UseVisualStyleBackColor = true;
     //
     // radioSecretRank2
     //
     this.radioSecretRank2.AutoSize = true;
     this.radioSecretRank2.Location = new System.Drawing.Point(259, 242);
     this.radioSecretRank2.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank2.Name     = "radioSecretRank2";
     this.radioSecretRank2.Size     = new System.Drawing.Size(141, 22);
     this.radioSecretRank2.TabIndex = 18;
     this.radioSecretRank2.Text     = "confidential";
     this.radioSecretRank2.UseVisualStyleBackColor = true;
     //
     // radioSecretRank1
     //
     this.radioSecretRank1.AutoSize = true;
     this.radioSecretRank1.Location = new System.Drawing.Point(406, 242);
     this.radioSecretRank1.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank1.Name     = "radioSecretRank1";
     this.radioSecretRank1.Size     = new System.Drawing.Size(87, 22);
     this.radioSecretRank1.TabIndex = 19;
     this.radioSecretRank1.Text     = "secret";
     this.radioSecretRank1.UseVisualStyleBackColor = true;
     //
     // radioSecretRank0
     //
     this.radioSecretRank0.AutoSize = true;
     this.radioSecretRank0.Location = new System.Drawing.Point(518, 242);
     this.radioSecretRank0.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank0.Name     = "radioSecretRank0";
     this.radioSecretRank0.Size     = new System.Drawing.Size(87, 22);
     this.radioSecretRank0.TabIndex = 20;
     this.radioSecretRank0.Text     = "public";
     this.radioSecretRank0.UseVisualStyleBackColor = true;
     //
     // labelSecret
     //
     this.labelSecret.AutoSize = true;
     this.labelSecret.Location = new System.Drawing.Point(24, 244);
     this.labelSecret.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelSecret.Name     = "labelSecret";
     this.labelSecret.Size     = new System.Drawing.Size(71, 18);
     this.labelSecret.TabIndex = 16;
     this.labelSecret.Text     = "Secret:";
     //
     // labelPwdQuality
     //
     this.labelPwdQuality.AutoSize = true;
     this.labelPwdQuality.Location = new System.Drawing.Point(566, 138);
     this.labelPwdQuality.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPwdQuality.Name     = "labelPwdQuality";
     this.labelPwdQuality.Size     = new System.Drawing.Size(80, 18);
     this.labelPwdQuality.TabIndex = 14;
     this.labelPwdQuality.Text     = "Quality:";
     //
     // labelPwdRepeat
     //
     this.labelPwdRepeat.AutoSize = true;
     this.labelPwdRepeat.Location = new System.Drawing.Point(24, 195);
     this.labelPwdRepeat.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPwdRepeat.Name     = "labelPwdRepeat";
     this.labelPwdRepeat.Size     = new System.Drawing.Size(71, 18);
     this.labelPwdRepeat.TabIndex = 11;
     this.labelPwdRepeat.Text     = "&Repeat:";
     //
     // buttonBuildPassword
     //
     this.buttonBuildPassword.Location = new System.Drawing.Point(453, 185);
     this.buttonBuildPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonBuildPassword.Name     = "buttonBuildPassword";
     this.buttonBuildPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonBuildPassword.TabIndex = 13;
     this.buttonBuildPassword.Text     = "...";
     this.buttonBuildPassword.UseVisualStyleBackColor = true;
     this.buttonBuildPassword.Click += new System.EventHandler(this.buttonBuildPassword_Click);
     //
     // qualityProgressBar
     //
     this.qualityProgressBar.Location         = new System.Drawing.Point(669, 133);
     this.qualityProgressBar.Margin           = new System.Windows.Forms.Padding(4);
     this.qualityProgressBar.Name             = "qualityProgressBar";
     this.qualityProgressBar.QualityHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.QualityLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.Size             = new System.Drawing.Size(388, 28);
     this.qualityProgressBar.TabIndex         = 15;
     this.qualityProgressBar.Text             = "qualityProgressBar";
     //
     // textPwdRepeat
     //
     this.textPwdRepeat.AllowDrop             = true;
     this.textPwdRepeat.Location              = new System.Drawing.Point(129, 190);
     this.textPwdRepeat.Margin                = new System.Windows.Forms.Padding(4);
     this.textPwdRepeat.Name                  = "textPwdRepeat";
     this.textPwdRepeat.Size                  = new System.Drawing.Size(313, 28);
     this.textPwdRepeat.TabIndex              = 12;
     this.textPwdRepeat.UseSystemPasswordChar = true;
     //
     // formAccountBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1308, 856);
     this.Controls.Add(this.buttonBuildPassword);
     this.Controls.Add(this.labelPwdRepeat);
     this.Controls.Add(this.qualityProgressBar);
     this.Controls.Add(this.textPwdRepeat);
     this.Controls.Add(this.labelPwdQuality);
     this.Controls.Add(this.labelSecret);
     this.Controls.Add(this.radioSecretRank0);
     this.Controls.Add(this.radioSecretRank1);
     this.Controls.Add(this.radioSecretRank2);
     this.Controls.Add(this.radioSecretRank3);
     this.Controls.Add(this.buttonShowPassword);
     this.Controls.Add(this.tabControlAttribute);
     this.Controls.Add(this.textMobile);
     this.Controls.Add(this.labelMobile);
     this.Controls.Add(this.textURL);
     this.Controls.Add(this.labelURL);
     this.Controls.Add(this.textEmail);
     this.Controls.Add(this.labelEmail);
     this.Controls.Add(this.textPassword);
     this.Controls.Add(this.labelPassword);
     this.Controls.Add(this.textLoginName);
     this.Controls.Add(this.labelLoginName);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name   = "formAccountBase";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridAccount)).EndInit();
     this.tabControlAttribute.ResumeLayout(false);
     this.tabPageAttributes.ResumeLayout(false);
     this.tabPageComment.ResumeLayout(false);
     this.tabPageComment.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent( )
 {
     this.buttonOK             = new System.Windows.Forms.Button();
     this.buttonCancel         = new System.Windows.Forms.Button();
     this.buttonBuildPassword  = new System.Windows.Forms.Button();
     this.labelRepeatPassword  = new System.Windows.Forms.Label();
     this.textRepeatPassword   = new System.Windows.Forms.TextBox();
     this.buttonShowPassword   = new System.Windows.Forms.Button();
     this.textNewPassword      = new System.Windows.Forms.TextBox();
     this.labelNewPassword     = new System.Windows.Forms.Label();
     this.textOldPassword      = new System.Windows.Forms.TextBox();
     this.labelOldPassword     = new System.Windows.Forms.Label();
     this.qualityProgressBar   = new HuiruiSoft.UI.Controls.QualityProgressBar();
     this.labelPasswordQuality = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.Location = new System.Drawing.Point(374, 321);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(180, 49);
     this.buttonOK.TabIndex = 10;
     this.buttonOK.Text     = "&OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(598, 321);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(180, 49);
     this.buttonCancel.TabIndex = 11;
     this.buttonCancel.Text     = "&Close";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // buttonBuildPassword
     //
     this.buttonBuildPassword.Location = new System.Drawing.Point(710, 175);
     this.buttonBuildPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonBuildPassword.Name     = "buttonBuildPassword";
     this.buttonBuildPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonBuildPassword.TabIndex = 7;
     this.buttonBuildPassword.Text     = "...";
     this.buttonBuildPassword.UseVisualStyleBackColor = true;
     this.buttonBuildPassword.Click += new System.EventHandler(this.buttonBuildPassword_Click);
     //
     // labelRepeatPassword
     //
     this.labelRepeatPassword.Location  = new System.Drawing.Point(27, 181);
     this.labelRepeatPassword.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelRepeatPassword.Name      = "labelRepeatPassword";
     this.labelRepeatPassword.Size      = new System.Drawing.Size(200, 26);
     this.labelRepeatPassword.TabIndex  = 5;
     this.labelRepeatPassword.Text      = "Confirm new password:"******"textRepeatPassword";
     this.textRepeatPassword.Size                  = new System.Drawing.Size(466, 28);
     this.textRepeatPassword.TabIndex              = 6;
     this.textRepeatPassword.UseSystemPasswordChar = true;
     //
     // buttonShowPassword
     //
     this.buttonShowPassword.Location = new System.Drawing.Point(710, 108);
     this.buttonShowPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonShowPassword.Name     = "buttonShowPassword";
     this.buttonShowPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonShowPassword.TabIndex = 4;
     this.buttonShowPassword.UseVisualStyleBackColor = true;
     this.buttonShowPassword.Click += new System.EventHandler(this.buttonShowPassword_Click);
     //
     // textNewPassword
     //
     this.textNewPassword.Location     = new System.Drawing.Point(236, 113);
     this.textNewPassword.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textNewPassword.Name         = "textNewPassword";
     this.textNewPassword.Size         = new System.Drawing.Size(466, 28);
     this.textNewPassword.TabIndex     = 3;
     this.textNewPassword.TextChanged += new System.EventHandler(this.textNewPassword_TextChanged);
     //
     // labelNewPassword
     //
     this.labelNewPassword.Location  = new System.Drawing.Point(27, 114);
     this.labelNewPassword.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelNewPassword.Name      = "labelNewPassword";
     this.labelNewPassword.Size      = new System.Drawing.Size(200, 26);
     this.labelNewPassword.TabIndex  = 2;
     this.labelNewPassword.Text      = "New password:"******"textOldPassword";
     this.textOldPassword.Size     = new System.Drawing.Size(542, 28);
     this.textOldPassword.TabIndex = 1;
     //
     // labelOldPassword
     //
     this.labelOldPassword.Location  = new System.Drawing.Point(27, 47);
     this.labelOldPassword.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelOldPassword.Name      = "labelOldPassword";
     this.labelOldPassword.Size      = new System.Drawing.Size(200, 26);
     this.labelOldPassword.TabIndex  = 0;
     this.labelOldPassword.Text      = "Old password:"******"qualityProgressBar";
     this.qualityProgressBar.QualityHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.QualityLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.Size             = new System.Drawing.Size(542, 28);
     this.qualityProgressBar.TabIndex         = 9;
     this.qualityProgressBar.Text             = "qualityProgressBar";
     //
     // labelPasswordQuality
     //
     this.labelPasswordQuality.Location  = new System.Drawing.Point(27, 248);
     this.labelPasswordQuality.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPasswordQuality.Name      = "labelPasswordQuality";
     this.labelPasswordQuality.Size      = new System.Drawing.Size(200, 26);
     this.labelPasswordQuality.TabIndex  = 8;
     this.labelPasswordQuality.Text      = "Quality:";
     this.labelPasswordQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // formChangePassword
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(812, 411);
     this.Controls.Add(this.qualityProgressBar);
     this.Controls.Add(this.labelPasswordQuality);
     this.Controls.Add(this.textOldPassword);
     this.Controls.Add(this.labelOldPassword);
     this.Controls.Add(this.buttonBuildPassword);
     this.Controls.Add(this.labelRepeatPassword);
     this.Controls.Add(this.textRepeatPassword);
     this.Controls.Add(this.buttonShowPassword);
     this.Controls.Add(this.textNewPassword);
     this.Controls.Add(this.labelNewPassword);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "formChangePassword";
     this.Text   = "Change password";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #3
0
 private void InitializeComponent( )
 {
     this.buttonClose         = new System.Windows.Forms.Button();
     this.labelName           = new System.Windows.Forms.Label();
     this.textName            = new System.Windows.Forms.TextBox();
     this.labelLoginName      = new System.Windows.Forms.Label();
     this.textLoginName       = new System.Windows.Forms.TextBox();
     this.labelPassword       = new System.Windows.Forms.Label();
     this.textPassword        = new System.Windows.Forms.TextBox();
     this.textEmail           = new System.Windows.Forms.TextBox();
     this.labelEmail          = new System.Windows.Forms.Label();
     this.labelURL            = new System.Windows.Forms.Label();
     this.labelMobile         = new System.Windows.Forms.Label();
     this.textMobile          = new System.Windows.Forms.TextBox();
     this.dataGridAccount     = new System.Windows.Forms.DataGridView();
     this.textComment         = new System.Windows.Forms.TextBox();
     this.tabControlAttribute = new System.Windows.Forms.TabControl();
     this.tabPageAttributes   = new System.Windows.Forms.TabPage();
     this.tabPageComment      = new System.Windows.Forms.TabPage();
     this.buttonShowPassword  = new System.Windows.Forms.Button();
     this.radioSecretRank3    = new System.Windows.Forms.RadioButton();
     this.radioSecretRank2    = new System.Windows.Forms.RadioButton();
     this.radioSecretRank1    = new System.Windows.Forms.RadioButton();
     this.radioSecretRank0    = new System.Windows.Forms.RadioButton();
     this.labelSecret         = new System.Windows.Forms.Label();
     this.labelPwdQuality     = new System.Windows.Forms.Label();
     this.qualityProgressBar  = new HuiruiSoft.UI.Controls.QualityProgressBar();
     this.linkLabelURL        = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridAccount)).BeginInit();
     this.tabControlAttribute.SuspendLayout();
     this.tabPageAttributes.SuspendLayout();
     this.tabPageComment.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonClose
     //
     this.buttonClose.Location = new System.Drawing.Point(1092, 21);
     this.buttonClose.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(180, 55);
     this.buttonClose.TabIndex = 25;
     this.buttonClose.Text     = "&Close";
     this.buttonClose.Click   += new System.EventHandler(this.buttonClose_Click);
     //
     // labelName
     //
     this.labelName.AutoSize = true;
     this.labelName.Location = new System.Drawing.Point(26, 29);
     this.labelName.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelName.Name     = "labelName";
     this.labelName.Size     = new System.Drawing.Size(80, 18);
     this.labelName.TabIndex = 0;
     this.labelName.Text     = "&Account:";
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(129, 24);
     this.textName.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(388, 28);
     this.textName.TabIndex = 1;
     //
     // labelLoginName
     //
     this.labelLoginName.AutoSize = true;
     this.labelLoginName.Location = new System.Drawing.Point(26, 82);
     this.labelLoginName.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelLoginName.Name     = "labelLoginName";
     this.labelLoginName.Size     = new System.Drawing.Size(98, 18);
     this.labelLoginName.TabIndex = 4;
     this.labelLoginName.Text     = "&User name:";
     //
     // textLoginName
     //
     this.textLoginName.Location = new System.Drawing.Point(129, 76);
     this.textLoginName.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textLoginName.Name     = "textLoginName";
     this.textLoginName.Size     = new System.Drawing.Size(388, 28);
     this.textLoginName.TabIndex = 5;
     //
     // labelPassword
     //
     this.labelPassword.AutoSize = true;
     this.labelPassword.Location = new System.Drawing.Point(26, 133);
     this.labelPassword.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPassword.Name     = "labelPassword";
     this.labelPassword.Size     = new System.Drawing.Size(89, 18);
     this.labelPassword.TabIndex = 8;
     this.labelPassword.Text     = "&Password:"******"textPassword";
     this.textPassword.Size         = new System.Drawing.Size(313, 28);
     this.textPassword.TabIndex     = 9;
     this.textPassword.TextChanged += new System.EventHandler(this.textPassword_TextChanged);
     //
     // textEmail
     //
     this.textEmail.Location = new System.Drawing.Point(669, 76);
     this.textEmail.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textEmail.Name     = "textEmail";
     this.textEmail.Size     = new System.Drawing.Size(388, 28);
     this.textEmail.TabIndex = 7;
     //
     // labelEmail
     //
     this.labelEmail.AutoSize = true;
     this.labelEmail.Location = new System.Drawing.Point(564, 82);
     this.labelEmail.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelEmail.Name     = "labelEmail";
     this.labelEmail.Size     = new System.Drawing.Size(62, 18);
     this.labelEmail.TabIndex = 6;
     this.labelEmail.Text     = "&Email:";
     //
     // labelURL
     //
     this.labelURL.AutoSize = true;
     this.labelURL.Location = new System.Drawing.Point(26, 241);
     this.labelURL.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelURL.Name     = "labelURL";
     this.labelURL.Size     = new System.Drawing.Size(44, 18);
     this.labelURL.TabIndex = 18;
     this.labelURL.Text     = "UR&L:";
     //
     // labelMobile
     //
     this.labelMobile.AutoSize = true;
     this.labelMobile.Location = new System.Drawing.Point(564, 29);
     this.labelMobile.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelMobile.Name     = "labelMobile";
     this.labelMobile.Size     = new System.Drawing.Size(71, 18);
     this.labelMobile.TabIndex = 2;
     this.labelMobile.Text     = "&Mobile:";
     //
     // textMobile
     //
     this.textMobile.Location = new System.Drawing.Point(669, 24);
     this.textMobile.Margin   = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textMobile.Name     = "textMobile";
     this.textMobile.Size     = new System.Drawing.Size(388, 28);
     this.textMobile.TabIndex = 3;
     //
     // dataGridAccount
     //
     this.dataGridAccount.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridAccount.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridAccount.Location           = new System.Drawing.Point(20, 19);
     this.dataGridAccount.Margin             = new System.Windows.Forms.Padding(4);
     this.dataGridAccount.Name               = "dataGridAccount";
     this.dataGridAccount.RowHeadersWidth    = 62;
     this.dataGridAccount.RowTemplate.Height = 23;
     this.dataGridAccount.Size               = new System.Drawing.Size(1196, 445);
     this.dataGridAccount.TabIndex           = 0;
     //
     // textComment
     //
     this.textComment.Location   = new System.Drawing.Point(18, 21);
     this.textComment.Margin     = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textComment.Multiline  = true;
     this.textComment.Name       = "textComment";
     this.textComment.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textComment.Size       = new System.Drawing.Size(1200, 452);
     this.textComment.TabIndex   = 0;
     //
     // tabControlAttribute
     //
     this.tabControlAttribute.Controls.Add(this.tabPageAttributes);
     this.tabControlAttribute.Controls.Add(this.tabPageComment);
     this.tabControlAttribute.Location      = new System.Drawing.Point(28, 294);
     this.tabControlAttribute.Margin        = new System.Windows.Forms.Padding(4);
     this.tabControlAttribute.Name          = "tabControlAttribute";
     this.tabControlAttribute.SelectedIndex = 0;
     this.tabControlAttribute.Size          = new System.Drawing.Size(1244, 520);
     this.tabControlAttribute.TabIndex      = 20;
     //
     // tabPageAttributes
     //
     this.tabPageAttributes.BackColor = System.Drawing.SystemColors.Control;
     this.tabPageAttributes.Controls.Add(this.dataGridAccount);
     this.tabPageAttributes.Location = new System.Drawing.Point(4, 28);
     this.tabPageAttributes.Margin   = new System.Windows.Forms.Padding(4);
     this.tabPageAttributes.Name     = "tabPageAttributes";
     this.tabPageAttributes.Padding  = new System.Windows.Forms.Padding(4);
     this.tabPageAttributes.Size     = new System.Drawing.Size(1236, 488);
     this.tabPageAttributes.TabIndex = 0;
     this.tabPageAttributes.Text     = "Extension";
     //
     // tabPageComment
     //
     this.tabPageComment.BackColor = System.Drawing.SystemColors.Control;
     this.tabPageComment.Controls.Add(this.textComment);
     this.tabPageComment.Location = new System.Drawing.Point(4, 28);
     this.tabPageComment.Margin   = new System.Windows.Forms.Padding(4);
     this.tabPageComment.Name     = "tabPageComment";
     this.tabPageComment.Padding  = new System.Windows.Forms.Padding(4);
     this.tabPageComment.Size     = new System.Drawing.Size(1236, 488);
     this.tabPageComment.TabIndex = 1;
     this.tabPageComment.Text     = "Comment";
     //
     // buttonShowPassword
     //
     this.buttonShowPassword.Location = new System.Drawing.Point(453, 123);
     this.buttonShowPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonShowPassword.Name     = "buttonShowPassword";
     this.buttonShowPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonShowPassword.TabIndex = 10;
     this.buttonShowPassword.UseVisualStyleBackColor = true;
     this.buttonShowPassword.Click += new System.EventHandler(this.buttonShowPassword_Click);
     //
     // radioSecretRank3
     //
     this.radioSecretRank3.AutoSize = true;
     this.radioSecretRank3.Checked  = true;
     this.radioSecretRank3.Location = new System.Drawing.Point(129, 186);
     this.radioSecretRank3.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank3.Name     = "radioSecretRank3";
     this.radioSecretRank3.Size     = new System.Drawing.Size(123, 22);
     this.radioSecretRank3.TabIndex = 14;
     this.radioSecretRank3.TabStop  = true;
     this.radioSecretRank3.Text     = "Top secret";
     this.radioSecretRank3.UseVisualStyleBackColor = true;
     //
     // radioSecretRank2
     //
     this.radioSecretRank2.AutoSize = true;
     this.radioSecretRank2.Location = new System.Drawing.Point(257, 186);
     this.radioSecretRank2.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank2.Name     = "radioSecretRank2";
     this.radioSecretRank2.Size     = new System.Drawing.Size(141, 22);
     this.radioSecretRank2.TabIndex = 15;
     this.radioSecretRank2.Text     = "confidential";
     this.radioSecretRank2.UseVisualStyleBackColor = true;
     //
     // radioSecretRank1
     //
     this.radioSecretRank1.AutoSize = true;
     this.radioSecretRank1.Location = new System.Drawing.Point(403, 186);
     this.radioSecretRank1.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank1.Name     = "radioSecretRank1";
     this.radioSecretRank1.Size     = new System.Drawing.Size(87, 22);
     this.radioSecretRank1.TabIndex = 16;
     this.radioSecretRank1.Text     = "secret";
     this.radioSecretRank1.UseVisualStyleBackColor = true;
     //
     // radioSecretRank0
     //
     this.radioSecretRank0.AutoSize = true;
     this.radioSecretRank0.Location = new System.Drawing.Point(522, 186);
     this.radioSecretRank0.Margin   = new System.Windows.Forms.Padding(4);
     this.radioSecretRank0.Name     = "radioSecretRank0";
     this.radioSecretRank0.Size     = new System.Drawing.Size(87, 22);
     this.radioSecretRank0.TabIndex = 17;
     this.radioSecretRank0.Text     = "public";
     this.radioSecretRank0.UseVisualStyleBackColor = true;
     //
     // labelSecret
     //
     this.labelSecret.AutoSize = true;
     this.labelSecret.Location = new System.Drawing.Point(26, 188);
     this.labelSecret.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelSecret.Name     = "labelSecret";
     this.labelSecret.Size     = new System.Drawing.Size(71, 18);
     this.labelSecret.TabIndex = 13;
     this.labelSecret.Text     = "Secret:";
     //
     // labelPwdQuality
     //
     this.labelPwdQuality.AutoSize = true;
     this.labelPwdQuality.Location = new System.Drawing.Point(564, 133);
     this.labelPwdQuality.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPwdQuality.Name     = "labelPwdQuality";
     this.labelPwdQuality.Size     = new System.Drawing.Size(80, 18);
     this.labelPwdQuality.TabIndex = 11;
     this.labelPwdQuality.Text     = "Quality:";
     //
     // qualityProgressBar
     //
     this.qualityProgressBar.Location         = new System.Drawing.Point(669, 128);
     this.qualityProgressBar.Margin           = new System.Windows.Forms.Padding(4);
     this.qualityProgressBar.Name             = "qualityProgressBar";
     this.qualityProgressBar.QualityHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.QualityLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.Size             = new System.Drawing.Size(388, 28);
     this.qualityProgressBar.TabIndex         = 12;
     this.qualityProgressBar.Text             = "qualityProgressBar";
     //
     // linkLabelURL
     //
     this.linkLabelURL.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.linkLabelURL.Location     = new System.Drawing.Point(129, 232);
     this.linkLabelURL.Name         = "linkLabelURL";
     this.linkLabelURL.Size         = new System.Drawing.Size(928, 36);
     this.linkLabelURL.TabIndex     = 19;
     this.linkLabelURL.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.linkLabelURL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelURL_LinkClicked);
     //
     // formAccountViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1300, 836);
     this.Controls.Add(this.linkLabelURL);
     this.Controls.Add(this.qualityProgressBar);
     this.Controls.Add(this.labelPwdQuality);
     this.Controls.Add(this.labelSecret);
     this.Controls.Add(this.radioSecretRank0);
     this.Controls.Add(this.radioSecretRank1);
     this.Controls.Add(this.radioSecretRank2);
     this.Controls.Add(this.radioSecretRank3);
     this.Controls.Add(this.buttonShowPassword);
     this.Controls.Add(this.tabControlAttribute);
     this.Controls.Add(this.textMobile);
     this.Controls.Add(this.labelMobile);
     this.Controls.Add(this.labelURL);
     this.Controls.Add(this.textEmail);
     this.Controls.Add(this.labelEmail);
     this.Controls.Add(this.textPassword);
     this.Controls.Add(this.labelPassword);
     this.Controls.Add(this.textLoginName);
     this.Controls.Add(this.labelLoginName);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.buttonClose);
     this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.Name   = "formAccountViewer";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridAccount)).EndInit();
     this.tabControlAttribute.ResumeLayout(false);
     this.tabPageAttributes.ResumeLayout(false);
     this.tabPageComment.ResumeLayout(false);
     this.tabPageComment.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.buttonOK              = new System.Windows.Forms.Button();
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.labelWorkDirectory    = new System.Windows.Forms.Label();
     this.buttonSelectDirectory = new System.Windows.Forms.Button();
     this.textWorkDirectory     = new System.Windows.Forms.TextBox();
     this.buttonBuildPassword   = new System.Windows.Forms.Button();
     this.labelPwdRepeat        = new System.Windows.Forms.Label();
     this.textPwdRepeat         = new System.Windows.Forms.TextBox();
     this.labelPwdQuality       = new System.Windows.Forms.Label();
     this.buttonShowPassword    = new System.Windows.Forms.Button();
     this.textPassword          = new System.Windows.Forms.TextBox();
     this.labelPassword         = new System.Windows.Forms.Label();
     this.textSafePassName      = new System.Windows.Forms.TextBox();
     this.labelSafePassName     = new System.Windows.Forms.Label();
     this.textLoginName         = new System.Windows.Forms.TextBox();
     this.labelLoginName        = new System.Windows.Forms.Label();
     this.qualityProgressBar    = new HuiruiSoft.UI.Controls.QualityProgressBar();
     this.labelLoginNameTips    = new System.Windows.Forms.Label();
     this.labelSafePassNameTips = new System.Windows.Forms.Label();
     this.labelPromptRemember   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.Location = new System.Drawing.Point(479, 522);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(180, 49);
     this.buttonOK.TabIndex = 18;
     this.buttonOK.Text     = "&OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Location = new System.Drawing.Point(703, 522);
     this.buttonCancel.Name     = "buttonCancel";
     this.buttonCancel.Size     = new System.Drawing.Size(180, 49);
     this.buttonCancel.TabIndex = 19;
     this.buttonCancel.Text     = "&Close";
     this.buttonCancel.UseVisualStyleBackColor = true;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // labelWorkDirectory
     //
     this.labelWorkDirectory.Location  = new System.Drawing.Point(30, 432);
     this.labelWorkDirectory.Name      = "labelWorkDirectory";
     this.labelWorkDirectory.Size      = new System.Drawing.Size(165, 26);
     this.labelWorkDirectory.TabIndex  = 15;
     this.labelWorkDirectory.Text      = "Work directory:";
     this.labelWorkDirectory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // buttonSelectDirectory
     //
     this.buttonSelectDirectory.Location = new System.Drawing.Point(708, 417);
     this.buttonSelectDirectory.Name     = "buttonSelectDirectory";
     this.buttonSelectDirectory.Size     = new System.Drawing.Size(175, 56);
     this.buttonSelectDirectory.TabIndex = 17;
     this.buttonSelectDirectory.Text     = "Select directory";
     this.buttonSelectDirectory.UseVisualStyleBackColor = true;
     this.buttonSelectDirectory.Click += new System.EventHandler(this.buttonSelectDirectory_Click);
     //
     // textWorkDirectory
     //
     this.textWorkDirectory.Location = new System.Drawing.Point(203, 431);
     this.textWorkDirectory.Name     = "textWorkDirectory";
     this.textWorkDirectory.Size     = new System.Drawing.Size(499, 28);
     this.textWorkDirectory.TabIndex = 16;
     //
     // buttonBuildPassword
     //
     this.buttonBuildPassword.Location = new System.Drawing.Point(815, 231);
     this.buttonBuildPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonBuildPassword.Name     = "buttonBuildPassword";
     this.buttonBuildPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonBuildPassword.TabIndex = 9;
     this.buttonBuildPassword.Text     = "...";
     this.buttonBuildPassword.UseVisualStyleBackColor = true;
     this.buttonBuildPassword.Click += new System.EventHandler(this.buttonBuildPassword_Click);
     //
     // labelPwdRepeat
     //
     this.labelPwdRepeat.Location  = new System.Drawing.Point(30, 237);
     this.labelPwdRepeat.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPwdRepeat.Name      = "labelPwdRepeat";
     this.labelPwdRepeat.Size      = new System.Drawing.Size(165, 26);
     this.labelPwdRepeat.TabIndex  = 7;
     this.labelPwdRepeat.Text      = "&Confirm password:"******"textPwdRepeat";
     this.textPwdRepeat.Size                  = new System.Drawing.Size(607, 28);
     this.textPwdRepeat.TabIndex              = 8;
     this.textPwdRepeat.UseSystemPasswordChar = true;
     //
     // labelPwdQuality
     //
     this.labelPwdQuality.Location  = new System.Drawing.Point(30, 302);
     this.labelPwdQuality.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPwdQuality.Name      = "labelPwdQuality";
     this.labelPwdQuality.Size      = new System.Drawing.Size(165, 26);
     this.labelPwdQuality.TabIndex  = 10;
     this.labelPwdQuality.Text      = "Password &quality:";
     this.labelPwdQuality.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // buttonShowPassword
     //
     this.buttonShowPassword.Location = new System.Drawing.Point(815, 166);
     this.buttonShowPassword.Margin   = new System.Windows.Forms.Padding(4);
     this.buttonShowPassword.Name     = "buttonShowPassword";
     this.buttonShowPassword.Size     = new System.Drawing.Size(68, 39);
     this.buttonShowPassword.TabIndex = 6;
     this.buttonShowPassword.UseVisualStyleBackColor = true;
     this.buttonShowPassword.Click += new System.EventHandler(this.buttonShowPassword_Click);
     //
     // textPassword
     //
     this.textPassword.Location     = new System.Drawing.Point(203, 171);
     this.textPassword.Margin       = new System.Windows.Forms.Padding(4, 3, 4, 3);
     this.textPassword.Name         = "textPassword";
     this.textPassword.Size         = new System.Drawing.Size(607, 28);
     this.textPassword.TabIndex     = 5;
     this.textPassword.TextChanged += new System.EventHandler(this.textPassword_TextChanged);
     //
     // labelPassword
     //
     this.labelPassword.Location  = new System.Drawing.Point(30, 172);
     this.labelPassword.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.labelPassword.Name      = "labelPassword";
     this.labelPassword.Size      = new System.Drawing.Size(165, 26);
     this.labelPassword.TabIndex  = 4;
     this.labelPassword.Text      = "&Password:"******"textSafePassName";
     this.textSafePassName.Size     = new System.Drawing.Size(680, 28);
     this.textSafePassName.TabIndex = 13;
     //
     // labelSafePassName
     //
     this.labelSafePassName.Location  = new System.Drawing.Point(30, 367);
     this.labelSafePassName.Name      = "labelSafePassName";
     this.labelSafePassName.Size      = new System.Drawing.Size(165, 26);
     this.labelSafePassName.TabIndex  = 12;
     this.labelSafePassName.Text      = "SafePass Name:";
     this.labelSafePassName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textLoginName
     //
     this.textLoginName.Location  = new System.Drawing.Point(203, 106);
     this.textLoginName.Margin    = new System.Windows.Forms.Padding(6);
     this.textLoginName.Name      = "textLoginName";
     this.textLoginName.Size      = new System.Drawing.Size(680, 28);
     this.textLoginName.TabIndex  = 2;
     this.textLoginName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textLoginName_KeyPress);
     //
     // labelLoginName
     //
     this.labelLoginName.Location  = new System.Drawing.Point(30, 107);
     this.labelLoginName.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.labelLoginName.Name      = "labelLoginName";
     this.labelLoginName.Size      = new System.Drawing.Size(165, 26);
     this.labelLoginName.TabIndex  = 1;
     this.labelLoginName.Text      = "Login Name:";
     this.labelLoginName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // qualityProgressBar
     //
     this.qualityProgressBar.Location         = new System.Drawing.Point(203, 301);
     this.qualityProgressBar.Margin           = new System.Windows.Forms.Padding(4);
     this.qualityProgressBar.Name             = "qualityProgressBar";
     this.qualityProgressBar.QualityHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.QualityLowColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.qualityProgressBar.Size             = new System.Drawing.Size(680, 28);
     this.qualityProgressBar.TabIndex         = 11;
     this.qualityProgressBar.Text             = "qualityProgressBar";
     //
     // labelLoginNameTips
     //
     this.labelLoginNameTips.ForeColor = System.Drawing.Color.Red;
     this.labelLoginNameTips.Location  = new System.Drawing.Point(888, 107);
     this.labelLoginNameTips.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.labelLoginNameTips.Name      = "labelLoginNameTips";
     this.labelLoginNameTips.Size      = new System.Drawing.Size(28, 26);
     this.labelLoginNameTips.TabIndex  = 3;
     this.labelLoginNameTips.Text      = "*";
     this.labelLoginNameTips.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelSafePassNameTips
     //
     this.labelSafePassNameTips.ForeColor = System.Drawing.Color.Red;
     this.labelSafePassNameTips.Location  = new System.Drawing.Point(888, 367);
     this.labelSafePassNameTips.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.labelSafePassNameTips.Name      = "labelSafePassNameTips";
     this.labelSafePassNameTips.Size      = new System.Drawing.Size(28, 26);
     this.labelSafePassNameTips.TabIndex  = 14;
     this.labelSafePassNameTips.Text      = "*";
     this.labelSafePassNameTips.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelPromptRemember
     //
     this.labelPromptRemember.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelPromptRemember.ForeColor = System.Drawing.Color.Tomato;
     this.labelPromptRemember.Location  = new System.Drawing.Point(66, 38);
     this.labelPromptRemember.Margin    = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.labelPromptRemember.Name      = "labelPromptRemember";
     this.labelPromptRemember.Size      = new System.Drawing.Size(817, 30);
     this.labelPromptRemember.TabIndex  = 0;
     this.labelPromptRemember.Text      = "Please remember your password. Once lost, it will not be retrieved";
     this.labelPromptRemember.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // formNewSafeWizard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(938, 624);
     this.Controls.Add(this.labelPromptRemember);
     this.Controls.Add(this.labelSafePassNameTips);
     this.Controls.Add(this.labelLoginNameTips);
     this.Controls.Add(this.textLoginName);
     this.Controls.Add(this.labelLoginName);
     this.Controls.Add(this.textSafePassName);
     this.Controls.Add(this.labelSafePassName);
     this.Controls.Add(this.buttonBuildPassword);
     this.Controls.Add(this.labelPwdRepeat);
     this.Controls.Add(this.qualityProgressBar);
     this.Controls.Add(this.textPwdRepeat);
     this.Controls.Add(this.labelPwdQuality);
     this.Controls.Add(this.buttonShowPassword);
     this.Controls.Add(this.textPassword);
     this.Controls.Add(this.labelPassword);
     this.Controls.Add(this.labelWorkDirectory);
     this.Controls.Add(this.buttonSelectDirectory);
     this.Controls.Add(this.textWorkDirectory);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonCancel);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "formNewSafeWizard";
     this.Text   = "New Wizard";
     this.ResumeLayout(false);
     this.PerformLayout();
 }