SCLS/SSWCS_JXDL(2019)/ControlSystem/FrmPassword.Designer.cs

198 lines
8.2 KiB
C#
Raw Normal View History

2025-05-19 09:45:29 +08:00
namespace ControlSystem
{
partial class FrmPassword
{
/// <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);
_formInstance = null;
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.lblUserID = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.lblUserName = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tbPassword1 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tbPassword2 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// lblUserID
//
this.lblUserID.AutoSize = true;
this.lblUserID.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lblUserID.Location = new System.Drawing.Point(104, 0);
this.lblUserID.Name = "lblUserID";
this.lblUserID.Size = new System.Drawing.Size(0, 12);
this.lblUserID.TabIndex = 1;
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(104, 48);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(100, 21);
this.tbPassword.TabIndex = 2;
//
// button1
//
this.button1.Location = new System.Drawing.Point(163, 170);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 21);
this.button1.TabIndex = 3;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(31, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 4;
this.label2.Text = "用户名称:";
//
// lblUserName
//
this.lblUserName.AutoSize = true;
this.lblUserName.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.lblUserName.Location = new System.Drawing.Point(104, 23);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(0, 12);
this.lblUserName.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(31, 51);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 6;
this.label3.Text = "旧密码:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(31, 91);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 8;
this.label4.Text = "新密码:";
//
// tbPassword1
//
this.tbPassword1.Location = new System.Drawing.Point(104, 88);
this.tbPassword1.Name = "tbPassword1";
this.tbPassword1.PasswordChar = '*';
this.tbPassword1.Size = new System.Drawing.Size(100, 21);
this.tbPassword1.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(31, 116);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 10;
this.label5.Text = "确认密码:";
//
// tbPassword2
//
this.tbPassword2.Location = new System.Drawing.Point(104, 113);
this.tbPassword2.Name = "tbPassword2";
this.tbPassword2.PasswordChar = '*';
this.tbPassword2.Size = new System.Drawing.Size(100, 21);
this.tbPassword2.TabIndex = 9;
//
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(21, 169);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 21);
this.button2.TabIndex = 11;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(102, 15);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(102, 20);
this.comboBox1.TabIndex = 12;
//
// FrmPassword
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(259, 218);
this.ControlBox = false;
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.label5);
this.Controls.Add(this.tbPassword2);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbPassword1);
this.Controls.Add(this.label3);
this.Controls.Add(this.lblUserName);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Controls.Add(this.tbPassword);
this.Controls.Add(this.lblUserID);
this.Name = "FrmPassword";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "修改当前用户密码";
this.Load += new System.EventHandler(this.FrmPassword_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblUserID;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblUserName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbPassword1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbPassword2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox comboBox1;
}
}