namespace GeBoShi.UI.User
{
partial class ModifyPWFrm
{
///
/// 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.txtNewPW2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.txtNewPW = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtPW = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.log1 = new System.Windows.Forms.Label();
this.log2 = new System.Windows.Forms.Label();
this.log3 = new System.Windows.Forms.Label();
this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
this.SuspendLayout();
//
// txtNewPW2
//
this.txtNewPW2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNewPW2.Location = new System.Drawing.Point(109, 143);
this.txtNewPW2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtNewPW2.Name = "txtNewPW2";
this.txtNewPW2.PasswordChar = '*';
this.txtNewPW2.Size = new System.Drawing.Size(157, 26);
this.txtNewPW2.TabIndex = 33;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.MidnightBlue;
this.label2.Location = new System.Drawing.Point(11, 101);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 20);
this.label2.TabIndex = 38;
this.label2.Text = "新密码";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.Location = new System.Drawing.Point(193, 190);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(107, 32);
this.btnCancel.TabIndex = 35;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(64, 190);
this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(107, 32);
this.btnSave.TabIndex = 34;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// txtNewPW
//
this.txtNewPW.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNewPW.Location = new System.Drawing.Point(109, 98);
this.txtNewPW.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtNewPW.Name = "txtNewPW";
this.txtNewPW.PasswordChar = '*';
this.txtNewPW.Size = new System.Drawing.Size(157, 26);
this.txtNewPW.TabIndex = 32;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.MidnightBlue;
this.label3.Location = new System.Drawing.Point(11, 146);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(79, 20);
this.label3.TabIndex = 37;
this.label3.Text = "确认新密码";
//
// txtPW
//
this.txtPW.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPW.Location = new System.Drawing.Point(109, 54);
this.txtPW.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtPW.Name = "txtPW";
this.txtPW.PasswordChar = '*';
this.txtPW.Size = new System.Drawing.Size(157, 26);
this.txtPW.TabIndex = 31;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.MidnightBlue;
this.label1.Location = new System.Drawing.Point(11, 57);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 20);
this.label1.TabIndex = 36;
this.label1.Text = "旧密码";
//
// log1
//
this.log1.AutoSize = true;
this.log1.Location = new System.Drawing.Point(107, 99);
this.log1.Name = "log1";
this.log1.Size = new System.Drawing.Size(0, 12);
this.log1.TabIndex = 39;
//
// log2
//
this.log2.AutoSize = true;
this.log2.ForeColor = System.Drawing.Color.MidnightBlue;
this.log2.Location = new System.Drawing.Point(107, 127);
this.log2.Name = "log2";
this.log2.Size = new System.Drawing.Size(95, 12);
this.log2.TabIndex = 40;
this.log2.Text = "密码长度小于3!";
//
// log3
//
this.log3.AutoSize = true;
this.log3.ForeColor = System.Drawing.Color.MidnightBlue;
this.log3.Location = new System.Drawing.Point(107, 172);
this.log3.Name = "log3";
this.log3.Size = new System.Drawing.Size(137, 12);
this.log3.TabIndex = 41;
this.log3.Text = "新密码重复输入不一致!";
//
// uiTitel1
//
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiTitel1.FatherForm = null;
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
this.uiTitel1.Name = "uiTitel1";
this.uiTitel1.Size = new System.Drawing.Size(343, 37);
this.uiTitel1.TabIndex = 42;
//
// ModifyPWFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
this.ClientSize = new System.Drawing.Size(343, 241);
this.Controls.Add(this.uiTitel1);
this.Controls.Add(this.log3);
this.Controls.Add(this.log2);
this.Controls.Add(this.log1);
this.Controls.Add(this.txtNewPW2);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.txtNewPW);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtPW);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ModifyPWFrm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "修改密码";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtNewPW2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.TextBox txtNewPW;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPW;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label log1;
private System.Windows.Forms.Label log2;
private System.Windows.Forms.Label log3;
private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
}
}