📄 updates.designer.cs
字号:
namespace _7计应的班级管理系统
{
partial class updates
{
/// <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.textBoxoldpwd = new System.Windows.Forms.TextBox();
this.textBoxnewpwd1 = new System.Windows.Forms.TextBox();
this.textBoxnewpwd2 = new System.Windows.Forms.TextBox();
this.buttonok = new System.Windows.Forms.Button();
this.buttonexit = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// textBoxoldpwd
//
this.textBoxoldpwd.Location = new System.Drawing.Point(144, 37);
this.textBoxoldpwd.Name = "textBoxoldpwd";
this.textBoxoldpwd.Size = new System.Drawing.Size(154, 21);
this.textBoxoldpwd.TabIndex = 0;
//
// textBoxnewpwd1
//
this.textBoxnewpwd1.Location = new System.Drawing.Point(144, 86);
this.textBoxnewpwd1.Name = "textBoxnewpwd1";
this.textBoxnewpwd1.Size = new System.Drawing.Size(154, 21);
this.textBoxnewpwd1.TabIndex = 1;
//
// textBoxnewpwd2
//
this.textBoxnewpwd2.Location = new System.Drawing.Point(144, 133);
this.textBoxnewpwd2.Name = "textBoxnewpwd2";
this.textBoxnewpwd2.Size = new System.Drawing.Size(154, 21);
this.textBoxnewpwd2.TabIndex = 2;
//
// buttonok
//
this.buttonok.Location = new System.Drawing.Point(106, 191);
this.buttonok.Name = "buttonok";
this.buttonok.Size = new System.Drawing.Size(75, 23);
this.buttonok.TabIndex = 3;
this.buttonok.Text = "确定";
this.buttonok.UseVisualStyleBackColor = true;
this.buttonok.Click += new System.EventHandler(this.buttonok_Click);
//
// buttonexit
//
this.buttonexit.Location = new System.Drawing.Point(216, 191);
this.buttonexit.Name = "buttonexit";
this.buttonexit.Size = new System.Drawing.Size(75, 23);
this.buttonexit.TabIndex = 4;
this.buttonexit.Text = "取消";
this.buttonexit.UseVisualStyleBackColor = true;
this.buttonexit.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(79, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 5;
this.label1.Text = "密码";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(79, 86);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 6;
this.label2.Text = "新密码";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(79, 136);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 7;
this.label3.Text = "确认密码";
//
// updates
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(398, 246);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonexit);
this.Controls.Add(this.buttonok);
this.Controls.Add(this.textBoxnewpwd2);
this.Controls.Add(this.textBoxnewpwd1);
this.Controls.Add(this.textBoxoldpwd);
this.Name = "updates";
this.Text = "更改密码";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxoldpwd;
private System.Windows.Forms.TextBox textBoxnewpwd1;
private System.Windows.Forms.TextBox textBoxnewpwd2;
private System.Windows.Forms.Button buttonok;
private System.Windows.Forms.Button buttonexit;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -