📄 frmadminpassword.designer.cs
字号:
namespace property.view.SystemInfo
{
partial class frmAdminPassWord
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtSurePassword = new System.Windows.Forms.TextBox();
this.linEsce = new System.Windows.Forms.LinkLabel();
this.linSave = new System.Windows.Forms.LinkLabel();
this.hpLinkUpdate = new System.Windows.Forms.LinkLabel();
this.txtNewPassword = new System.Windows.Forms.TextBox();
this.txtOldPassword = new System.Windows.Forms.TextBox();
this.labUserId = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtSurePassword);
this.groupBox1.Controls.Add(this.linEsce);
this.groupBox1.Controls.Add(this.linSave);
this.groupBox1.Controls.Add(this.hpLinkUpdate);
this.groupBox1.Controls.Add(this.txtNewPassword);
this.groupBox1.Controls.Add(this.txtOldPassword);
this.groupBox1.Controls.Add(this.labUserId);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(22, 40);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(336, 285);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "修改密码";
//
// txtSurePassword
//
this.txtSurePassword.Location = new System.Drawing.Point(144, 227);
this.txtSurePassword.Name = "txtSurePassword";
this.txtSurePassword.PasswordChar = '*';
this.txtSurePassword.Size = new System.Drawing.Size(100, 21);
this.txtSurePassword.TabIndex = 13;
//
// linEsce
//
this.linEsce.AutoSize = true;
this.linEsce.Location = new System.Drawing.Point(212, 33);
this.linEsce.Name = "linEsce";
this.linEsce.Size = new System.Drawing.Size(29, 12);
this.linEsce.TabIndex = 12;
this.linEsce.TabStop = true;
this.linEsce.Text = "退出";
this.linEsce.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linEsce_LinkClicked);
//
// linSave
//
this.linSave.AutoSize = true;
this.linSave.Enabled = false;
this.linSave.Location = new System.Drawing.Point(142, 33);
this.linSave.Name = "linSave";
this.linSave.Size = new System.Drawing.Size(29, 12);
this.linSave.TabIndex = 11;
this.linSave.TabStop = true;
this.linSave.Text = "保存";
this.linSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linSave_LinkClicked);
//
// hpLinkUpdate
//
this.hpLinkUpdate.AutoSize = true;
this.hpLinkUpdate.Location = new System.Drawing.Point(71, 33);
this.hpLinkUpdate.Name = "hpLinkUpdate";
this.hpLinkUpdate.Size = new System.Drawing.Size(29, 12);
this.hpLinkUpdate.TabIndex = 10;
this.hpLinkUpdate.TabStop = true;
this.hpLinkUpdate.Text = "设置";
this.hpLinkUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.hpLinkUpdate_LinkClicked);
//
// txtNewPassword
//
this.txtNewPassword.Location = new System.Drawing.Point(144, 183);
this.txtNewPassword.Name = "txtNewPassword";
this.txtNewPassword.PasswordChar = '*';
this.txtNewPassword.Size = new System.Drawing.Size(100, 21);
this.txtNewPassword.TabIndex = 8;
//
// txtOldPassword
//
this.txtOldPassword.Location = new System.Drawing.Point(144, 140);
this.txtOldPassword.Name = "txtOldPassword";
this.txtOldPassword.PasswordChar = '*';
this.txtOldPassword.Size = new System.Drawing.Size(100, 21);
this.txtOldPassword.TabIndex = 7;
//
// labUserId
//
this.labUserId.AutoSize = true;
this.labUserId.Location = new System.Drawing.Point(166, 102);
this.labUserId.Name = "labUserId";
this.labUserId.Size = new System.Drawing.Size(41, 12);
this.labUserId.TabIndex = 5;
this.labUserId.Text = "label6";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(59, 230);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 4;
this.label5.Text = "确认密码:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(59, 186);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "新密 码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(59, 140);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "原密 码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(59, 102);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "用户姓名:";
//
// frmAdminPassWord
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(384, 378);
this.Controls.Add(this.groupBox1);
this.Name = "frmAdminPassWord";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "密码服务";
this.Load += new System.EventHandler(this.frmAdminPassWord_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label labUserId;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtNewPassword;
private System.Windows.Forms.TextBox txtOldPassword;
private System.Windows.Forms.LinkLabel linEsce;
private System.Windows.Forms.LinkLabel linSave;
private System.Windows.Forms.LinkLabel hpLinkUpdate;
private System.Windows.Forms.TextBox txtSurePassword;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -