PasswordChange_Admin.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. 
  2. namespace proba
  3. {
  4. partial class PasswordChange_Admin
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.checkBox2 = new System.Windows.Forms.CheckBox();
  30. this.checkBox1 = new System.Windows.Forms.CheckBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.description = new System.Windows.Forms.Label();
  33. this.text_password3 = new System.Windows.Forms.TextBox();
  34. this.text_password2 = new System.Windows.Forms.TextBox();
  35. this.button_back = new System.Windows.Forms.Button();
  36. this.button_save = new System.Windows.Forms.Button();
  37. this.label = new System.Windows.Forms.Label();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.SuspendLayout();
  40. //
  41. // checkBox2
  42. //
  43. this.checkBox2.AutoSize = true;
  44. this.checkBox2.Location = new System.Drawing.Point(463, 149);
  45. this.checkBox2.Name = "checkBox2";
  46. this.checkBox2.Size = new System.Drawing.Size(114, 17);
  47. this.checkBox2.TabIndex = 73;
  48. this.checkBox2.Text = "Показать пароль";
  49. this.checkBox2.UseVisualStyleBackColor = true;
  50. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  51. //
  52. // checkBox1
  53. //
  54. this.checkBox1.AutoSize = true;
  55. this.checkBox1.Location = new System.Drawing.Point(463, 95);
  56. this.checkBox1.Name = "checkBox1";
  57. this.checkBox1.Size = new System.Drawing.Size(114, 17);
  58. this.checkBox1.TabIndex = 72;
  59. this.checkBox1.Text = "Показать пароль";
  60. this.checkBox1.UseVisualStyleBackColor = true;
  61. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.label1.Location = new System.Drawing.Point(22, 88);
  68. this.label1.Name = "label1";
  69. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  70. this.label1.Size = new System.Drawing.Size(138, 24);
  71. this.label1.TabIndex = 71;
  72. this.label1.Text = "Новый пароль";
  73. //
  74. // description
  75. //
  76. this.description.AutoSize = true;
  77. this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.description.Location = new System.Drawing.Point(22, 142);
  79. this.description.Name = "description";
  80. this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
  81. this.description.Size = new System.Drawing.Size(202, 24);
  82. this.description.TabIndex = 70;
  83. this.description.Text = "Подтвердите пароль";
  84. //
  85. // text_password3
  86. //
  87. this.text_password3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  88. this.text_password3.Location = new System.Drawing.Point(226, 142);
  89. this.text_password3.MaxLength = 25;
  90. this.text_password3.Name = "text_password3";
  91. this.text_password3.ShortcutsEnabled = false;
  92. this.text_password3.Size = new System.Drawing.Size(231, 26);
  93. this.text_password3.TabIndex = 68;
  94. this.text_password3.UseSystemPasswordChar = true;
  95. //
  96. // text_password2
  97. //
  98. this.text_password2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  99. this.text_password2.Location = new System.Drawing.Point(226, 88);
  100. this.text_password2.MaxLength = 25;
  101. this.text_password2.Name = "text_password2";
  102. this.text_password2.ShortcutsEnabled = false;
  103. this.text_password2.Size = new System.Drawing.Size(231, 26);
  104. this.text_password2.TabIndex = 69;
  105. this.text_password2.Tag = "";
  106. this.text_password2.UseSystemPasswordChar = true;
  107. //
  108. // button_back
  109. //
  110. this.button_back.BackColor = System.Drawing.Color.Gray;
  111. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  112. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  113. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  114. this.button_back.Location = new System.Drawing.Point(26, 194);
  115. this.button_back.Name = "button_back";
  116. this.button_back.Size = new System.Drawing.Size(91, 30);
  117. this.button_back.TabIndex = 67;
  118. this.button_back.Text = "Назад";
  119. this.button_back.UseVisualStyleBackColor = false;
  120. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  121. //
  122. // button_save
  123. //
  124. this.button_save.BackColor = System.Drawing.Color.Gray;
  125. this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
  126. this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  128. this.button_save.Location = new System.Drawing.Point(452, 194);
  129. this.button_save.Name = "button_save";
  130. this.button_save.Size = new System.Drawing.Size(125, 30);
  131. this.button_save.TabIndex = 66;
  132. this.button_save.Text = "Сохранить";
  133. this.button_save.UseVisualStyleBackColor = false;
  134. this.button_save.Click += new System.EventHandler(this.button_save_Click);
  135. //
  136. // label
  137. //
  138. this.label.AutoSize = true;
  139. this.label.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  140. this.label.Location = new System.Drawing.Point(19, 26);
  141. this.label.Name = "label";
  142. this.label.Size = new System.Drawing.Size(214, 26);
  143. this.label.TabIndex = 65;
  144. this.label.Text = "СМЕНА ПАРОЛЯ";
  145. //
  146. // button1
  147. //
  148. this.button1.BackColor = System.Drawing.Color.Gray;
  149. this.button1.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold);
  150. this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  151. this.button1.Location = new System.Drawing.Point(226, 194);
  152. this.button1.Name = "button1";
  153. this.button1.Size = new System.Drawing.Size(194, 30);
  154. this.button1.TabIndex = 74;
  155. this.button1.Text = "Требования к паролю";
  156. this.button1.UseVisualStyleBackColor = false;
  157. this.button1.Click += new System.EventHandler(this.button1_Click);
  158. //
  159. // PasswordChange_Admin
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  164. this.ClientSize = new System.Drawing.Size(611, 243);
  165. this.Controls.Add(this.button1);
  166. this.Controls.Add(this.checkBox2);
  167. this.Controls.Add(this.checkBox1);
  168. this.Controls.Add(this.label1);
  169. this.Controls.Add(this.description);
  170. this.Controls.Add(this.text_password3);
  171. this.Controls.Add(this.text_password2);
  172. this.Controls.Add(this.button_back);
  173. this.Controls.Add(this.button_save);
  174. this.Controls.Add(this.label);
  175. this.Name = "PasswordChange_Admin";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  177. this.Text = "Смена пароля пользователя";
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private System.Windows.Forms.CheckBox checkBox2;
  183. private System.Windows.Forms.CheckBox checkBox1;
  184. private System.Windows.Forms.Label label1;
  185. private System.Windows.Forms.Label description;
  186. private System.Windows.Forms.TextBox text_password3;
  187. private System.Windows.Forms.TextBox text_password2;
  188. private System.Windows.Forms.Button button_back;
  189. private System.Windows.Forms.Button button_save;
  190. private System.Windows.Forms.Label label;
  191. private System.Windows.Forms.Button button1;
  192. }
  193. }