Form1.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. 
  2. namespace ДЭ_Рахманов
  3. {
  4. partial class Form1
  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.label4 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.panel1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // panel1
  42. //
  43. this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
  44. this.panel1.Controls.Add(this.label4);
  45. this.panel1.Controls.Add(this.label1);
  46. this.panel1.Location = new System.Drawing.Point(18, 17);
  47. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(1164, 112);
  50. this.panel1.TabIndex = 0;
  51. //
  52. // label4
  53. //
  54. this.label4.AutoSize = true;
  55. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.label4.Location = new System.Drawing.Point(379, 46);
  57. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  58. this.label4.Name = "label4";
  59. this.label4.Size = new System.Drawing.Size(332, 37);
  60. this.label4.TabIndex = 1;
  61. this.label4.Text = "ООО \"Цифровой мир\"";
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.label1.Location = new System.Drawing.Point(449, 9);
  68. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(200, 37);
  71. this.label1.TabIndex = 0;
  72. this.label1.Text = "Авторизация";
  73. //
  74. // button1
  75. //
  76. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.button1.Location = new System.Drawing.Point(18, 593);
  78. this.button1.Margin = new System.Windows.Forms.Padding(4);
  79. this.button1.Name = "button1";
  80. this.button1.Size = new System.Drawing.Size(310, 44);
  81. this.button1.TabIndex = 1;
  82. this.button1.Text = "Войти";
  83. this.button1.UseVisualStyleBackColor = true;
  84. //
  85. // button2
  86. //
  87. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.button2.Location = new System.Drawing.Point(338, 593);
  89. this.button2.Margin = new System.Windows.Forms.Padding(4);
  90. this.button2.Name = "button2";
  91. this.button2.Size = new System.Drawing.Size(351, 44);
  92. this.button2.TabIndex = 2;
  93. this.button2.Text = "Зарегистрироваться";
  94. this.button2.UseVisualStyleBackColor = true;
  95. this.button2.Click += new System.EventHandler(this.button2_Click);
  96. //
  97. // textBox1
  98. //
  99. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. this.textBox1.Location = new System.Drawing.Point(104, 204);
  101. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  102. this.textBox1.Multiline = true;
  103. this.textBox1.Name = "textBox1";
  104. this.textBox1.Size = new System.Drawing.Size(388, 31);
  105. this.textBox1.TabIndex = 3;
  106. //
  107. // textBox2
  108. //
  109. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.textBox2.Location = new System.Drawing.Point(104, 263);
  111. this.textBox2.Margin = new System.Windows.Forms.Padding(4);
  112. this.textBox2.Multiline = true;
  113. this.textBox2.Name = "textBox2";
  114. this.textBox2.Size = new System.Drawing.Size(388, 31);
  115. this.textBox2.TabIndex = 4;
  116. //
  117. // label2
  118. //
  119. this.label2.AutoSize = true;
  120. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. this.label2.Location = new System.Drawing.Point(10, 204);
  122. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(71, 25);
  125. this.label2.TabIndex = 5;
  126. this.label2.Text = "Логин";
  127. //
  128. // label3
  129. //
  130. this.label3.AutoSize = true;
  131. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.label3.Location = new System.Drawing.Point(10, 263);
  133. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label3.Name = "label3";
  135. this.label3.Size = new System.Drawing.Size(86, 25);
  136. this.label3.TabIndex = 6;
  137. this.label3.Text = "Пароль";
  138. //
  139. // Form1
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BackgroundImage = global::ДЭ_Рахманов.Properties.Resources._11;
  144. this.ClientSize = new System.Drawing.Size(1200, 647);
  145. this.Controls.Add(this.label3);
  146. this.Controls.Add(this.label2);
  147. this.Controls.Add(this.textBox2);
  148. this.Controls.Add(this.textBox1);
  149. this.Controls.Add(this.button2);
  150. this.Controls.Add(this.button1);
  151. this.Controls.Add(this.panel1);
  152. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. this.Margin = new System.Windows.Forms.Padding(4);
  154. this.Name = "Form1";
  155. this.Text = "Авторизация в системе";
  156. this.Load += new System.EventHandler(this.Form1_Load);
  157. this.panel1.ResumeLayout(false);
  158. this.panel1.PerformLayout();
  159. this.ResumeLayout(false);
  160. this.PerformLayout();
  161. }
  162. #endregion
  163. private System.Windows.Forms.Panel panel1;
  164. private System.Windows.Forms.Label label1;
  165. private System.Windows.Forms.Button button1;
  166. private System.Windows.Forms.Button button2;
  167. private System.Windows.Forms.TextBox textBox1;
  168. private System.Windows.Forms.TextBox textBox2;
  169. private System.Windows.Forms.Label label2;
  170. private System.Windows.Forms.Label label3;
  171. private System.Windows.Forms.Label label4;
  172. }
  173. }