?? changepassword.designer.cs
字號(hào):
?namespace 人事管理
{
partial class changepassword
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(changepassword));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.repasswordbtn = new System.Windows.Forms.TextBox();
this.newpasswordtxt = new System.Windows.Forms.TextBox();
this.oldpasswordtxt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.yesbtn = new System.Windows.Forms.Button();
this.outbtn = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.repasswordbtn);
this.groupBox1.Controls.Add(this.newpasswordtxt);
this.groupBox1.Controls.Add(this.oldpasswordtxt);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(339, 202);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// repasswordbtn
//
this.repasswordbtn.Location = new System.Drawing.Point(152, 136);
this.repasswordbtn.Name = "repasswordbtn";
this.repasswordbtn.Size = new System.Drawing.Size(173, 21);
this.repasswordbtn.TabIndex = 5;
//
// newpasswordtxt
//
this.newpasswordtxt.Location = new System.Drawing.Point(152, 87);
this.newpasswordtxt.Name = "newpasswordtxt";
this.newpasswordtxt.Size = new System.Drawing.Size(173, 21);
this.newpasswordtxt.TabIndex = 4;
//
// oldpasswordtxt
//
this.oldpasswordtxt.Location = new System.Drawing.Point(152, 35);
this.oldpasswordtxt.Name = "oldpasswordtxt";
this.oldpasswordtxt.Size = new System.Drawing.Size(173, 21);
this.oldpasswordtxt.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(67, 139);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "確認(rèn)密碼:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(67, 90);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "新密碼:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(67, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "舊密碼:";
//
// yesbtn
//
this.yesbtn.Location = new System.Drawing.Point(45, 231);
this.yesbtn.Name = "yesbtn";
this.yesbtn.Size = new System.Drawing.Size(75, 23);
this.yesbtn.TabIndex = 1;
this.yesbtn.Text = "確認(rèn)";
this.yesbtn.UseVisualStyleBackColor = true;
this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
//
// outbtn
//
this.outbtn.Location = new System.Drawing.Point(165, 231);
this.outbtn.Name = "outbtn";
this.outbtn.Size = new System.Drawing.Size(75, 23);
this.outbtn.TabIndex = 2;
this.outbtn.Text = "取消";
this.outbtn.UseVisualStyleBackColor = true;
this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(6, 53);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(55, 86);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 9;
this.pictureBox2.TabStop = false;
//
// changepassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(364, 266);
this.Controls.Add(this.outbtn);
this.Controls.Add(this.yesbtn);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "changepassword";
this.Text = "修改密碼";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox repasswordbtn;
private System.Windows.Forms.TextBox newpasswordtxt;
private System.Windows.Forms.TextBox oldpasswordtxt;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button yesbtn;
private System.Windows.Forms.Button outbtn;
private System.Windows.Forms.PictureBox pictureBox2;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -