|
|
@@ -29,111 +29,48 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangePwd));
|
|
|
- this.headBar1 = new UAS_MES.CustomControl.HeadBar();
|
|
|
- this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.EarlyWarning = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.UnitTime = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.Cycle = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
this.mc_madeqty_label = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.UserName = new System.Windows.Forms.Label();
|
|
|
+ this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.checkpwd = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
+ this.newpwd = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
+ this.pwd = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
+ this.headBar1 = new UAS_MES.CustomControl.HeadBar();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // headBar1
|
|
|
- //
|
|
|
- this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.headBar1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.headBar1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.headBar1.Name = "headBar1";
|
|
|
- this.headBar1.Size = new System.Drawing.Size(441, 40);
|
|
|
- this.headBar1.TabIndex = 0;
|
|
|
- //
|
|
|
- // Confirm
|
|
|
- //
|
|
|
- this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
- this.Confirm.Location = new System.Drawing.Point(178, 210);
|
|
|
- this.Confirm.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Confirm.Name = "Confirm";
|
|
|
- this.Confirm.Power = null;
|
|
|
- this.Confirm.Size = new System.Drawing.Size(80, 35);
|
|
|
- this.Confirm.TabIndex = 25;
|
|
|
- this.Confirm.Text = "确认";
|
|
|
- this.Confirm.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // EarlyWarning
|
|
|
- //
|
|
|
- this.EarlyWarning.ID = null;
|
|
|
- this.EarlyWarning.Location = new System.Drawing.Point(178, 160);
|
|
|
- this.EarlyWarning.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.EarlyWarning.Name = "EarlyWarning";
|
|
|
- this.EarlyWarning.Power = null;
|
|
|
- this.EarlyWarning.Size = new System.Drawing.Size(199, 25);
|
|
|
- this.EarlyWarning.Str = null;
|
|
|
- this.EarlyWarning.Str1 = null;
|
|
|
- this.EarlyWarning.Str2 = null;
|
|
|
- this.EarlyWarning.TabIndex = 20;
|
|
|
- //
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.label3.Location = new System.Drawing.Point(56, 160);
|
|
|
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label3.Location = new System.Drawing.Point(42, 128);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label3.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label3.TabIndex = 24;
|
|
|
this.label3.Text = "确认密码";
|
|
|
//
|
|
|
- // UnitTime
|
|
|
- //
|
|
|
- this.UnitTime.ID = null;
|
|
|
- this.UnitTime.Location = new System.Drawing.Point(178, 124);
|
|
|
- this.UnitTime.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.UnitTime.Name = "UnitTime";
|
|
|
- this.UnitTime.Power = null;
|
|
|
- this.UnitTime.Size = new System.Drawing.Size(199, 25);
|
|
|
- this.UnitTime.Str = null;
|
|
|
- this.UnitTime.Str1 = null;
|
|
|
- this.UnitTime.Str2 = null;
|
|
|
- this.UnitTime.TabIndex = 19;
|
|
|
- //
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.label2.Location = new System.Drawing.Point(76, 124);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Location = new System.Drawing.Point(57, 99);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.label2.Size = new System.Drawing.Size(58, 21);
|
|
|
this.label2.TabIndex = 23;
|
|
|
this.label2.Text = "新密码";
|
|
|
//
|
|
|
- // Cycle
|
|
|
- //
|
|
|
- this.Cycle.ID = null;
|
|
|
- this.Cycle.Location = new System.Drawing.Point(178, 85);
|
|
|
- this.Cycle.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Cycle.Name = "Cycle";
|
|
|
- this.Cycle.Power = null;
|
|
|
- this.Cycle.Size = new System.Drawing.Size(199, 25);
|
|
|
- this.Cycle.Str = null;
|
|
|
- this.Cycle.Str1 = null;
|
|
|
- this.Cycle.Str2 = null;
|
|
|
- this.Cycle.TabIndex = 18;
|
|
|
- //
|
|
|
// mc_madeqty_label
|
|
|
//
|
|
|
this.mc_madeqty_label.AutoSize = true;
|
|
|
this.mc_madeqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.mc_madeqty_label.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.mc_madeqty_label.Location = new System.Drawing.Point(77, 85);
|
|
|
- this.mc_madeqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mc_madeqty_label.Location = new System.Drawing.Point(58, 68);
|
|
|
this.mc_madeqty_label.Name = "mc_madeqty_label";
|
|
|
- this.mc_madeqty_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.mc_madeqty_label.Size = new System.Drawing.Size(58, 21);
|
|
|
this.mc_madeqty_label.TabIndex = 21;
|
|
|
this.mc_madeqty_label.Text = "原密码";
|
|
|
//
|
|
|
@@ -143,30 +80,119 @@
|
|
|
this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
- this.label1.Location = new System.Drawing.Point(10, 7);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(8, 6);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label1.Size = new System.Drawing.Size(74, 21);
|
|
|
this.label1.TabIndex = 27;
|
|
|
this.label1.Text = "修改密码";
|
|
|
//
|
|
|
+ // UserName
|
|
|
+ //
|
|
|
+ this.UserName.AutoSize = true;
|
|
|
+ this.UserName.Location = new System.Drawing.Point(12, 187);
|
|
|
+ this.UserName.Name = "UserName";
|
|
|
+ this.UserName.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.UserName.TabIndex = 28;
|
|
|
+ this.UserName.Visible = false;
|
|
|
+ //
|
|
|
+ // Confirm
|
|
|
+ //
|
|
|
+ this.Confirm.AllPower = null;
|
|
|
+ this.Confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
+ this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
+ this.Confirm.IsShowBorder = true;
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(134, 168);
|
|
|
+ this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
+ this.Confirm.Name = "Confirm";
|
|
|
+ this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
|
|
|
+ this.Confirm.Power = null;
|
|
|
+ this.Confirm.Size = new System.Drawing.Size(60, 28);
|
|
|
+ this.Confirm.TabIndex = 25;
|
|
|
+ this.Confirm.Text = "确认";
|
|
|
+ this.Confirm.UseVisualStyleBackColor = true;
|
|
|
+ this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
|
|
|
+ //
|
|
|
+ // checkpwd
|
|
|
+ //
|
|
|
+ this.checkpwd.AllPower = null;
|
|
|
+ this.checkpwd.BackColor = System.Drawing.Color.White;
|
|
|
+ this.checkpwd.ID = null;
|
|
|
+ this.checkpwd.Location = new System.Drawing.Point(134, 128);
|
|
|
+ this.checkpwd.Lock = false;
|
|
|
+ this.checkpwd.Name = "checkpwd";
|
|
|
+ this.checkpwd.PasswordChar = '*';
|
|
|
+ this.checkpwd.Power = null;
|
|
|
+ this.checkpwd.Size = new System.Drawing.Size(150, 21);
|
|
|
+ this.checkpwd.Str = null;
|
|
|
+ this.checkpwd.Str1 = null;
|
|
|
+ this.checkpwd.Str2 = null;
|
|
|
+ this.checkpwd.TabIndex = 20;
|
|
|
+ this.checkpwd.TextChanged += new System.EventHandler(this.checkpwd_TextChanged);
|
|
|
+ //
|
|
|
+ // newpwd
|
|
|
+ //
|
|
|
+ this.newpwd.AllPower = null;
|
|
|
+ this.newpwd.BackColor = System.Drawing.Color.White;
|
|
|
+ this.newpwd.ID = null;
|
|
|
+ this.newpwd.Location = new System.Drawing.Point(134, 99);
|
|
|
+ this.newpwd.Lock = false;
|
|
|
+ this.newpwd.Name = "newpwd";
|
|
|
+ this.newpwd.PasswordChar = '*';
|
|
|
+ this.newpwd.Power = null;
|
|
|
+ this.newpwd.Size = new System.Drawing.Size(150, 21);
|
|
|
+ this.newpwd.Str = null;
|
|
|
+ this.newpwd.Str1 = null;
|
|
|
+ this.newpwd.Str2 = null;
|
|
|
+ this.newpwd.TabIndex = 19;
|
|
|
+ //
|
|
|
+ // pwd
|
|
|
+ //
|
|
|
+ this.pwd.AllPower = null;
|
|
|
+ this.pwd.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pwd.ID = null;
|
|
|
+ this.pwd.Location = new System.Drawing.Point(134, 68);
|
|
|
+ this.pwd.Lock = false;
|
|
|
+ this.pwd.Name = "pwd";
|
|
|
+ this.pwd.PasswordChar = '*';
|
|
|
+ this.pwd.Power = null;
|
|
|
+ this.pwd.Size = new System.Drawing.Size(150, 21);
|
|
|
+ this.pwd.Str = null;
|
|
|
+ this.pwd.Str1 = null;
|
|
|
+ this.pwd.Str2 = null;
|
|
|
+ this.pwd.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // headBar1
|
|
|
+ //
|
|
|
+ this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
+ this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.headBar1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.headBar1.Name = "headBar1";
|
|
|
+ this.headBar1.Size = new System.Drawing.Size(331, 32);
|
|
|
+ this.headBar1.TabIndex = 0;
|
|
|
+ this.headBar1.Title = null;
|
|
|
+ //
|
|
|
// ChangePwd
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(441, 264);
|
|
|
+ this.ClientSize = new System.Drawing.Size(331, 211);
|
|
|
+ this.Controls.Add(this.UserName);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.Confirm);
|
|
|
- this.Controls.Add(this.EarlyWarning);
|
|
|
+ this.Controls.Add(this.checkpwd);
|
|
|
this.Controls.Add(this.label3);
|
|
|
- this.Controls.Add(this.UnitTime);
|
|
|
+ this.Controls.Add(this.newpwd);
|
|
|
this.Controls.Add(this.label2);
|
|
|
- this.Controls.Add(this.Cycle);
|
|
|
+ this.Controls.Add(this.pwd);
|
|
|
this.Controls.Add(this.mc_madeqty_label);
|
|
|
this.Controls.Add(this.headBar1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.Name = "ChangePwd";
|
|
|
+ this.Tag = "ChangePwd";
|
|
|
this.Text = "ChangePwd";
|
|
|
+ this.Load += new System.EventHandler(this.ChangePwd_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -176,12 +202,13 @@
|
|
|
|
|
|
private CustomControl.HeadBar headBar1;
|
|
|
private CustomControl.ButtonUtil.NormalButton Confirm;
|
|
|
- private CustomControl.TextBoxWithIcon.MaCodeTextBox EarlyWarning;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeTextBox checkpwd;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private CustomControl.TextBoxWithIcon.MaCodeTextBox UnitTime;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeTextBox newpwd;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
- private CustomControl.TextBoxWithIcon.MaCodeTextBox Cycle;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeTextBox pwd;
|
|
|
private System.Windows.Forms.Label mc_madeqty_label;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label UserName;
|
|
|
}
|
|
|
}
|