namespace Lskj.PubModulePrivate { partial class FrmPassword { /// /// 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(FrmPassword)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtPassAfter = new System.Windows.Forms.TextBox(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtPassBefore = new System.Windows.Forms.TextBox(); this.txtPassOld = new System.Windows.Forms.TextBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.label1 = new System.Windows.Forms.Label(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txtPassAfter); this.groupBox1.Controls.Add(this.labelControl3); this.groupBox1.Controls.Add(this.txtPassBefore); this.groupBox1.Controls.Add(this.txtPassOld); this.groupBox1.Controls.Add(this.labelControl2); this.groupBox1.Controls.Add(this.labelControl1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(4, 2); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(292, 109); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; // // txtPassAfter // this.txtPassAfter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPassAfter.Location = new System.Drawing.Point(89, 76); this.txtPassAfter.Margin = new System.Windows.Forms.Padding(4); this.txtPassAfter.MaxLength = 50; this.txtPassAfter.Name = "txtPassAfter"; this.txtPassAfter.PasswordChar = '*'; this.txtPassAfter.Size = new System.Drawing.Size(185, 25); this.txtPassAfter.TabIndex = 9; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(13, 80); this.labelControl3.Margin = new System.Windows.Forms.Padding(4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 18); this.labelControl3.TabIndex = 8; this.labelControl3.Text = "确认密码"; // // txtPassBefore // this.txtPassBefore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPassBefore.Location = new System.Drawing.Point(89, 46); this.txtPassBefore.Margin = new System.Windows.Forms.Padding(4); this.txtPassBefore.MaxLength = 50; this.txtPassBefore.Name = "txtPassBefore"; this.txtPassBefore.PasswordChar = '*'; this.txtPassBefore.Size = new System.Drawing.Size(185, 25); this.txtPassBefore.TabIndex = 7; // // txtPassOld // this.txtPassOld.BackColor = System.Drawing.SystemColors.Window; this.txtPassOld.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPassOld.Location = new System.Drawing.Point(89, 16); this.txtPassOld.Margin = new System.Windows.Forms.Padding(4); this.txtPassOld.MaxLength = 50; this.txtPassOld.Name = "txtPassOld"; this.txtPassOld.PasswordChar = '*'; this.txtPassOld.Size = new System.Drawing.Size(185, 25); this.txtPassOld.TabIndex = 6; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(13, 50); this.labelControl2.Margin = new System.Windows.Forms.Padding(4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(45, 18); this.labelControl2.TabIndex = 5; this.labelControl2.Text = "新密码"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(13, 20); this.labelControl1.Margin = new System.Windows.Forms.Padding(4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(45, 18); this.labelControl1.TabIndex = 4; this.labelControl1.Text = "旧密码"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 21); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(0, 15); this.label1.TabIndex = 0; // // btnSave // this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.Location = new System.Drawing.Point(71, 205); this.btnSave.Margin = new System.Windows.Forms.Padding(4); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(71, 25); this.btnSave.TabIndex = 13; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExit // this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExit.Location = new System.Drawing.Point(164, 205); this.btnExit.Margin = new System.Windows.Forms.Padding(4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(71, 25); this.btnExit.TabIndex = 14; this.btnExit.Text = "取消"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 120); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(195, 15); this.label2.TabIndex = 15; this.label2.Text = "密码要求:1、必须包含数字"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(92, 145); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(195, 15); this.label3.TabIndex = 16; this.label3.Text = "2、必须包含小写或大写字母"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(92, 168); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 15); this.label4.TabIndex = 17; this.label4.Text = "3、至少8个字符"; // // FrmPassword // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(300, 240); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnExit); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmPassword"; this.Text = "修改U盾密码"; this.Load += new System.EventHandler(this.FrmPassword_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtPassBefore; private System.Windows.Forms.TextBox txtPassOld; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.SimpleButton btnExit; private System.Windows.Forms.TextBox txtPassAfter; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; } }