LoginForm.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace WindowsFormsApp4
  2. {
  3. partial class LoginForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.txtLogin = new System.Windows.Forms.TextBox();
  17. this.txtPassword = new System.Windows.Forms.TextBox();
  18. this.btnLogin = new System.Windows.Forms.Button();
  19. this.btnBack = new System.Windows.Forms.Button();
  20. this.lblLogin = new System.Windows.Forms.Label();
  21. this.lblPassword = new System.Windows.Forms.Label();
  22. this.lblTitle = new System.Windows.Forms.Label();
  23. this.panelHeader = new System.Windows.Forms.Panel();
  24. this.panelHeader.SuspendLayout();
  25. this.SuspendLayout();
  26. //
  27. // txtLogin
  28. //
  29. this.txtLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  30. this.txtLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  31. this.txtLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  32. this.txtLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  33. this.txtLogin.Location = new System.Drawing.Point(112, 79);
  34. this.txtLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  35. this.txtLogin.Name = "txtLogin";
  36. this.txtLogin.Size = new System.Drawing.Size(136, 23);
  37. this.txtLogin.TabIndex = 2;
  38. //
  39. // txtPassword
  40. //
  41. this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  42. this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  43. this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  44. this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  45. this.txtPassword.Location = new System.Drawing.Point(112, 115);
  46. this.txtPassword.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  47. this.txtPassword.Name = "txtPassword";
  48. this.txtPassword.Size = new System.Drawing.Size(136, 23);
  49. this.txtPassword.TabIndex = 4;
  50. this.txtPassword.UseSystemPasswordChar = true;
  51. //
  52. // btnLogin
  53. //
  54. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  55. this.btnLogin.FlatAppearance.BorderSize = 0;
  56. this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  57. this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  58. this.btnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  59. this.btnLogin.Location = new System.Drawing.Point(60, 162);
  60. this.btnLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  61. this.btnLogin.Name = "btnLogin";
  62. this.btnLogin.Size = new System.Drawing.Size(82, 32);
  63. this.btnLogin.TabIndex = 5;
  64. this.btnLogin.Text = "Вход";
  65. this.btnLogin.UseVisualStyleBackColor = false;
  66. //
  67. // btnBack
  68. //
  69. this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  70. this.btnBack.FlatAppearance.BorderSize = 0;
  71. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  73. this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  74. this.btnBack.Location = new System.Drawing.Point(158, 162);
  75. this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  76. this.btnBack.Name = "btnBack";
  77. this.btnBack.Size = new System.Drawing.Size(82, 32);
  78. this.btnBack.TabIndex = 6;
  79. this.btnBack.Text = "Назад";
  80. this.btnBack.UseVisualStyleBackColor = false;
  81. //
  82. // lblLogin
  83. //
  84. this.lblLogin.AutoSize = true;
  85. this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  86. this.lblLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  87. this.lblLogin.Location = new System.Drawing.Point(60, 81);
  88. this.lblLogin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  89. this.lblLogin.Name = "lblLogin";
  90. this.lblLogin.Size = new System.Drawing.Size(51, 17);
  91. this.lblLogin.TabIndex = 1;
  92. this.lblLogin.Text = "Логин:";
  93. //
  94. // lblPassword
  95. //
  96. this.lblPassword.AutoSize = true;
  97. this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  98. this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  99. this.lblPassword.Location = new System.Drawing.Point(52, 118);
  100. this.lblPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  101. this.lblPassword.Name = "lblPassword";
  102. this.lblPassword.Size = new System.Drawing.Size(61, 17);
  103. this.lblPassword.TabIndex = 3;
  104. this.lblPassword.Text = "Пароль:";
  105. //
  106. // lblTitle
  107. //
  108. this.lblTitle.AutoSize = true;
  109. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
  110. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  111. this.lblTitle.Location = new System.Drawing.Point(90, 12);
  112. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  113. this.lblTitle.Name = "lblTitle";
  114. this.lblTitle.Size = new System.Drawing.Size(156, 26);
  115. this.lblTitle.TabIndex = 0;
  116. this.lblTitle.Text = "Авторизация";
  117. //
  118. // panelHeader
  119. //
  120. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  121. this.panelHeader.Controls.Add(this.lblTitle);
  122. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  123. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  124. this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  125. this.panelHeader.Name = "panelHeader";
  126. this.panelHeader.Size = new System.Drawing.Size(300, 49);
  127. this.panelHeader.TabIndex = 0;
  128. //
  129. // LoginForm
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  134. this.ClientSize = new System.Drawing.Size(300, 228);
  135. this.Controls.Add(this.btnBack);
  136. this.Controls.Add(this.btnLogin);
  137. this.Controls.Add(this.txtPassword);
  138. this.Controls.Add(this.lblPassword);
  139. this.Controls.Add(this.txtLogin);
  140. this.Controls.Add(this.lblLogin);
  141. this.Controls.Add(this.panelHeader);
  142. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  143. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  144. this.MaximizeBox = false;
  145. this.Name = "LoginForm";
  146. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  147. this.Text = "Вход в систему";
  148. this.panelHeader.ResumeLayout(false);
  149. this.panelHeader.PerformLayout();
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. private System.Windows.Forms.TextBox txtLogin;
  154. private System.Windows.Forms.TextBox txtPassword;
  155. private System.Windows.Forms.Button btnLogin;
  156. private System.Windows.Forms.Button btnBack;
  157. private System.Windows.Forms.Label lblLogin;
  158. private System.Windows.Forms.Label lblPassword;
  159. private System.Windows.Forms.Label lblTitle;
  160. private System.Windows.Forms.Panel panelHeader;
  161. }
  162. }