📄 fmchangepassword.designer.cs
字号:
namespace AddressList.Forms
{
partial class fmChangePassWord
{
/// <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(fmChangePassWord));
this.lbPassWrd = new System.Windows.Forms.Label();
this.txtPassWrd = new System.Windows.Forms.TextBox();
this.txtPassWord = new System.Windows.Forms.TextBox();
this.lbPassWord = new System.Windows.Forms.Label();
this.btOK = new System.Windows.Forms.Button();
this.btCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lbPassWrd
//
resources.ApplyResources(this.lbPassWrd, "lbPassWrd");
this.lbPassWrd.Name = "lbPassWrd";
//
// txtPassWrd
//
resources.ApplyResources(this.txtPassWrd, "txtPassWrd");
this.txtPassWrd.Name = "txtPassWrd";
//
// txtPassWord
//
resources.ApplyResources(this.txtPassWord, "txtPassWord");
this.txtPassWord.Name = "txtPassWord";
//
// lbPassWord
//
resources.ApplyResources(this.lbPassWord, "lbPassWord");
this.lbPassWord.Name = "lbPassWord";
//
// btOK
//
resources.ApplyResources(this.btOK, "btOK");
this.btOK.Name = "btOK";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// btCancel
//
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
resources.ApplyResources(this.btCancel, "btCancel");
this.btCancel.Name = "btCancel";
this.btCancel.UseVisualStyleBackColor = true;
//
// fmChangePassWord
//
this.AcceptButton = this.btOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btCancel;
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btOK);
this.Controls.Add(this.txtPassWord);
this.Controls.Add(this.lbPassWord);
this.Controls.Add(this.txtPassWrd);
this.Controls.Add(this.lbPassWrd);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fmChangePassWord";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbPassWrd;
private System.Windows.Forms.TextBox txtPassWrd;
private System.Windows.Forms.TextBox txtPassWord;
private System.Windows.Forms.Label lbPassWord;
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.Button btCancel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -