Form1.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. 
  2. namespace Kurs09
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.login = new System.Windows.Forms.TextBox();
  34. this.password = new System.Windows.Forms.TextBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.panel3 = new System.Windows.Forms.Panel();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.Black;
  49. this.panel1.Controls.Add(this.label1);
  50. this.panel1.Location = new System.Drawing.Point(-2, -1);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(389, 112);
  53. this.panel1.TabIndex = 0;
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. this.label1.ForeColor = System.Drawing.Color.White;
  60. this.label1.Location = new System.Drawing.Point(98, 34);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(186, 38);
  63. this.label1.TabIndex = 0;
  64. this.label1.Text = "Авторизация";
  65. //
  66. // pictureBox1
  67. //
  68. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  69. this.pictureBox1.Location = new System.Drawing.Point(92, 183);
  70. this.pictureBox1.Name = "pictureBox1";
  71. this.pictureBox1.Size = new System.Drawing.Size(29, 29);
  72. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  73. this.pictureBox1.TabIndex = 1;
  74. this.pictureBox1.TabStop = false;
  75. //
  76. // login
  77. //
  78. this.login.BorderStyle = System.Windows.Forms.BorderStyle.None;
  79. this.login.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.login.Location = new System.Drawing.Point(126, 186);
  81. this.login.Name = "login";
  82. this.login.Size = new System.Drawing.Size(141, 22);
  83. this.login.TabIndex = 2;
  84. //
  85. // password
  86. //
  87. this.password.BorderStyle = System.Windows.Forms.BorderStyle.None;
  88. this.password.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.password.Location = new System.Drawing.Point(124, 222);
  90. this.password.Name = "password";
  91. this.password.Size = new System.Drawing.Size(141, 22);
  92. this.password.TabIndex = 3;
  93. //
  94. // pictureBox2
  95. //
  96. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  97. this.pictureBox2.Location = new System.Drawing.Point(92, 218);
  98. this.pictureBox2.Name = "pictureBox2";
  99. this.pictureBox2.Size = new System.Drawing.Size(29, 29);
  100. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  101. this.pictureBox2.TabIndex = 4;
  102. this.pictureBox2.TabStop = false;
  103. //
  104. // panel2
  105. //
  106. this.panel2.BackColor = System.Drawing.Color.Black;
  107. this.panel2.Location = new System.Drawing.Point(124, 248);
  108. this.panel2.Name = "panel2";
  109. this.panel2.Size = new System.Drawing.Size(141, 1);
  110. this.panel2.TabIndex = 5;
  111. //
  112. // panel3
  113. //
  114. this.panel3.BackColor = System.Drawing.Color.Black;
  115. this.panel3.Location = new System.Drawing.Point(127, 212);
  116. this.panel3.Name = "panel3";
  117. this.panel3.Size = new System.Drawing.Size(141, 1);
  118. this.panel3.TabIndex = 6;
  119. //
  120. // button1
  121. //
  122. this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  123. this.button1.FlatAppearance.BorderSize = 3;
  124. this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Lime;
  125. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.button1.ForeColor = System.Drawing.Color.Black;
  128. this.button1.Location = new System.Drawing.Point(132, 255);
  129. this.button1.Name = "button1";
  130. this.button1.Size = new System.Drawing.Size(114, 52);
  131. this.button1.TabIndex = 7;
  132. this.button1.Text = "Войти";
  133. this.button1.UseVisualStyleBackColor = true;
  134. //
  135. // pictureBox3
  136. //
  137. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  138. this.pictureBox3.Location = new System.Drawing.Point(317, 367);
  139. this.pictureBox3.Name = "pictureBox3";
  140. this.pictureBox3.Size = new System.Drawing.Size(55, 55);
  141. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  142. this.pictureBox3.TabIndex = 8;
  143. this.pictureBox3.TabStop = false;
  144. //
  145. // Form1
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.BackColor = System.Drawing.Color.White;
  150. this.ClientSize = new System.Drawing.Size(385, 431);
  151. this.Controls.Add(this.pictureBox3);
  152. this.Controls.Add(this.button1);
  153. this.Controls.Add(this.panel3);
  154. this.Controls.Add(this.panel2);
  155. this.Controls.Add(this.pictureBox2);
  156. this.Controls.Add(this.password);
  157. this.Controls.Add(this.login);
  158. this.Controls.Add(this.pictureBox1);
  159. this.Controls.Add(this.panel1);
  160. this.ForeColor = System.Drawing.Color.White;
  161. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  162. this.Name = "Form1";
  163. this.Text = "Авторизация";
  164. this.panel1.ResumeLayout(false);
  165. this.panel1.PerformLayout();
  166. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  169. this.ResumeLayout(false);
  170. this.PerformLayout();
  171. }
  172. #endregion
  173. private System.Windows.Forms.Panel panel1;
  174. private System.Windows.Forms.Label label1;
  175. private System.Windows.Forms.PictureBox pictureBox1;
  176. private System.Windows.Forms.TextBox login;
  177. private System.Windows.Forms.TextBox password;
  178. private System.Windows.Forms.PictureBox pictureBox2;
  179. private System.Windows.Forms.Panel panel2;
  180. private System.Windows.Forms.Panel panel3;
  181. private System.Windows.Forms.Button button1;
  182. private System.Windows.Forms.PictureBox pictureBox3;
  183. }
  184. }