namespace Lskj.Main { partial class FrmUpdatePassword { /// /// 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(FrmUpdatePassword)); this.txtPassConfirm = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtNewPass = new System.Windows.Forms.TextBox(); this.txtOldPass = 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.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // txtPassConfirm // this.txtPassConfirm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPassConfirm.Location = new System.Drawing.Point(81, 81); this.txtPassConfirm.Margin = new System.Windows.Forms.Padding(4); this.txtPassConfirm.MaxLength = 50; this.txtPassConfirm.Name = "txtPassConfirm"; this.txtPassConfirm.PasswordChar = '*'; this.txtPassConfirm.Size = new System.Drawing.Size(193, 25); this.txtPassConfirm.TabIndex = 9; // // groupBox1 // this.groupBox1.Controls.Add(this.txtPassConfirm); this.groupBox1.Controls.Add(this.labelControl3); this.groupBox1.Controls.Add(this.txtNewPass); this.groupBox1.Controls.Add(this.txtOldPass); 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(8, 0); 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(288, 116); this.groupBox1.TabIndex = 15; this.groupBox1.TabStop = false; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(12, 86); 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 = "确认密码"; // // txtNewPass // this.txtNewPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtNewPass.Location = new System.Drawing.Point(81, 49); this.txtNewPass.Margin = new System.Windows.Forms.Padding(4); this.txtNewPass.MaxLength = 50; this.txtNewPass.Name = "txtNewPass"; this.txtNewPass.PasswordChar = '*'; this.txtNewPass.Size = new System.Drawing.Size(193, 25); this.txtNewPass.TabIndex = 7; // // txtOldPass // this.txtOldPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOldPass.Location = new System.Drawing.Point(81, 19); this.txtOldPass.Margin = new System.Windows.Forms.Padding(4); this.txtOldPass.MaxLength = 50; this.txtOldPass.Name = "txtOldPass"; this.txtOldPass.PasswordChar = '*'; this.txtOldPass.Size = new System.Drawing.Size(193, 25); this.txtOldPass.TabIndex = 6; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(27, 55); 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(27, 24); 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(9, 25); 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(20, 202); 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 = 16; 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(211, 202); 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 = 17; this.btnExit.Text = "取消"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(89, 171); 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 = 20; this.label4.Text = "3、至少8个字符"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(89, 149); 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 = 19; this.label3.Text = "2、必须包含小写或大写字母"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 124); 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 = 18; this.label2.Text = "密码要求:1、必须包含数字"; // // FrmUpdatePassword // 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(303, 234); 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 = "FrmUpdatePassword"; this.Text = "修改密码"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtPassConfirm; private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.TextBox txtNewPass; private System.Windows.Forms.TextBox txtOldPass; 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.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; } }