Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace BB_Zdanovich
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.TextBoxLogin = new System.Windows.Forms.TextBox();
  32. this.PasswordBox = new System.Windows.Forms.TextBox();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.panel4 = new System.Windows.Forms.Panel();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  39. this.toolTip2 = new System.Windows.Forms.ToolTip(this.components);
  40. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  41. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. this.panel1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // button1
  50. //
  51. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  52. this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. this.button1.ForeColor = System.Drawing.Color.White;
  54. this.button1.Location = new System.Drawing.Point(53, 252);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(229, 42);
  57. this.button1.TabIndex = 0;
  58. this.button1.Text = "Войти";
  59. this.button1.UseVisualStyleBackColor = false;
  60. this.button1.Click += new System.EventHandler(this.button1_Click);
  61. //
  62. // TextBoxLogin
  63. //
  64. this.TextBoxLogin.BackColor = System.Drawing.SystemColors.Control;
  65. this.TextBoxLogin.BorderStyle = System.Windows.Forms.BorderStyle.None;
  66. this.TextBoxLogin.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.TextBoxLogin.Location = new System.Drawing.Point(123, 133);
  68. this.TextBoxLogin.Name = "TextBoxLogin";
  69. this.TextBoxLogin.Size = new System.Drawing.Size(159, 20);
  70. this.TextBoxLogin.TabIndex = 3;
  71. this.toolTip1.SetToolTip(this.TextBoxLogin, "Введите логин");
  72. //
  73. // PasswordBox
  74. //
  75. this.PasswordBox.BackColor = System.Drawing.SystemColors.Control;
  76. this.PasswordBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  77. this.PasswordBox.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.PasswordBox.ForeColor = System.Drawing.SystemColors.WindowText;
  79. this.PasswordBox.Location = new System.Drawing.Point(123, 210);
  80. this.PasswordBox.Name = "PasswordBox";
  81. this.PasswordBox.PasswordChar = '*';
  82. this.PasswordBox.Size = new System.Drawing.Size(159, 20);
  83. this.PasswordBox.TabIndex = 4;
  84. this.toolTip2.SetToolTip(this.PasswordBox, "Введите пароль");
  85. //
  86. // panel1
  87. //
  88. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  89. this.panel1.Controls.Add(this.button2);
  90. this.panel1.Controls.Add(this.label3);
  91. this.panel1.Controls.Add(this.pictureBox1);
  92. this.panel1.Location = new System.Drawing.Point(0, -1);
  93. this.panel1.Name = "panel1";
  94. this.panel1.Size = new System.Drawing.Size(343, 70);
  95. this.panel1.TabIndex = 6;
  96. //
  97. // label3
  98. //
  99. this.label3.AutoSize = true;
  100. this.label3.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. this.label3.ForeColor = System.Drawing.Color.White;
  102. this.label3.Location = new System.Drawing.Point(76, 14);
  103. this.label3.Name = "label3";
  104. this.label3.Size = new System.Drawing.Size(206, 39);
  105. this.label3.TabIndex = 7;
  106. this.label3.Text = "Авторизация";
  107. //
  108. // panel2
  109. //
  110. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  111. this.panel2.Location = new System.Drawing.Point(53, 159);
  112. this.panel2.Name = "panel2";
  113. this.panel2.Size = new System.Drawing.Size(229, 1);
  114. this.panel2.TabIndex = 7;
  115. //
  116. // panel4
  117. //
  118. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  119. this.panel4.Location = new System.Drawing.Point(53, 236);
  120. this.panel4.Name = "panel4";
  121. this.panel4.Size = new System.Drawing.Size(229, 1);
  122. this.panel4.TabIndex = 8;
  123. //
  124. // button2
  125. //
  126. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  127. this.button2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  128. this.button2.ForeColor = System.Drawing.Color.White;
  129. this.button2.Location = new System.Drawing.Point(312, 5);
  130. this.button2.Name = "button2";
  131. this.button2.Size = new System.Drawing.Size(24, 23);
  132. this.button2.TabIndex = 11;
  133. this.button2.Text = "X";
  134. this.button2.UseVisualStyleBackColor = false;
  135. this.button2.Click += new System.EventHandler(this.button2_Click);
  136. //
  137. // pictureBox3
  138. //
  139. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  140. this.pictureBox3.Location = new System.Drawing.Point(53, 166);
  141. this.pictureBox3.Name = "pictureBox3";
  142. this.pictureBox3.Size = new System.Drawing.Size(64, 64);
  143. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  144. this.pictureBox3.TabIndex = 10;
  145. this.pictureBox3.TabStop = false;
  146. //
  147. // pictureBox2
  148. //
  149. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  150. this.pictureBox2.Location = new System.Drawing.Point(53, 91);
  151. this.pictureBox2.Name = "pictureBox2";
  152. this.pictureBox2.Size = new System.Drawing.Size(64, 64);
  153. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  154. this.pictureBox2.TabIndex = 9;
  155. this.pictureBox2.TabStop = false;
  156. //
  157. // pictureBox1
  158. //
  159. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  160. this.pictureBox1.Location = new System.Drawing.Point(-2, -12);
  161. this.pictureBox1.Name = "pictureBox1";
  162. this.pictureBox1.Size = new System.Drawing.Size(72, 96);
  163. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  164. this.pictureBox1.TabIndex = 5;
  165. this.pictureBox1.TabStop = false;
  166. //
  167. // Form1
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(338, 377);
  172. this.Controls.Add(this.panel4);
  173. this.Controls.Add(this.pictureBox3);
  174. this.Controls.Add(this.pictureBox2);
  175. this.Controls.Add(this.panel2);
  176. this.Controls.Add(this.panel1);
  177. this.Controls.Add(this.PasswordBox);
  178. this.Controls.Add(this.TextBoxLogin);
  179. this.Controls.Add(this.button1);
  180. this.Name = "Form1";
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  182. this.Text = "Авторизация";
  183. this.Load += new System.EventHandler(this.Form1_Load);
  184. this.panel1.ResumeLayout(false);
  185. this.panel1.PerformLayout();
  186. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  189. this.ResumeLayout(false);
  190. this.PerformLayout();
  191. }
  192. #endregion
  193. private System.Windows.Forms.Button button1;
  194. private System.Windows.Forms.TextBox TextBoxLogin;
  195. private System.Windows.Forms.TextBox PasswordBox;
  196. private System.Windows.Forms.PictureBox pictureBox1;
  197. private System.Windows.Forms.Panel panel1;
  198. private System.Windows.Forms.Label label3;
  199. private System.Windows.Forms.Panel panel2;
  200. private System.Windows.Forms.PictureBox pictureBox2;
  201. private System.Windows.Forms.PictureBox pictureBox3;
  202. private System.Windows.Forms.Panel panel4;
  203. private System.Windows.Forms.Button button2;
  204. private System.Windows.Forms.ToolTip toolTip1;
  205. private System.Windows.Forms.ToolTip toolTip2;
  206. }
  207. }