You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

162 lines
7.1 KiB
C#

namespace CompressorXN
{
partial class FrmModifyPwd
{
/// <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.panelEx1 = new CompressorXN_ControlLib.PanelEx();
this.btn_Confirm = new System.Windows.Forms.Button();
this.txt_ConfirmPwd = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_NewPwd = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_OldPwd = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.Silver;
this.panelEx1.BorderWidth = 1;
this.panelEx1.BottomGap = 1;
this.panelEx1.Controls.Add(this.btn_Confirm);
this.panelEx1.Controls.Add(this.txt_ConfirmPwd);
this.panelEx1.Controls.Add(this.label3);
this.panelEx1.Controls.Add(this.txt_NewPwd);
this.panelEx1.Controls.Add(this.label2);
this.panelEx1.Controls.Add(this.txt_OldPwd);
this.panelEx1.Controls.Add(this.label1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.LeftGap = 1;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.RightGap = 1;
this.panelEx1.Size = new System.Drawing.Size(1543, 895);
this.panelEx1.TabIndex = 0;
this.panelEx1.TopGap = 1;
//
// btn_Confirm
//
this.btn_Confirm.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btn_Confirm.ForeColor = System.Drawing.Color.Black;
this.btn_Confirm.Location = new System.Drawing.Point(136, 242);
this.btn_Confirm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btn_Confirm.Name = "btn_Confirm";
this.btn_Confirm.Size = new System.Drawing.Size(208, 45);
this.btn_Confirm.TabIndex = 14;
this.btn_Confirm.Text = "确定";
this.btn_Confirm.UseVisualStyleBackColor = false;
this.btn_Confirm.Click += new System.EventHandler(this.btn_Confirm_Click);
//
// txt_ConfirmPwd
//
this.txt_ConfirmPwd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txt_ConfirmPwd.Location = new System.Drawing.Point(136, 167);
this.txt_ConfirmPwd.Name = "txt_ConfirmPwd";
this.txt_ConfirmPwd.PasswordChar = '*';
this.txt_ConfirmPwd.Size = new System.Drawing.Size(208, 29);
this.txt_ConfirmPwd.TabIndex = 1;
//
// label3
//
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label3.Location = new System.Drawing.Point(37, 167);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 29);
this.label3.TabIndex = 0;
this.label3.Text = "确认密码";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txt_NewPwd
//
this.txt_NewPwd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txt_NewPwd.Location = new System.Drawing.Point(136, 117);
this.txt_NewPwd.Name = "txt_NewPwd";
this.txt_NewPwd.PasswordChar = '*';
this.txt_NewPwd.Size = new System.Drawing.Size(208, 29);
this.txt_NewPwd.TabIndex = 1;
//
// label2
//
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label2.Location = new System.Drawing.Point(37, 117);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 29);
this.label2.TabIndex = 0;
this.label2.Text = "新密码";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txt_OldPwd
//
this.txt_OldPwd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txt_OldPwd.Location = new System.Drawing.Point(136, 65);
this.txt_OldPwd.Name = "txt_OldPwd";
this.txt_OldPwd.PasswordChar = '*';
this.txt_OldPwd.Size = new System.Drawing.Size(208, 29);
this.txt_OldPwd.TabIndex = 1;
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label1.Location = new System.Drawing.Point(37, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 29);
this.label1.TabIndex = 0;
this.label1.Text = "原密码";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// FrmModifyPwd
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1543, 895);
this.Controls.Add(this.panelEx1);
this.Font = new System.Drawing.Font("微软雅黑", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.Name = "FrmModifyPwd";
this.Text = "密码修改";
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit();
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private CompressorXN_ControlLib.PanelEx panelEx1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_OldPwd;
private System.Windows.Forms.TextBox txt_ConfirmPwd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_NewPwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_Confirm;
}
}