fAuthorization.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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.pnlCaptcha = new System.Windows.Forms.Panel();
  40. this.lblCaptcha = new System.Windows.Forms.Label();
  41. this.pnlLogo = new System.Windows.Forms.Panel();
  42. this.pnlTitle = new System.Windows.Forms.Panel();
  43. this.lblTitle = new System.Windows.Forms.Label();
  44. this.pbxLogo = new System.Windows.Forms.PictureBox();
  45. this.pnlCaptcha.SuspendLayout();
  46. this.pnlLogo.SuspendLayout();
  47. this.pnlTitle.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // bAuthorize
  52. //
  53. this.bAuthorize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  54. this.bAuthorize.Cursor = System.Windows.Forms.Cursors.Hand;
  55. this.bAuthorize.Location = new System.Drawing.Point(241, 277);
  56. this.bAuthorize.Name = "bAuthorize";
  57. this.bAuthorize.Size = new System.Drawing.Size(58, 23);
  58. this.bAuthorize.TabIndex = 0;
  59. this.bAuthorize.Text = "Вход";
  60. this.bAuthorize.UseVisualStyleBackColor = false;
  61. this.bAuthorize.Click += new System.EventHandler(this.bAuthorize_Click);
  62. //
  63. // bRegistration
  64. //
  65. this.bRegistration.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  66. this.bRegistration.Cursor = System.Windows.Forms.Cursors.Hand;
  67. this.bRegistration.Location = new System.Drawing.Point(11, 277);
  68. this.bRegistration.Name = "bRegistration";
  69. this.bRegistration.Size = new System.Drawing.Size(138, 23);
  70. this.bRegistration.TabIndex = 1;
  71. this.bRegistration.Text = "Регистрация заказчика";
  72. this.bRegistration.UseVisualStyleBackColor = false;
  73. this.bRegistration.Click += new System.EventHandler(this.bRegistration_Click);
  74. //
  75. // chbxShowPassword
  76. //
  77. this.chbxShowPassword.AutoSize = true;
  78. this.chbxShowPassword.Location = new System.Drawing.Point(11, 153);
  79. this.chbxShowPassword.Name = "chbxShowPassword";
  80. this.chbxShowPassword.Size = new System.Drawing.Size(114, 17);
  81. this.chbxShowPassword.TabIndex = 2;
  82. this.chbxShowPassword.Text = "Показать пароль";
  83. this.chbxShowPassword.UseVisualStyleBackColor = true;
  84. //
  85. // tbxLogin
  86. //
  87. this.tbxLogin.Location = new System.Drawing.Point(168, 97);
  88. this.tbxLogin.Name = "tbxLogin";
  89. this.tbxLogin.Size = new System.Drawing.Size(132, 20);
  90. this.tbxLogin.TabIndex = 3;
  91. //
  92. // tbxPassword
  93. //
  94. this.tbxPassword.Location = new System.Drawing.Point(168, 124);
  95. this.tbxPassword.Name = "tbxPassword";
  96. this.tbxPassword.Size = new System.Drawing.Size(132, 20);
  97. this.tbxPassword.TabIndex = 4;
  98. this.tbxPassword.UseSystemPasswordChar = true;
  99. //
  100. // tbxCaptcha
  101. //
  102. this.tbxCaptcha.Location = new System.Drawing.Point(165, 251);
  103. this.tbxCaptcha.Name = "tbxCaptcha";
  104. this.tbxCaptcha.Size = new System.Drawing.Size(134, 20);
  105. this.tbxCaptcha.TabIndex = 5;
  106. //
  107. // cbxRole
  108. //
  109. this.cbxRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  110. this.cbxRole.FormattingEnabled = true;
  111. this.cbxRole.Location = new System.Drawing.Point(168, 70);
  112. this.cbxRole.Name = "cbxRole";
  113. this.cbxRole.Size = new System.Drawing.Size(132, 21);
  114. this.cbxRole.TabIndex = 6;
  115. //
  116. // lblLogin
  117. //
  118. this.lblLogin.AutoSize = true;
  119. this.lblLogin.Location = new System.Drawing.Point(8, 100);
  120. this.lblLogin.Name = "lblLogin";
  121. this.lblLogin.Size = new System.Drawing.Size(84, 13);
  122. this.lblLogin.TabIndex = 7;
  123. this.lblLogin.Text = "Введите логин.";
  124. //
  125. // lblPassword
  126. //
  127. this.lblPassword.AutoSize = true;
  128. this.lblPassword.Location = new System.Drawing.Point(8, 127);
  129. this.lblPassword.Name = "lblPassword";
  130. this.lblPassword.Size = new System.Drawing.Size(91, 13);
  131. this.lblPassword.TabIndex = 8;
  132. this.lblPassword.Text = "Введите пароль.";
  133. //
  134. // lblChooseRole
  135. //
  136. this.lblChooseRole.AutoSize = true;
  137. this.lblChooseRole.Location = new System.Drawing.Point(8, 73);
  138. this.lblChooseRole.Name = "lblChooseRole";
  139. this.lblChooseRole.Size = new System.Drawing.Size(154, 13);
  140. this.lblChooseRole.TabIndex = 9;
  141. this.lblChooseRole.Text = "Выберите тип пользователя.";
  142. //
  143. // lblEnterCaptcha
  144. //
  145. this.lblEnterCaptcha.AutoSize = true;
  146. this.lblEnterCaptcha.Location = new System.Drawing.Point(8, 254);
  147. this.lblEnterCaptcha.Name = "lblEnterCaptcha";
  148. this.lblEnterCaptcha.Size = new System.Drawing.Size(148, 13);
  149. this.lblEnterCaptcha.TabIndex = 10;
  150. this.lblEnterCaptcha.Text = "Введите текст из картинки.";
  151. //
  152. // pnlCaptcha
  153. //
  154. this.pnlCaptcha.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  155. this.pnlCaptcha.Controls.Add(this.lblCaptcha);
  156. this.pnlCaptcha.Location = new System.Drawing.Point(11, 176);
  157. this.pnlCaptcha.Name = "pnlCaptcha";
  158. this.pnlCaptcha.Size = new System.Drawing.Size(289, 69);
  159. this.pnlCaptcha.TabIndex = 11;
  160. //
  161. // lblCaptcha
  162. //
  163. this.lblCaptcha.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.lblCaptcha.Font = new System.Drawing.Font("Segoe Script", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  165. this.lblCaptcha.Location = new System.Drawing.Point(0, 0);
  166. this.lblCaptcha.Name = "lblCaptcha";
  167. this.lblCaptcha.Size = new System.Drawing.Size(287, 67);
  168. this.lblCaptcha.TabIndex = 0;
  169. this.lblCaptcha.Text = "label1";
  170. this.lblCaptcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  171. this.lblCaptcha.Paint += new System.Windows.Forms.PaintEventHandler(this.lblCaptcha_Paint);
  172. //
  173. // pnlLogo
  174. //
  175. this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  176. this.pnlLogo.Controls.Add(this.pnlTitle);
  177. this.pnlLogo.Controls.Add(this.pbxLogo);
  178. this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
  179. this.pnlLogo.Location = new System.Drawing.Point(0, 0);
  180. this.pnlLogo.Name = "pnlLogo";
  181. this.pnlLogo.Size = new System.Drawing.Size(309, 64);
  182. this.pnlLogo.TabIndex = 12;
  183. //
  184. // pnlTitle
  185. //
  186. this.pnlTitle.Controls.Add(this.lblTitle);
  187. this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.pnlTitle.Location = new System.Drawing.Point(64, 0);
  189. this.pnlTitle.Name = "pnlTitle";
  190. this.pnlTitle.Size = new System.Drawing.Size(243, 62);
  191. this.pnlTitle.TabIndex = 2;
  192. //
  193. // lblTitle
  194. //
  195. this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  196. this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  197. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  198. this.lblTitle.Location = new System.Drawing.Point(0, 0);
  199. this.lblTitle.Name = "lblTitle";
  200. this.lblTitle.Size = new System.Drawing.Size(243, 62);
  201. this.lblTitle.TabIndex = 0;
  202. this.lblTitle.Text = "Авторизация";
  203. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  204. //
  205. // pbxLogo
  206. //
  207. this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  208. this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  209. this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  210. this.pbxLogo.Location = new System.Drawing.Point(0, 0);
  211. this.pbxLogo.Name = "pbxLogo";
  212. this.pbxLogo.Size = new System.Drawing.Size(64, 62);
  213. this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  214. this.pbxLogo.TabIndex = 1;
  215. this.pbxLogo.TabStop = false;
  216. //
  217. // fAuthorization
  218. //
  219. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  220. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  222. this.ClientSize = new System.Drawing.Size(309, 308);
  223. this.Controls.Add(this.pnlLogo);
  224. this.Controls.Add(this.pnlCaptcha);
  225. this.Controls.Add(this.lblEnterCaptcha);
  226. this.Controls.Add(this.lblChooseRole);
  227. this.Controls.Add(this.lblPassword);
  228. this.Controls.Add(this.lblLogin);
  229. this.Controls.Add(this.cbxRole);
  230. this.Controls.Add(this.tbxCaptcha);
  231. this.Controls.Add(this.tbxPassword);
  232. this.Controls.Add(this.tbxLogin);
  233. this.Controls.Add(this.chbxShowPassword);
  234. this.Controls.Add(this.bRegistration);
  235. this.Controls.Add(this.bAuthorize);
  236. this.MaximizeBox = false;
  237. this.Name = "fAuthorization";
  238. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  239. this.Text = "Швейная фабрика";
  240. this.Load += new System.EventHandler(this.fAuthorization_Load);
  241. this.pnlCaptcha.ResumeLayout(false);
  242. this.pnlLogo.ResumeLayout(false);
  243. this.pnlTitle.ResumeLayout(false);
  244. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
  245. this.ResumeLayout(false);
  246. this.PerformLayout();
  247. }
  248. #endregion
  249. private System.Windows.Forms.Button bAuthorize;
  250. private System.Windows.Forms.Button bRegistration;
  251. private System.Windows.Forms.CheckBox chbxShowPassword;
  252. private System.Windows.Forms.TextBox tbxLogin;
  253. private System.Windows.Forms.TextBox tbxPassword;
  254. private System.Windows.Forms.TextBox tbxCaptcha;
  255. private System.Windows.Forms.ComboBox cbxRole;
  256. private System.Windows.Forms.Label lblLogin;
  257. private System.Windows.Forms.Label lblPassword;
  258. private System.Windows.Forms.Label lblChooseRole;
  259. private System.Windows.Forms.Label lblEnterCaptcha;
  260. private System.Windows.Forms.Panel pnlCaptcha;
  261. private System.Windows.Forms.Label lblCaptcha;
  262. private System.Windows.Forms.Panel pnlLogo;
  263. private System.Windows.Forms.Panel pnlTitle;
  264. private System.Windows.Forms.Label lblTitle;
  265. private System.Windows.Forms.PictureBox pbxLogo;
  266. }
  267. }