You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
298 lines
16 KiB
298 lines
16 KiB
namespace ICSSoft.Frame.Main.Entrance
|
|
{
|
|
partial class FormEditPwd
|
|
{
|
|
/// <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(FormEditPwd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtOldPwd = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtNewPwd = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtConfirmPwd = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOldPwd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNewPwd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtConfirmPwd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(346, 4);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 23);
|
|
this.btnClose.TabIndex = 4;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// pictureEdit1
|
|
//
|
|
this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
|
|
this.pictureEdit1.Location = new System.Drawing.Point(3, 5);
|
|
this.pictureEdit1.Name = "pictureEdit1";
|
|
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
|
|
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
|
|
this.pictureEdit1.Size = new System.Drawing.Size(22, 20);
|
|
this.pictureEdit1.TabIndex = 3;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblTitle.Location = new System.Drawing.Point(29, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(150, 23);
|
|
this.lblTitle.TabIndex = 2;
|
|
this.lblTitle.Text = "修改口令";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.panelControl2.Appearance.Options.UseBackColor = true;
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panelControl2.Location = new System.Drawing.Point(377, 1);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(1, 210);
|
|
this.panelControl2.TabIndex = 15;
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 1);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(1, 210);
|
|
this.panelControl3.TabIndex = 16;
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.panelControl4.Appearance.Options.UseBackColor = true;
|
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl4.Location = new System.Drawing.Point(1, 210);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(376, 1);
|
|
this.panelControl4.TabIndex = 17;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(9, 21);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(40, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "原口令:";
|
|
//
|
|
// txtOldPwd
|
|
//
|
|
this.txtOldPwd.EnterMoveNextControl = true;
|
|
this.txtOldPwd.Location = new System.Drawing.Point(87, 20);
|
|
this.txtOldPwd.Name = "txtOldPwd";
|
|
this.txtOldPwd.Properties.PasswordChar = '*';
|
|
this.txtOldPwd.Size = new System.Drawing.Size(250, 20);
|
|
this.txtOldPwd.TabIndex = 1;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(9, 47);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(40, 14);
|
|
this.labelControl2.TabIndex = 0;
|
|
this.labelControl2.Text = "新口令:";
|
|
//
|
|
// txtNewPwd
|
|
//
|
|
this.txtNewPwd.EnterMoveNextControl = true;
|
|
this.txtNewPwd.Location = new System.Drawing.Point(87, 46);
|
|
this.txtNewPwd.Name = "txtNewPwd";
|
|
this.txtNewPwd.Properties.PasswordChar = '*';
|
|
this.txtNewPwd.Size = new System.Drawing.Size(250, 20);
|
|
this.txtNewPwd.TabIndex = 2;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(9, 73);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(64, 14);
|
|
this.labelControl3.TabIndex = 0;
|
|
this.labelControl3.Text = "确认新口令:";
|
|
//
|
|
// txtConfirmPwd
|
|
//
|
|
this.txtConfirmPwd.EnterMoveNextControl = true;
|
|
this.txtConfirmPwd.Location = new System.Drawing.Point(87, 72);
|
|
this.txtConfirmPwd.Name = "txtConfirmPwd";
|
|
this.txtConfirmPwd.Properties.PasswordChar = '*';
|
|
this.txtConfirmPwd.Size = new System.Drawing.Size(250, 20);
|
|
this.txtConfirmPwd.TabIndex = 3;
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOk.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOk.Appearance.Options.UseFont = true;
|
|
this.btnOk.Appearance.Options.UseForeColor = true;
|
|
this.btnOk.Appearance.Options.UseTextOptions = true;
|
|
this.btnOk.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOk.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.Image")));
|
|
this.btnOk.Location = new System.Drawing.Point(291, 179);
|
|
this.btnOk.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOk.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(76, 25);
|
|
this.btnOk.TabIndex = 19;
|
|
this.btnOk.Text = "确定";
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// panelControl5
|
|
//
|
|
this.panelControl5.Appearance.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.panelControl5.Appearance.Options.UseBackColor = true;
|
|
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl5.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl5.Name = "panelControl5";
|
|
this.panelControl5.Size = new System.Drawing.Size(378, 1);
|
|
this.panelControl5.TabIndex = 20;
|
|
//
|
|
// panelControl6
|
|
//
|
|
this.panelControl6.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl6.Appearance.Options.UseBackColor = true;
|
|
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl6.Location = new System.Drawing.Point(0, 211);
|
|
this.panelControl6.Name = "panelControl6";
|
|
this.panelControl6.Size = new System.Drawing.Size(378, 1);
|
|
this.panelControl6.TabIndex = 21;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.txtOldPwd);
|
|
this.panelControl1.Controls.Add(this.labelControl1);
|
|
this.panelControl1.Controls.Add(this.labelControl2);
|
|
this.panelControl1.Controls.Add(this.txtNewPwd);
|
|
this.panelControl1.Controls.Add(this.txtConfirmPwd);
|
|
this.panelControl1.Controls.Add(this.labelControl3);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 33);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(376, 140);
|
|
this.panelControl1.TabIndex = 22;
|
|
//
|
|
// FormEditPwd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(378, 212);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.pictureEdit1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.panelControl4);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.Controls.Add(this.panelControl5);
|
|
this.Controls.Add(this.panelControl6);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormEditPwd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "修改口令";
|
|
this.Load += new System.EventHandler(this.FormEditPwd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOldPwd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtNewPwd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtConfirmPwd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtOldPwd;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit txtNewPwd;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private DevExpress.XtraEditors.TextEdit txtConfirmPwd;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
private DevExpress.XtraEditors.PanelControl panelControl5;
|
|
private DevExpress.XtraEditors.PanelControl panelControl6;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
}
|
|
}
|