Form3.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. namespace BB_Zdanovich
  2. {
  3. partial class Form3
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel2 = new System.Windows.Forms.Panel();
  29. this.label4 = new System.Windows.Forms.Label();
  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.pictureBox2 = new System.Windows.Forms.PictureBox();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.panel1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel2
  41. //
  42. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  43. this.panel2.Location = new System.Drawing.Point(12, 440);
  44. this.panel2.Name = "panel2";
  45. this.panel2.Size = new System.Drawing.Size(12, 1);
  46. this.panel2.TabIndex = 19;
  47. //
  48. // label4
  49. //
  50. this.label4.AutoSize = true;
  51. this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  52. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  53. this.label4.Location = new System.Drawing.Point(8, 421);
  54. this.label4.Name = "label4";
  55. this.label4.Size = new System.Drawing.Size(22, 19);
  56. this.label4.TabIndex = 18;
  57. this.label4.Text = "<";
  58. this.label4.Click += new System.EventHandler(this.label4_Click);
  59. //
  60. // panel1
  61. //
  62. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  63. this.panel1.Controls.Add(this.pictureBox1);
  64. this.panel1.Controls.Add(this.label1);
  65. this.panel1.Location = new System.Drawing.Point(-2, -1);
  66. this.panel1.Name = "panel1";
  67. this.panel1.Size = new System.Drawing.Size(809, 70);
  68. this.panel1.TabIndex = 20;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  74. this.label1.ForeColor = System.Drawing.Color.White;
  75. this.label1.Location = new System.Drawing.Point(339, 15);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(115, 39);
  78. this.label1.TabIndex = 21;
  79. this.label1.Text = "Услуги";
  80. //
  81. // pictureBox1
  82. //
  83. this.pictureBox1.Image = global::BB_Zdanovich.Properties.Resources.beauty_logo;
  84. this.pictureBox1.Location = new System.Drawing.Point(0, -12);
  85. this.pictureBox1.Name = "pictureBox1";
  86. this.pictureBox1.Size = new System.Drawing.Size(72, 96);
  87. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  88. this.pictureBox1.TabIndex = 21;
  89. this.pictureBox1.TabStop = false;
  90. //
  91. // pictureBox2
  92. //
  93. this.pictureBox2.Image = global::BB_Zdanovich.Properties.Resources.Депиляция_воском;
  94. this.pictureBox2.Location = new System.Drawing.Point(66, 106);
  95. this.pictureBox2.Name = "pictureBox2";
  96. this.pictureBox2.Size = new System.Drawing.Size(140, 172);
  97. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  98. this.pictureBox2.TabIndex = 21;
  99. this.pictureBox2.TabStop = false;
  100. //
  101. // textBox1
  102. //
  103. this.textBox1.Location = new System.Drawing.Point(344, 196);
  104. this.textBox1.Name = "textBox1";
  105. this.textBox1.Size = new System.Drawing.Size(100, 20);
  106. this.textBox1.TabIndex = 22;
  107. //
  108. // Form3
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(800, 450);
  113. this.Controls.Add(this.textBox1);
  114. this.Controls.Add(this.pictureBox2);
  115. this.Controls.Add(this.panel1);
  116. this.Controls.Add(this.panel2);
  117. this.Controls.Add(this.label4);
  118. this.Name = "Form3";
  119. this.Text = "Услуги";
  120. this.panel1.ResumeLayout(false);
  121. this.panel1.PerformLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  124. this.ResumeLayout(false);
  125. this.PerformLayout();
  126. }
  127. #endregion
  128. private System.Windows.Forms.Panel panel2;
  129. private System.Windows.Forms.Label label4;
  130. private System.Windows.Forms.Panel panel1;
  131. private System.Windows.Forms.Label label1;
  132. private System.Windows.Forms.PictureBox pictureBox1;
  133. private System.Windows.Forms.PictureBox pictureBox2;
  134. private System.Windows.Forms.TextBox textBox1;
  135. }
  136. }