152 lines
6.1 KiB
C#
152 lines
6.1 KiB
C#
namespace ProductionControl
|
|
{
|
|
partial class FrmModifyPW
|
|
{
|
|
/// <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.txtNewPW = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtPW = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.txtNewPW2 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtNewPW
|
|
//
|
|
this.txtNewPW.Location = new System.Drawing.Point(121, 55);
|
|
this.txtNewPW.Name = "txtNewPW";
|
|
this.txtNewPW.PasswordChar = '*';
|
|
this.txtNewPW.Size = new System.Drawing.Size(185, 28);
|
|
this.txtNewPW.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(20, 96);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(98, 18);
|
|
this.label3.TabIndex = 22;
|
|
this.label3.Text = "确认新密码";
|
|
//
|
|
// txtPW
|
|
//
|
|
this.txtPW.Location = new System.Drawing.Point(121, 21);
|
|
this.txtPW.Name = "txtPW";
|
|
this.txtPW.PasswordChar = '*';
|
|
this.txtPW.Size = new System.Drawing.Size(185, 28);
|
|
this.txtPW.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(20, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(62, 18);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "旧密码";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(190, 141);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(92, 32);
|
|
this.btnCancel.TabIndex = 6;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(82, 141);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(92, 32);
|
|
this.btnSave.TabIndex = 5;
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// txtNewPW2
|
|
//
|
|
this.txtNewPW2.Location = new System.Drawing.Point(121, 89);
|
|
this.txtNewPW2.Name = "txtNewPW2";
|
|
this.txtNewPW2.PasswordChar = '*';
|
|
this.txtNewPW2.Size = new System.Drawing.Size(185, 28);
|
|
this.txtNewPW2.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(20, 65);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(62, 18);
|
|
this.label2.TabIndex = 30;
|
|
this.label2.Text = "新密码";
|
|
//
|
|
// FrmModifyPW
|
|
//
|
|
this.AcceptButton = this.btnSave;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(345, 176);
|
|
this.Controls.Add(this.txtNewPW2);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.txtNewPW);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.txtPW);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmModifyPW";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "修改密码";
|
|
this.Load += new System.EventHandler(this.FrmModifyPW_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox txtNewPW;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtPW;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.TextBox txtNewPW2;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
} |