141 lines
5.7 KiB
C#
141 lines
5.7 KiB
C#
namespace ryControls.TreeXML
|
|
{
|
|
partial class FrmChangePwd
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChangePwd));
|
|
this.btnOK = new ryControls.RyWin8Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtRePwd = new ryControls.TextBoxEx2();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtNewPwd = new ryControls.TextBoxEx2();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtOldPwd = new ryControls.TextBoxEx2();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.BackColor = System.Drawing.SystemColors.Highlight;
|
|
this.btnOK.FlatAppearance.BorderColor = System.Drawing.SystemColors.Highlight;
|
|
this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightSkyBlue;
|
|
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnOK.ForeColor = System.Drawing.Color.White;
|
|
this.btnOK.Location = new System.Drawing.Point(193, 89);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 33);
|
|
this.btnOK.TabIndex = 10;
|
|
this.btnOK.Text = "确定";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 68);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
this.label3.TabIndex = 12;
|
|
this.label3.Text = "重复新密码";
|
|
//
|
|
// txtRePwd
|
|
//
|
|
this.txtRePwd.Location = new System.Drawing.Point(83, 62);
|
|
this.txtRePwd.Name = "txtRePwd";
|
|
this.txtRePwd.PasswordChar = '*';
|
|
this.txtRePwd.Size = new System.Drawing.Size(185, 21);
|
|
this.txtRePwd.TabIndex = 9;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 38);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "新密码";
|
|
//
|
|
// txtNewPwd
|
|
//
|
|
this.txtNewPwd.Location = new System.Drawing.Point(83, 35);
|
|
this.txtNewPwd.Name = "txtNewPwd";
|
|
this.txtNewPwd.PasswordChar = '*';
|
|
this.txtNewPwd.Size = new System.Drawing.Size(185, 21);
|
|
this.txtNewPwd.TabIndex = 8;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "旧密码";
|
|
//
|
|
// txtOldPwd
|
|
//
|
|
this.txtOldPwd.Location = new System.Drawing.Point(83, 8);
|
|
this.txtOldPwd.Name = "txtOldPwd";
|
|
this.txtOldPwd.PasswordChar = '*';
|
|
this.txtOldPwd.Size = new System.Drawing.Size(185, 21);
|
|
this.txtOldPwd.TabIndex = 6;
|
|
//
|
|
// frmChangePwdcs
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(281, 129);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtRePwd);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtNewPwd);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtOldPwd);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmChangePwdcs";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "修改密码";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.RyWin8Button btnOK;
|
|
private System.Windows.Forms.Label label3;
|
|
private ryControls.TextBoxEx2 txtRePwd;
|
|
private System.Windows.Forms.Label label2;
|
|
private ryControls.TextBoxEx2 txtNewPwd;
|
|
private System.Windows.Forms.Label label1;
|
|
private ryControls.TextBoxEx2 txtOldPwd;
|
|
}
|
|
} |