194 lines
8.5 KiB
C#
194 lines
8.5 KiB
C#
namespace Lskj.PubUpdatePwd
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.newPwd = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtNewPass = new DevExpress.XtraEditors.TextEdit();
|
|
this.ConfirmPwd = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPassConfirm = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lueUserName = new Lskj.Control.AutoGridLookUp();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNewPass.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPassConfirm.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueUserName.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// newPwd
|
|
//
|
|
this.newPwd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.newPwd.Location = new System.Drawing.Point(32, 56);
|
|
this.newPwd.Name = "newPwd";
|
|
this.newPwd.Size = new System.Drawing.Size(36, 14);
|
|
this.newPwd.TabIndex = 0;
|
|
this.newPwd.Text = "新密码";
|
|
//
|
|
// txtNewPass
|
|
//
|
|
this.txtNewPass.Location = new System.Drawing.Point(98, 53);
|
|
this.txtNewPass.Name = "txtNewPass";
|
|
this.txtNewPass.Size = new System.Drawing.Size(153, 20);
|
|
this.txtNewPass.TabIndex = 1;
|
|
//
|
|
// ConfirmPwd
|
|
//
|
|
this.ConfirmPwd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.ConfirmPwd.Location = new System.Drawing.Point(32, 93);
|
|
this.ConfirmPwd.Name = "ConfirmPwd";
|
|
this.ConfirmPwd.Size = new System.Drawing.Size(48, 14);
|
|
this.ConfirmPwd.TabIndex = 3;
|
|
this.ConfirmPwd.Text = "确认密码";
|
|
//
|
|
// txtPassConfirm
|
|
//
|
|
this.txtPassConfirm.Location = new System.Drawing.Point(98, 90);
|
|
this.txtPassConfirm.Name = "txtPassConfirm";
|
|
this.txtPassConfirm.Size = new System.Drawing.Size(153, 20);
|
|
this.txtPassConfirm.TabIndex = 4;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(32, 187);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(80, 25);
|
|
this.btnOK.TabIndex = 8;
|
|
this.btnOK.Text = "确定";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(171, 187);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(80, 25);
|
|
this.btnCancel.TabIndex = 9;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// lueUserName
|
|
//
|
|
this.lueUserName.DataSource = null;
|
|
this.lueUserName.EditValue = "";
|
|
this.lueUserName.Location = new System.Drawing.Point(98, 12);
|
|
this.lueUserName.Name = "lueUserName";
|
|
this.lueUserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.lueUserName.Properties.Appearance.Options.UseFont = true;
|
|
this.lueUserName.Properties.NullValuePrompt = "请输入账号";
|
|
this.lueUserName.Properties.NullValuePromptShowForEmptyValue = true;
|
|
this.lueUserName.Size = new System.Drawing.Size(153, 26);
|
|
this.lueUserName.TabIndex = 10;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.labelControl1.Location = new System.Drawing.Point(32, 18);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(48, 14);
|
|
this.labelControl1.TabIndex = 11;
|
|
this.labelControl1.Text = "人员名称";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(96, 164);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(89, 12);
|
|
this.label4.TabIndex = 23;
|
|
this.label4.Text = "3、至少8个字符";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(96, 146);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(155, 12);
|
|
this.label3.TabIndex = 22;
|
|
this.label3.Text = "2、必须包含小写或大写字母";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(36, 126);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(155, 12);
|
|
this.label2.TabIndex = 21;
|
|
this.label2.Text = "密码要求:1、必须包含数字";
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
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(290, 224);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.lueUserName);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.txtPassConfirm);
|
|
this.Controls.Add(this.ConfirmPwd);
|
|
this.Controls.Add(this.txtNewPass);
|
|
this.Controls.Add(this.newPwd);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmMain";
|
|
this.Text = "修改密码";
|
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNewPass.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPassConfirm.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueUserName.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl newPwd;
|
|
private DevExpress.XtraEditors.TextEdit txtNewPass;
|
|
private DevExpress.XtraEditors.LabelControl ConfirmPwd;
|
|
private DevExpress.XtraEditors.TextEdit txtPassConfirm;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
private Control.AutoGridLookUp lueUserName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|