Form3.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. 
  2. namespace ZhorovaRP42
  3. {
  4. partial class Form3
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  31. System.Windows.Forms.Label наименование_товараLabel;
  32. System.Windows.Forms.Label главное_изображениеLabel;
  33. System.Windows.Forms.Label производительLabel;
  34. System.Windows.Forms.Label активенLabel;
  35. System.Windows.Forms.Label ценаLabel;
  36. System.Windows.Forms.Label idLabel;
  37. this.zhorovaRP42DataSet = new ZhorovaRP42.ZhorovaRP42DataSet();
  38. this.product_b_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.product_b_importTableAdapter = new ZhorovaRP42.ZhorovaRP42DataSetTableAdapters.product_b_importTableAdapter();
  40. this.tableAdapterManager = new ZhorovaRP42.ZhorovaRP42DataSetTableAdapters.TableAdapterManager();
  41. this.product_b_importBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  42. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  46. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  47. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  51. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  53. this.product_b_importBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  54. this.наименование_товараTextBox = new System.Windows.Forms.TextBox();
  55. this.главное_изображениеTextBox = new System.Windows.Forms.TextBox();
  56. this.производительTextBox = new System.Windows.Forms.TextBox();
  57. this.активенTextBox = new System.Windows.Forms.TextBox();
  58. this.ценаTextBox = new System.Windows.Forms.TextBox();
  59. this.idTextBox = new System.Windows.Forms.TextBox();
  60. this.button3 = new System.Windows.Forms.Button();
  61. this.button2 = new System.Windows.Forms.Button();
  62. this.button1 = new System.Windows.Forms.Button();
  63. наименование_товараLabel = new System.Windows.Forms.Label();
  64. главное_изображениеLabel = new System.Windows.Forms.Label();
  65. производительLabel = new System.Windows.Forms.Label();
  66. активенLabel = new System.Windows.Forms.Label();
  67. ценаLabel = new System.Windows.Forms.Label();
  68. idLabel = new System.Windows.Forms.Label();
  69. ((System.ComponentModel.ISupportInitialize)(this.zhorovaRP42DataSet)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.product_b_importBindingSource)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.product_b_importBindingNavigator)).BeginInit();
  72. this.product_b_importBindingNavigator.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // zhorovaRP42DataSet
  76. //
  77. this.zhorovaRP42DataSet.DataSetName = "ZhorovaRP42DataSet";
  78. this.zhorovaRP42DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  79. //
  80. // product_b_importBindingSource
  81. //
  82. this.product_b_importBindingSource.DataMember = "product_b_import";
  83. this.product_b_importBindingSource.DataSource = this.zhorovaRP42DataSet;
  84. //
  85. // product_b_importTableAdapter
  86. //
  87. this.product_b_importTableAdapter.ClearBeforeFill = true;
  88. //
  89. // tableAdapterManager
  90. //
  91. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  92. this.tableAdapterManager.manufacturer_b_importTableAdapter = null;
  93. this.tableAdapterManager.product_b_importTableAdapter = this.product_b_importTableAdapter;
  94. this.tableAdapterManager.productsale_b_importTableAdapter = null;
  95. this.tableAdapterManager.UpdateOrder = ZhorovaRP42.ZhorovaRP42DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  96. //
  97. // product_b_importBindingNavigator
  98. //
  99. this.product_b_importBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  100. this.product_b_importBindingNavigator.BindingSource = this.product_b_importBindingSource;
  101. this.product_b_importBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  102. this.product_b_importBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  103. this.product_b_importBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.bindingNavigatorMoveFirstItem,
  105. this.bindingNavigatorMovePreviousItem,
  106. this.bindingNavigatorSeparator,
  107. this.bindingNavigatorPositionItem,
  108. this.bindingNavigatorCountItem,
  109. this.bindingNavigatorSeparator1,
  110. this.bindingNavigatorMoveNextItem,
  111. this.bindingNavigatorMoveLastItem,
  112. this.bindingNavigatorSeparator2,
  113. this.bindingNavigatorAddNewItem,
  114. this.bindingNavigatorDeleteItem,
  115. this.product_b_importBindingNavigatorSaveItem});
  116. this.product_b_importBindingNavigator.Location = new System.Drawing.Point(0, 0);
  117. this.product_b_importBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  118. this.product_b_importBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  119. this.product_b_importBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  120. this.product_b_importBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  121. this.product_b_importBindingNavigator.Name = "product_b_importBindingNavigator";
  122. this.product_b_importBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  123. this.product_b_importBindingNavigator.Size = new System.Drawing.Size(321, 25);
  124. this.product_b_importBindingNavigator.TabIndex = 0;
  125. this.product_b_importBindingNavigator.Text = "bindingNavigator1";
  126. //
  127. // bindingNavigatorMoveFirstItem
  128. //
  129. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  130. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  131. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  132. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  133. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  134. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  135. //
  136. // bindingNavigatorMovePreviousItem
  137. //
  138. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  139. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  140. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  141. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  142. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  143. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  144. //
  145. // bindingNavigatorSeparator
  146. //
  147. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  148. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  149. //
  150. // bindingNavigatorPositionItem
  151. //
  152. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  153. this.bindingNavigatorPositionItem.AutoSize = false;
  154. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  155. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  156. this.bindingNavigatorPositionItem.Text = "0";
  157. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  158. //
  159. // bindingNavigatorCountItem
  160. //
  161. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  162. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  163. this.bindingNavigatorCountItem.Text = "для {0}";
  164. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  165. //
  166. // bindingNavigatorSeparator1
  167. //
  168. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  169. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  170. //
  171. // bindingNavigatorMoveNextItem
  172. //
  173. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  174. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  175. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  176. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  177. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  178. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  179. //
  180. // bindingNavigatorMoveLastItem
  181. //
  182. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  183. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  184. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  185. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  186. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  187. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  188. //
  189. // bindingNavigatorSeparator2
  190. //
  191. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  192. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  193. //
  194. // bindingNavigatorAddNewItem
  195. //
  196. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  197. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  198. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  199. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  200. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  201. this.bindingNavigatorAddNewItem.Text = "Добавить";
  202. //
  203. // bindingNavigatorDeleteItem
  204. //
  205. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  206. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  207. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  208. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  209. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  210. this.bindingNavigatorDeleteItem.Text = "Удалить";
  211. //
  212. // product_b_importBindingNavigatorSaveItem
  213. //
  214. this.product_b_importBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  215. this.product_b_importBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("product_b_importBindingNavigatorSaveItem.Image")));
  216. this.product_b_importBindingNavigatorSaveItem.Name = "product_b_importBindingNavigatorSaveItem";
  217. this.product_b_importBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  218. this.product_b_importBindingNavigatorSaveItem.Text = "Сохранить данные";
  219. this.product_b_importBindingNavigatorSaveItem.Click += new System.EventHandler(this.product_b_importBindingNavigatorSaveItem_Click);
  220. //
  221. // наименование_товараLabel
  222. //
  223. наименование_товараLabel.AutoSize = true;
  224. наименование_товараLabel.Location = new System.Drawing.Point(30, 59);
  225. наименование_товараLabel.Name = "наименование_товараLabel";
  226. наименование_товараLabel.Size = new System.Drawing.Size(124, 13);
  227. наименование_товараLabel.TabIndex = 1;
  228. наименование_товараLabel.Text = "Наименование товара:";
  229. //
  230. // наименование_товараTextBox
  231. //
  232. this.наименование_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_importBindingSource, "Наименование_товара", true));
  233. this.наименование_товараTextBox.Location = new System.Drawing.Point(160, 56);
  234. this.наименование_товараTextBox.Name = "наименование_товараTextBox";
  235. this.наименование_товараTextBox.Size = new System.Drawing.Size(100, 20);
  236. this.наименование_товараTextBox.TabIndex = 2;
  237. //
  238. // главное_изображениеLabel
  239. //
  240. главное_изображениеLabel.AutoSize = true;
  241. главное_изображениеLabel.Location = new System.Drawing.Point(31, 85);
  242. главное_изображениеLabel.Name = "главное_изображениеLabel";
  243. главное_изображениеLabel.Size = new System.Drawing.Size(123, 13);
  244. главное_изображениеLabel.TabIndex = 3;
  245. главное_изображениеLabel.Text = "Главное изображение:";
  246. //
  247. // главное_изображениеTextBox
  248. //
  249. this.главное_изображениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_importBindingSource, "Главное_изображение", true));
  250. this.главное_изображениеTextBox.Location = new System.Drawing.Point(160, 82);
  251. this.главное_изображениеTextBox.Name = "главное_изображениеTextBox";
  252. this.главное_изображениеTextBox.Size = new System.Drawing.Size(100, 20);
  253. this.главное_изображениеTextBox.TabIndex = 4;
  254. //
  255. // производительLabel
  256. //
  257. производительLabel.AutoSize = true;
  258. производительLabel.Location = new System.Drawing.Point(65, 111);
  259. производительLabel.Name = "производительLabel";
  260. производительLabel.Size = new System.Drawing.Size(89, 13);
  261. производительLabel.TabIndex = 5;
  262. производительLabel.Text = "Производитель:";
  263. //
  264. // производительTextBox
  265. //
  266. this.производительTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_importBindingSource, "Производитель", true));
  267. this.производительTextBox.Location = new System.Drawing.Point(160, 108);
  268. this.производительTextBox.Name = "производительTextBox";
  269. this.производительTextBox.Size = new System.Drawing.Size(100, 20);
  270. this.производительTextBox.TabIndex = 6;
  271. //
  272. // активенLabel
  273. //
  274. активенLabel.AutoSize = true;
  275. активенLabel.Location = new System.Drawing.Point(102, 137);
  276. активенLabel.Name = "активенLabel";
  277. активенLabel.Size = new System.Drawing.Size(52, 13);
  278. активенLabel.TabIndex = 7;
  279. активенLabel.Text = "Активен:";
  280. //
  281. // активенTextBox
  282. //
  283. this.активенTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_importBindingSource, "Активен", true));
  284. this.активенTextBox.Location = new System.Drawing.Point(160, 134);
  285. this.активенTextBox.Name = "активенTextBox";
  286. this.активенTextBox.Size = new System.Drawing.Size(100, 20);
  287. this.активенTextBox.TabIndex = 8;
  288. //
  289. // ценаLabel
  290. //
  291. ценаLabel.AutoSize = true;
  292. ценаLabel.Location = new System.Drawing.Point(118, 163);
  293. ценаLabel.Name = "ценаLabel";
  294. ценаLabel.Size = new System.Drawing.Size(36, 13);
  295. ценаLabel.TabIndex = 9;
  296. ценаLabel.Text = "Цена:";
  297. //
  298. // ценаTextBox
  299. //
  300. this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_importBindingSource, "Цена", true));
  301. this.ценаTextBox.Location = new System.Drawing.Point(160, 160);
  302. this.ценаTextBox.Name = "ценаTextBox";
  303. this.ценаTextBox.Size = new System.Drawing.Size(100, 20);
  304. this.ценаTextBox.TabIndex = 10;
  305. //
  306. // idLabel
  307. //
  308. idLabel.AutoSize = true;
  309. idLabel.Location = new System.Drawing.Point(136, 189);
  310. idLabel.Name = "idLabel";
  311. idLabel.Size = new System.Drawing.Size(18, 13);
  312. idLabel.TabIndex = 11;
  313. idLabel.Text = "id:";
  314. //
  315. // idTextBox
  316. //
  317. this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_importBindingSource, "id", true));
  318. this.idTextBox.Location = new System.Drawing.Point(160, 186);
  319. this.idTextBox.Name = "idTextBox";
  320. this.idTextBox.Size = new System.Drawing.Size(100, 20);
  321. this.idTextBox.TabIndex = 12;
  322. //
  323. // button3
  324. //
  325. this.button3.Location = new System.Drawing.Point(185, 333);
  326. this.button3.Name = "button3";
  327. this.button3.Size = new System.Drawing.Size(75, 23);
  328. this.button3.TabIndex = 15;
  329. this.button3.Text = "добавить";
  330. this.button3.UseVisualStyleBackColor = true;
  331. this.button3.Click += new System.EventHandler(this.button3_Click);
  332. //
  333. // button2
  334. //
  335. this.button2.Location = new System.Drawing.Point(185, 283);
  336. this.button2.Name = "button2";
  337. this.button2.Size = new System.Drawing.Size(75, 23);
  338. this.button2.TabIndex = 14;
  339. this.button2.Text = "сохранить";
  340. this.button2.UseVisualStyleBackColor = true;
  341. this.button2.Click += new System.EventHandler(this.button2_Click);
  342. //
  343. // button1
  344. //
  345. this.button1.Location = new System.Drawing.Point(185, 236);
  346. this.button1.Name = "button1";
  347. this.button1.Size = new System.Drawing.Size(75, 23);
  348. this.button1.TabIndex = 13;
  349. this.button1.Text = "удалить";
  350. this.button1.UseVisualStyleBackColor = true;
  351. this.button1.Click += new System.EventHandler(this.button1_Click);
  352. //
  353. // Form3
  354. //
  355. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  356. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  357. this.ClientSize = new System.Drawing.Size(321, 406);
  358. this.Controls.Add(this.button3);
  359. this.Controls.Add(this.button2);
  360. this.Controls.Add(this.button1);
  361. this.Controls.Add(idLabel);
  362. this.Controls.Add(this.idTextBox);
  363. this.Controls.Add(ценаLabel);
  364. this.Controls.Add(this.ценаTextBox);
  365. this.Controls.Add(активенLabel);
  366. this.Controls.Add(this.активенTextBox);
  367. this.Controls.Add(производительLabel);
  368. this.Controls.Add(this.производительTextBox);
  369. this.Controls.Add(главное_изображениеLabel);
  370. this.Controls.Add(this.главное_изображениеTextBox);
  371. this.Controls.Add(наименование_товараLabel);
  372. this.Controls.Add(this.наименование_товараTextBox);
  373. this.Controls.Add(this.product_b_importBindingNavigator);
  374. this.Name = "Form3";
  375. this.Text = "Form3";
  376. this.Load += new System.EventHandler(this.Form3_Load);
  377. ((System.ComponentModel.ISupportInitialize)(this.zhorovaRP42DataSet)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.product_b_importBindingSource)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.product_b_importBindingNavigator)).EndInit();
  380. this.product_b_importBindingNavigator.ResumeLayout(false);
  381. this.product_b_importBindingNavigator.PerformLayout();
  382. this.ResumeLayout(false);
  383. this.PerformLayout();
  384. }
  385. #endregion
  386. private ZhorovaRP42DataSet zhorovaRP42DataSet;
  387. private System.Windows.Forms.BindingSource product_b_importBindingSource;
  388. private ZhorovaRP42DataSetTableAdapters.product_b_importTableAdapter product_b_importTableAdapter;
  389. private ZhorovaRP42DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  390. private System.Windows.Forms.BindingNavigator product_b_importBindingNavigator;
  391. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  392. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  393. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  394. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  395. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  396. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  397. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  398. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  399. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  400. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  401. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  402. private System.Windows.Forms.ToolStripButton product_b_importBindingNavigatorSaveItem;
  403. private System.Windows.Forms.TextBox наименование_товараTextBox;
  404. private System.Windows.Forms.TextBox главное_изображениеTextBox;
  405. private System.Windows.Forms.TextBox производительTextBox;
  406. private System.Windows.Forms.TextBox активенTextBox;
  407. private System.Windows.Forms.TextBox ценаTextBox;
  408. private System.Windows.Forms.TextBox idTextBox;
  409. private System.Windows.Forms.Button button3;
  410. private System.Windows.Forms.Button button2;
  411. private System.Windows.Forms.Button button1;
  412. }
  413. }