📄 changepassword.designer.cs
字号:
namespace AssetsSystem.Dialog
{
partial class ChangePassword
{
/// <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(ChangePassword));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.oldpwd = new System.Windows.Forms.TextBox();
this.npwd1 = new System.Windows.Forms.TextBox();
this.npwd2 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "原密码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 0;
this.label2.Text = "新密码:";
//
// oldpwd
//
this.oldpwd.Location = new System.Drawing.Point(65, 6);
this.oldpwd.Name = "oldpwd";
this.oldpwd.PasswordChar = '*';
this.oldpwd.Size = new System.Drawing.Size(100, 21);
this.oldpwd.TabIndex = 1;
//
// npwd1
//
this.npwd1.Location = new System.Drawing.Point(65, 33);
this.npwd1.Name = "npwd1";
this.npwd1.PasswordChar = '*';
this.npwd1.Size = new System.Drawing.Size(100, 21);
this.npwd1.TabIndex = 2;
//
// npwd2
//
this.npwd2.Location = new System.Drawing.Point(65, 60);
this.npwd2.Name = "npwd2";
this.npwd2.PasswordChar = '*';
this.npwd2.Size = new System.Drawing.Size(100, 21);
this.npwd2.TabIndex = 3;
//
// button1
//
this.button1.Location = new System.Drawing.Point(65, 87);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "修改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// ChangePassword
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(192, 112);
this.Controls.Add(this.button1);
this.Controls.Add(this.npwd2);
this.Controls.Add(this.npwd1);
this.Controls.Add(this.oldpwd);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ChangePassword";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "修改密码";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox oldpwd;
private System.Windows.Forms.TextBox npwd1;
private System.Windows.Forms.TextBox npwd2;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -