frmEditPassword.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace NXWMS
  2. {
  3. partial class frmEditPassword
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  29. this.kryptonButtonSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  30. this.txtNewPS1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  31. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  32. this.txtNewPS = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  33. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  34. this.txtOldPS = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  35. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  37. this.kryptonPanel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // kryptonPanel1
  41. //
  42. this.kryptonPanel1.Controls.Add(this.kryptonButtonSave);
  43. this.kryptonPanel1.Controls.Add(this.txtNewPS1);
  44. this.kryptonPanel1.Controls.Add(this.kryptonLabel4);
  45. this.kryptonPanel1.Controls.Add(this.txtNewPS);
  46. this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
  47. this.kryptonPanel1.Controls.Add(this.txtOldPS);
  48. this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
  49. this.kryptonPanel1.Location = new System.Drawing.Point(13, 13);
  50. this.kryptonPanel1.Name = "kryptonPanel1";
  51. this.kryptonPanel1.Size = new System.Drawing.Size(317, 194);
  52. this.kryptonPanel1.TabIndex = 0;
  53. //
  54. // kryptonButtonSave
  55. //
  56. this.kryptonButtonSave.Location = new System.Drawing.Point(189, 150);
  57. this.kryptonButtonSave.Name = "kryptonButtonSave";
  58. this.kryptonButtonSave.Size = new System.Drawing.Size(90, 32);
  59. this.kryptonButtonSave.TabIndex = 7;
  60. this.kryptonButtonSave.Values.Image = global::NXWMS.Properties.Resources.save;
  61. this.kryptonButtonSave.Values.Text = "确认修改";
  62. this.kryptonButtonSave.Click += new System.EventHandler(this.kryptonButtonSave_Click);
  63. //
  64. // txtNewPS1
  65. //
  66. this.txtNewPS1.Location = new System.Drawing.Point(84, 103);
  67. this.txtNewPS1.Name = "txtNewPS1";
  68. this.txtNewPS1.PasswordChar = '*';
  69. this.txtNewPS1.Size = new System.Drawing.Size(195, 20);
  70. this.txtNewPS1.TabIndex = 6;
  71. //
  72. // kryptonLabel4
  73. //
  74. this.kryptonLabel4.Location = new System.Drawing.Point(18, 103);
  75. this.kryptonLabel4.Name = "kryptonLabel4";
  76. this.kryptonLabel4.Size = new System.Drawing.Size(60, 22);
  77. this.kryptonLabel4.TabIndex = 5;
  78. this.kryptonLabel4.Values.Text = "确认密码";
  79. //
  80. // txtNewPS
  81. //
  82. this.txtNewPS.Location = new System.Drawing.Point(84, 63);
  83. this.txtNewPS.Name = "txtNewPS";
  84. this.txtNewPS.PasswordChar = '*';
  85. this.txtNewPS.Size = new System.Drawing.Size(195, 20);
  86. this.txtNewPS.TabIndex = 4;
  87. //
  88. // kryptonLabel3
  89. //
  90. this.kryptonLabel3.Location = new System.Drawing.Point(29, 63);
  91. this.kryptonLabel3.Name = "kryptonLabel3";
  92. this.kryptonLabel3.Size = new System.Drawing.Size(48, 22);
  93. this.kryptonLabel3.TabIndex = 3;
  94. this.kryptonLabel3.Values.Text = "新密码";
  95. //
  96. // txtOldPS
  97. //
  98. this.txtOldPS.Location = new System.Drawing.Point(84, 23);
  99. this.txtOldPS.Name = "txtOldPS";
  100. this.txtOldPS.PasswordChar = '*';
  101. this.txtOldPS.Size = new System.Drawing.Size(195, 20);
  102. this.txtOldPS.TabIndex = 2;
  103. //
  104. // kryptonLabel2
  105. //
  106. this.kryptonLabel2.Location = new System.Drawing.Point(29, 23);
  107. this.kryptonLabel2.Name = "kryptonLabel2";
  108. this.kryptonLabel2.Size = new System.Drawing.Size(48, 22);
  109. this.kryptonLabel2.TabIndex = 1;
  110. this.kryptonLabel2.Values.Text = "原密码";
  111. //
  112. // frmEditPassword
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(342, 215);
  117. this.Controls.Add(this.kryptonPanel1);
  118. this.MaximizeBox = false;
  119. this.MinimizeBox = false;
  120. this.Name = "frmEditPassword";
  121. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  122. this.Text = "修改密码";
  123. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  124. this.kryptonPanel1.ResumeLayout(false);
  125. this.kryptonPanel1.PerformLayout();
  126. this.ResumeLayout(false);
  127. }
  128. #endregion
  129. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  130. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  131. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtOldPS;
  132. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS1;
  133. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  134. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS;
  135. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  136. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSave;
  137. }
  138. }