📄 formchangepassword.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormChangePassword
{
/// <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()
{
this.label4 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtNewPassword2 = new System.Windows.Forms.TextBox();
this.txtNewPassword1 = new System.Windows.Forms.TextBox();
this.txtOldPassword = new System.Windows.Forms.TextBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(66, 182);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(208, 12);
this.label4.TabIndex = 17;
this.label4.Text = "_____________________________";
//
// button2
//
this.button2.Location = new System.Drawing.Point(199, 218);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 14;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.picPhoto_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(68, 218);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 15;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnOK_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(97, 149);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 11;
this.label3.Text = "确认新密码";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(97, 99);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 12;
this.label2.Text = "新密码";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(97, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 13;
this.label1.Text = "旧密码";
//
// txtNewPassword2
//
this.txtNewPassword2.Location = new System.Drawing.Point(174, 149);
this.txtNewPassword2.Name = "txtNewPassword2";
this.txtNewPassword2.Size = new System.Drawing.Size(100, 21);
this.txtNewPassword2.TabIndex = 9;
//
// txtNewPassword1
//
this.txtNewPassword1.Location = new System.Drawing.Point(174, 99);
this.txtNewPassword1.Name = "txtNewPassword1";
this.txtNewPassword1.Size = new System.Drawing.Size(100, 21);
this.txtNewPassword1.TabIndex = 10;
//
// txtOldPassword
//
this.txtOldPassword.Location = new System.Drawing.Point(174, 48);
this.txtOldPassword.Name = "txtOldPassword";
this.txtOldPassword.Size = new System.Drawing.Size(100, 21);
this.txtOldPassword.TabIndex = 8;
//
// pictureBox3
//
this.pictureBox3.Image = global::HumanResourceManagement.Properties.Resources._31;
this.pictureBox3.Location = new System.Drawing.Point(37, 138);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(33, 32);
this.pictureBox3.TabIndex = 19;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::HumanResourceManagement.Properties.Resources._32;
this.pictureBox2.Location = new System.Drawing.Point(37, 88);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(33, 32);
this.pictureBox2.TabIndex = 18;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::HumanResourceManagement.Properties.Resources._33;
this.pictureBox1.Location = new System.Drawing.Point(37, 35);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(33, 34);
this.pictureBox1.TabIndex = 16;
this.pictureBox1.TabStop = false;
//
// FormChangePassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(311, 276);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.label4);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtNewPassword2);
this.Controls.Add(this.txtNewPassword1);
this.Controls.Add(this.txtOldPassword);
this.MaximizeBox = false;
this.Name = "FormChangePassword";
this.Text = "修改密码";
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtNewPassword2;
private System.Windows.Forms.TextBox txtNewPassword1;
private System.Windows.Forms.TextBox txtOldPassword;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -