革博士V2程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

218 lignes
11 KiB

  1. namespace GeBoShi.UI.User
  2. {
  3. partial class ModifyPWFrm
  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.txtNewPW2 = new System.Windows.Forms.TextBox();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.btnCancel = new System.Windows.Forms.Button();
  31. this.btnSave = new System.Windows.Forms.Button();
  32. this.txtNewPW = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.txtPW = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.log1 = new System.Windows.Forms.Label();
  37. this.log2 = new System.Windows.Forms.Label();
  38. this.log3 = new System.Windows.Forms.Label();
  39. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  40. this.SuspendLayout();
  41. //
  42. // txtNewPW2
  43. //
  44. this.txtNewPW2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.txtNewPW2.Location = new System.Drawing.Point(109, 143);
  46. this.txtNewPW2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  47. this.txtNewPW2.Name = "txtNewPW2";
  48. this.txtNewPW2.PasswordChar = '*';
  49. this.txtNewPW2.Size = new System.Drawing.Size(157, 26);
  50. this.txtNewPW2.TabIndex = 33;
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label2.ForeColor = System.Drawing.Color.MidnightBlue;
  57. this.label2.Location = new System.Drawing.Point(11, 101);
  58. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(51, 20);
  61. this.label2.TabIndex = 38;
  62. this.label2.Text = "新密码";
  63. //
  64. // btnCancel
  65. //
  66. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  67. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.btnCancel.Location = new System.Drawing.Point(193, 190);
  69. this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  70. this.btnCancel.Name = "btnCancel";
  71. this.btnCancel.Size = new System.Drawing.Size(107, 32);
  72. this.btnCancel.TabIndex = 35;
  73. this.btnCancel.Text = "取消";
  74. this.btnCancel.UseVisualStyleBackColor = true;
  75. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  76. //
  77. // btnSave
  78. //
  79. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.btnSave.Location = new System.Drawing.Point(64, 190);
  81. this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  82. this.btnSave.Name = "btnSave";
  83. this.btnSave.Size = new System.Drawing.Size(107, 32);
  84. this.btnSave.TabIndex = 34;
  85. this.btnSave.Text = "保存";
  86. this.btnSave.UseVisualStyleBackColor = true;
  87. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  88. //
  89. // txtNewPW
  90. //
  91. this.txtNewPW.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.txtNewPW.Location = new System.Drawing.Point(109, 98);
  93. this.txtNewPW.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  94. this.txtNewPW.Name = "txtNewPW";
  95. this.txtNewPW.PasswordChar = '*';
  96. this.txtNewPW.Size = new System.Drawing.Size(157, 26);
  97. this.txtNewPW.TabIndex = 32;
  98. //
  99. // label3
  100. //
  101. this.label3.AutoSize = true;
  102. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label3.ForeColor = System.Drawing.Color.MidnightBlue;
  104. this.label3.Location = new System.Drawing.Point(11, 146);
  105. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  106. this.label3.Name = "label3";
  107. this.label3.Size = new System.Drawing.Size(79, 20);
  108. this.label3.TabIndex = 37;
  109. this.label3.Text = "确认新密码";
  110. //
  111. // txtPW
  112. //
  113. this.txtPW.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.txtPW.Location = new System.Drawing.Point(109, 54);
  115. this.txtPW.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  116. this.txtPW.Name = "txtPW";
  117. this.txtPW.PasswordChar = '*';
  118. this.txtPW.Size = new System.Drawing.Size(157, 26);
  119. this.txtPW.TabIndex = 31;
  120. //
  121. // label1
  122. //
  123. this.label1.AutoSize = true;
  124. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label1.ForeColor = System.Drawing.Color.MidnightBlue;
  126. this.label1.Location = new System.Drawing.Point(11, 57);
  127. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(51, 20);
  130. this.label1.TabIndex = 36;
  131. this.label1.Text = "旧密码";
  132. //
  133. // log1
  134. //
  135. this.log1.AutoSize = true;
  136. this.log1.Location = new System.Drawing.Point(107, 99);
  137. this.log1.Name = "log1";
  138. this.log1.Size = new System.Drawing.Size(0, 12);
  139. this.log1.TabIndex = 39;
  140. //
  141. // log2
  142. //
  143. this.log2.AutoSize = true;
  144. this.log2.ForeColor = System.Drawing.Color.MidnightBlue;
  145. this.log2.Location = new System.Drawing.Point(107, 127);
  146. this.log2.Name = "log2";
  147. this.log2.Size = new System.Drawing.Size(95, 12);
  148. this.log2.TabIndex = 40;
  149. this.log2.Text = "密码长度小于3!";
  150. //
  151. // log3
  152. //
  153. this.log3.AutoSize = true;
  154. this.log3.ForeColor = System.Drawing.Color.MidnightBlue;
  155. this.log3.Location = new System.Drawing.Point(107, 172);
  156. this.log3.Name = "log3";
  157. this.log3.Size = new System.Drawing.Size(137, 12);
  158. this.log3.TabIndex = 41;
  159. this.log3.Text = "新密码重复输入不一致!";
  160. //
  161. // uiTitel1
  162. //
  163. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  164. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  165. this.uiTitel1.FatherForm = null;
  166. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  167. this.uiTitel1.Name = "uiTitel1";
  168. this.uiTitel1.Size = new System.Drawing.Size(343, 37);
  169. this.uiTitel1.TabIndex = 42;
  170. //
  171. // ModifyPWFrm
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  176. this.ClientSize = new System.Drawing.Size(343, 241);
  177. this.Controls.Add(this.uiTitel1);
  178. this.Controls.Add(this.log3);
  179. this.Controls.Add(this.log2);
  180. this.Controls.Add(this.log1);
  181. this.Controls.Add(this.txtNewPW2);
  182. this.Controls.Add(this.label2);
  183. this.Controls.Add(this.btnCancel);
  184. this.Controls.Add(this.btnSave);
  185. this.Controls.Add(this.txtNewPW);
  186. this.Controls.Add(this.label3);
  187. this.Controls.Add(this.txtPW);
  188. this.Controls.Add(this.label1);
  189. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  191. this.Name = "ModifyPWFrm";
  192. this.ShowIcon = false;
  193. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  194. this.Text = "修改密码";
  195. this.ResumeLayout(false);
  196. this.PerformLayout();
  197. }
  198. #endregion
  199. private System.Windows.Forms.TextBox txtNewPW2;
  200. private System.Windows.Forms.Label label2;
  201. private System.Windows.Forms.Button btnCancel;
  202. private System.Windows.Forms.Button btnSave;
  203. private System.Windows.Forms.TextBox txtNewPW;
  204. private System.Windows.Forms.Label label3;
  205. private System.Windows.Forms.TextBox txtPW;
  206. private System.Windows.Forms.Label label1;
  207. private System.Windows.Forms.Label log1;
  208. private System.Windows.Forms.Label log2;
  209. private System.Windows.Forms.Label log3;
  210. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  211. }
  212. }