MainMenu.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.label13 = new System.Windows.Forms.Label();
  30. this.label12 = new System.Windows.Forms.Label();
  31. this.label11 = new System.Windows.Forms.Label();
  32. this.label10 = new System.Windows.Forms.Label();
  33. this.ButtonSotrudniki = new System.Windows.Forms.Button();
  34. this.label9 = new System.Windows.Forms.Label();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.ButtonPostavshiki = new System.Windows.Forms.Button();
  40. this.ButtonProdaja = new System.Windows.Forms.Button();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.ButtonNomenklatura = new System.Windows.Forms.Button();
  44. this.panel1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.Controls.Add(this.label13);
  50. this.panel1.Controls.Add(this.label12);
  51. this.panel1.Controls.Add(this.label11);
  52. this.panel1.Controls.Add(this.label10);
  53. this.panel1.Controls.Add(this.ButtonSotrudniki);
  54. this.panel1.Controls.Add(this.label9);
  55. this.panel1.Controls.Add(this.label8);
  56. this.panel1.Controls.Add(this.label5);
  57. this.panel1.Controls.Add(this.label4);
  58. this.panel1.Controls.Add(this.label3);
  59. this.panel1.Controls.Add(this.ButtonPostavshiki);
  60. this.panel1.Controls.Add(this.ButtonProdaja);
  61. this.panel1.Controls.Add(this.label2);
  62. this.panel1.Controls.Add(this.label1);
  63. this.panel1.Controls.Add(this.ButtonNomenklatura);
  64. this.panel1.Location = new System.Drawing.Point(1, -7);
  65. this.panel1.Name = "panel1";
  66. this.panel1.Size = new System.Drawing.Size(801, 463);
  67. this.panel1.TabIndex = 0;
  68. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  69. //
  70. // label13
  71. //
  72. this.label13.AutoSize = true;
  73. this.label13.Cursor = System.Windows.Forms.Cursors.Hand;
  74. this.label13.Location = new System.Drawing.Point(682, 199);
  75. this.label13.Name = "label13";
  76. this.label13.Size = new System.Drawing.Size(83, 26);
  77. this.label13.TabIndex = 17;
  78. this.label13.Text = "ИЗМЕНИТЬ \r\nСОТРУДНИКА";
  79. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  80. //
  81. // label12
  82. //
  83. this.label12.AutoSize = true;
  84. this.label12.Cursor = System.Windows.Forms.Cursors.Hand;
  85. this.label12.Location = new System.Drawing.Point(682, 145);
  86. this.label12.Name = "label12";
  87. this.label12.Size = new System.Drawing.Size(83, 26);
  88. this.label12.TabIndex = 16;
  89. this.label12.Text = "ДОБАВИТЬ \r\nСОТРУДНИКА";
  90. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  91. //
  92. // label11
  93. //
  94. this.label11.AutoSize = true;
  95. this.label11.Cursor = System.Windows.Forms.Cursors.Hand;
  96. this.label11.Location = new System.Drawing.Point(533, 197);
  97. this.label11.Name = "label11";
  98. this.label11.Size = new System.Drawing.Size(83, 26);
  99. this.label11.TabIndex = 15;
  100. this.label11.Text = "ИЗМЕНИТЬ \r\nПОСТАВЩИКА";
  101. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  102. //
  103. // label10
  104. //
  105. this.label10.AutoSize = true;
  106. this.label10.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.label10.Location = new System.Drawing.Point(533, 145);
  108. this.label10.Name = "label10";
  109. this.label10.Size = new System.Drawing.Size(83, 26);
  110. this.label10.TabIndex = 14;
  111. this.label10.Text = "ДОБАВИТЬ \r\nПОСТАВЩИКА";
  112. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  113. this.label10.Click += new System.EventHandler(this.label10_Click);
  114. //
  115. // ButtonSotrudniki
  116. //
  117. this.ButtonSotrudniki.Cursor = System.Windows.Forms.Cursors.Hand;
  118. this.ButtonSotrudniki.Location = new System.Drawing.Point(659, 78);
  119. this.ButtonSotrudniki.Name = "ButtonSotrudniki";
  120. this.ButtonSotrudniki.Size = new System.Drawing.Size(118, 47);
  121. this.ButtonSotrudniki.TabIndex = 13;
  122. this.ButtonSotrudniki.Text = "СОТРУДНИКИ";
  123. this.ButtonSotrudniki.UseVisualStyleBackColor = true;
  124. this.ButtonSotrudniki.Click += new System.EventHandler(this.ButtonSotrudniki_Click);
  125. //
  126. // label9
  127. //
  128. this.label9.AutoSize = true;
  129. this.label9.Cursor = System.Windows.Forms.Cursors.Hand;
  130. this.label9.Location = new System.Drawing.Point(351, 193);
  131. this.label9.Name = "label9";
  132. this.label9.Size = new System.Drawing.Size(107, 39);
  133. this.label9.TabIndex = 12;
  134. this.label9.Text = "ДОБАВИТЬ\r\nСТРАНУ\r\nПРОИЗВОДИТЕЛЯ";
  135. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  136. this.label9.Click += new System.EventHandler(this.label9_Click);
  137. //
  138. // label8
  139. //
  140. this.label8.AutoSize = true;
  141. this.label8.Cursor = System.Windows.Forms.Cursors.Hand;
  142. this.label8.Location = new System.Drawing.Point(357, 139);
  143. this.label8.Name = "label8";
  144. this.label8.Size = new System.Drawing.Size(93, 39);
  145. this.label8.TabIndex = 11;
  146. this.label8.Text = "ДОБАВИТЬ\r\n ВИД\r\n ИНСТРУМЕНТА";
  147. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  148. this.label8.Click += new System.EventHandler(this.label8_Click);
  149. //
  150. // label5
  151. //
  152. this.label5.AutoSize = true;
  153. this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
  154. this.label5.Location = new System.Drawing.Point(196, 199);
  155. this.label5.Name = "label5";
  156. this.label5.Size = new System.Drawing.Size(101, 39);
  157. this.label5.TabIndex = 8;
  158. this.label5.Text = "ПЕЧАТЬ \r\nПРОДАННЫХ\r\n ИНСТРУМЕНТОВ";
  159. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  160. this.label5.Click += new System.EventHandler(this.label5_Click);
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
  166. this.label4.Location = new System.Drawing.Point(209, 145);
  167. this.label4.Name = "label4";
  168. this.label4.Size = new System.Drawing.Size(68, 39);
  169. this.label4.TabIndex = 7;
  170. this.label4.Text = "ЗАНЕСТИ \r\nНОВУЮ\r\n ПРОДАЖУ";
  171. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  172. //
  173. // label3
  174. //
  175. this.label3.AutoSize = true;
  176. this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
  177. this.label3.Location = new System.Drawing.Point(43, 199);
  178. this.label3.Name = "label3";
  179. this.label3.Size = new System.Drawing.Size(101, 39);
  180. this.label3.TabIndex = 6;
  181. this.label3.Text = "ПЕЧАТЬ\r\n ПОСТУПИВШИХ\r\n ИНСТРУМЕНТОВ";
  182. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  183. //
  184. // ButtonPostavshiki
  185. //
  186. this.ButtonPostavshiki.Cursor = System.Windows.Forms.Cursors.Hand;
  187. this.ButtonPostavshiki.Location = new System.Drawing.Point(515, 78);
  188. this.ButtonPostavshiki.Name = "ButtonPostavshiki";
  189. this.ButtonPostavshiki.Size = new System.Drawing.Size(118, 47);
  190. this.ButtonPostavshiki.TabIndex = 5;
  191. this.ButtonPostavshiki.Text = "ПОСТАВЩИКИ";
  192. this.ButtonPostavshiki.UseVisualStyleBackColor = true;
  193. this.ButtonPostavshiki.Click += new System.EventHandler(this.ButtonPostavshiki_Click);
  194. //
  195. // ButtonProdaja
  196. //
  197. this.ButtonProdaja.Cursor = System.Windows.Forms.Cursors.Hand;
  198. this.ButtonProdaja.Location = new System.Drawing.Point(188, 78);
  199. this.ButtonProdaja.Name = "ButtonProdaja";
  200. this.ButtonProdaja.Size = new System.Drawing.Size(118, 47);
  201. this.ButtonProdaja.TabIndex = 3;
  202. this.ButtonProdaja.Text = "ПРОДАЖА";
  203. this.ButtonProdaja.UseVisualStyleBackColor = true;
  204. this.ButtonProdaja.Click += new System.EventHandler(this.button2_Click);
  205. //
  206. // label2
  207. //
  208. this.label2.AutoSize = true;
  209. this.label2.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  210. this.label2.Location = new System.Drawing.Point(30, 25);
  211. this.label2.Name = "label2";
  212. this.label2.Size = new System.Drawing.Size(128, 36);
  213. this.label2.TabIndex = 2;
  214. this.label2.Text = "МЕНЮ";
  215. this.label2.Click += new System.EventHandler(this.label2_Click);
  216. //
  217. // label1
  218. //
  219. this.label1.AutoSize = true;
  220. this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
  221. this.label1.Location = new System.Drawing.Point(43, 145);
  222. this.label1.Name = "label1";
  223. this.label1.Size = new System.Drawing.Size(96, 39);
  224. this.label1.TabIndex = 1;
  225. this.label1.Text = "ДОБАВИТЬ\r\n ПОСТУПИВШИЙ\r\n ИНСТРУМЕНТ";
  226. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  227. this.label1.Click += new System.EventHandler(this.label1_Click);
  228. //
  229. // ButtonNomenklatura
  230. //
  231. this.ButtonNomenklatura.Cursor = System.Windows.Forms.Cursors.Hand;
  232. this.ButtonNomenklatura.Location = new System.Drawing.Point(33, 78);
  233. this.ButtonNomenklatura.Name = "ButtonNomenklatura";
  234. this.ButtonNomenklatura.Size = new System.Drawing.Size(118, 47);
  235. this.ButtonNomenklatura.TabIndex = 0;
  236. this.ButtonNomenklatura.Text = "НОМЕНКЛАТУРА";
  237. this.ButtonNomenklatura.UseVisualStyleBackColor = true;
  238. this.ButtonNomenklatura.Click += new System.EventHandler(this.ButtonNomenklatura_Click);
  239. //
  240. // MainMenu
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21)))));
  245. this.ClientSize = new System.Drawing.Size(800, 450);
  246. this.Controls.Add(this.panel1);
  247. this.Name = "MainMenu";
  248. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  249. this.Text = "MainMenu";
  250. this.Load += new System.EventHandler(this.MainMenu_Load);
  251. this.panel1.ResumeLayout(false);
  252. this.panel1.PerformLayout();
  253. this.ResumeLayout(false);
  254. }
  255. #endregion
  256. private System.Windows.Forms.Panel panel1;
  257. private System.Windows.Forms.Label label2;
  258. private System.Windows.Forms.Label label1;
  259. private System.Windows.Forms.Button ButtonNomenklatura;
  260. private System.Windows.Forms.Button ButtonPostavshiki;
  261. private System.Windows.Forms.Button ButtonProdaja;
  262. private System.Windows.Forms.Label label10;
  263. private System.Windows.Forms.Button ButtonSotrudniki;
  264. private System.Windows.Forms.Label label9;
  265. private System.Windows.Forms.Label label8;
  266. private System.Windows.Forms.Label label5;
  267. private System.Windows.Forms.Label label4;
  268. private System.Windows.Forms.Label label3;
  269. private System.Windows.Forms.Label label13;
  270. private System.Windows.Forms.Label label12;
  271. private System.Windows.Forms.Label label11;
  272. }
  273. }