frmEditUser.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace NXWMS
  2. {
  3. partial class frmEditUser
  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.kryptonButton1 = 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.kryptonButton1);
  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(11, 7);
  50. this.kryptonPanel1.Name = "kryptonPanel1";
  51. this.kryptonPanel1.Size = new System.Drawing.Size(309, 430);
  52. this.kryptonPanel1.TabIndex = 1;
  53. //
  54. // kryptonButton1
  55. //
  56. this.kryptonButton1.Location = new System.Drawing.Point(189, 387);
  57. this.kryptonButton1.Name = "kryptonButton1";
  58. this.kryptonButton1.Size = new System.Drawing.Size(90, 29);
  59. this.kryptonButton1.TabIndex = 7;
  60. this.kryptonButton1.Values.Image = global::NXWMS.Properties.Resources.save;
  61. this.kryptonButton1.Values.Text = "确认修改";
  62. //
  63. // txtNewPS1
  64. //
  65. this.txtNewPS1.Location = new System.Drawing.Point(84, 103);
  66. this.txtNewPS1.Name = "txtNewPS1";
  67. this.txtNewPS1.PasswordChar = '*';
  68. this.txtNewPS1.Size = new System.Drawing.Size(195, 20);
  69. this.txtNewPS1.TabIndex = 6;
  70. //
  71. // kryptonLabel4
  72. //
  73. this.kryptonLabel4.Location = new System.Drawing.Point(18, 103);
  74. this.kryptonLabel4.Name = "kryptonLabel4";
  75. this.kryptonLabel4.Size = new System.Drawing.Size(60, 20);
  76. this.kryptonLabel4.TabIndex = 5;
  77. this.kryptonLabel4.Values.Text = "确认密码";
  78. //
  79. // txtNewPS
  80. //
  81. this.txtNewPS.Location = new System.Drawing.Point(84, 63);
  82. this.txtNewPS.Name = "txtNewPS";
  83. this.txtNewPS.PasswordChar = '*';
  84. this.txtNewPS.Size = new System.Drawing.Size(195, 20);
  85. this.txtNewPS.TabIndex = 4;
  86. //
  87. // kryptonLabel3
  88. //
  89. this.kryptonLabel3.Location = new System.Drawing.Point(29, 63);
  90. this.kryptonLabel3.Name = "kryptonLabel3";
  91. this.kryptonLabel3.Size = new System.Drawing.Size(48, 20);
  92. this.kryptonLabel3.TabIndex = 3;
  93. this.kryptonLabel3.Values.Text = "新密码";
  94. //
  95. // txtOldPS
  96. //
  97. this.txtOldPS.Location = new System.Drawing.Point(84, 23);
  98. this.txtOldPS.Name = "txtOldPS";
  99. this.txtOldPS.PasswordChar = '*';
  100. this.txtOldPS.Size = new System.Drawing.Size(195, 20);
  101. this.txtOldPS.TabIndex = 2;
  102. //
  103. // kryptonLabel2
  104. //
  105. this.kryptonLabel2.Location = new System.Drawing.Point(29, 23);
  106. this.kryptonLabel2.Name = "kryptonLabel2";
  107. this.kryptonLabel2.Size = new System.Drawing.Size(48, 20);
  108. this.kryptonLabel2.TabIndex = 1;
  109. this.kryptonLabel2.Values.Text = "原密码";
  110. //
  111. // frmEditUser
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.ClientSize = new System.Drawing.Size(332, 450);
  116. this.Controls.Add(this.kryptonPanel1);
  117. this.MaximizeBox = false;
  118. this.MinimizeBox = false;
  119. this.Name = "frmEditUser";
  120. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  121. this.Text = "修改用户信息";
  122. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  123. this.kryptonPanel1.ResumeLayout(false);
  124. this.kryptonPanel1.PerformLayout();
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  129. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
  130. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS1;
  131. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  132. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtNewPS;
  133. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  134. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtOldPS;
  135. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  136. }
  137. }