Form1.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 
  2. namespace BeautySaloon
  3. {
  4. partial class AuthForm
  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(AuthForm));
  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.label2 = new System.Windows.Forms.Label();
  34. this.klientButton = new System.Windows.Forms.Button();
  35. this.AdminButton = new System.Windows.Forms.Button();
  36. this.ExitButton = new System.Windows.Forms.Button();
  37. this.panel1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // panel1
  42. //
  43. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  44. this.panel1.Controls.Add(this.label1);
  45. this.panel1.Location = new System.Drawing.Point(77, 0);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(277, 79);
  48. this.panel1.TabIndex = 0;
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label1.Location = new System.Drawing.Point(28, 9);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(193, 46);
  57. this.label1.TabIndex = 0;
  58. this.label1.Text = " Салон красоты \r\n\"Бархатные бровки\" ";
  59. //
  60. // pictureBox1
  61. //
  62. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  63. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  64. this.pictureBox1.Name = "pictureBox1";
  65. this.pictureBox1.Size = new System.Drawing.Size(121, 85);
  66. this.pictureBox1.TabIndex = 1;
  67. this.pictureBox1.TabStop = false;
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label2.Location = new System.Drawing.Point(105, 100);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(135, 23);
  76. this.label2.TabIndex = 1;
  77. this.label2.Text = "Главное меню";
  78. //
  79. // klientButton
  80. //
  81. this.klientButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  82. this.klientButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  83. this.klientButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.klientButton.Location = new System.Drawing.Point(59, 142);
  85. this.klientButton.Name = "klientButton";
  86. this.klientButton.Size = new System.Drawing.Size(229, 52);
  87. this.klientButton.TabIndex = 2;
  88. this.klientButton.Text = "Клиент";
  89. this.klientButton.UseVisualStyleBackColor = false;
  90. this.klientButton.Click += new System.EventHandler(this.klientButton_Click);
  91. //
  92. // AdminButton
  93. //
  94. this.AdminButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  95. this.AdminButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  96. this.AdminButton.Font = new System.Drawing.Font("Tahoma", 14.25F);
  97. this.AdminButton.Location = new System.Drawing.Point(59, 245);
  98. this.AdminButton.Name = "AdminButton";
  99. this.AdminButton.Size = new System.Drawing.Size(229, 52);
  100. this.AdminButton.TabIndex = 3;
  101. this.AdminButton.Text = "Администратор";
  102. this.AdminButton.UseVisualStyleBackColor = false;
  103. this.AdminButton.Click += new System.EventHandler(this.AdminButton_Click);
  104. //
  105. // ExitButton
  106. //
  107. this.ExitButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  108. this.ExitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  109. this.ExitButton.Font = new System.Drawing.Font("Tahoma", 14.25F);
  110. this.ExitButton.Location = new System.Drawing.Point(59, 347);
  111. this.ExitButton.Name = "ExitButton";
  112. this.ExitButton.Size = new System.Drawing.Size(229, 52);
  113. this.ExitButton.TabIndex = 4;
  114. this.ExitButton.Text = "Выход";
  115. this.ExitButton.UseVisualStyleBackColor = false;
  116. this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click);
  117. //
  118. // AuthForm
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.BackColor = System.Drawing.Color.White;
  123. this.ClientSize = new System.Drawing.Size(349, 450);
  124. this.Controls.Add(this.ExitButton);
  125. this.Controls.Add(this.AdminButton);
  126. this.Controls.Add(this.klientButton);
  127. this.Controls.Add(this.label2);
  128. this.Controls.Add(this.panel1);
  129. this.Controls.Add(this.pictureBox1);
  130. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  131. this.Name = "AuthForm";
  132. this.Text = "\"Бархатные бровки\"";
  133. this.Load += new System.EventHandler(this.AuthForm_Load);
  134. this.panel1.ResumeLayout(false);
  135. this.panel1.PerformLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  137. this.ResumeLayout(false);
  138. this.PerformLayout();
  139. }
  140. #endregion
  141. private System.Windows.Forms.Panel panel1;
  142. private System.Windows.Forms.PictureBox pictureBox1;
  143. private System.Windows.Forms.Label label1;
  144. private System.Windows.Forms.Label label2;
  145. private System.Windows.Forms.Button klientButton;
  146. private System.Windows.Forms.Button AdminButton;
  147. private System.Windows.Forms.Button ExitButton;
  148. }
  149. }