Пример #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.txtOld    = new Trasen.Editor.TextEdit();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btExit    = new System.Windows.Forms.Button();
     this.btOK      = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("楷体_GB2312", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label1.Location  = new System.Drawing.Point(16, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "张三:";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(48, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(152, 24);
     this.label2.TabIndex = 1;
     this.label2.Text     = "您好!请输入密码:";
     //
     // txtOld
     //
     this.txtOld.Location      = new System.Drawing.Point(80, 64);
     this.txtOld.MaxLength     = 20;
     this.txtOld.Name          = "txtOld";
     this.txtOld.PasswordChar  = '*';
     this.txtOld.PassWordInput = true;
     this.txtOld.Size          = new System.Drawing.Size(148, 21);
     this.txtOld.TabIndex      = 0;
     this.txtOld.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtOld_KeyPress);
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(-2, 96);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 8);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop  = false;
     //
     // btExit
     //
     this.btExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Location     = new System.Drawing.Point(168, 120);
     this.btExit.Name         = "btExit";
     this.btExit.Size         = new System.Drawing.Size(82, 24);
     this.btExit.TabIndex     = 2;
     this.btExit.Text         = "取消(&C)";
     //
     // btOK
     //
     this.btOK.Location = new System.Drawing.Point(40, 120);
     this.btOK.Name     = "btOK";
     this.btOK.Size     = new System.Drawing.Size(82, 24);
     this.btOK.TabIndex = 1;
     this.btOK.Text     = "确认(O)";
     this.btOK.Click   += new System.EventHandler(this.btOK_Click);
     //
     // frmInPassword
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(292, 157);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btExit);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.txtOld);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(300, 184);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(300, 184);
     this.Name          = "frmInPassword";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "身份确认";
     this.Load         += new System.EventHandler(this.frmInPassword_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DlgLogin));
     this.imglst       = new System.Windows.Forms.ImageList(this.components);
     this.btCancel     = new System.Windows.Forms.Button();
     this.btOk         = new System.Windows.Forms.Button();
     this.plUser       = new System.Windows.Forms.Panel();
     this.txtRName     = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.txtPasswd    = new Trasen.Editor.TextEdit();
     this.txtName      = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.plDept       = new System.Windows.Forms.Panel();
     this.txtFilter    = new System.Windows.Forms.TextBox();
     this.lvwSystem    = new System.Windows.Forms.ListView();
     this.label4       = new System.Windows.Forms.Label();
     this.toolTip1     = new System.Windows.Forms.ToolTip(this.components);
     this.picLogin_Dr  = new System.Windows.Forms.PictureBox();
     this.lblYymc      = new System.Windows.Forms.Label();
     this.lblyymc1     = new System.Windows.Forms.Label();
     this.chkVeriftyCA = new System.Windows.Forms.CheckBox();
     this.plUser.SuspendLayout();
     this.plDept.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picLogin_Dr)).BeginInit();
     this.SuspendLayout();
     //
     // imglst
     //
     this.imglst.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglst.ImageStream")));
     this.imglst.TransparentColor = System.Drawing.Color.Transparent;
     this.imglst.Images.SetKeyName(0, "");
     //
     // btCancel
     //
     this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.btCancel.Location     = new System.Drawing.Point(368, 248);
     this.btCancel.Name         = "btCancel";
     this.btCancel.Size         = new System.Drawing.Size(79, 30);
     this.btCancel.TabIndex     = 4;
     this.btCancel.Text         = "退出(&Q)";
     //
     // btOk
     //
     this.btOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btOk.Location  = new System.Drawing.Point(238, 248);
     this.btOk.Name      = "btOk";
     this.btOk.Size      = new System.Drawing.Size(79, 30);
     this.btOk.TabIndex  = 3;
     this.btOk.Text      = "确定(&L)";
     this.btOk.Click    += new System.EventHandler(this.btOk_Click);
     //
     // plUser
     //
     this.plUser.Controls.Add(this.chkVeriftyCA);
     this.plUser.Controls.Add(this.txtRName);
     this.plUser.Controls.Add(this.label3);
     this.plUser.Controls.Add(this.txtPasswd);
     this.plUser.Controls.Add(this.txtName);
     this.plUser.Controls.Add(this.label2);
     this.plUser.Controls.Add(this.label1);
     this.plUser.Location = new System.Drawing.Point(188, 28);
     this.plUser.Name     = "plUser";
     this.plUser.Size     = new System.Drawing.Size(291, 116);
     this.plUser.TabIndex = 0;
     //
     // txtRName
     //
     this.txtRName.Enabled  = false;
     this.txtRName.Location = new System.Drawing.Point(65, 37);
     this.txtRName.Name     = "txtRName";
     this.txtRName.ReadOnly = true;
     this.txtRName.Size     = new System.Drawing.Size(217, 21);
     this.txtRName.TabIndex = 1;
     this.txtRName.Text     = "<用户姓名>";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(5, 39);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "用户姓名";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPasswd
     //
     this.txtPasswd.ImeMode       = System.Windows.Forms.ImeMode.NoControl;
     this.txtPasswd.Location      = new System.Drawing.Point(65, 84);
     this.txtPasswd.Name          = "txtPasswd";
     this.txtPasswd.PasswordChar  = '*';
     this.txtPasswd.PassWordInput = true;
     this.txtPasswd.Size          = new System.Drawing.Size(217, 21);
     this.txtPasswd.TabIndex      = 3;
     this.toolTip1.SetToolTip(this.txtPasswd, "请输入您的用户密码");
     this.txtPasswd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPasswd_KeyPress);
     //
     // txtName
     //
     this.txtName.BackColor = System.Drawing.SystemColors.Window;
     this.txtName.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.txtName.Location  = new System.Drawing.Point(65, 5);
     this.txtName.Name      = "txtName";
     this.txtName.Size      = new System.Drawing.Size(217, 21);
     this.txtName.TabIndex  = 0;
     this.toolTip1.SetToolTip(this.txtName, "请输入您的用户编码");
     this.txtName.Leave    += new System.EventHandler(this.txtName_Leave);
     this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(5, 87);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 12);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "用户密码";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label1.Location  = new System.Drawing.Point(5, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "用户编码";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // plDept
     //
     this.plDept.Controls.Add(this.txtFilter);
     this.plDept.Controls.Add(this.lvwSystem);
     this.plDept.Controls.Add(this.label4);
     this.plDept.Location = new System.Drawing.Point(188, 144);
     this.plDept.Name     = "plDept";
     this.plDept.Size     = new System.Drawing.Size(291, 96);
     this.plDept.TabIndex = 2;
     //
     // txtFilter
     //
     this.txtFilter.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.txtFilter.Location  = new System.Drawing.Point(65, 72);
     this.txtFilter.Name      = "txtFilter";
     this.txtFilter.Size      = new System.Drawing.Size(217, 21);
     this.txtFilter.TabIndex  = 1;
     this.txtFilter.Visible   = false;
     this.txtFilter.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.txtFilter_KeyUp);
     this.txtFilter.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFilter_KeyPress);
     //
     // lvwSystem
     //
     this.lvwSystem.Alignment      = System.Windows.Forms.ListViewAlignment.Left;
     this.lvwSystem.LargeImageList = this.imglst;
     this.lvwSystem.Location       = new System.Drawing.Point(65, 4);
     this.lvwSystem.MultiSelect    = false;
     this.lvwSystem.Name           = "lvwSystem";
     this.lvwSystem.Size           = new System.Drawing.Size(217, 89);
     this.lvwSystem.SmallImageList = this.imglst;
     this.lvwSystem.TabIndex       = 0;
     this.lvwSystem.UseCompatibleStateImageBehavior = false;
     this.lvwSystem.View = System.Windows.Forms.View.List;
     this.lvwSystem.SelectedIndexChanged += new System.EventHandler(this.lvwDept_SelectedIndexChanged);
     this.lvwSystem.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.lvwDept_KeyPress);
     this.lvwSystem.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lvwDept_KeyUp);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(5, 6);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "进入系统";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon  = true;
     this.toolTip1.ShowAlways = true;
     //
     // picLogin_Dr
     //
     this.picLogin_Dr.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.picLogin_Dr.Image       = ((System.Drawing.Image)(resources.GetObject("picLogin_Dr.Image")));
     this.picLogin_Dr.Location    = new System.Drawing.Point(12, 8);
     this.picLogin_Dr.Name        = "picLogin_Dr";
     this.picLogin_Dr.Size        = new System.Drawing.Size(154, 271);
     this.picLogin_Dr.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLogin_Dr.TabIndex    = 20;
     this.picLogin_Dr.TabStop     = false;
     //
     // lblYymc
     //
     this.lblYymc.AutoSize = true;
     this.lblYymc.Font     = new System.Drawing.Font("华文行楷", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblYymc.Location = new System.Drawing.Point(123, 94);
     this.lblYymc.Name     = "lblYymc";
     this.lblYymc.Size     = new System.Drawing.Size(71, 30);
     this.lblYymc.TabIndex = 21;
     this.lblYymc.Text     = "湖南";
     //
     // lblyymc1
     //
     this.lblyymc1.AutoSize = true;
     this.lblyymc1.Font     = new System.Drawing.Font("华文行楷", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblyymc1.Location = new System.Drawing.Point(123, 61);
     this.lblyymc1.Name     = "lblyymc1";
     this.lblyymc1.Size     = new System.Drawing.Size(71, 30);
     this.lblyymc1.TabIndex = 22;
     this.lblyymc1.Text     = "湖南";
     this.lblyymc1.Visible  = false;
     //
     // chkVeriftyCA
     //
     this.chkVeriftyCA.AutoSize = true;
     this.chkVeriftyCA.Location = new System.Drawing.Point(222, 64);
     this.chkVeriftyCA.Name     = "chkVeriftyCA";
     this.chkVeriftyCA.Size     = new System.Drawing.Size(60, 16);
     this.chkVeriftyCA.TabIndex = 2;
     this.chkVeriftyCA.Text     = "CA认证";
     this.chkVeriftyCA.UseVisualStyleBackColor = true;
     //
     // DlgLogin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(486, 291);
     this.ControlBox        = false;
     this.Controls.Add(this.lblyymc1);
     this.Controls.Add(this.lblYymc);
     this.Controls.Add(this.picLogin_Dr);
     this.Controls.Add(this.plDept);
     this.Controls.Add(this.plUser);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btOk);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DlgLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.DlgLogin_Load);
     this.plUser.ResumeLayout(false);
     this.plUser.PerformLayout();
     this.plDept.ResumeLayout(false);
     this.plDept.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picLogin_Dr)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.btOK         = new System.Windows.Forms.Button();
     this.btCancel     = new System.Windows.Forms.Button();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.txtAffirmPwd = new Trasen.Editor.TextEdit();
     this.label2       = new System.Windows.Forms.Label();
     this.txtNewPwd    = new Trasen.Editor.TextEdit();
     this.label1       = new System.Windows.Forms.Label();
     this.txtOldPwd    = new Trasen.Editor.TextEdit();
     this.label3       = new System.Windows.Forms.Label();
     this.ptbPwd       = new System.Windows.Forms.PictureBox();
     this.lblInfo      = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbPwd)).BeginInit();
     this.SuspendLayout();
     //
     // btOK
     //
     this.btOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btOK.Location  = new System.Drawing.Point(84, 174);
     this.btOK.Name      = "btOK";
     this.btOK.Size      = new System.Drawing.Size(92, 30);
     this.btOK.TabIndex  = 2;
     this.btOK.Text      = "确认(&O)";
     this.btOK.Click    += new System.EventHandler(this.btOK_Click);
     //
     // btCancel
     //
     this.btCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btCancel.Location  = new System.Drawing.Point(234, 174);
     this.btCancel.Name      = "btCancel";
     this.btCancel.Size      = new System.Drawing.Size(92, 30);
     this.btCancel.TabIndex  = 0;
     this.btCancel.Text      = "取消(&C)";
     this.btCancel.Click    += new System.EventHandler(this.btCancel_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtAffirmPwd);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtNewPwd);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtOldPwd);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(12, 29);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(354, 136);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // txtAffirmPwd
     //
     this.txtAffirmPwd.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtAffirmPwd.Location      = new System.Drawing.Point(97, 91);
     this.txtAffirmPwd.Name          = "txtAffirmPwd";
     this.txtAffirmPwd.PasswordChar  = '*';
     this.txtAffirmPwd.PassWordInput = true;
     this.txtAffirmPwd.Size          = new System.Drawing.Size(237, 21);
     this.txtAffirmPwd.TabIndex      = 2;
     this.txtAffirmPwd.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPressEnterKey);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(19, 95);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "确认密码:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtNewPwd
     //
     this.txtNewPwd.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNewPwd.Location      = new System.Drawing.Point(97, 58);
     this.txtNewPwd.Name          = "txtNewPwd";
     this.txtNewPwd.PasswordChar  = '*';
     this.txtNewPwd.PassWordInput = true;
     this.txtNewPwd.Size          = new System.Drawing.Size(237, 21);
     this.txtNewPwd.TabIndex      = 1;
     this.txtNewPwd.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPressEnterKey);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(19, 62);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 12);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "新 密 码:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtOldPwd
     //
     this.txtOldPwd.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtOldPwd.Location      = new System.Drawing.Point(97, 24);
     this.txtOldPwd.Name          = "txtOldPwd";
     this.txtOldPwd.PasswordChar  = '*';
     this.txtOldPwd.PassWordInput = true;
     this.txtOldPwd.Size          = new System.Drawing.Size(237, 21);
     this.txtOldPwd.TabIndex      = 0;
     this.txtOldPwd.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPressEnterKey);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(19, 28);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(65, 12);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "原 密 码:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ptbPwd
     //
     this.ptbPwd.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ptbPwd.Location = new System.Drawing.Point(0, 0);
     this.ptbPwd.Name     = "ptbPwd";
     this.ptbPwd.Size     = new System.Drawing.Size(376, 34);
     this.ptbPwd.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.ptbPwd.TabIndex = 15;
     this.ptbPwd.TabStop  = false;
     //
     // lblInfo
     //
     this.lblInfo.AutoSize = true;
     this.lblInfo.Font     = new System.Drawing.Font("宋体", 11.5F);
     this.lblInfo.Location = new System.Drawing.Point(12, 50);
     this.lblInfo.Name     = "lblInfo";
     this.lblInfo.Size     = new System.Drawing.Size(0, 16);
     this.lblInfo.TabIndex = 16;
     //
     // DlgPasswd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(376, 216);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.ptbPwd);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.groupBox1);
     this.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DlgPasswd";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "修改密码";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbPwd)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }