tijian_jichuang/Code/BasicSettings/UpdatePass.Designer.cs
2025-02-20 11:54:48 +08:00

157 lines
6.3 KiB
C#

namespace SOH.BasicSettings
{
partial class UpdatePass
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.tboldpass = new System.Windows.Forms.TextBox();
this.tbnewpass1 = new System.Windows.Forms.TextBox();
this.lbusername = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.tbnewpass2 = 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, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "用户名:";
//
// tboldpass
//
this.tboldpass.Location = new System.Drawing.Point(97, 44);
this.tboldpass.Name = "tboldpass";
this.tboldpass.Size = new System.Drawing.Size(100, 21);
this.tboldpass.TabIndex = 1;
this.tboldpass.UseSystemPasswordChar = true;
//
// tbnewpass1
//
this.tbnewpass1.Location = new System.Drawing.Point(97, 83);
this.tbnewpass1.Name = "tbnewpass1";
this.tbnewpass1.Size = new System.Drawing.Size(100, 21);
this.tbnewpass1.TabIndex = 3;
this.tbnewpass1.UseSystemPasswordChar = true;
//
// lbusername
//
this.lbusername.AutoSize = true;
this.lbusername.Location = new System.Drawing.Point(95, 18);
this.lbusername.Name = "lbusername";
this.lbusername.Size = new System.Drawing.Size(41, 12);
this.lbusername.TabIndex = 4;
this.lbusername.Text = "label2";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 5;
this.label3.Text = "原 密 码:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 86);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 6;
this.label4.Text = "新 密 码:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(14, 121);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 7;
this.label5.Text = "确认新密码:";
//
// tbnewpass2
//
this.tbnewpass2.Location = new System.Drawing.Point(97, 118);
this.tbnewpass2.Name = "tbnewpass2";
this.tbnewpass2.Size = new System.Drawing.Size(100, 21);
this.tbnewpass2.TabIndex = 8;
this.tbnewpass2.UseSystemPasswordChar = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(61, 154);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 9;
this.button1.Text = "确认修改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// UpdatePass
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(225, 189);
this.Controls.Add(this.button1);
this.Controls.Add(this.tbnewpass2);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.lbusername);
this.Controls.Add(this.tbnewpass1);
this.Controls.Add(this.tboldpass);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "UpdatePass";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "密码修改";
this.Load += new System.EventHandler(this.UpdatePass_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tboldpass;
private System.Windows.Forms.TextBox tbnewpass1;
private System.Windows.Forms.Label lbusername;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbnewpass2;
private System.Windows.Forms.Button button1;
}
}