📄 formeditpsw.designer.cs
字号:
namespace HRMan.SysOper
{
partial class FormEditPSW
{
/// <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(FormEditPSW));
this.cancel_bt = new System.Windows.Forms.Button();
this.Edit_bt = new System.Windows.Forms.Button();
this.textboxConfigNew = new System.Windows.Forms.TextBox();
this.textboxNew = new System.Windows.Forms.TextBox();
this.textboxOld = new System.Windows.Forms.TextBox();
this.textboxUserName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// cancel_bt
//
this.cancel_bt.Image = ((System.Drawing.Image)(resources.GetObject("cancel_bt.Image")));
this.cancel_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.cancel_bt.Location = new System.Drawing.Point(154, 149);
this.cancel_bt.Name = "cancel_bt";
this.cancel_bt.Size = new System.Drawing.Size(68, 23);
this.cancel_bt.TabIndex = 19;
this.cancel_bt.Text = " 取消";
this.cancel_bt.Click += new System.EventHandler(this.cancel_bt_Click);
//
// Edit_bt
//
this.Edit_bt.Image = ((System.Drawing.Image)(resources.GetObject("Edit_bt.Image")));
this.Edit_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.Edit_bt.Location = new System.Drawing.Point(48, 149);
this.Edit_bt.Name = "Edit_bt";
this.Edit_bt.Size = new System.Drawing.Size(64, 23);
this.Edit_bt.TabIndex = 18;
this.Edit_bt.Text = " 修改";
this.Edit_bt.Click += new System.EventHandler(this.Edit_bt_Click);
//
// textboxConfigNew
//
this.textboxConfigNew.BackColor = System.Drawing.SystemColors.Info;
this.textboxConfigNew.Location = new System.Drawing.Point(110, 97);
this.textboxConfigNew.Name = "textboxConfigNew";
this.textboxConfigNew.PasswordChar = '*';
this.textboxConfigNew.Size = new System.Drawing.Size(100, 21);
this.textboxConfigNew.TabIndex = 17;
//
// textboxNew
//
this.textboxNew.BackColor = System.Drawing.SystemColors.Info;
this.textboxNew.Location = new System.Drawing.Point(110, 70);
this.textboxNew.Name = "textboxNew";
this.textboxNew.PasswordChar = '*';
this.textboxNew.Size = new System.Drawing.Size(100, 21);
this.textboxNew.TabIndex = 15;
//
// textboxOld
//
this.textboxOld.BackColor = System.Drawing.SystemColors.Info;
this.textboxOld.Location = new System.Drawing.Point(110, 43);
this.textboxOld.Name = "textboxOld";
this.textboxOld.PasswordChar = '*';
this.textboxOld.Size = new System.Drawing.Size(100, 21);
this.textboxOld.TabIndex = 13;
//
// textboxUserName
//
this.textboxUserName.Location = new System.Drawing.Point(110, 17);
this.textboxUserName.Name = "textboxUserName";
this.textboxUserName.ReadOnly = true;
this.textboxUserName.Size = new System.Drawing.Size(100, 21);
this.textboxUserName.TabIndex = 11;
//
// label4
//
this.label4.Location = new System.Drawing.Point(11, 102);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 16;
this.label4.Text = "确认新密码";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Location = new System.Drawing.Point(35, 75);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 16);
this.label3.TabIndex = 14;
this.label3.Text = "新密码";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Location = new System.Drawing.Point(34, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 16);
this.label2.TabIndex = 12;
this.label2.Text = "旧密码";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.Location = new System.Drawing.Point(26, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 10;
this.label1.Text = "用户名";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.textboxUserName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textboxConfigNew);
this.groupBox1.Controls.Add(this.textboxOld);
this.groupBox1.Controls.Add(this.textboxNew);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(12, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(252, 136);
this.groupBox1.TabIndex = 20;
this.groupBox1.TabStop = false;
//
// FormEditPSW
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(277, 181);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.cancel_bt);
this.Controls.Add(this.Edit_bt);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormEditPSW";
this.Text = "修改密码";
this.Load += new System.EventHandler(this.FormEditPSW_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cancel_bt;
private System.Windows.Forms.Button Edit_bt;
private System.Windows.Forms.TextBox textboxConfigNew;
private System.Windows.Forms.TextBox textboxNew;
private System.Windows.Forms.TextBox textboxOld;
private System.Windows.Forms.TextBox textboxUserName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -