FormAuthorization.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormAuthorization
  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(FormAuthorization));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tbxLogin = new System.Windows.Forms.TextBox();
  34. this.tbxPassword = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.cbxPassword = new System.Windows.Forms.CheckBox();
  37. this.btnLogin = new System.Windows.Forms.Button();
  38. this.lblReg = new System.Windows.Forms.Label();
  39. this.lblCaptcha = new System.Windows.Forms.Label();
  40. this.tbxCaptcha = new System.Windows.Forms.TextBox();
  41. this.pCap = new System.Windows.Forms.Panel();
  42. this.panel1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  44. this.pCap.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  50. this.panel1.Controls.Add(this.label1);
  51. this.panel1.Controls.Add(this.pbxPhoto);
  52. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.panel1.Location = new System.Drawing.Point(0, 0);
  54. this.panel1.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  55. this.panel1.Name = "panel1";
  56. this.panel1.Size = new System.Drawing.Size(370, 92);
  57. this.panel1.TabIndex = 0;
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  63. this.label1.Location = new System.Drawing.Point(29, 29);
  64. this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(225, 37);
  67. this.label1.TabIndex = 1;
  68. this.label1.Text = "Авторизация";
  69. //
  70. // pbxPhoto
  71. //
  72. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  73. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  74. this.pbxPhoto.Location = new System.Drawing.Point(278, 0);
  75. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  76. this.pbxPhoto.Name = "pbxPhoto";
  77. this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
  78. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  79. this.pbxPhoto.TabIndex = 0;
  80. this.pbxPhoto.TabStop = false;
  81. //
  82. // label2
  83. //
  84. this.label2.AutoSize = true;
  85. this.label2.Location = new System.Drawing.Point(117, 109);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(137, 22);
  88. this.label2.TabIndex = 1;
  89. this.label2.Text = "Введите логин";
  90. //
  91. // tbxLogin
  92. //
  93. this.tbxLogin.Location = new System.Drawing.Point(12, 134);
  94. this.tbxLogin.Name = "tbxLogin";
  95. this.tbxLogin.Size = new System.Drawing.Size(346, 29);
  96. this.tbxLogin.TabIndex = 2;
  97. //
  98. // tbxPassword
  99. //
  100. this.tbxPassword.Location = new System.Drawing.Point(12, 201);
  101. this.tbxPassword.Name = "tbxPassword";
  102. this.tbxPassword.Size = new System.Drawing.Size(346, 29);
  103. this.tbxPassword.TabIndex = 4;
  104. this.tbxPassword.UseSystemPasswordChar = true;
  105. //
  106. // label3
  107. //
  108. this.label3.AutoSize = true;
  109. this.label3.Location = new System.Drawing.Point(117, 176);
  110. this.label3.Name = "label3";
  111. this.label3.Size = new System.Drawing.Size(151, 22);
  112. this.label3.TabIndex = 3;
  113. this.label3.Text = "Введите пароль";
  114. //
  115. // cbxPassword
  116. //
  117. this.cbxPassword.AutoSize = true;
  118. this.cbxPassword.Location = new System.Drawing.Point(12, 236);
  119. this.cbxPassword.Name = "cbxPassword";
  120. this.cbxPassword.Size = new System.Drawing.Size(176, 26);
  121. this.cbxPassword.TabIndex = 5;
  122. this.cbxPassword.Text = "Показать пароль";
  123. this.cbxPassword.UseVisualStyleBackColor = true;
  124. this.cbxPassword.CheckedChanged += new System.EventHandler(this.cbxPassword_CheckedChanged);
  125. //
  126. // btnLogin
  127. //
  128. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  129. this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  130. this.btnLogin.Location = new System.Drawing.Point(97, 362);
  131. this.btnLogin.Name = "btnLogin";
  132. this.btnLogin.Size = new System.Drawing.Size(185, 41);
  133. this.btnLogin.TabIndex = 6;
  134. this.btnLogin.Text = "Вход";
  135. this.btnLogin.UseVisualStyleBackColor = false;
  136. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  137. //
  138. // lblReg
  139. //
  140. this.lblReg.AutoSize = true;
  141. this.lblReg.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.lblReg.ForeColor = System.Drawing.Color.RoyalBlue;
  143. this.lblReg.Location = new System.Drawing.Point(66, 406);
  144. this.lblReg.Name = "lblReg";
  145. this.lblReg.Size = new System.Drawing.Size(258, 18);
  146. this.lblReg.TabIndex = 7;
  147. this.lblReg.Text = "Регистрация нового пользователя";
  148. this.lblReg.Click += new System.EventHandler(this.lblReg_Click);
  149. //
  150. // lblCaptcha
  151. //
  152. this.lblCaptcha.AutoSize = true;
  153. this.lblCaptcha.BackColor = System.Drawing.Color.Transparent;
  154. this.lblCaptcha.Font = new System.Drawing.Font("Ink Free", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  155. this.lblCaptcha.Location = new System.Drawing.Point(38, 9);
  156. this.lblCaptcha.Name = "lblCaptcha";
  157. this.lblCaptcha.Size = new System.Drawing.Size(85, 34);
  158. this.lblCaptcha.TabIndex = 8;
  159. this.lblCaptcha.Text = "label4";
  160. //
  161. // tbxCaptcha
  162. //
  163. this.tbxCaptcha.Location = new System.Drawing.Point(12, 321);
  164. this.tbxCaptcha.Name = "tbxCaptcha";
  165. this.tbxCaptcha.Size = new System.Drawing.Size(346, 29);
  166. this.tbxCaptcha.TabIndex = 9;
  167. //
  168. // pCap
  169. //
  170. this.pCap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  171. this.pCap.Controls.Add(this.lblCaptcha);
  172. this.pCap.Location = new System.Drawing.Point(114, 268);
  173. this.pCap.Name = "pCap";
  174. this.pCap.Size = new System.Drawing.Size(154, 47);
  175. this.pCap.TabIndex = 10;
  176. this.pCap.Paint += new System.Windows.Forms.PaintEventHandler(this.pCap_Paint);
  177. //
  178. // FormAuthorization
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.BackColor = System.Drawing.Color.White;
  183. this.ClientSize = new System.Drawing.Size(370, 436);
  184. this.Controls.Add(this.pCap);
  185. this.Controls.Add(this.tbxCaptcha);
  186. this.Controls.Add(this.lblReg);
  187. this.Controls.Add(this.btnLogin);
  188. this.Controls.Add(this.cbxPassword);
  189. this.Controls.Add(this.tbxPassword);
  190. this.Controls.Add(this.label3);
  191. this.Controls.Add(this.tbxLogin);
  192. this.Controls.Add(this.label2);
  193. this.Controls.Add(this.panel1);
  194. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  195. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  196. this.Margin = new System.Windows.Forms.Padding(4);
  197. this.MaximizeBox = false;
  198. this.MaximumSize = new System.Drawing.Size(386, 475);
  199. this.MinimumSize = new System.Drawing.Size(386, 475);
  200. this.Name = "FormAuthorization";
  201. this.Text = "СУБД Швейная фабрика";
  202. this.Load += new System.EventHandler(this.FormAuthorization_Load);
  203. this.panel1.ResumeLayout(false);
  204. this.panel1.PerformLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  206. this.pCap.ResumeLayout(false);
  207. this.pCap.PerformLayout();
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. private System.Windows.Forms.Panel panel1;
  213. private System.Windows.Forms.PictureBox pbxPhoto;
  214. private System.Windows.Forms.Label label1;
  215. private System.Windows.Forms.Label label2;
  216. private System.Windows.Forms.TextBox tbxLogin;
  217. private System.Windows.Forms.TextBox tbxPassword;
  218. private System.Windows.Forms.Label label3;
  219. private System.Windows.Forms.CheckBox cbxPassword;
  220. private System.Windows.Forms.Button btnLogin;
  221. private System.Windows.Forms.Label lblReg;
  222. private System.Windows.Forms.Label lblCaptcha;
  223. private System.Windows.Forms.TextBox tbxCaptcha;
  224. private System.Windows.Forms.Panel pCap;
  225. }
  226. }