FormAuthorization.Designer.cs 9.0 KB

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