PasswordChange.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace proba
  2. {
  3. partial class PasswordChange
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PasswordChange));
  29. this.label = new System.Windows.Forms.Label();
  30. this.button_back = new System.Windows.Forms.Button();
  31. this.button_save = new System.Windows.Forms.Button();
  32. this.checkBox2 = new System.Windows.Forms.CheckBox();
  33. this.checkBox1 = new System.Windows.Forms.CheckBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.description = new System.Windows.Forms.Label();
  37. this.text_password3 = new System.Windows.Forms.TextBox();
  38. this.text_password2 = new System.Windows.Forms.TextBox();
  39. this.text_password1 = new System.Windows.Forms.TextBox();
  40. this.button1 = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // label
  44. //
  45. this.label.AutoSize = true;
  46. this.label.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  47. this.label.Location = new System.Drawing.Point(31, 19);
  48. this.label.Name = "label";
  49. this.label.Size = new System.Drawing.Size(214, 26);
  50. this.label.TabIndex = 51;
  51. this.label.Text = "СМЕНА ПАРОЛЯ";
  52. //
  53. // button_back
  54. //
  55. this.button_back.BackColor = System.Drawing.Color.Gray;
  56. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  59. this.button_back.Location = new System.Drawing.Point(37, 237);
  60. this.button_back.Name = "button_back";
  61. this.button_back.Size = new System.Drawing.Size(91, 30);
  62. this.button_back.TabIndex = 56;
  63. this.button_back.Text = "Назад";
  64. this.button_back.UseVisualStyleBackColor = false;
  65. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  66. //
  67. // button_save
  68. //
  69. this.button_save.BackColor = System.Drawing.Color.Gray;
  70. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  71. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  73. this.button_save.Location = new System.Drawing.Point(463, 237);
  74. this.button_save.Name = "button_save";
  75. this.button_save.Size = new System.Drawing.Size(125, 30);
  76. this.button_save.TabIndex = 55;
  77. this.button_save.Text = "Сохранить";
  78. this.button_save.UseVisualStyleBackColor = false;
  79. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  80. //
  81. // checkBox2
  82. //
  83. this.checkBox2.AutoSize = true;
  84. this.checkBox2.Location = new System.Drawing.Point(474, 190);
  85. this.checkBox2.Name = "checkBox2";
  86. this.checkBox2.Size = new System.Drawing.Size(114, 17);
  87. this.checkBox2.TabIndex = 64;
  88. this.checkBox2.Text = "Показать пароль";
  89. this.checkBox2.UseVisualStyleBackColor = true;
  90. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  91. //
  92. // checkBox1
  93. //
  94. this.checkBox1.AutoSize = true;
  95. this.checkBox1.Location = new System.Drawing.Point(474, 136);
  96. this.checkBox1.Name = "checkBox1";
  97. this.checkBox1.Size = new System.Drawing.Size(114, 17);
  98. this.checkBox1.TabIndex = 63;
  99. this.checkBox1.Text = "Показать пароль";
  100. this.checkBox1.UseVisualStyleBackColor = true;
  101. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  102. //
  103. // label2
  104. //
  105. this.label2.AutoSize = true;
  106. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  107. this.label2.Location = new System.Drawing.Point(33, 76);
  108. this.label2.Name = "label2";
  109. this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  110. this.label2.Size = new System.Drawing.Size(147, 24);
  111. this.label2.TabIndex = 62;
  112. this.label2.Text = "Старый пароль";
  113. //
  114. // label1
  115. //
  116. this.label1.AutoSize = true;
  117. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  118. this.label1.Location = new System.Drawing.Point(33, 129);
  119. this.label1.Name = "label1";
  120. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  121. this.label1.Size = new System.Drawing.Size(138, 24);
  122. this.label1.TabIndex = 61;
  123. this.label1.Text = "Новый пароль";
  124. //
  125. // description
  126. //
  127. this.description.AutoSize = true;
  128. this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  129. this.description.Location = new System.Drawing.Point(33, 183);
  130. this.description.Name = "description";
  131. this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
  132. this.description.Size = new System.Drawing.Size(202, 24);
  133. this.description.TabIndex = 60;
  134. this.description.Text = "Подтвердите пароль";
  135. //
  136. // text_password3
  137. //
  138. this.text_password3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  139. this.text_password3.Location = new System.Drawing.Point(237, 183);
  140. this.text_password3.MaxLength = 25;
  141. this.text_password3.Name = "text_password3";
  142. this.text_password3.ShortcutsEnabled = false;
  143. this.text_password3.Size = new System.Drawing.Size(231, 26);
  144. this.text_password3.TabIndex = 57;
  145. this.text_password3.UseSystemPasswordChar = true;
  146. //
  147. // text_password2
  148. //
  149. this.text_password2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  150. this.text_password2.Location = new System.Drawing.Point(237, 129);
  151. this.text_password2.MaxLength = 25;
  152. this.text_password2.Name = "text_password2";
  153. this.text_password2.ShortcutsEnabled = false;
  154. this.text_password2.Size = new System.Drawing.Size(231, 26);
  155. this.text_password2.TabIndex = 58;
  156. this.text_password2.Tag = "";
  157. this.text_password2.UseSystemPasswordChar = true;
  158. //
  159. // text_password1
  160. //
  161. this.text_password1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  162. this.text_password1.Location = new System.Drawing.Point(237, 76);
  163. this.text_password1.MaxLength = 25;
  164. this.text_password1.Name = "text_password1";
  165. this.text_password1.ShortcutsEnabled = false;
  166. this.text_password1.Size = new System.Drawing.Size(231, 26);
  167. this.text_password1.TabIndex = 65;
  168. this.text_password1.Tag = "";
  169. this.text_password1.UseSystemPasswordChar = true;
  170. //
  171. // button1
  172. //
  173. this.button1.BackColor = System.Drawing.Color.Gray;
  174. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold);
  175. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  176. this.button1.Location = new System.Drawing.Point(237, 237);
  177. this.button1.Name = "button1";
  178. this.button1.Size = new System.Drawing.Size(194, 30);
  179. this.button1.TabIndex = 75;
  180. this.button1.Text = "Требования к паролю";
  181. this.button1.UseVisualStyleBackColor = false;
  182. this.button1.Click += new System.EventHandler(this.button1_Click);
  183. //
  184. // PasswordChange
  185. //
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  189. this.ClientSize = new System.Drawing.Size(623, 288);
  190. this.Controls.Add(this.button1);
  191. this.Controls.Add(this.text_password1);
  192. this.Controls.Add(this.checkBox2);
  193. this.Controls.Add(this.checkBox1);
  194. this.Controls.Add(this.label2);
  195. this.Controls.Add(this.label1);
  196. this.Controls.Add(this.description);
  197. this.Controls.Add(this.text_password3);
  198. this.Controls.Add(this.text_password2);
  199. this.Controls.Add(this.button_back);
  200. this.Controls.Add(this.button_save);
  201. this.Controls.Add(this.label);
  202. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  203. this.MaximumSize = new System.Drawing.Size(639, 327);
  204. this.MinimumSize = new System.Drawing.Size(639, 327);
  205. this.Name = "PasswordChange";
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  207. this.Text = "Изменение пароля";
  208. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  209. this.Load += new System.EventHandler(this.PasswordChange_Load);
  210. this.ResumeLayout(false);
  211. this.PerformLayout();
  212. }
  213. #endregion
  214. private System.Windows.Forms.Label label;
  215. private System.Windows.Forms.Button button_back;
  216. private System.Windows.Forms.Button button_save;
  217. private System.Windows.Forms.CheckBox checkBox2;
  218. private System.Windows.Forms.CheckBox checkBox1;
  219. private System.Windows.Forms.Label label2;
  220. private System.Windows.Forms.Label label1;
  221. private System.Windows.Forms.Label description;
  222. private System.Windows.Forms.TextBox text_password3;
  223. private System.Windows.Forms.TextBox text_password2;
  224. private System.Windows.Forms.TextBox text_password1;
  225. private System.Windows.Forms.Button button1;
  226. }
  227. }