Добавление.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. namespace WindowsFormsApp1
  2. {
  3. partial class AddForm
  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(AddForm));
  29. this.ArticulBox = new System.Windows.Forms.TextBox();
  30. this.NameProductBox = new System.Windows.Forms.TextBox();
  31. this.addButton = new System.Windows.Forms.Button();
  32. this.EdBox = new System.Windows.Forms.TextBox();
  33. this.MuchBox = new System.Windows.Forms.TextBox();
  34. this.SizeBox = new System.Windows.Forms.TextBox();
  35. this.RazBox = new System.Windows.Forms.TextBox();
  36. this.PostBox = new System.Windows.Forms.TextBox();
  37. this.CatBox = new System.Windows.Forms.TextBox();
  38. this.SkidkaBox = new System.Windows.Forms.TextBox();
  39. this.Kol = new System.Windows.Forms.TextBox();
  40. this.OpisanieBox = new System.Windows.Forms.TextBox();
  41. this.BackButton = new System.Windows.Forms.Button();
  42. this.PanelAdd = new System.Windows.Forms.Panel();
  43. this.NameFormlabel = new System.Windows.Forms.Label();
  44. this.Artlabel = new System.Windows.Forms.Label();
  45. this.NameProductLabel = new System.Windows.Forms.Label();
  46. this.EdLabel = new System.Windows.Forms.Label();
  47. this.MuchLabel = new System.Windows.Forms.Label();
  48. this.SizeLabel = new System.Windows.Forms.Label();
  49. this.PrLabel = new System.Windows.Forms.Label();
  50. this.PostLabel = new System.Windows.Forms.Label();
  51. this.CatLabel = new System.Windows.Forms.Label();
  52. this.SkidkaLabel = new System.Windows.Forms.Label();
  53. this.KolLabel = new System.Windows.Forms.Label();
  54. this.OpisLabel = new System.Windows.Forms.Label();
  55. this.PanelAdd.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // ArticulBox
  59. //
  60. this.ArticulBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.ArticulBox.Location = new System.Drawing.Point(156, 83);
  62. this.ArticulBox.Multiline = true;
  63. this.ArticulBox.Name = "ArticulBox";
  64. this.ArticulBox.Size = new System.Drawing.Size(120, 25);
  65. this.ArticulBox.TabIndex = 0;
  66. //
  67. // NameProductBox
  68. //
  69. this.NameProductBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.NameProductBox.Location = new System.Drawing.Point(156, 114);
  71. this.NameProductBox.Multiline = true;
  72. this.NameProductBox.Name = "NameProductBox";
  73. this.NameProductBox.Size = new System.Drawing.Size(120, 25);
  74. this.NameProductBox.TabIndex = 1;
  75. //
  76. // addButton
  77. //
  78. this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  79. this.addButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.addButton.Location = new System.Drawing.Point(372, 393);
  81. this.addButton.Name = "addButton";
  82. this.addButton.Size = new System.Drawing.Size(100, 25);
  83. this.addButton.TabIndex = 2;
  84. this.addButton.Text = "Сохранить";
  85. this.addButton.UseVisualStyleBackColor = true;
  86. this.addButton.Click += new System.EventHandler(this.button1_Click);
  87. //
  88. // EdBox
  89. //
  90. this.EdBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.EdBox.Location = new System.Drawing.Point(156, 145);
  92. this.EdBox.Multiline = true;
  93. this.EdBox.Name = "EdBox";
  94. this.EdBox.Size = new System.Drawing.Size(120, 25);
  95. this.EdBox.TabIndex = 3;
  96. //
  97. // MuchBox
  98. //
  99. this.MuchBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  100. this.MuchBox.Location = new System.Drawing.Point(156, 176);
  101. this.MuchBox.Multiline = true;
  102. this.MuchBox.Name = "MuchBox";
  103. this.MuchBox.Size = new System.Drawing.Size(120, 25);
  104. this.MuchBox.TabIndex = 4;
  105. //
  106. // SizeBox
  107. //
  108. this.SizeBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.SizeBox.Location = new System.Drawing.Point(156, 207);
  110. this.SizeBox.Multiline = true;
  111. this.SizeBox.Name = "SizeBox";
  112. this.SizeBox.Size = new System.Drawing.Size(120, 25);
  113. this.SizeBox.TabIndex = 5;
  114. //
  115. // RazBox
  116. //
  117. this.RazBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  118. this.RazBox.Location = new System.Drawing.Point(156, 238);
  119. this.RazBox.Multiline = true;
  120. this.RazBox.Name = "RazBox";
  121. this.RazBox.Size = new System.Drawing.Size(120, 25);
  122. this.RazBox.TabIndex = 6;
  123. //
  124. // PostBox
  125. //
  126. this.PostBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.PostBox.Location = new System.Drawing.Point(156, 269);
  128. this.PostBox.Multiline = true;
  129. this.PostBox.Name = "PostBox";
  130. this.PostBox.Size = new System.Drawing.Size(120, 25);
  131. this.PostBox.TabIndex = 7;
  132. //
  133. // CatBox
  134. //
  135. this.CatBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  136. this.CatBox.Location = new System.Drawing.Point(156, 300);
  137. this.CatBox.Multiline = true;
  138. this.CatBox.Name = "CatBox";
  139. this.CatBox.Size = new System.Drawing.Size(120, 25);
  140. this.CatBox.TabIndex = 8;
  141. //
  142. // SkidkaBox
  143. //
  144. this.SkidkaBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  145. this.SkidkaBox.Location = new System.Drawing.Point(156, 331);
  146. this.SkidkaBox.Multiline = true;
  147. this.SkidkaBox.Name = "SkidkaBox";
  148. this.SkidkaBox.Size = new System.Drawing.Size(120, 25);
  149. this.SkidkaBox.TabIndex = 9;
  150. //
  151. // Kol
  152. //
  153. this.Kol.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  154. this.Kol.Location = new System.Drawing.Point(156, 362);
  155. this.Kol.Multiline = true;
  156. this.Kol.Name = "Kol";
  157. this.Kol.Size = new System.Drawing.Size(120, 25);
  158. this.Kol.TabIndex = 10;
  159. //
  160. // OpisanieBox
  161. //
  162. this.OpisanieBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.OpisanieBox.Location = new System.Drawing.Point(156, 393);
  164. this.OpisanieBox.Multiline = true;
  165. this.OpisanieBox.Name = "OpisanieBox";
  166. this.OpisanieBox.Size = new System.Drawing.Size(120, 25);
  167. this.OpisanieBox.TabIndex = 11;
  168. //
  169. // BackButton
  170. //
  171. this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  172. this.BackButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  173. this.BackButton.Location = new System.Drawing.Point(372, 424);
  174. this.BackButton.Name = "BackButton";
  175. this.BackButton.Size = new System.Drawing.Size(100, 25);
  176. this.BackButton.TabIndex = 12;
  177. this.BackButton.Text = "Отмена";
  178. this.BackButton.UseVisualStyleBackColor = true;
  179. this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
  180. //
  181. // PanelAdd
  182. //
  183. this.PanelAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  184. this.PanelAdd.Controls.Add(this.NameFormlabel);
  185. this.PanelAdd.Dock = System.Windows.Forms.DockStyle.Top;
  186. this.PanelAdd.Location = new System.Drawing.Point(0, 0);
  187. this.PanelAdd.Name = "PanelAdd";
  188. this.PanelAdd.Size = new System.Drawing.Size(484, 70);
  189. this.PanelAdd.TabIndex = 13;
  190. //
  191. // NameFormlabel
  192. //
  193. this.NameFormlabel.AutoSize = true;
  194. this.NameFormlabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  195. this.NameFormlabel.Location = new System.Drawing.Point(137, 27);
  196. this.NameFormlabel.Name = "NameFormlabel";
  197. this.NameFormlabel.Size = new System.Drawing.Size(164, 23);
  198. this.NameFormlabel.TabIndex = 15;
  199. this.NameFormlabel.Text = "Добавление товаров";
  200. //
  201. // Artlabel
  202. //
  203. this.Artlabel.AutoSize = true;
  204. this.Artlabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  205. this.Artlabel.Location = new System.Drawing.Point(55, 85);
  206. this.Artlabel.Name = "Artlabel";
  207. this.Artlabel.Size = new System.Drawing.Size(76, 23);
  208. this.Artlabel.TabIndex = 14;
  209. this.Artlabel.Text = "Артикул";
  210. //
  211. // NameProductLabel
  212. //
  213. this.NameProductLabel.AutoSize = true;
  214. this.NameProductLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  215. this.NameProductLabel.Location = new System.Drawing.Point(12, 116);
  216. this.NameProductLabel.Name = "NameProductLabel";
  217. this.NameProductLabel.Size = new System.Drawing.Size(121, 23);
  218. this.NameProductLabel.TabIndex = 15;
  219. this.NameProductLabel.Text = "Наименование";
  220. //
  221. // EdLabel
  222. //
  223. this.EdLabel.AutoSize = true;
  224. this.EdLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  225. this.EdLabel.Location = new System.Drawing.Point(19, 147);
  226. this.EdLabel.Name = "EdLabel";
  227. this.EdLabel.Size = new System.Drawing.Size(114, 23);
  228. this.EdLabel.TabIndex = 16;
  229. this.EdLabel.Text = "Единица изм.";
  230. //
  231. // MuchLabel
  232. //
  233. this.MuchLabel.AutoSize = true;
  234. this.MuchLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  235. this.MuchLabel.Location = new System.Drawing.Point(39, 178);
  236. this.MuchLabel.Name = "MuchLabel";
  237. this.MuchLabel.Size = new System.Drawing.Size(92, 23);
  238. this.MuchLabel.TabIndex = 17;
  239. this.MuchLabel.Text = "Стоимость";
  240. //
  241. // SizeLabel
  242. //
  243. this.SizeLabel.AutoSize = true;
  244. this.SizeLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  245. this.SizeLabel.Location = new System.Drawing.Point(69, 207);
  246. this.SizeLabel.Name = "SizeLabel";
  247. this.SizeLabel.Size = new System.Drawing.Size(62, 23);
  248. this.SizeLabel.TabIndex = 18;
  249. this.SizeLabel.Text = "Размер";
  250. //
  251. // PrLabel
  252. //
  253. this.PrLabel.AutoSize = true;
  254. this.PrLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  255. this.PrLabel.Location = new System.Drawing.Point(5, 240);
  256. this.PrLabel.Name = "PrLabel";
  257. this.PrLabel.Size = new System.Drawing.Size(130, 23);
  258. this.PrLabel.TabIndex = 19;
  259. this.PrLabel.Text = "Производитель";
  260. //
  261. // PostLabel
  262. //
  263. this.PostLabel.AutoSize = true;
  264. this.PostLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  265. this.PostLabel.Location = new System.Drawing.Point(34, 269);
  266. this.PostLabel.Name = "PostLabel";
  267. this.PostLabel.Size = new System.Drawing.Size(97, 23);
  268. this.PostLabel.TabIndex = 20;
  269. this.PostLabel.Text = "Поставщик";
  270. //
  271. // CatLabel
  272. //
  273. this.CatLabel.AutoSize = true;
  274. this.CatLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  275. this.CatLabel.Location = new System.Drawing.Point(43, 299);
  276. this.CatLabel.Name = "CatLabel";
  277. this.CatLabel.Size = new System.Drawing.Size(88, 23);
  278. this.CatLabel.TabIndex = 21;
  279. this.CatLabel.Text = "Категория";
  280. //
  281. // SkidkaLabel
  282. //
  283. this.SkidkaLabel.AutoSize = true;
  284. this.SkidkaLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  285. this.SkidkaLabel.Location = new System.Drawing.Point(68, 333);
  286. this.SkidkaLabel.Name = "SkidkaLabel";
  287. this.SkidkaLabel.Size = new System.Drawing.Size(63, 23);
  288. this.SkidkaLabel.TabIndex = 22;
  289. this.SkidkaLabel.Text = "Скидка";
  290. //
  291. // KolLabel
  292. //
  293. this.KolLabel.AutoSize = true;
  294. this.KolLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  295. this.KolLabel.Location = new System.Drawing.Point(32, 364);
  296. this.KolLabel.Name = "KolLabel";
  297. this.KolLabel.Size = new System.Drawing.Size(99, 23);
  298. this.KolLabel.TabIndex = 23;
  299. this.KolLabel.Text = "Количество";
  300. //
  301. // OpisLabel
  302. //
  303. this.OpisLabel.AutoSize = true;
  304. this.OpisLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  305. this.OpisLabel.Location = new System.Drawing.Point(55, 393);
  306. this.OpisLabel.Name = "OpisLabel";
  307. this.OpisLabel.Size = new System.Drawing.Size(86, 23);
  308. this.OpisLabel.TabIndex = 24;
  309. this.OpisLabel.Text = "Описание";
  310. this.OpisLabel.Click += new System.EventHandler(this.label10_Click);
  311. //
  312. // AddForm
  313. //
  314. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  315. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  316. this.BackColor = System.Drawing.Color.White;
  317. this.ClientSize = new System.Drawing.Size(484, 461);
  318. this.Controls.Add(this.OpisLabel);
  319. this.Controls.Add(this.KolLabel);
  320. this.Controls.Add(this.SkidkaLabel);
  321. this.Controls.Add(this.CatLabel);
  322. this.Controls.Add(this.PostLabel);
  323. this.Controls.Add(this.PrLabel);
  324. this.Controls.Add(this.SizeLabel);
  325. this.Controls.Add(this.MuchLabel);
  326. this.Controls.Add(this.EdLabel);
  327. this.Controls.Add(this.NameProductLabel);
  328. this.Controls.Add(this.Artlabel);
  329. this.Controls.Add(this.PanelAdd);
  330. this.Controls.Add(this.BackButton);
  331. this.Controls.Add(this.OpisanieBox);
  332. this.Controls.Add(this.Kol);
  333. this.Controls.Add(this.SkidkaBox);
  334. this.Controls.Add(this.CatBox);
  335. this.Controls.Add(this.PostBox);
  336. this.Controls.Add(this.RazBox);
  337. this.Controls.Add(this.SizeBox);
  338. this.Controls.Add(this.MuchBox);
  339. this.Controls.Add(this.EdBox);
  340. this.Controls.Add(this.addButton);
  341. this.Controls.Add(this.NameProductBox);
  342. this.Controls.Add(this.ArticulBox);
  343. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  344. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  345. this.MaximizeBox = false;
  346. this.MinimizeBox = false;
  347. this.Name = "AddForm";
  348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  349. this.Text = "Добавление";
  350. this.Load += new System.EventHandler(this.AddForm_Load);
  351. this.PanelAdd.ResumeLayout(false);
  352. this.PanelAdd.PerformLayout();
  353. this.ResumeLayout(false);
  354. this.PerformLayout();
  355. }
  356. #endregion
  357. private System.Windows.Forms.TextBox ArticulBox;
  358. private System.Windows.Forms.TextBox NameProductBox;
  359. private System.Windows.Forms.Button addButton;
  360. private System.Windows.Forms.TextBox EdBox;
  361. private System.Windows.Forms.TextBox MuchBox;
  362. private System.Windows.Forms.TextBox SizeBox;
  363. private System.Windows.Forms.TextBox RazBox;
  364. private System.Windows.Forms.TextBox PostBox;
  365. private System.Windows.Forms.TextBox CatBox;
  366. private System.Windows.Forms.TextBox SkidkaBox;
  367. private System.Windows.Forms.TextBox Kol;
  368. private System.Windows.Forms.TextBox OpisanieBox;
  369. private System.Windows.Forms.Button BackButton;
  370. private System.Windows.Forms.Panel PanelAdd;
  371. private System.Windows.Forms.Label Artlabel;
  372. private System.Windows.Forms.Label NameProductLabel;
  373. private System.Windows.Forms.Label EdLabel;
  374. private System.Windows.Forms.Label MuchLabel;
  375. private System.Windows.Forms.Label SizeLabel;
  376. private System.Windows.Forms.Label PrLabel;
  377. private System.Windows.Forms.Label PostLabel;
  378. private System.Windows.Forms.Label CatLabel;
  379. private System.Windows.Forms.Label SkidkaLabel;
  380. private System.Windows.Forms.Label KolLabel;
  381. private System.Windows.Forms.Label OpisLabel;
  382. private System.Windows.Forms.Label NameFormlabel;
  383. }
  384. }