Auth.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. namespace WindowsFormsApp4
  2. {
  3. partial class Auth
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. // Объявляем новые поля (теперь это поля класса)
  7. private System.Windows.Forms.Panel headerPanel;
  8. private System.Windows.Forms.Label headerLabel;
  9. // Существующие поля (они у вас уже есть, я их сохраняю)
  10. private System.Windows.Forms.TextBox textBox1;
  11. private System.Windows.Forms.Button button2;
  12. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  13. private System.Windows.Forms.TextBox textBox5;
  14. private System.Windows.Forms.Label label1;
  15. private System.Windows.Forms.Label label2;
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. private void InitializeComponent()
  25. {
  26. this.components = new System.ComponentModel.Container();
  27. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Auth));
  28. this.headerPanel = new System.Windows.Forms.Panel();
  29. this.headerLabel = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.textBox5 = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.headerPanel.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // headerPanel
  40. //
  41. this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  42. this.headerPanel.Controls.Add(this.headerLabel);
  43. this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
  44. this.headerPanel.Location = new System.Drawing.Point(0, 0);
  45. this.headerPanel.Name = "headerPanel";
  46. this.headerPanel.Size = new System.Drawing.Size(500, 80);
  47. this.headerPanel.TabIndex = 10;
  48. //
  49. // headerLabel
  50. //
  51. this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
  52. this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  53. this.headerLabel.Location = new System.Drawing.Point(0, 0);
  54. this.headerLabel.Name = "headerLabel";
  55. this.headerLabel.Size = new System.Drawing.Size(500, 80);
  56. this.headerLabel.TabIndex = 0;
  57. this.headerLabel.Text = "Авторизация";
  58. this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  59. this.headerLabel.Click += new System.EventHandler(this.headerLabel_Click);
  60. //
  61. // textBox1
  62. //
  63. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  64. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  65. this.textBox1.Font = new System.Drawing.Font("Segoe UI", 11F);
  66. this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  67. this.textBox1.Location = new System.Drawing.Point(80, 215);
  68. this.textBox1.Name = "textBox1";
  69. this.textBox1.PasswordChar = '*';
  70. this.textBox1.Size = new System.Drawing.Size(340, 27);
  71. this.textBox1.TabIndex = 0;
  72. //
  73. // button2
  74. //
  75. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  76. this.button2.FlatAppearance.BorderSize = 0;
  77. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.button2.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
  79. this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  80. this.button2.Location = new System.Drawing.Point(170, 265);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(160, 40);
  83. this.button2.TabIndex = 5;
  84. this.button2.Text = "Войти";
  85. this.button2.UseVisualStyleBackColor = false;
  86. this.button2.Click += new System.EventHandler(this.Button2_Click);
  87. //
  88. // contextMenuStrip1
  89. //
  90. this.contextMenuStrip1.Name = "contextMenuStrip1";
  91. this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
  92. //
  93. // textBox5
  94. //
  95. this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  96. this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  97. this.textBox5.Font = new System.Drawing.Font("Segoe UI", 11F);
  98. this.textBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  99. this.textBox5.Location = new System.Drawing.Point(80, 145);
  100. this.textBox5.Name = "textBox5";
  101. this.textBox5.Size = new System.Drawing.Size(340, 27);
  102. this.textBox5.TabIndex = 7;
  103. this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
  104. //
  105. // label1
  106. //
  107. this.label1.AutoSize = true;
  108. this.label1.Font = new System.Drawing.Font("Segoe UI", 10F);
  109. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  110. this.label1.Location = new System.Drawing.Point(80, 120);
  111. this.label1.Name = "label1";
  112. this.label1.Size = new System.Drawing.Size(290, 19);
  113. this.label1.TabIndex = 8;
  114. this.label1.Text = "Логин / Никнейм / Почта / Номер телефона";
  115. //
  116. // label2
  117. //
  118. this.label2.AutoSize = true;
  119. this.label2.Font = new System.Drawing.Font("Segoe UI", 10F);
  120. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  121. this.label2.Location = new System.Drawing.Point(80, 190);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(56, 19);
  124. this.label2.TabIndex = 9;
  125. this.label2.Text = "Пароль";
  126. //
  127. // Auth
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  132. this.ClientSize = new System.Drawing.Size(500, 350);
  133. this.Controls.Add(this.label2);
  134. this.Controls.Add(this.label1);
  135. this.Controls.Add(this.textBox5);
  136. this.Controls.Add(this.textBox1);
  137. this.Controls.Add(this.button2);
  138. this.Controls.Add(this.headerPanel);
  139. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  140. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  141. this.Name = "Auth";
  142. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  143. this.Text = "Авторизация";
  144. this.Load += new System.EventHandler(this.Auth_Load);
  145. this.headerPanel.ResumeLayout(false);
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. }
  150. }