MainMenu.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. namespace proba
  2. {
  3. partial class MainMenu
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainMenu));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pictureBox_Employee = new System.Windows.Forms.PictureBox();
  31. this.label_employee = new System.Windows.Forms.Label();
  32. this.pictureBox_personal_area = new System.Windows.Forms.PictureBox();
  33. this.label_personal_area = new System.Windows.Forms.Label();
  34. this.label_efition = new System.Windows.Forms.Label();
  35. this.button_edition = new System.Windows.Forms.Button();
  36. this.label_performer = new System.Windows.Forms.Label();
  37. this.button_Performer = new System.Windows.Forms.Button();
  38. this.label_genre_add = new System.Windows.Forms.Label();
  39. this.button_genre = new System.Windows.Forms.Button();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.button_salesList = new System.Windows.Forms.Label();
  42. this.button_Country = new System.Windows.Forms.Button();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.button_Country_add = new System.Windows.Forms.Label();
  45. this.ButtonPostavshiki = new System.Windows.Forms.Button();
  46. this.ButtonProdaja = new System.Windows.Forms.Button();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.button_nomenklaturaAdd = new System.Windows.Forms.Label();
  49. this.ButtonNomenklatura = new System.Windows.Forms.Button();
  50. this.label_editingEmployee = new System.Windows.Forms.Label();
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Employee)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_personal_area)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  60. this.panel1.Controls.Add(this.pictureBox_Employee);
  61. this.panel1.Controls.Add(this.label_employee);
  62. this.panel1.Controls.Add(this.pictureBox_personal_area);
  63. this.panel1.Controls.Add(this.label_personal_area);
  64. this.panel1.Controls.Add(this.label_efition);
  65. this.panel1.Controls.Add(this.button_edition);
  66. this.panel1.Controls.Add(this.label_performer);
  67. this.panel1.Controls.Add(this.button_Performer);
  68. this.panel1.Controls.Add(this.label_genre_add);
  69. this.panel1.Controls.Add(this.button_genre);
  70. this.panel1.Controls.Add(this.pictureBox1);
  71. this.panel1.Controls.Add(this.button_salesList);
  72. this.panel1.Controls.Add(this.button_Country);
  73. this.panel1.Controls.Add(this.label10);
  74. this.panel1.Controls.Add(this.button_Country_add);
  75. this.panel1.Controls.Add(this.ButtonPostavshiki);
  76. this.panel1.Controls.Add(this.ButtonProdaja);
  77. this.panel1.Controls.Add(this.label2);
  78. this.panel1.Controls.Add(this.button_nomenklaturaAdd);
  79. this.panel1.Controls.Add(this.ButtonNomenklatura);
  80. this.panel1.Controls.Add(this.label_editingEmployee);
  81. this.panel1.Location = new System.Drawing.Point(1, -7);
  82. this.panel1.Name = "panel1";
  83. this.panel1.Size = new System.Drawing.Size(801, 463);
  84. this.panel1.TabIndex = 0;
  85. //
  86. // pictureBox_Employee
  87. //
  88. this.pictureBox_Employee.Cursor = System.Windows.Forms.Cursors.Hand;
  89. this.pictureBox_Employee.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Employee.Image")));
  90. this.pictureBox_Employee.Location = new System.Drawing.Point(19, 19);
  91. this.pictureBox_Employee.Name = "pictureBox_Employee";
  92. this.pictureBox_Employee.Size = new System.Drawing.Size(65, 50);
  93. this.pictureBox_Employee.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  94. this.pictureBox_Employee.TabIndex = 32;
  95. this.pictureBox_Employee.TabStop = false;
  96. this.pictureBox_Employee.Visible = false;
  97. this.pictureBox_Employee.Click += new System.EventHandler(this.pictureBox_Employee_Click);
  98. //
  99. // label_employee
  100. //
  101. this.label_employee.AutoSize = true;
  102. this.label_employee.Cursor = System.Windows.Forms.Cursors.Default;
  103. this.label_employee.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.label_employee.Location = new System.Drawing.Point(3, 434);
  105. this.label_employee.Name = "label_employee";
  106. this.label_employee.Size = new System.Drawing.Size(199, 16);
  107. this.label_employee.TabIndex = 30;
  108. this.label_employee.Text = "Вы вошли как администратор";
  109. this.label_employee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  110. this.label_employee.Visible = false;
  111. //
  112. // pictureBox_personal_area
  113. //
  114. this.pictureBox_personal_area.Cursor = System.Windows.Forms.Cursors.Hand;
  115. this.pictureBox_personal_area.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_personal_area.Image")));
  116. this.pictureBox_personal_area.Location = new System.Drawing.Point(19, 19);
  117. this.pictureBox_personal_area.Name = "pictureBox_personal_area";
  118. this.pictureBox_personal_area.Size = new System.Drawing.Size(65, 50);
  119. this.pictureBox_personal_area.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  120. this.pictureBox_personal_area.TabIndex = 29;
  121. this.pictureBox_personal_area.TabStop = false;
  122. this.pictureBox_personal_area.Visible = false;
  123. this.pictureBox_personal_area.Click += new System.EventHandler(this.pictureBox_personal_area_Click);
  124. //
  125. // label_personal_area
  126. //
  127. this.label_personal_area.AutoSize = true;
  128. this.label_personal_area.Cursor = System.Windows.Forms.Cursors.Hand;
  129. this.label_personal_area.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.label_personal_area.Location = new System.Drawing.Point(84, 32);
  131. this.label_personal_area.Name = "label_personal_area";
  132. this.label_personal_area.Size = new System.Drawing.Size(159, 20);
  133. this.label_personal_area.TabIndex = 28;
  134. this.label_personal_area.Text = "ЛИЧНЫЙ КАБИНЕТ";
  135. this.label_personal_area.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  136. this.label_personal_area.Visible = false;
  137. this.label_personal_area.Click += new System.EventHandler(this.label_personal_area_Click);
  138. //
  139. // label_efition
  140. //
  141. this.label_efition.AutoSize = true;
  142. this.label_efition.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.label_efition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.label_efition.Location = new System.Drawing.Point(661, 133);
  145. this.label_efition.Name = "label_efition";
  146. this.label_efition.Size = new System.Drawing.Size(119, 32);
  147. this.label_efition.TabIndex = 27;
  148. this.label_efition.Text = "ДОБАВИТЬ\r\nИЗДАТЕЛЬСТВО";
  149. this.label_efition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  150. this.label_efition.Click += new System.EventHandler(this.label_efition_Click);
  151. //
  152. // button_edition
  153. //
  154. this.button_edition.Cursor = System.Windows.Forms.Cursors.Hand;
  155. this.button_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  156. this.button_edition.Location = new System.Drawing.Point(646, 80);
  157. this.button_edition.Name = "button_edition";
  158. this.button_edition.Size = new System.Drawing.Size(151, 47);
  159. this.button_edition.TabIndex = 26;
  160. this.button_edition.Text = "ИЗДАТЕЛЬСТВО";
  161. this.button_edition.UseVisualStyleBackColor = true;
  162. this.button_edition.Click += new System.EventHandler(this.button_edition_Click);
  163. //
  164. // label_performer
  165. //
  166. this.label_performer.AutoSize = true;
  167. this.label_performer.Cursor = System.Windows.Forms.Cursors.Hand;
  168. this.label_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  169. this.label_performer.Location = new System.Drawing.Point(34, 355);
  170. this.label_performer.Name = "label_performer";
  171. this.label_performer.Size = new System.Drawing.Size(114, 32);
  172. this.label_performer.TabIndex = 25;
  173. this.label_performer.Text = "ДОБАВИТЬ\r\nИСПОЛНИТЕЛЯ";
  174. this.label_performer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  175. this.label_performer.Click += new System.EventHandler(this.label_performer_Click);
  176. //
  177. // button_Performer
  178. //
  179. this.button_Performer.Cursor = System.Windows.Forms.Cursors.Hand;
  180. this.button_Performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.button_Performer.Location = new System.Drawing.Point(19, 306);
  182. this.button_Performer.Name = "button_Performer";
  183. this.button_Performer.Size = new System.Drawing.Size(141, 47);
  184. this.button_Performer.TabIndex = 24;
  185. this.button_Performer.Text = "ИСПОЛНИТЕЛИ";
  186. this.button_Performer.UseVisualStyleBackColor = true;
  187. this.button_Performer.Click += new System.EventHandler(this.button_Performer_Click);
  188. //
  189. // label_genre_add
  190. //
  191. this.label_genre_add.AutoSize = true;
  192. this.label_genre_add.Cursor = System.Windows.Forms.Cursors.Hand;
  193. this.label_genre_add.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  194. this.label_genre_add.Location = new System.Drawing.Point(34, 250);
  195. this.label_genre_add.Name = "label_genre_add";
  196. this.label_genre_add.Size = new System.Drawing.Size(109, 32);
  197. this.label_genre_add.TabIndex = 23;
  198. this.label_genre_add.Text = "ДОБАВИТЬ\r\nЖАНР МУЗЫКИ";
  199. this.label_genre_add.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  200. this.label_genre_add.Click += new System.EventHandler(this.label_genre_add_Click);
  201. //
  202. // button_genre
  203. //
  204. this.button_genre.Cursor = System.Windows.Forms.Cursors.Hand;
  205. this.button_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.button_genre.Location = new System.Drawing.Point(19, 200);
  207. this.button_genre.Name = "button_genre";
  208. this.button_genre.Size = new System.Drawing.Size(141, 47);
  209. this.button_genre.TabIndex = 22;
  210. this.button_genre.Text = "ЖАНР МУЗЫКИ";
  211. this.button_genre.UseVisualStyleBackColor = true;
  212. this.button_genre.Click += new System.EventHandler(this.button_genre_Click);
  213. //
  214. // pictureBox1
  215. //
  216. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  217. this.pictureBox1.Location = new System.Drawing.Point(239, 181);
  218. this.pictureBox1.Name = "pictureBox1";
  219. this.pictureBox1.Size = new System.Drawing.Size(454, 269);
  220. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  221. this.pictureBox1.TabIndex = 21;
  222. this.pictureBox1.TabStop = false;
  223. //
  224. // button_salesList
  225. //
  226. this.button_salesList.AutoSize = true;
  227. this.button_salesList.Cursor = System.Windows.Forms.Cursors.Hand;
  228. this.button_salesList.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  229. this.button_salesList.Location = new System.Drawing.Point(195, 130);
  230. this.button_salesList.Name = "button_salesList";
  231. this.button_salesList.Size = new System.Drawing.Size(115, 48);
  232. this.button_salesList.TabIndex = 20;
  233. this.button_salesList.Text = "СПИСОК\r\nПРОВЕДЕННЫХ\r\nПРОДАЖ";
  234. this.button_salesList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  235. this.button_salesList.Click += new System.EventHandler(this.button_salesList_Click);
  236. //
  237. // button_Country
  238. //
  239. this.button_Country.Cursor = System.Windows.Forms.Cursors.Hand;
  240. this.button_Country.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  241. this.button_Country.Location = new System.Drawing.Point(347, 80);
  242. this.button_Country.Name = "button_Country";
  243. this.button_Country.Size = new System.Drawing.Size(118, 47);
  244. this.button_Country.TabIndex = 19;
  245. this.button_Country.Text = "СТРАНЫ";
  246. this.button_Country.UseVisualStyleBackColor = true;
  247. this.button_Country.Click += new System.EventHandler(this.button_Country_Click);
  248. //
  249. // label10
  250. //
  251. this.label10.AutoSize = true;
  252. this.label10.Cursor = System.Windows.Forms.Cursors.Hand;
  253. this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  254. this.label10.Location = new System.Drawing.Point(511, 129);
  255. this.label10.Name = "label10";
  256. this.label10.Size = new System.Drawing.Size(101, 32);
  257. this.label10.TabIndex = 14;
  258. this.label10.Text = "ДОБАВИТЬ \r\nПОСТАВЩИКА";
  259. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  260. this.label10.Click += new System.EventHandler(this.label10_Click);
  261. //
  262. // button_Country_add
  263. //
  264. this.button_Country_add.AutoSize = true;
  265. this.button_Country_add.Cursor = System.Windows.Forms.Cursors.Hand;
  266. this.button_Country_add.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  267. this.button_Country_add.Location = new System.Drawing.Point(344, 130);
  268. this.button_Country_add.Name = "button_Country_add";
  269. this.button_Country_add.Size = new System.Drawing.Size(132, 48);
  270. this.button_Country_add.TabIndex = 12;
  271. this.button_Country_add.Text = "ДОБАВИТЬ\r\nСТРАНУ\r\nПРОИЗВОДИТЕЛЯ";
  272. this.button_Country_add.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  273. this.button_Country_add.Click += new System.EventHandler(this.button_Country_add_Click);
  274. //
  275. // ButtonPostavshiki
  276. //
  277. this.ButtonPostavshiki.Cursor = System.Windows.Forms.Cursors.Hand;
  278. this.ButtonPostavshiki.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  279. this.ButtonPostavshiki.Location = new System.Drawing.Point(493, 79);
  280. this.ButtonPostavshiki.Name = "ButtonPostavshiki";
  281. this.ButtonPostavshiki.Size = new System.Drawing.Size(130, 47);
  282. this.ButtonPostavshiki.TabIndex = 5;
  283. this.ButtonPostavshiki.Text = "ПОСТАВЩИКИ";
  284. this.ButtonPostavshiki.UseVisualStyleBackColor = true;
  285. this.ButtonPostavshiki.Click += new System.EventHandler(this.ButtonPostavshiki_Click);
  286. //
  287. // ButtonProdaja
  288. //
  289. this.ButtonProdaja.Cursor = System.Windows.Forms.Cursors.Hand;
  290. this.ButtonProdaja.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  291. this.ButtonProdaja.Location = new System.Drawing.Point(192, 80);
  292. this.ButtonProdaja.Name = "ButtonProdaja";
  293. this.ButtonProdaja.Size = new System.Drawing.Size(118, 47);
  294. this.ButtonProdaja.TabIndex = 3;
  295. this.ButtonProdaja.Text = "ПРОДАЖА";
  296. this.ButtonProdaja.UseVisualStyleBackColor = true;
  297. this.ButtonProdaja.Click += new System.EventHandler(this.ButtonProdaja_Click);
  298. //
  299. // label2
  300. //
  301. this.label2.AutoSize = true;
  302. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  303. this.label2.Location = new System.Drawing.Point(666, 26);
  304. this.label2.Name = "label2";
  305. this.label2.Size = new System.Drawing.Size(97, 26);
  306. this.label2.TabIndex = 2;
  307. this.label2.Text = "МЕНЮ";
  308. //
  309. // button_nomenklaturaAdd
  310. //
  311. this.button_nomenklaturaAdd.AutoSize = true;
  312. this.button_nomenklaturaAdd.Cursor = System.Windows.Forms.Cursors.Hand;
  313. this.button_nomenklaturaAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  314. this.button_nomenklaturaAdd.Location = new System.Drawing.Point(28, 127);
  315. this.button_nomenklaturaAdd.Name = "button_nomenklaturaAdd";
  316. this.button_nomenklaturaAdd.Size = new System.Drawing.Size(117, 48);
  317. this.button_nomenklaturaAdd.TabIndex = 1;
  318. this.button_nomenklaturaAdd.Text = "ДОБАВИТЬ\r\n ПОСТУПИВШИЙ\r\nТОВАР";
  319. this.button_nomenklaturaAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  320. this.button_nomenklaturaAdd.Click += new System.EventHandler(this.button_nomenklaturaAdd_Click);
  321. //
  322. // ButtonNomenklatura
  323. //
  324. this.ButtonNomenklatura.Cursor = System.Windows.Forms.Cursors.Hand;
  325. this.ButtonNomenklatura.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  326. this.ButtonNomenklatura.Location = new System.Drawing.Point(6, 79);
  327. this.ButtonNomenklatura.Name = "ButtonNomenklatura";
  328. this.ButtonNomenklatura.Size = new System.Drawing.Size(159, 47);
  329. this.ButtonNomenklatura.TabIndex = 0;
  330. this.ButtonNomenklatura.Text = "НОМЕНКЛАТУРА";
  331. this.ButtonNomenklatura.UseVisualStyleBackColor = true;
  332. this.ButtonNomenklatura.Click += new System.EventHandler(this.ButtonNomenklatura_Click);
  333. //
  334. // label_editingEmployee
  335. //
  336. this.label_editingEmployee.AutoSize = true;
  337. this.label_editingEmployee.Cursor = System.Windows.Forms.Cursors.Hand;
  338. this.label_editingEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  339. this.label_editingEmployee.Location = new System.Drawing.Point(84, 32);
  340. this.label_editingEmployee.Name = "label_editingEmployee";
  341. this.label_editingEmployee.Size = new System.Drawing.Size(285, 20);
  342. this.label_editingEmployee.TabIndex = 31;
  343. this.label_editingEmployee.Text = "РЕДАКТИРОВАНИЕ СОТРУДНИКОВ";
  344. this.label_editingEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  345. this.label_editingEmployee.Visible = false;
  346. this.label_editingEmployee.Click += new System.EventHandler(this.label_editingEmployee_Click);
  347. //
  348. // MainMenu
  349. //
  350. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  351. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  352. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  353. this.ClientSize = new System.Drawing.Size(800, 451);
  354. this.Controls.Add(this.panel1);
  355. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  356. this.MaximumSize = new System.Drawing.Size(816, 489);
  357. this.MinimumSize = new System.Drawing.Size(816, 489);
  358. this.Name = "MainMenu";
  359. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  360. this.Text = "Главное меню";
  361. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  362. this.panel1.ResumeLayout(false);
  363. this.panel1.PerformLayout();
  364. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Employee)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_personal_area)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  367. this.ResumeLayout(false);
  368. }
  369. #endregion
  370. private System.Windows.Forms.Panel panel1;
  371. private System.Windows.Forms.Label label2;
  372. private System.Windows.Forms.Label button_nomenklaturaAdd;
  373. private System.Windows.Forms.Button ButtonNomenklatura;
  374. private System.Windows.Forms.Button ButtonPostavshiki;
  375. private System.Windows.Forms.Button ButtonProdaja;
  376. private System.Windows.Forms.Label label10;
  377. private System.Windows.Forms.Label button_Country_add;
  378. private System.Windows.Forms.Button button_Country;
  379. private System.Windows.Forms.Label button_salesList;
  380. private System.Windows.Forms.PictureBox pictureBox1;
  381. private System.Windows.Forms.Button button_genre;
  382. private System.Windows.Forms.Label label_genre_add;
  383. private System.Windows.Forms.Label label_performer;
  384. private System.Windows.Forms.Button button_Performer;
  385. private System.Windows.Forms.Label label_efition;
  386. private System.Windows.Forms.Button button_edition;
  387. private System.Windows.Forms.PictureBox pictureBox_personal_area;
  388. private System.Windows.Forms.Label label_personal_area;
  389. private System.Windows.Forms.Label label_editingEmployee;
  390. private System.Windows.Forms.Label label_employee;
  391. private System.Windows.Forms.PictureBox pictureBox_Employee;
  392. }
  393. }