吉林安睿特调度
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.

198 lines
8.1 KiB

namespace ControlSystem
{
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);
_formInstance = null;
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.lblUserID = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.lblUserName = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tbPassword1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tbPassword2 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 13);
this.label1.TabIndex = 0;
this.label1.Text = "当前用户ID:";
//
// lblUserID
//
this.lblUserID.AutoSize = true;
this.lblUserID.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lblUserID.Location = new System.Drawing.Point(96, 21);
this.lblUserID.Name = "lblUserID";
this.lblUserID.Size = new System.Drawing.Size(0, 13);
this.lblUserID.TabIndex = 1;
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(96, 73);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(100, 20);
this.tbPassword.TabIndex = 2;
//
// button1
//
this.button1.Location = new System.Drawing.Point(163, 203);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(23, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 13);
this.label2.TabIndex = 4;
this.label2.Text = "用户名称:";
//
// lblUserName
//
this.lblUserName.AutoSize = true;
this.lblUserName.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lblUserName.Location = new System.Drawing.Point(96, 45);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(0, 13);
this.lblUserName.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 76);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 13);
this.label3.TabIndex = 6;
this.label3.Text = "旧密码:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(23, 119);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 8;
this.label4.Text = "新密码:";
//
// tbPassword1
//
this.tbPassword1.Location = new System.Drawing.Point(96, 116);
this.tbPassword1.Name = "tbPassword1";
this.tbPassword1.PasswordChar = '*';
this.tbPassword1.Size = new System.Drawing.Size(100, 20);
this.tbPassword1.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(23, 146);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(67, 13);
this.label5.TabIndex = 10;
this.label5.Text = "确认密码:";
//
// tbPassword2
//
this.tbPassword2.Location = new System.Drawing.Point(96, 143);
this.tbPassword2.Name = "tbPassword2";
this.tbPassword2.PasswordChar = '*';
this.tbPassword2.Size = new System.Drawing.Size(100, 20);
this.tbPassword2.TabIndex = 9;
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(12, 203);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 11;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// FrmPassword
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(259, 236);
this.ControlBox = false;
this.Controls.Add(this.button2);
this.Controls.Add(this.label5);
this.Controls.Add(this.tbPassword2);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbPassword1);
this.Controls.Add(this.label3);
this.Controls.Add(this.lblUserName);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Controls.Add(this.tbPassword);
this.Controls.Add(this.lblUserID);
this.Controls.Add(this.label1);
this.Name = "FrmPassword";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "修改当前用户密码";
this.Load += new System.EventHandler(this.FrmPassword_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblUserID;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblUserName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbPassword1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbPassword2;
private System.Windows.Forms.Button button2;
}
}