ДобавлениеТоваров.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. 
  2. namespace OsadchiStr
  3. {
  4. partial class ДобавлениеТоваров
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label productArticleNumberLabel;
  31. System.Windows.Forms.Label productNameLabel;
  32. System.Windows.Forms.Label productDescriptionLabel;
  33. System.Windows.Forms.Label productCategoryLabel;
  34. System.Windows.Forms.Label productManufacturerLabel;
  35. System.Windows.Forms.Label productCostLabel;
  36. System.Windows.Forms.Label productDiscountAmountLabel;
  37. System.Windows.Forms.Label productMaxDiscountLabel;
  38. System.Windows.Forms.Label productQuantityInStockLabel;
  39. System.Windows.Forms.Label productStatusLabel;
  40. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавлениеТоваров));
  41. this.button4 = new System.Windows.Forms.Button();
  42. this.panel4 = new System.Windows.Forms.Panel();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this._05TradeDataSet = new OsadchiStr._05TradeDataSet();
  47. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  48. this.productTableAdapter = new OsadchiStr._05TradeDataSetTableAdapters.ProductTableAdapter();
  49. this.tableAdapterManager = new OsadchiStr._05TradeDataSetTableAdapters.TableAdapterManager();
  50. this.productNameTextBox = new System.Windows.Forms.TextBox();
  51. this.productDescriptionTextBox = new System.Windows.Forms.TextBox();
  52. this.productCategoryTextBox = new System.Windows.Forms.TextBox();
  53. this.productManufacturerTextBox = new System.Windows.Forms.TextBox();
  54. this.productCostTextBox = new System.Windows.Forms.TextBox();
  55. this.productDiscountAmountTextBox = new System.Windows.Forms.TextBox();
  56. this.productMaxDiscountTextBox = new System.Windows.Forms.TextBox();
  57. this.productQuantityInStockTextBox = new System.Windows.Forms.TextBox();
  58. this.productStatusTextBox = new System.Windows.Forms.TextBox();
  59. this.panel2 = new System.Windows.Forms.Panel();
  60. this.label9 = new System.Windows.Forms.Label();
  61. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  62. this.productArticleNumberTextBox = new System.Windows.Forms.TextBox();
  63. productArticleNumberLabel = new System.Windows.Forms.Label();
  64. productNameLabel = new System.Windows.Forms.Label();
  65. productDescriptionLabel = new System.Windows.Forms.Label();
  66. productCategoryLabel = new System.Windows.Forms.Label();
  67. productManufacturerLabel = new System.Windows.Forms.Label();
  68. productCostLabel = new System.Windows.Forms.Label();
  69. productDiscountAmountLabel = new System.Windows.Forms.Label();
  70. productMaxDiscountLabel = new System.Windows.Forms.Label();
  71. productQuantityInStockLabel = new System.Windows.Forms.Label();
  72. productStatusLabel = new System.Windows.Forms.Label();
  73. this.panel4.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  76. this.panel2.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // productArticleNumberLabel
  81. //
  82. productArticleNumberLabel.AutoSize = true;
  83. productArticleNumberLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. productArticleNumberLabel.Location = new System.Drawing.Point(225, 100);
  85. productArticleNumberLabel.Name = "productArticleNumberLabel";
  86. productArticleNumberLabel.Size = new System.Drawing.Size(93, 26);
  87. productArticleNumberLabel.TabIndex = 34;
  88. productArticleNumberLabel.Text = "Артикул:";
  89. //
  90. // productNameLabel
  91. //
  92. productNameLabel.AutoSize = true;
  93. productNameLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  94. productNameLabel.Location = new System.Drawing.Point(98, 141);
  95. productNameLabel.Name = "productNameLabel";
  96. productNameLabel.Size = new System.Drawing.Size(220, 26);
  97. productNameLabel.TabIndex = 35;
  98. productNameLabel.Text = "Наименование товара:";
  99. //
  100. // productDescriptionLabel
  101. //
  102. productDescriptionLabel.AutoSize = true;
  103. productDescriptionLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. productDescriptionLabel.Location = new System.Drawing.Point(142, 181);
  105. productDescriptionLabel.Name = "productDescriptionLabel";
  106. productDescriptionLabel.Size = new System.Drawing.Size(176, 26);
  107. productDescriptionLabel.TabIndex = 36;
  108. productDescriptionLabel.Text = "Описание товара:";
  109. //
  110. // productCategoryLabel
  111. //
  112. productCategoryLabel.AutoSize = true;
  113. productCategoryLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  114. productCategoryLabel.Location = new System.Drawing.Point(207, 218);
  115. productCategoryLabel.Name = "productCategoryLabel";
  116. productCategoryLabel.Size = new System.Drawing.Size(111, 26);
  117. productCategoryLabel.TabIndex = 37;
  118. productCategoryLabel.Text = "Категория:";
  119. //
  120. // productManufacturerLabel
  121. //
  122. productManufacturerLabel.AutoSize = true;
  123. productManufacturerLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. productManufacturerLabel.Location = new System.Drawing.Point(158, 263);
  125. productManufacturerLabel.Name = "productManufacturerLabel";
  126. productManufacturerLabel.Size = new System.Drawing.Size(160, 26);
  127. productManufacturerLabel.TabIndex = 38;
  128. productManufacturerLabel.Text = "Производитель:";
  129. //
  130. // productCostLabel
  131. //
  132. productCostLabel.AutoSize = true;
  133. productCostLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  134. productCostLabel.Location = new System.Drawing.Point(138, 304);
  135. productCostLabel.Name = "productCostLabel";
  136. productCostLabel.Size = new System.Drawing.Size(180, 26);
  137. productCostLabel.TabIndex = 39;
  138. productCostLabel.Text = "Стоимость товара:";
  139. //
  140. // productDiscountAmountLabel
  141. //
  142. productDiscountAmountLabel.AutoSize = true;
  143. productDiscountAmountLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. productDiscountAmountLabel.Location = new System.Drawing.Point(172, 341);
  145. productDiscountAmountLabel.Name = "productDiscountAmountLabel";
  146. productDiscountAmountLabel.Size = new System.Drawing.Size(146, 26);
  147. productDiscountAmountLabel.TabIndex = 40;
  148. productDiscountAmountLabel.Text = "Скидка товара:";
  149. //
  150. // productMaxDiscountLabel
  151. //
  152. productMaxDiscountLabel.AutoSize = true;
  153. productMaxDiscountLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  154. productMaxDiscountLabel.Location = new System.Drawing.Point(117, 378);
  155. productMaxDiscountLabel.Name = "productMaxDiscountLabel";
  156. productMaxDiscountLabel.Size = new System.Drawing.Size(201, 26);
  157. productMaxDiscountLabel.TabIndex = 41;
  158. productMaxDiscountLabel.Text = "Макс. скидка товара:";
  159. //
  160. // productQuantityInStockLabel
  161. //
  162. productQuantityInStockLabel.AutoSize = true;
  163. productQuantityInStockLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  164. productQuantityInStockLabel.Location = new System.Drawing.Point(124, 413);
  165. productQuantityInStockLabel.Name = "productQuantityInStockLabel";
  166. productQuantityInStockLabel.Size = new System.Drawing.Size(194, 26);
  167. productQuantityInStockLabel.TabIndex = 42;
  168. productQuantityInStockLabel.Text = "Наличие на складе:";
  169. //
  170. // productStatusLabel
  171. //
  172. productStatusLabel.AutoSize = true;
  173. productStatusLabel.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  174. productStatusLabel.Location = new System.Drawing.Point(241, 445);
  175. productStatusLabel.Name = "productStatusLabel";
  176. productStatusLabel.Size = new System.Drawing.Size(77, 26);
  177. productStatusLabel.TabIndex = 43;
  178. productStatusLabel.Text = "Статус:";
  179. //
  180. // button4
  181. //
  182. this.button4.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  183. this.button4.Location = new System.Drawing.Point(12, 593);
  184. this.button4.Name = "button4";
  185. this.button4.Size = new System.Drawing.Size(165, 34);
  186. this.button4.TabIndex = 33;
  187. this.button4.Text = "Товары";
  188. this.button4.UseVisualStyleBackColor = true;
  189. this.button4.Click += new System.EventHandler(this.button4_Click);
  190. //
  191. // panel4
  192. //
  193. this.panel4.BackColor = System.Drawing.Color.YellowGreen;
  194. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  195. this.panel4.Controls.Add(this.button3);
  196. this.panel4.Controls.Add(this.button2);
  197. this.panel4.Controls.Add(this.button1);
  198. this.panel4.Location = new System.Drawing.Point(517, 477);
  199. this.panel4.Name = "panel4";
  200. this.panel4.Size = new System.Drawing.Size(279, 150);
  201. this.panel4.TabIndex = 32;
  202. this.panel4.Paint += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
  203. //
  204. // button3
  205. //
  206. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  207. this.button3.Location = new System.Drawing.Point(43, 105);
  208. this.button3.Name = "button3";
  209. this.button3.Size = new System.Drawing.Size(190, 34);
  210. this.button3.TabIndex = 2;
  211. this.button3.Text = "Сохранить запись";
  212. this.button3.UseVisualStyleBackColor = true;
  213. this.button3.Click += new System.EventHandler(this.button3_Click);
  214. //
  215. // button2
  216. //
  217. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  218. this.button2.Location = new System.Drawing.Point(54, 55);
  219. this.button2.Name = "button2";
  220. this.button2.Size = new System.Drawing.Size(172, 34);
  221. this.button2.TabIndex = 1;
  222. this.button2.Text = "Удалить запись";
  223. this.button2.UseVisualStyleBackColor = true;
  224. this.button2.Click += new System.EventHandler(this.button2_Click);
  225. //
  226. // button1
  227. //
  228. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  229. this.button1.Location = new System.Drawing.Point(20, 7);
  230. this.button1.Name = "button1";
  231. this.button1.Size = new System.Drawing.Size(239, 34);
  232. this.button1.TabIndex = 0;
  233. this.button1.Text = "Добавить новую запись";
  234. this.button1.UseVisualStyleBackColor = true;
  235. this.button1.Click += new System.EventHandler(this.button1_Click);
  236. //
  237. // _05TradeDataSet
  238. //
  239. this._05TradeDataSet.DataSetName = "_05TradeDataSet";
  240. this._05TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  241. //
  242. // productBindingSource
  243. //
  244. this.productBindingSource.DataMember = "Product";
  245. this.productBindingSource.DataSource = this._05TradeDataSet;
  246. //
  247. // productTableAdapter
  248. //
  249. this.productTableAdapter.ClearBeforeFill = true;
  250. //
  251. // tableAdapterManager
  252. //
  253. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  254. this.tableAdapterManager.OrderProductTableAdapter = null;
  255. this.tableAdapterManager.OrderTableAdapter = null;
  256. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  257. this.tableAdapterManager.pynkt_vidachi_importTableAdapter = null;
  258. this.tableAdapterManager.RoleTableAdapter = null;
  259. this.tableAdapterManager.UpdateOrder = OsadchiStr._05TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  260. this.tableAdapterManager.UserTableAdapter = null;
  261. //
  262. // productNameTextBox
  263. //
  264. this.productNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductName", true));
  265. this.productNameTextBox.Location = new System.Drawing.Point(517, 147);
  266. this.productNameTextBox.Name = "productNameTextBox";
  267. this.productNameTextBox.Size = new System.Drawing.Size(100, 20);
  268. this.productNameTextBox.TabIndex = 36;
  269. //
  270. // productDescriptionTextBox
  271. //
  272. this.productDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDescription", true));
  273. this.productDescriptionTextBox.Location = new System.Drawing.Point(517, 187);
  274. this.productDescriptionTextBox.Name = "productDescriptionTextBox";
  275. this.productDescriptionTextBox.Size = new System.Drawing.Size(100, 20);
  276. this.productDescriptionTextBox.TabIndex = 37;
  277. //
  278. // productCategoryTextBox
  279. //
  280. this.productCategoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCategory", true));
  281. this.productCategoryTextBox.Location = new System.Drawing.Point(517, 224);
  282. this.productCategoryTextBox.Name = "productCategoryTextBox";
  283. this.productCategoryTextBox.Size = new System.Drawing.Size(100, 20);
  284. this.productCategoryTextBox.TabIndex = 38;
  285. //
  286. // productManufacturerTextBox
  287. //
  288. this.productManufacturerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductManufacturer", true));
  289. this.productManufacturerTextBox.Location = new System.Drawing.Point(517, 269);
  290. this.productManufacturerTextBox.Name = "productManufacturerTextBox";
  291. this.productManufacturerTextBox.Size = new System.Drawing.Size(100, 20);
  292. this.productManufacturerTextBox.TabIndex = 39;
  293. //
  294. // productCostTextBox
  295. //
  296. this.productCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCost", true));
  297. this.productCostTextBox.Location = new System.Drawing.Point(517, 310);
  298. this.productCostTextBox.Name = "productCostTextBox";
  299. this.productCostTextBox.Size = new System.Drawing.Size(100, 20);
  300. this.productCostTextBox.TabIndex = 40;
  301. //
  302. // productDiscountAmountTextBox
  303. //
  304. this.productDiscountAmountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDiscountAmount", true));
  305. this.productDiscountAmountTextBox.Location = new System.Drawing.Point(517, 347);
  306. this.productDiscountAmountTextBox.Name = "productDiscountAmountTextBox";
  307. this.productDiscountAmountTextBox.Size = new System.Drawing.Size(100, 20);
  308. this.productDiscountAmountTextBox.TabIndex = 41;
  309. //
  310. // productMaxDiscountTextBox
  311. //
  312. this.productMaxDiscountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductMaxDiscount", true));
  313. this.productMaxDiscountTextBox.Location = new System.Drawing.Point(517, 384);
  314. this.productMaxDiscountTextBox.Name = "productMaxDiscountTextBox";
  315. this.productMaxDiscountTextBox.Size = new System.Drawing.Size(100, 20);
  316. this.productMaxDiscountTextBox.TabIndex = 42;
  317. //
  318. // productQuantityInStockTextBox
  319. //
  320. this.productQuantityInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductQuantityInStock", true));
  321. this.productQuantityInStockTextBox.Location = new System.Drawing.Point(517, 419);
  322. this.productQuantityInStockTextBox.Name = "productQuantityInStockTextBox";
  323. this.productQuantityInStockTextBox.Size = new System.Drawing.Size(100, 20);
  324. this.productQuantityInStockTextBox.TabIndex = 43;
  325. //
  326. // productStatusTextBox
  327. //
  328. this.productStatusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductStatus", true));
  329. this.productStatusTextBox.Location = new System.Drawing.Point(517, 451);
  330. this.productStatusTextBox.Name = "productStatusTextBox";
  331. this.productStatusTextBox.Size = new System.Drawing.Size(100, 20);
  332. this.productStatusTextBox.TabIndex = 44;
  333. //
  334. // panel2
  335. //
  336. this.panel2.BackColor = System.Drawing.Color.ForestGreen;
  337. this.panel2.Controls.Add(this.label9);
  338. this.panel2.Controls.Add(this.pictureBox1);
  339. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  340. this.panel2.Location = new System.Drawing.Point(0, 0);
  341. this.panel2.Name = "panel2";
  342. this.panel2.Size = new System.Drawing.Size(816, 100);
  343. this.panel2.TabIndex = 45;
  344. //
  345. // label9
  346. //
  347. this.label9.AutoSize = true;
  348. this.label9.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  349. this.label9.Location = new System.Drawing.Point(286, 32);
  350. this.label9.Name = "label9";
  351. this.label9.Size = new System.Drawing.Size(336, 45);
  352. this.label9.TabIndex = 19;
  353. this.label9.Text = "Добавление товаров";
  354. //
  355. // pictureBox1
  356. //
  357. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  358. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  359. this.pictureBox1.Name = "pictureBox1";
  360. this.pictureBox1.Size = new System.Drawing.Size(109, 76);
  361. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  362. this.pictureBox1.TabIndex = 18;
  363. this.pictureBox1.TabStop = false;
  364. //
  365. // productArticleNumberTextBox
  366. //
  367. this.productArticleNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductArticleNumber", true));
  368. this.productArticleNumberTextBox.Location = new System.Drawing.Point(517, 106);
  369. this.productArticleNumberTextBox.Name = "productArticleNumberTextBox";
  370. this.productArticleNumberTextBox.Size = new System.Drawing.Size(100, 20);
  371. this.productArticleNumberTextBox.TabIndex = 46;
  372. //
  373. // ДобавлениеТоваров
  374. //
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.ClientSize = new System.Drawing.Size(816, 647);
  378. this.Controls.Add(this.productArticleNumberTextBox);
  379. this.Controls.Add(this.panel2);
  380. this.Controls.Add(productStatusLabel);
  381. this.Controls.Add(this.productStatusTextBox);
  382. this.Controls.Add(productQuantityInStockLabel);
  383. this.Controls.Add(this.productQuantityInStockTextBox);
  384. this.Controls.Add(productMaxDiscountLabel);
  385. this.Controls.Add(this.productMaxDiscountTextBox);
  386. this.Controls.Add(productDiscountAmountLabel);
  387. this.Controls.Add(this.productDiscountAmountTextBox);
  388. this.Controls.Add(productCostLabel);
  389. this.Controls.Add(this.productCostTextBox);
  390. this.Controls.Add(productManufacturerLabel);
  391. this.Controls.Add(this.productManufacturerTextBox);
  392. this.Controls.Add(productCategoryLabel);
  393. this.Controls.Add(this.productCategoryTextBox);
  394. this.Controls.Add(productDescriptionLabel);
  395. this.Controls.Add(this.productDescriptionTextBox);
  396. this.Controls.Add(productNameLabel);
  397. this.Controls.Add(this.productNameTextBox);
  398. this.Controls.Add(productArticleNumberLabel);
  399. this.Controls.Add(this.button4);
  400. this.Controls.Add(this.panel4);
  401. this.Name = "ДобавлениеТоваров";
  402. this.Text = " ДобавлниеТоваров";
  403. this.Load += new System.EventHandler(this.ДобавлениеТоваров_Load);
  404. this.panel4.ResumeLayout(false);
  405. ((System.ComponentModel.ISupportInitialize)(this._05TradeDataSet)).EndInit();
  406. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  407. this.panel2.ResumeLayout(false);
  408. this.panel2.PerformLayout();
  409. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  410. this.ResumeLayout(false);
  411. this.PerformLayout();
  412. }
  413. #endregion
  414. private System.Windows.Forms.Button button4;
  415. private System.Windows.Forms.Panel panel4;
  416. private System.Windows.Forms.Button button3;
  417. private System.Windows.Forms.Button button2;
  418. private System.Windows.Forms.Button button1;
  419. private _05TradeDataSet _05TradeDataSet;
  420. private System.Windows.Forms.BindingSource productBindingSource;
  421. private _05TradeDataSetTableAdapters.ProductTableAdapter productTableAdapter;
  422. private _05TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  423. private System.Windows.Forms.TextBox productNameTextBox;
  424. private System.Windows.Forms.TextBox productDescriptionTextBox;
  425. private System.Windows.Forms.TextBox productCategoryTextBox;
  426. private System.Windows.Forms.TextBox productManufacturerTextBox;
  427. private System.Windows.Forms.TextBox productCostTextBox;
  428. private System.Windows.Forms.TextBox productDiscountAmountTextBox;
  429. private System.Windows.Forms.TextBox productMaxDiscountTextBox;
  430. private System.Windows.Forms.TextBox productQuantityInStockTextBox;
  431. private System.Windows.Forms.TextBox productStatusTextBox;
  432. private System.Windows.Forms.Panel panel2;
  433. private System.Windows.Forms.Label label9;
  434. private System.Windows.Forms.PictureBox pictureBox1;
  435. private System.Windows.Forms.TextBox productArticleNumberTextBox;
  436. }
  437. }