Aithorization.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. 
  2. namespace Khozeev8
  3. {
  4. partial class Aithorization
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Код, автоматически созданный конструктором форм Windows
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.panel2 = new System.Windows.Forms.Panel();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.panel1.SuspendLayout();
  38. this.panel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // panel1
  42. //
  43. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  44. this.panel1.Controls.Add(this.linkLabel1);
  45. this.panel1.Controls.Add(this.button1);
  46. this.panel1.Controls.Add(this.textBox2);
  47. this.panel1.Controls.Add(this.textBox1);
  48. this.panel1.Controls.Add(this.panel2);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.panel1.Location = new System.Drawing.Point(0, 0);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(431, 450);
  53. this.panel1.TabIndex = 1;
  54. //
  55. // linkLabel1
  56. //
  57. this.linkLabel1.AutoSize = true;
  58. this.linkLabel1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.linkLabel1.LinkColor = System.Drawing.Color.Gray;
  60. this.linkLabel1.Location = new System.Drawing.Point(161, 388);
  61. this.linkLabel1.Name = "linkLabel1";
  62. this.linkLabel1.Size = new System.Drawing.Size(107, 18);
  63. this.linkLabel1.TabIndex = 4;
  64. this.linkLabel1.TabStop = true;
  65. this.linkLabel1.Text = "Создать аккаунт";
  66. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked_1);
  67. //
  68. // button1
  69. //
  70. this.button1.BackColor = System.Drawing.Color.Gray;
  71. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.button1.ForeColor = System.Drawing.Color.White;
  73. this.button1.Location = new System.Drawing.Point(123, 311);
  74. this.button1.Name = "button1";
  75. this.button1.Size = new System.Drawing.Size(180, 56);
  76. this.button1.TabIndex = 3;
  77. this.button1.Text = "Войти";
  78. this.button1.UseVisualStyleBackColor = false;
  79. this.button1.Click += new System.EventHandler(this.button1_Click);
  80. //
  81. // textBox2
  82. //
  83. this.textBox2.Location = new System.Drawing.Point(87, 225);
  84. this.textBox2.Multiline = true;
  85. this.textBox2.Name = "textBox2";
  86. this.textBox2.Size = new System.Drawing.Size(250, 50);
  87. this.textBox2.TabIndex = 2;
  88. //
  89. // textBox1
  90. //
  91. this.textBox1.Location = new System.Drawing.Point(87, 145);
  92. this.textBox1.Multiline = true;
  93. this.textBox1.Name = "textBox1";
  94. this.textBox1.Size = new System.Drawing.Size(250, 50);
  95. this.textBox1.TabIndex = 1;
  96. //
  97. // panel2
  98. //
  99. this.panel2.BackColor = System.Drawing.Color.Gray;
  100. this.panel2.Controls.Add(this.label2);
  101. this.panel2.Controls.Add(this.label1);
  102. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.panel2.Location = new System.Drawing.Point(0, 0);
  105. this.panel2.Name = "panel2";
  106. this.panel2.Size = new System.Drawing.Size(431, 100);
  107. this.panel2.TabIndex = 0;
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.BackColor = System.Drawing.Color.Transparent;
  113. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. this.label2.ForeColor = System.Drawing.Color.White;
  115. this.label2.Location = new System.Drawing.Point(390, 9);
  116. this.label2.Name = "label2";
  117. this.label2.Size = new System.Drawing.Size(29, 35);
  118. this.label2.TabIndex = 1;
  119. this.label2.Text = "x";
  120. //
  121. // label1
  122. //
  123. this.label1.AutoSize = true;
  124. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 32F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  125. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
  126. this.label1.Location = new System.Drawing.Point(64, 19);
  127. this.label1.Name = "label1";
  128. this.label1.Size = new System.Drawing.Size(292, 60);
  129. this.label1.TabIndex = 0;
  130. this.label1.Text = "Авторизация";
  131. //
  132. // Aithorization
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(431, 450);
  137. this.Controls.Add(this.panel1);
  138. this.Name = "Aithorization";
  139. this.Text = "Form1";
  140. this.Load += new System.EventHandler(this.Form1_Load);
  141. this.panel1.ResumeLayout(false);
  142. this.panel1.PerformLayout();
  143. this.panel2.ResumeLayout(false);
  144. this.panel2.PerformLayout();
  145. this.ResumeLayout(false);
  146. }
  147. #endregion
  148. private System.Windows.Forms.Panel panel1;
  149. private System.Windows.Forms.LinkLabel linkLabel1;
  150. private System.Windows.Forms.Button button1;
  151. private System.Windows.Forms.TextBox textBox2;
  152. private System.Windows.Forms.TextBox textBox1;
  153. private System.Windows.Forms.Panel panel2;
  154. private System.Windows.Forms.Label label2;
  155. private System.Windows.Forms.Label label1;
  156. }
  157. }