fAuthorization.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace Швейная_фабрика
  2. {
  3. partial class fAuthorization
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.bAuthorize = new System.Windows.Forms.Button();
  29. this.bRegistration = new System.Windows.Forms.Button();
  30. this.chbxShowPassword = new System.Windows.Forms.CheckBox();
  31. this.tbxLogin = new System.Windows.Forms.TextBox();
  32. this.tbxPassword = new System.Windows.Forms.TextBox();
  33. this.tbxCaptcha = new System.Windows.Forms.TextBox();
  34. this.cbxRole = new System.Windows.Forms.ComboBox();
  35. this.lblLogin = new System.Windows.Forms.Label();
  36. this.lblPassword = new System.Windows.Forms.Label();
  37. this.lblChooseRole = new System.Windows.Forms.Label();
  38. this.lblEnterCaptcha = new System.Windows.Forms.Label();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.lblCaptcha = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // bAuthorize
  45. //
  46. this.bAuthorize.Location = new System.Drawing.Point(207, 190);
  47. this.bAuthorize.Name = "bAuthorize";
  48. this.bAuthorize.Size = new System.Drawing.Size(103, 23);
  49. this.bAuthorize.TabIndex = 0;
  50. this.bAuthorize.Text = "Авторизоваться";
  51. this.bAuthorize.UseVisualStyleBackColor = true;
  52. this.bAuthorize.Click += new System.EventHandler(this.bAuthorize_Click);
  53. //
  54. // bRegistration
  55. //
  56. this.bRegistration.Location = new System.Drawing.Point(12, 190);
  57. this.bRegistration.Name = "bRegistration";
  58. this.bRegistration.Size = new System.Drawing.Size(114, 23);
  59. this.bRegistration.TabIndex = 1;
  60. this.bRegistration.Text = "Регистрация";
  61. this.bRegistration.UseVisualStyleBackColor = true;
  62. //
  63. // chbxShowPassword
  64. //
  65. this.chbxShowPassword.AutoSize = true;
  66. this.chbxShowPassword.Location = new System.Drawing.Point(12, 167);
  67. this.chbxShowPassword.Name = "chbxShowPassword";
  68. this.chbxShowPassword.Size = new System.Drawing.Size(114, 17);
  69. this.chbxShowPassword.TabIndex = 2;
  70. this.chbxShowPassword.Text = "Показать пароль";
  71. this.chbxShowPassword.UseVisualStyleBackColor = true;
  72. //
  73. // tbxLogin
  74. //
  75. this.tbxLogin.Location = new System.Drawing.Point(166, 12);
  76. this.tbxLogin.Name = "tbxLogin";
  77. this.tbxLogin.Size = new System.Drawing.Size(142, 20);
  78. this.tbxLogin.TabIndex = 3;
  79. //
  80. // tbxPassword
  81. //
  82. this.tbxPassword.Location = new System.Drawing.Point(166, 39);
  83. this.tbxPassword.Name = "tbxPassword";
  84. this.tbxPassword.Size = new System.Drawing.Size(142, 20);
  85. this.tbxPassword.TabIndex = 4;
  86. //
  87. // tbxCaptcha
  88. //
  89. this.tbxCaptcha.Location = new System.Drawing.Point(166, 92);
  90. this.tbxCaptcha.Name = "tbxCaptcha";
  91. this.tbxCaptcha.Size = new System.Drawing.Size(142, 20);
  92. this.tbxCaptcha.TabIndex = 5;
  93. //
  94. // cbxRole
  95. //
  96. this.cbxRole.FormattingEnabled = true;
  97. this.cbxRole.Location = new System.Drawing.Point(166, 65);
  98. this.cbxRole.Name = "cbxRole";
  99. this.cbxRole.Size = new System.Drawing.Size(142, 21);
  100. this.cbxRole.TabIndex = 6;
  101. //
  102. // lblLogin
  103. //
  104. this.lblLogin.AutoSize = true;
  105. this.lblLogin.Location = new System.Drawing.Point(12, 15);
  106. this.lblLogin.Name = "lblLogin";
  107. this.lblLogin.Size = new System.Drawing.Size(84, 13);
  108. this.lblLogin.TabIndex = 7;
  109. this.lblLogin.Text = "Введите логин.";
  110. //
  111. // lblPassword
  112. //
  113. this.lblPassword.AutoSize = true;
  114. this.lblPassword.Location = new System.Drawing.Point(12, 42);
  115. this.lblPassword.Name = "lblPassword";
  116. this.lblPassword.Size = new System.Drawing.Size(91, 13);
  117. this.lblPassword.TabIndex = 8;
  118. this.lblPassword.Text = "Введите пароль.";
  119. //
  120. // lblChooseRole
  121. //
  122. this.lblChooseRole.AutoSize = true;
  123. this.lblChooseRole.Location = new System.Drawing.Point(12, 68);
  124. this.lblChooseRole.Name = "lblChooseRole";
  125. this.lblChooseRole.Size = new System.Drawing.Size(87, 13);
  126. this.lblChooseRole.TabIndex = 9;
  127. this.lblChooseRole.Text = "Выберите роль.";
  128. //
  129. // lblEnterCaptcha
  130. //
  131. this.lblEnterCaptcha.AutoSize = true;
  132. this.lblEnterCaptcha.Location = new System.Drawing.Point(12, 95);
  133. this.lblEnterCaptcha.Name = "lblEnterCaptcha";
  134. this.lblEnterCaptcha.Size = new System.Drawing.Size(148, 13);
  135. this.lblEnterCaptcha.TabIndex = 10;
  136. this.lblEnterCaptcha.Text = "Введите текст из картинки.";
  137. //
  138. // panel1
  139. //
  140. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  141. this.panel1.Controls.Add(this.lblCaptcha);
  142. this.panel1.Location = new System.Drawing.Point(166, 118);
  143. this.panel1.Name = "panel1";
  144. this.panel1.Size = new System.Drawing.Size(142, 45);
  145. this.panel1.TabIndex = 11;
  146. //
  147. // lblCaptcha
  148. //
  149. this.lblCaptcha.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  150. this.lblCaptcha.Location = new System.Drawing.Point(2, 4);
  151. this.lblCaptcha.Name = "lblCaptcha";
  152. this.lblCaptcha.Size = new System.Drawing.Size(135, 35);
  153. this.lblCaptcha.TabIndex = 0;
  154. this.lblCaptcha.Text = "label1";
  155. //
  156. // fAuthorization
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.ClientSize = new System.Drawing.Size(322, 225);
  161. this.Controls.Add(this.panel1);
  162. this.Controls.Add(this.lblEnterCaptcha);
  163. this.Controls.Add(this.lblChooseRole);
  164. this.Controls.Add(this.lblPassword);
  165. this.Controls.Add(this.lblLogin);
  166. this.Controls.Add(this.cbxRole);
  167. this.Controls.Add(this.tbxCaptcha);
  168. this.Controls.Add(this.tbxPassword);
  169. this.Controls.Add(this.tbxLogin);
  170. this.Controls.Add(this.chbxShowPassword);
  171. this.Controls.Add(this.bRegistration);
  172. this.Controls.Add(this.bAuthorize);
  173. this.MaximizeBox = false;
  174. this.Name = "fAuthorization";
  175. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  176. this.Text = "Авторизация";
  177. this.panel1.ResumeLayout(false);
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private System.Windows.Forms.Button bAuthorize;
  183. private System.Windows.Forms.Button bRegistration;
  184. private System.Windows.Forms.CheckBox chbxShowPassword;
  185. private System.Windows.Forms.TextBox tbxLogin;
  186. private System.Windows.Forms.TextBox tbxPassword;
  187. private System.Windows.Forms.TextBox tbxCaptcha;
  188. private System.Windows.Forms.ComboBox cbxRole;
  189. private System.Windows.Forms.Label lblLogin;
  190. private System.Windows.Forms.Label lblPassword;
  191. private System.Windows.Forms.Label lblChooseRole;
  192. private System.Windows.Forms.Label lblEnterCaptcha;
  193. private System.Windows.Forms.Panel panel1;
  194. private System.Windows.Forms.Label lblCaptcha;
  195. }
  196. }