北京安通林JIS系统
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.
 
 
 

177 lines
7.6 KiB

namespace Stone.User
{
partial class frmPassword
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPassword));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.b_exit = new System.Windows.Forms.Button();
this.b_ok = new System.Windows.Forms.Button();
this.t_re_password = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.t_password = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.t_old_password = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.b_exit);
this.groupBox1.Controls.Add(this.b_ok);
this.groupBox1.Controls.Add(this.t_re_password);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.t_password);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.t_old_password);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(474, 263);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "密码修改";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(18, 32);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(52, 50);
this.pictureBox1.TabIndex = 14;
this.pictureBox1.TabStop = false;
//
// b_exit
//
this.b_exit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.b_exit.Location = new System.Drawing.Point(141, 20);
this.b_exit.Name = "b_exit";
this.b_exit.Size = new System.Drawing.Size(75, 23);
this.b_exit.TabIndex = 13;
this.b_exit.Text = "关闭(&C)";
this.b_exit.Visible = false;
this.b_exit.Click += new System.EventHandler(this.b_exit_Click);
//
// b_ok
//
this.b_ok.Location = new System.Drawing.Point(165, 188);
this.b_ok.Name = "b_ok";
this.b_ok.Size = new System.Drawing.Size(108, 32);
this.b_ok.TabIndex = 12;
this.b_ok.Text = "修改(&X)";
this.b_ok.Click += new System.EventHandler(this.b_ok_Click);
//
// t_re_password
//
this.t_re_password.Location = new System.Drawing.Point(165, 137);
this.t_re_password.MaxLength = 50;
this.t_re_password.Name = "t_re_password";
this.t_re_password.PasswordChar = '*';
this.t_re_password.Size = new System.Drawing.Size(240, 21);
this.t_re_password.TabIndex = 11;
//
// label3
//
this.label3.Location = new System.Drawing.Point(65, 145);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 23);
this.label3.TabIndex = 10;
this.label3.Text = "重复输入密码:";
//
// t_password
//
this.t_password.Location = new System.Drawing.Point(165, 103);
this.t_password.MaxLength = 50;
this.t_password.Name = "t_password";
this.t_password.PasswordChar = '*';
this.t_password.Size = new System.Drawing.Size(240, 21);
this.t_password.TabIndex = 9;
//
// label1
//
this.label1.Location = new System.Drawing.Point(101, 111);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 8;
this.label1.Text = "新密码:";
//
// t_old_password
//
this.t_old_password.Location = new System.Drawing.Point(165, 69);
this.t_old_password.Name = "t_old_password";
this.t_old_password.PasswordChar = '*';
this.t_old_password.Size = new System.Drawing.Size(240, 21);
this.t_old_password.TabIndex = 7;
//
// label2
//
this.label2.Location = new System.Drawing.Point(101, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 23);
this.label2.TabIndex = 6;
this.label2.Text = "旧密码:";
//
// frmPassword
//
this.AcceptButton = this.b_ok;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.b_exit;
this.ClientSize = new System.Drawing.Size(498, 287);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "frmPassword";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "密码修改";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox t_old_password;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox t_re_password;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox t_password;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button b_exit;
private System.Windows.Forms.Button b_ok;
private System.Windows.Forms.PictureBox pictureBox1;
}
}