123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- namespace NXWMS
- {
- partial class frmEditPassword
- {
- /// <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.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
- this.kryptonButtonSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.txtNewPS1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtNewPS = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtOldPS = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
- this.kryptonPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // kryptonPanel1
- //
- this.kryptonPanel1.Controls.Add(this.kryptonButtonSave);
- this.kryptonPanel1.Controls.Add(this.txtNewPS1);
- this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
- this.kryptonPanel1.Controls.Add(this.txtNewPS);
- this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
- this.kryptonPanel1.Controls.Add(this.txtOldPS);
- this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
- this.kryptonPanel1.Location = new System.Drawing.Point(13, 13);
- this.kryptonPanel1.Name = "kryptonPanel1";
- this.kryptonPanel1.Size = new System.Drawing.Size(317, 194);
- this.kryptonPanel1.TabIndex = 0;
- //
- // kryptonButtonSave
- //
- this.kryptonButtonSave.Location = new System.Drawing.Point(189, 150);
- this.kryptonButtonSave.Name = "kryptonButtonSave";
- this.kryptonButtonSave.Size = new System.Drawing.Size(90, 32);
- this.kryptonButtonSave.TabIndex = 7;
- this.kryptonButtonSave.Values.Image = global::NXWMS.Properties.Resources.save;
- this.kryptonButtonSave.Values.Text = "确认修改";
- this.kryptonButtonSave.Click += new System.EventHandler(this.kryptonButtonSave_Click);
- //
- // txtNewPS1
- //
- this.txtNewPS1.Location = new System.Drawing.Point(84, 103);
- this.txtNewPS1.Name = "txtNewPS1";
- this.txtNewPS1.PasswordChar = '*';
- this.txtNewPS1.Size = new System.Drawing.Size(195, 20);
- this.txtNewPS1.TabIndex = 6;
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.Location = new System.Drawing.Point(18, 103);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.Size = new System.Drawing.Size(60, 22);
- this.kryptonLabel4.TabIndex = 5;
- this.kryptonLabel4.Values.Text = "确认密码";
- //
- // txtNewPS
- //
- this.txtNewPS.Location = new System.Drawing.Point(84, 63);
- this.txtNewPS.Name = "txtNewPS";
- this.txtNewPS.PasswordChar = '*';
- this.txtNewPS.Size = new System.Drawing.Size(195, 20);
- this.txtNewPS.TabIndex = 4;
- //
- // kryptonLabel3
- //
- this.kryptonLabel3.Location = new System.Drawing.Point(29, 63);
- this.kryptonLabel3.Name = "kryptonLabel3";
- this.kryptonLabel3.Size = new System.Drawing.Size(48, 22);
- this.kryptonLabel3.TabIndex = 3;
- this.kryptonLabel3.Values.Text = "新密码";
- //
- // txtOldPS
- //
- this.txtOldPS.Location = new System.Drawing.Point(84, 23);
- this.txtOldPS.Name = "txtOldPS";
- this.txtOldPS.PasswordChar = '*';
- this.txtOldPS.Size = new System.Drawing.Size(195, 20);
- this.txtOldPS.TabIndex = 2;
- //
- // kryptonLabel2
- //
- this.kryptonLabel2.Location = new System.Drawing.Point(29, 23);
- this.kryptonLabel2.Name = "kryptonLabel2";
- this.kryptonLabel2.Size = new System.Drawing.Size(48, 22);
- this.kryptonLabel2.TabIndex = 1;
- this.kryptonLabel2.Values.Text = "原密码";
- //
- // frmEditPassword
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(342, 215);
- this.Controls.Add(this.kryptonPanel1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmEditPassword";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "修改密码";
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
- this.kryptonPanel1.ResumeLayout(false);
- this.kryptonPanel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtOldPS;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS1;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
- private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSave;
- }
- }
|