Form1.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. namespace BBrovki1Z
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.panel3 = new System.Windows.Forms.Panel();
  36. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  37. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.button3 = new System.Windows.Forms.Button();
  45. this.button4 = new System.Windows.Forms.Button();
  46. this.panel1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. this.panel3.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  51. this.groupBox1.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  57. this.panel1.Controls.Add(this.button1);
  58. this.panel1.Controls.Add(this.label1);
  59. this.panel1.Location = new System.Drawing.Point(116, -6);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(743, 56);
  62. this.panel1.TabIndex = 0;
  63. //
  64. // pictureBox1
  65. //
  66. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  67. this.pictureBox1.Location = new System.Drawing.Point(32, 0);
  68. this.pictureBox1.Name = "pictureBox1";
  69. this.pictureBox1.Size = new System.Drawing.Size(100, 50);
  70. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  71. this.pictureBox1.TabIndex = 1;
  72. this.pictureBox1.TabStop = false;
  73. //
  74. // panel2
  75. //
  76. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  77. this.panel2.Location = new System.Drawing.Point(-152, -9);
  78. this.panel2.Name = "panel2";
  79. this.panel2.Size = new System.Drawing.Size(200, 59);
  80. this.panel2.TabIndex = 2;
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label1.ForeColor = System.Drawing.Color.White;
  87. this.label1.Location = new System.Drawing.Point(124, 15);
  88. this.label1.Name = "label1";
  89. this.label1.Size = new System.Drawing.Size(315, 33);
  90. this.label1.TabIndex = 3;
  91. this.label1.Text = "..::Бархатные бровки::..";
  92. //
  93. // button1
  94. //
  95. this.button1.ForeColor = System.Drawing.Color.Black;
  96. this.button1.Location = new System.Drawing.Point(660, 7);
  97. this.button1.Name = "button1";
  98. this.button1.Size = new System.Drawing.Size(22, 23);
  99. this.button1.TabIndex = 3;
  100. this.button1.Text = "X";
  101. this.button1.UseVisualStyleBackColor = true;
  102. this.button1.Click += new System.EventHandler(this.button1_Click);
  103. //
  104. // label2
  105. //
  106. this.label2.AutoSize = true;
  107. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  108. this.label2.Location = new System.Drawing.Point(163, 3);
  109. this.label2.Name = "label2";
  110. this.label2.Size = new System.Drawing.Size(232, 23);
  111. this.label2.TabIndex = 3;
  112. this.label2.Text = "Предоставляемые услуги";
  113. //
  114. // panel3
  115. //
  116. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  117. this.panel3.Controls.Add(this.label2);
  118. this.panel3.Controls.Add(this.button2);
  119. this.panel3.Controls.Add(this.label6);
  120. this.panel3.Controls.Add(this.label5);
  121. this.panel3.Controls.Add(this.label4);
  122. this.panel3.Controls.Add(this.label3);
  123. this.panel3.Controls.Add(this.pictureBox3);
  124. this.panel3.Controls.Add(this.pictureBox2);
  125. this.panel3.Location = new System.Drawing.Point(116, 66);
  126. this.panel3.Name = "panel3";
  127. this.panel3.Size = new System.Drawing.Size(557, 294);
  128. this.panel3.TabIndex = 4;
  129. //
  130. // pictureBox2
  131. //
  132. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  133. this.pictureBox2.Location = new System.Drawing.Point(27, -9);
  134. this.pictureBox2.Name = "pictureBox2";
  135. this.pictureBox2.Size = new System.Drawing.Size(200, 200);
  136. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  137. this.pictureBox2.TabIndex = 0;
  138. this.pictureBox2.TabStop = false;
  139. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  140. //
  141. // pictureBox3
  142. //
  143. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  144. this.pictureBox3.Location = new System.Drawing.Point(336, 2);
  145. this.pictureBox3.Name = "pictureBox3";
  146. this.pictureBox3.Size = new System.Drawing.Size(186, 189);
  147. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  148. this.pictureBox3.TabIndex = 5;
  149. this.pictureBox3.TabStop = false;
  150. //
  151. // label3
  152. //
  153. this.label3.AutoSize = true;
  154. this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  155. this.label3.Location = new System.Drawing.Point(40, 194);
  156. this.label3.Name = "label3";
  157. this.label3.Size = new System.Drawing.Size(173, 19);
  158. this.label3.TabIndex = 5;
  159. this.label3.Text = "Европейский маникюр";
  160. //
  161. // label4
  162. //
  163. this.label4.AutoSize = true;
  164. this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  165. this.label4.Location = new System.Drawing.Point(361, 194);
  166. this.label4.Name = "label4";
  167. this.label4.Size = new System.Drawing.Size(143, 19);
  168. this.label4.TabIndex = 5;
  169. this.label4.Text = "Парафинотерапия";
  170. //
  171. // label5
  172. //
  173. this.label5.AutoSize = true;
  174. this.label5.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.label5.Location = new System.Drawing.Point(58, 213);
  176. this.label5.Name = "label5";
  177. this.label5.Size = new System.Drawing.Size(136, 18);
  178. this.label5.TabIndex = 5;
  179. this.label5.Text = "1990₽ за 60 минут";
  180. this.label5.Click += new System.EventHandler(this.label5_Click);
  181. //
  182. // label6
  183. //
  184. this.label6.AutoSize = true;
  185. this.label6.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  186. this.label6.Location = new System.Drawing.Point(365, 213);
  187. this.label6.Name = "label6";
  188. this.label6.Size = new System.Drawing.Size(136, 18);
  189. this.label6.TabIndex = 5;
  190. this.label6.Text = "1180₽ за 35 минут";
  191. //
  192. // button2
  193. //
  194. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  195. this.button2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  196. this.button2.ForeColor = System.Drawing.Color.White;
  197. this.button2.Location = new System.Drawing.Point(27, 250);
  198. this.button2.Name = "button2";
  199. this.button2.Size = new System.Drawing.Size(495, 37);
  200. this.button2.TabIndex = 5;
  201. this.button2.Text = "Смотреть весь ассортимент";
  202. this.button2.UseVisualStyleBackColor = false;
  203. this.button2.Click += new System.EventHandler(this.button2_Click);
  204. //
  205. // groupBox1
  206. //
  207. this.groupBox1.Controls.Add(this.button4);
  208. this.groupBox1.Controls.Add(this.button3);
  209. this.groupBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  210. this.groupBox1.Location = new System.Drawing.Point(116, 384);
  211. this.groupBox1.Name = "groupBox1";
  212. this.groupBox1.Size = new System.Drawing.Size(557, 120);
  213. this.groupBox1.TabIndex = 5;
  214. this.groupBox1.TabStop = false;
  215. this.groupBox1.Text = "Меню";
  216. //
  217. // button3
  218. //
  219. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  220. this.button3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  221. this.button3.ForeColor = System.Drawing.Color.White;
  222. this.button3.Location = new System.Drawing.Point(27, 22);
  223. this.button3.Name = "button3";
  224. this.button3.Size = new System.Drawing.Size(495, 37);
  225. this.button3.TabIndex = 0;
  226. this.button3.Text = "Просмотреть данные о клиентах";
  227. this.button3.UseVisualStyleBackColor = false;
  228. this.button3.Click += new System.EventHandler(this.button3_Click);
  229. //
  230. // button4
  231. //
  232. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  233. this.button4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  234. this.button4.ForeColor = System.Drawing.Color.White;
  235. this.button4.Location = new System.Drawing.Point(27, 65);
  236. this.button4.Name = "button4";
  237. this.button4.Size = new System.Drawing.Size(495, 37);
  238. this.button4.TabIndex = 6;
  239. this.button4.Text = "Просмотреть заказы клиентов";
  240. this.button4.UseVisualStyleBackColor = false;
  241. this.button4.Click += new System.EventHandler(this.button4_Click);
  242. //
  243. // Form1
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(800, 519);
  248. this.Controls.Add(this.groupBox1);
  249. this.Controls.Add(this.panel2);
  250. this.Controls.Add(this.panel1);
  251. this.Controls.Add(this.pictureBox1);
  252. this.Controls.Add(this.panel3);
  253. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  254. this.Name = "Form1";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "Бархатные бровки";
  257. this.panel1.ResumeLayout(false);
  258. this.panel1.PerformLayout();
  259. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  260. this.panel3.ResumeLayout(false);
  261. this.panel3.PerformLayout();
  262. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  264. this.groupBox1.ResumeLayout(false);
  265. this.ResumeLayout(false);
  266. }
  267. #endregion
  268. private System.Windows.Forms.Panel panel1;
  269. private System.Windows.Forms.PictureBox pictureBox1;
  270. private System.Windows.Forms.Panel panel2;
  271. private System.Windows.Forms.Button button1;
  272. private System.Windows.Forms.Label label1;
  273. private System.Windows.Forms.Label label2;
  274. private System.Windows.Forms.Panel panel3;
  275. private System.Windows.Forms.PictureBox pictureBox2;
  276. private System.Windows.Forms.PictureBox pictureBox3;
  277. private System.Windows.Forms.Label label4;
  278. private System.Windows.Forms.Label label3;
  279. private System.Windows.Forms.Label label5;
  280. private System.Windows.Forms.Button button2;
  281. private System.Windows.Forms.Label label6;
  282. private System.Windows.Forms.GroupBox groupBox1;
  283. private System.Windows.Forms.Button button3;
  284. private System.Windows.Forms.Button button4;
  285. }
  286. }