namespace NXWMS
{
partial class frmEditPassword
{
///
/// 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()
{
this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.kryptonButtonSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.txtNewPS1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtNewPS = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtOldPS = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
this.SuspendLayout();
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.kryptonButtonSave);
this.kryptonPanel1.Controls.Add(this.txtNewPS1);
this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
this.kryptonPanel1.Controls.Add(this.txtNewPS);
this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
this.kryptonPanel1.Controls.Add(this.txtOldPS);
this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
this.kryptonPanel1.Location = new System.Drawing.Point(13, 13);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(317, 194);
this.kryptonPanel1.TabIndex = 0;
//
// kryptonButtonSave
//
this.kryptonButtonSave.Location = new System.Drawing.Point(189, 150);
this.kryptonButtonSave.Name = "kryptonButtonSave";
this.kryptonButtonSave.Size = new System.Drawing.Size(90, 32);
this.kryptonButtonSave.TabIndex = 7;
this.kryptonButtonSave.Values.Image = global::NXWMS.Properties.Resources.save;
this.kryptonButtonSave.Values.Text = "确认修改";
this.kryptonButtonSave.Click += new System.EventHandler(this.kryptonButtonSave_Click);
//
// txtNewPS1
//
this.txtNewPS1.Location = new System.Drawing.Point(84, 103);
this.txtNewPS1.Name = "txtNewPS1";
this.txtNewPS1.PasswordChar = '*';
this.txtNewPS1.Size = new System.Drawing.Size(195, 20);
this.txtNewPS1.TabIndex = 6;
//
// kryptonLabel4
//
this.kryptonLabel4.Location = new System.Drawing.Point(18, 103);
this.kryptonLabel4.Name = "kryptonLabel4";
this.kryptonLabel4.Size = new System.Drawing.Size(60, 22);
this.kryptonLabel4.TabIndex = 5;
this.kryptonLabel4.Values.Text = "确认密码";
//
// txtNewPS
//
this.txtNewPS.Location = new System.Drawing.Point(84, 63);
this.txtNewPS.Name = "txtNewPS";
this.txtNewPS.PasswordChar = '*';
this.txtNewPS.Size = new System.Drawing.Size(195, 20);
this.txtNewPS.TabIndex = 4;
//
// kryptonLabel3
//
this.kryptonLabel3.Location = new System.Drawing.Point(29, 63);
this.kryptonLabel3.Name = "kryptonLabel3";
this.kryptonLabel3.Size = new System.Drawing.Size(48, 22);
this.kryptonLabel3.TabIndex = 3;
this.kryptonLabel3.Values.Text = "新密码";
//
// txtOldPS
//
this.txtOldPS.Location = new System.Drawing.Point(84, 23);
this.txtOldPS.Name = "txtOldPS";
this.txtOldPS.PasswordChar = '*';
this.txtOldPS.Size = new System.Drawing.Size(195, 20);
this.txtOldPS.TabIndex = 2;
//
// kryptonLabel2
//
this.kryptonLabel2.Location = new System.Drawing.Point(29, 23);
this.kryptonLabel2.Name = "kryptonLabel2";
this.kryptonLabel2.Size = new System.Drawing.Size(48, 22);
this.kryptonLabel2.TabIndex = 1;
this.kryptonLabel2.Values.Text = "原密码";
//
// frmEditPassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(342, 215);
this.Controls.Add(this.kryptonPanel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmEditPassword";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改密码";
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
this.kryptonPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtOldPS;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS1;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSave;
}
}