Авторизация.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. 
  2. namespace Услуги_салона_красоты_Тураев
  3. {
  4. partial class Авторизация
  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(Авторизация));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.label1.Location = new System.Drawing.Point(75, 185);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(178, 19);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "Услуги салона красоты";
  51. //
  52. // textBox1
  53. //
  54. this.textBox1.Location = new System.Drawing.Point(74, 260);
  55. this.textBox1.Name = "textBox1";
  56. this.textBox1.Size = new System.Drawing.Size(239, 20);
  57. this.textBox1.TabIndex = 2;
  58. //
  59. // textBox2
  60. //
  61. this.textBox2.Location = new System.Drawing.Point(74, 286);
  62. this.textBox2.Name = "textBox2";
  63. this.textBox2.Size = new System.Drawing.Size(239, 20);
  64. this.textBox2.TabIndex = 3;
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.label2.Location = new System.Drawing.Point(111, 215);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(104, 19);
  73. this.label2.TabIndex = 4;
  74. this.label2.Text = "Авторизация";
  75. //
  76. // label3
  77. //
  78. this.label3.AutoSize = true;
  79. this.label3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.label3.Location = new System.Drawing.Point(12, 261);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(48, 16);
  83. this.label3.TabIndex = 5;
  84. this.label3.Text = "Логин:";
  85. //
  86. // label4
  87. //
  88. this.label4.AutoSize = true;
  89. this.label4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.label4.Location = new System.Drawing.Point(12, 287);
  91. this.label4.Name = "label4";
  92. this.label4.Size = new System.Drawing.Size(56, 16);
  93. this.label4.TabIndex = 6;
  94. this.label4.Text = "Пароль:";
  95. //
  96. // button1
  97. //
  98. this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.button1.Location = new System.Drawing.Point(12, 415);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(75, 23);
  102. this.button1.TabIndex = 7;
  103. this.button1.Text = "Выйти";
  104. this.button1.UseVisualStyleBackColor = true;
  105. this.button1.Click += new System.EventHandler(this.button1_Click);
  106. //
  107. // button2
  108. //
  109. this.button2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.button2.Location = new System.Drawing.Point(238, 415);
  111. this.button2.Name = "button2";
  112. this.button2.Size = new System.Drawing.Size(75, 23);
  113. this.button2.TabIndex = 8;
  114. this.button2.Text = "Войти";
  115. this.button2.UseVisualStyleBackColor = true;
  116. this.button2.Click += new System.EventHandler(this.button2_Click);
  117. //
  118. // pictureBox1
  119. //
  120. this.pictureBox1.Image = global::Услуги_салона_красоты_Тураев.Properties.Resources.beauty_logo;
  121. this.pictureBox1.Location = new System.Drawing.Point(72, 12);
  122. this.pictureBox1.Name = "pictureBox1";
  123. this.pictureBox1.Size = new System.Drawing.Size(187, 170);
  124. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  125. this.pictureBox1.TabIndex = 1;
  126. this.pictureBox1.TabStop = false;
  127. //
  128. // Form1
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.ClientSize = new System.Drawing.Size(325, 450);
  133. this.Controls.Add(this.button2);
  134. this.Controls.Add(this.button1);
  135. this.Controls.Add(this.label4);
  136. this.Controls.Add(this.label3);
  137. this.Controls.Add(this.label2);
  138. this.Controls.Add(this.textBox2);
  139. this.Controls.Add(this.textBox1);
  140. this.Controls.Add(this.pictureBox1);
  141. this.Controls.Add(this.label1);
  142. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  143. this.Name = "Form1";
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  145. this.Text = "Услуги салона красоты";
  146. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private System.Windows.Forms.Label label1;
  152. private System.Windows.Forms.PictureBox pictureBox1;
  153. private System.Windows.Forms.TextBox textBox1;
  154. private System.Windows.Forms.TextBox textBox2;
  155. private System.Windows.Forms.Label label2;
  156. private System.Windows.Forms.Label label3;
  157. private System.Windows.Forms.Label label4;
  158. private System.Windows.Forms.Button button1;
  159. private System.Windows.Forms.Button button2;
  160. }
  161. }