Files
tj-tzhg/JJMediSys/SetPassword.Designer.cs

270 lines
13 KiB
C#
Raw Permalink Normal View History

2025-11-26 17:20:53 +08:00
namespace JJMediSys
{
partial class SetPassword
{
/// <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.PassWordOld = new System.Windows.Forms.TextBox();
this.label2 = 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.PassWordNew1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.PassWordNew2 = new System.Windows.Forms.TextBox();
this.LabNote = new System.Windows.Forms.Label();
this.LabInfo = new System.Windows.Forms.Label();
this.BReset = new System.Windows.Forms.Button();
this.bShowPassword = new System.Windows.Forms.Button();
this.Bclose = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(27, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(133, 29);
this.label1.TabIndex = 25;
this.label1.Text = "修改密码";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// PassWordOld
//
this.PassWordOld.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PassWordOld.Location = new System.Drawing.Point(220, 96);
this.PassWordOld.Name = "PassWordOld";
this.PassWordOld.PasswordChar = '*';
this.PassWordOld.Size = new System.Drawing.Size(256, 31);
this.PassWordOld.TabIndex = 29;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(148, 101);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(66, 19);
this.label2.TabIndex = 32;
this.label2.Text = "旧密码";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(139, 104);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(11, 12);
this.label3.TabIndex = 33;
this.label3.Text = "*";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(139, 153);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(11, 12);
this.label4.TabIndex = 36;
this.label4.Text = "*";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(148, 150);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(66, 19);
this.label5.TabIndex = 35;
this.label5.Text = "新密码";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// PassWordNew1
//
this.PassWordNew1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PassWordNew1.Location = new System.Drawing.Point(220, 145);
this.PassWordNew1.Name = "PassWordNew1";
this.PassWordNew1.PasswordChar = '*';
this.PassWordNew1.Size = new System.Drawing.Size(256, 31);
this.PassWordNew1.TabIndex = 34;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(101, 204);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(11, 12);
this.label6.TabIndex = 39;
this.label6.Text = "*";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(110, 201);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(104, 19);
this.label7.TabIndex = 38;
this.label7.Text = "新密码确认";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// PassWordNew2
//
this.PassWordNew2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PassWordNew2.Location = new System.Drawing.Point(220, 196);
this.PassWordNew2.Name = "PassWordNew2";
this.PassWordNew2.PasswordChar = '*';
this.PassWordNew2.Size = new System.Drawing.Size(256, 31);
this.PassWordNew2.TabIndex = 37;
//
// LabNote
//
this.LabNote.AutoSize = true;
this.LabNote.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabNote.Location = new System.Drawing.Point(263, 242);
this.LabNote.Name = "LabNote";
this.LabNote.Size = new System.Drawing.Size(72, 16);
this.LabNote.TabIndex = 41;
this.LabNote.Text = "显示密码";
//
// LabInfo
//
this.LabInfo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabInfo.ForeColor = System.Drawing.Color.Red;
this.LabInfo.Location = new System.Drawing.Point(-1, 267);
this.LabInfo.Name = "LabInfo";
this.LabInfo.Size = new System.Drawing.Size(644, 23);
this.LabInfo.TabIndex = 43;
this.LabInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// BReset
//
this.BReset.BackColor = System.Drawing.Color.Transparent;
this.BReset.BackgroundImage = global::JJMediSys.Properties.Resources.B11;
this.BReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BReset.FlatAppearance.BorderSize = 0;
this.BReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BReset.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BReset.ForeColor = System.Drawing.Color.White;
this.BReset.Location = new System.Drawing.Point(220, 293);
this.BReset.Name = "BReset";
this.BReset.Size = new System.Drawing.Size(256, 56);
this.BReset.TabIndex = 42;
this.BReset.Text = "确认修改";
this.BReset.UseVisualStyleBackColor = false;
this.BReset.Click += new System.EventHandler(this.BReset_Click);
//
// bShowPassword
//
this.bShowPassword.BackColor = System.Drawing.Color.Transparent;
this.bShowPassword.BackgroundImage = global::JJMediSys.Properties.Resources._关;
this.bShowPassword.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.bShowPassword.FlatAppearance.BorderSize = 0;
this.bShowPassword.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bShowPassword.Location = new System.Drawing.Point(220, 239);
this.bShowPassword.Name = "bShowPassword";
this.bShowPassword.Size = new System.Drawing.Size(36, 21);
this.bShowPassword.TabIndex = 40;
this.bShowPassword.UseVisualStyleBackColor = false;
this.bShowPassword.Click += new System.EventHandler(this.bShowPassword_Click);
//
// Bclose
//
this.Bclose.BackColor = System.Drawing.Color.Transparent;
this.Bclose.BackgroundImage = global::JJMediSys.Properties.Resources.close;
this.Bclose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Bclose.FlatAppearance.BorderSize = 0;
this.Bclose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Bclose.Location = new System.Drawing.Point(607, -2);
this.Bclose.Name = "Bclose";
this.Bclose.Size = new System.Drawing.Size(36, 37);
this.Bclose.TabIndex = 24;
this.Bclose.UseVisualStyleBackColor = false;
this.Bclose.Click += new System.EventHandler(this.Bclose_Click);
//
// SetPassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(645, 389);
this.Controls.Add(this.LabInfo);
this.Controls.Add(this.BReset);
this.Controls.Add(this.LabNote);
this.Controls.Add(this.bShowPassword);
this.Controls.Add(this.label6);
this.Controls.Add(this.label7);
this.Controls.Add(this.PassWordNew2);
this.Controls.Add(this.label4);
this.Controls.Add(this.label5);
this.Controls.Add(this.PassWordNew1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.PassWordOld);
this.Controls.Add(this.label1);
this.Controls.Add(this.Bclose);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SetPassword";
this.Text = "SetPassword";
this.Load += new System.EventHandler(this.SetPassword_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button Bclose;
private System.Windows.Forms.TextBox PassWordOld;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox PassWordNew1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox PassWordNew2;
private System.Windows.Forms.Button bShowPassword;
private System.Windows.Forms.Label LabNote;
private System.Windows.Forms.Button BReset;
private System.Windows.Forms.Label LabInfo;
}
}