Form1.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace Бархатные_бровки_Gebel
  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.button1 = new System.Windows.Forms.Button();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.Location = new System.Drawing.Point(318, 202);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(79, 23);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "Войти";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // textBox1
  50. //
  51. this.textBox1.Location = new System.Drawing.Point(318, 114);
  52. this.textBox1.Name = "textBox1";
  53. this.textBox1.Size = new System.Drawing.Size(174, 20);
  54. this.textBox1.TabIndex = 1;
  55. //
  56. // textBox2
  57. //
  58. this.textBox2.Location = new System.Drawing.Point(318, 147);
  59. this.textBox2.Name = "textBox2";
  60. this.textBox2.Size = new System.Drawing.Size(174, 20);
  61. this.textBox2.TabIndex = 2;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.label1.Location = new System.Drawing.Point(249, 114);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(47, 16);
  70. this.label1.TabIndex = 3;
  71. this.label1.Text = "Логин";
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.label2.Location = new System.Drawing.Point(249, 150);
  78. this.label2.Name = "label2";
  79. this.label2.Size = new System.Drawing.Size(57, 16);
  80. this.label2.TabIndex = 4;
  81. this.label2.Text = "Пароль";
  82. //
  83. // label3
  84. //
  85. this.label3.AutoSize = true;
  86. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  87. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  89. this.label3.Location = new System.Drawing.Point(344, 62);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(95, 16);
  92. this.label3.TabIndex = 5;
  93. this.label3.Text = "Авторизация";
  94. this.label3.Click += new System.EventHandler(this.label3_Click);
  95. //
  96. // button2
  97. //
  98. this.button2.Location = new System.Drawing.Point(413, 202);
  99. this.button2.Name = "button2";
  100. this.button2.Size = new System.Drawing.Size(79, 23);
  101. this.button2.TabIndex = 6;
  102. this.button2.Text = "Регистрация";
  103. this.button2.UseVisualStyleBackColor = true;
  104. //
  105. // pictureBox1
  106. //
  107. this.pictureBox1.Image = global::Бархатные_бровки_Gebel.Properties.Resources.beauty_logo;
  108. this.pictureBox1.Location = new System.Drawing.Point(674, 7);
  109. this.pictureBox1.Name = "pictureBox1";
  110. this.pictureBox1.Size = new System.Drawing.Size(123, 123);
  111. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  112. this.pictureBox1.TabIndex = 7;
  113. this.pictureBox1.TabStop = false;
  114. //
  115. // Form1
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  120. this.ClientSize = new System.Drawing.Size(800, 450);
  121. this.Controls.Add(this.pictureBox1);
  122. this.Controls.Add(this.button2);
  123. this.Controls.Add(this.label3);
  124. this.Controls.Add(this.label2);
  125. this.Controls.Add(this.label1);
  126. this.Controls.Add(this.textBox2);
  127. this.Controls.Add(this.textBox1);
  128. this.Controls.Add(this.button1);
  129. this.Name = "Form1";
  130. this.Text = "Form1";
  131. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private System.Windows.Forms.Button button1;
  137. private System.Windows.Forms.TextBox textBox1;
  138. private System.Windows.Forms.TextBox textBox2;
  139. private System.Windows.Forms.Label label1;
  140. private System.Windows.Forms.Label label2;
  141. private System.Windows.Forms.Label label3;
  142. private System.Windows.Forms.Button button2;
  143. private System.Windows.Forms.PictureBox pictureBox1;
  144. }
  145. }