namespace NXWMS
{
partial class frmEditUser
{
///
/// 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.kryptonButton1 = 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.kryptonButton1);
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(11, 7);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(309, 430);
this.kryptonPanel1.TabIndex = 1;
//
// kryptonButton1
//
this.kryptonButton1.Location = new System.Drawing.Point(189, 387);
this.kryptonButton1.Name = "kryptonButton1";
this.kryptonButton1.Size = new System.Drawing.Size(90, 29);
this.kryptonButton1.TabIndex = 7;
this.kryptonButton1.Values.Image = global::NXWMS.Properties.Resources.save;
this.kryptonButton1.Values.Text = "确认修改";
//
// 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, 20);
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, 20);
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, 20);
this.kryptonLabel2.TabIndex = 1;
this.kryptonLabel2.Values.Text = "原密码";
//
// frmEditUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(332, 450);
this.Controls.Add(this.kryptonPanel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmEditUser";
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.KryptonButton kryptonButton1;
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.KryptonTextBox txtOldPS;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
}
}