ab56a9bcf7
SVN-Revision: r240
215 lines
9.5 KiB
C#
215 lines
9.5 KiB
C#
namespace Lskj.Main3
|
|
{
|
|
partial class FrmUpdatePassword
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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(61, 65);
|
|
this.txtPassConfirm.MaxLength = 50;
|
|
this.txtPassConfirm.Name = "txtPassConfirm";
|
|
this.txtPassConfirm.PasswordChar = '*';
|
|
this.txtPassConfirm.Size = new System.Drawing.Size(145, 21);
|
|
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(6, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(216, 93);
|
|
this.groupBox1.TabIndex = 15;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(9, 69);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl3.TabIndex = 8;
|
|
this.labelControl3.Text = "确认密码";
|
|
//
|
|
// txtNewPass
|
|
//
|
|
this.txtNewPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtNewPass.Location = new System.Drawing.Point(61, 39);
|
|
this.txtNewPass.MaxLength = 50;
|
|
this.txtNewPass.Name = "txtNewPass";
|
|
this.txtNewPass.PasswordChar = '*';
|
|
this.txtNewPass.Size = new System.Drawing.Size(145, 21);
|
|
this.txtNewPass.TabIndex = 7;
|
|
//
|
|
// txtOldPass
|
|
//
|
|
this.txtOldPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtOldPass.Location = new System.Drawing.Point(61, 15);
|
|
this.txtOldPass.MaxLength = 50;
|
|
this.txtOldPass.Name = "txtOldPass";
|
|
this.txtOldPass.PasswordChar = '*';
|
|
this.txtOldPass.Size = new System.Drawing.Size(145, 21);
|
|
this.txtOldPass.TabIndex = 6;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(20, 44);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(36, 14);
|
|
this.labelControl2.TabIndex = 5;
|
|
this.labelControl2.Text = "新密码";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(20, 19);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(36, 14);
|
|
this.labelControl1.TabIndex = 4;
|
|
this.labelControl1.Text = "旧密码";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(0, 12);
|
|
this.label1.TabIndex = 0;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSave.Location = new System.Drawing.Point(47, 162);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(53, 20);
|
|
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(123, 162);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(53, 20);
|
|
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(67, 137);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 12);
|
|
this.label4.TabIndex = 20;
|
|
this.label4.Text = "3、至少8个字符";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(67, 119);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(155, 12);
|
|
this.label3.TabIndex = 19;
|
|
this.label3.Text = "2、必须包含小写或大写字母";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 99);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(155, 12);
|
|
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(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(227, 187);
|
|
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.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;
|
|
}
|
|
} |