Form1.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. namespace ИСП_ГУЩИНА_БИЛЕТ_16
  2. {
  3. partial class productsale_b_import
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(productsale_b_import));
  30. System.Windows.Forms.Label iDLabel;
  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. this.productsalebimportBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.иСП_ГУЩИНА_БИЛЕТ_16DataSet = new ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSet();
  38. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  39. this.AddButton = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  45. this.productsale_b_importTableAdapter = new ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.productsale_b_importTableAdapter();
  46. this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
  47. this.tableAdapterManager = new ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.TableAdapterManager();
  48. this.iDTextBox = new System.Windows.Forms.TextBox();
  49. this.наименование_товараTextBox = new System.Windows.Forms.TextBox();
  50. this.главное_изображениеTextBox = new System.Windows.Forms.TextBox();
  51. this.производительTextBox = new System.Windows.Forms.TextBox();
  52. this.активенTextBox = new System.Windows.Forms.TextBox();
  53. this.ценаTextBox = new System.Windows.Forms.TextBox();
  54. this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
  55. this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
  56. this.productsale_b_importDataGridView = new System.Windows.Forms.DataGridView();
  57. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. iDLabel = 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. ценаLabel = new System.Windows.Forms.Label();
  69. ((System.ComponentModel.ISupportInitialize)(this.productsalebimportBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.иСП_ГУЩИНА_БИЛЕТ_16DataSet)).BeginInit();
  71. this.toolStrip1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.productsale_b_importDataGridView)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // productsalebimportBindingSource
  76. //
  77. this.productsalebimportBindingSource.DataMember = "productsale_b_import";
  78. this.productsalebimportBindingSource.DataSource = this.иСП_ГУЩИНА_БИЛЕТ_16DataSet;
  79. //
  80. // иСП_ГУЩИНА_БИЛЕТ_16DataSet
  81. //
  82. this.иСП_ГУЩИНА_БИЛЕТ_16DataSet.DataSetName = "ИСП_ГУЩИНА_БИЛЕТ_16DataSet";
  83. this.иСП_ГУЩИНА_БИЛЕТ_16DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  84. //
  85. // toolStrip1
  86. //
  87. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.AddButton,
  89. this.toolStripButton6,
  90. this.toolStripButton7,
  91. this.toolStripButton8,
  92. this.toolStripButton2,
  93. this.toolStripButton1,
  94. this.toolStripButton3,
  95. this.toolStripButton5,
  96. this.toolStripButton4});
  97. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  98. this.toolStrip1.Name = "toolStrip1";
  99. this.toolStrip1.Size = new System.Drawing.Size(1011, 25);
  100. this.toolStrip1.TabIndex = 4;
  101. this.toolStrip1.Text = "toolStrip1";
  102. //
  103. // AddButton
  104. //
  105. this.AddButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  106. this.AddButton.Image = ((System.Drawing.Image)(resources.GetObject("AddButton.Image")));
  107. this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.AddButton.Name = "AddButton";
  109. this.AddButton.Size = new System.Drawing.Size(63, 22);
  110. this.AddButton.Text = "Добавить";
  111. this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
  112. //
  113. // toolStripButton2
  114. //
  115. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  116. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  117. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.toolStripButton2.Name = "toolStripButton2";
  119. this.toolStripButton2.Size = new System.Drawing.Size(70, 22);
  120. this.toolStripButton2.Text = "Сохранить";
  121. this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
  122. //
  123. // toolStripButton1
  124. //
  125. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  126. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  127. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.toolStripButton1.Name = "toolStripButton1";
  129. this.toolStripButton1.Size = new System.Drawing.Size(53, 22);
  130. this.toolStripButton1.Text = "6546546";
  131. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  132. //
  133. // toolStripButton3
  134. //
  135. this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  136. this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
  137. this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.toolStripButton3.Name = "toolStripButton3";
  139. this.toolStripButton3.Size = new System.Drawing.Size(106, 22);
  140. this.toolStripButton3.Text = "product_b_import";
  141. this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
  142. //
  143. // toolStripButton5
  144. //
  145. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  146. this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  147. this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.toolStripButton5.Name = "toolStripButton5";
  149. this.toolStripButton5.Size = new System.Drawing.Size(126, 22);
  150. this.toolStripButton5.Text = "productsale_b_import";
  151. this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
  152. //
  153. // toolStripButton4
  154. //
  155. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  156. this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
  157. this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.toolStripButton4.Name = "toolStripButton4";
  159. this.toolStripButton4.Size = new System.Drawing.Size(136, 22);
  160. this.toolStripButton4.Text = "manufacturer_b_import";
  161. this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
  162. //
  163. // productsale_b_importTableAdapter
  164. //
  165. this.productsale_b_importTableAdapter.ClearBeforeFill = true;
  166. //
  167. // toolStripButton6
  168. //
  169. this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  170. this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
  171. this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.toolStripButton6.Name = "toolStripButton6";
  173. this.toolStripButton6.Size = new System.Drawing.Size(55, 22);
  174. this.toolStripButton6.Text = "Удалить";
  175. this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
  176. //
  177. // tableAdapterManager
  178. //
  179. this.tableAdapterManager._6546546TableAdapter = null;
  180. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  181. this.tableAdapterManager.manufacturer_b_importTableAdapter = null;
  182. this.tableAdapterManager.product_b_importTableAdapter = null;
  183. this.tableAdapterManager.productsale_b_importTableAdapter = this.productsale_b_importTableAdapter;
  184. this.tableAdapterManager.UpdateOrder = ИСП_ГУЩИНА_БИЛЕТ_16.ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  185. //
  186. // iDLabel
  187. //
  188. iDLabel.AutoSize = true;
  189. iDLabel.Location = new System.Drawing.Point(12, 57);
  190. iDLabel.Name = "iDLabel";
  191. iDLabel.Size = new System.Drawing.Size(21, 13);
  192. iDLabel.TabIndex = 4;
  193. iDLabel.Text = "ID:";
  194. //
  195. // iDTextBox
  196. //
  197. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "ID", true));
  198. this.iDTextBox.Location = new System.Drawing.Point(142, 54);
  199. this.iDTextBox.Name = "iDTextBox";
  200. this.iDTextBox.Size = new System.Drawing.Size(100, 20);
  201. this.iDTextBox.TabIndex = 5;
  202. //
  203. // наименование_товараLabel
  204. //
  205. наименование_товараLabel.AutoSize = true;
  206. наименование_товараLabel.Location = new System.Drawing.Point(12, 83);
  207. наименование_товараLabel.Name = "наименование_товараLabel";
  208. наименование_товараLabel.Size = new System.Drawing.Size(124, 13);
  209. наименование_товараLabel.TabIndex = 6;
  210. наименование_товараLabel.Text = "Наименование товара:";
  211. //
  212. // наименование_товараTextBox
  213. //
  214. this.наименование_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Наименование_товара", true));
  215. this.наименование_товараTextBox.Location = new System.Drawing.Point(142, 80);
  216. this.наименование_товараTextBox.Name = "наименование_товараTextBox";
  217. this.наименование_товараTextBox.Size = new System.Drawing.Size(100, 20);
  218. this.наименование_товараTextBox.TabIndex = 7;
  219. //
  220. // главное_изображениеLabel
  221. //
  222. главное_изображениеLabel.AutoSize = true;
  223. главное_изображениеLabel.Location = new System.Drawing.Point(12, 109);
  224. главное_изображениеLabel.Name = "главное_изображениеLabel";
  225. главное_изображениеLabel.Size = new System.Drawing.Size(123, 13);
  226. главное_изображениеLabel.TabIndex = 8;
  227. главное_изображениеLabel.Text = "Главное изображение:";
  228. //
  229. // главное_изображениеTextBox
  230. //
  231. this.главное_изображениеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Главное_изображение", true));
  232. this.главное_изображениеTextBox.Location = new System.Drawing.Point(142, 106);
  233. this.главное_изображениеTextBox.Name = "главное_изображениеTextBox";
  234. this.главное_изображениеTextBox.Size = new System.Drawing.Size(100, 20);
  235. this.главное_изображениеTextBox.TabIndex = 9;
  236. //
  237. // производительLabel
  238. //
  239. производительLabel.AutoSize = true;
  240. производительLabel.Location = new System.Drawing.Point(12, 135);
  241. производительLabel.Name = "производительLabel";
  242. производительLabel.Size = new System.Drawing.Size(89, 13);
  243. производительLabel.TabIndex = 10;
  244. производительLabel.Text = "Производитель:";
  245. //
  246. // производительTextBox
  247. //
  248. this.производительTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Производитель", true));
  249. this.производительTextBox.Location = new System.Drawing.Point(142, 132);
  250. this.производительTextBox.Name = "производительTextBox";
  251. this.производительTextBox.Size = new System.Drawing.Size(100, 20);
  252. this.производительTextBox.TabIndex = 11;
  253. //
  254. // активенLabel
  255. //
  256. активенLabel.AutoSize = true;
  257. активенLabel.Location = new System.Drawing.Point(12, 161);
  258. активенLabel.Name = "активенLabel";
  259. активенLabel.Size = new System.Drawing.Size(52, 13);
  260. активенLabel.TabIndex = 12;
  261. активенLabel.Text = "Активен:";
  262. //
  263. // активенTextBox
  264. //
  265. this.активенTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Активен", true));
  266. this.активенTextBox.Location = new System.Drawing.Point(142, 158);
  267. this.активенTextBox.Name = "активенTextBox";
  268. this.активенTextBox.Size = new System.Drawing.Size(100, 20);
  269. this.активенTextBox.TabIndex = 13;
  270. //
  271. // ценаLabel
  272. //
  273. ценаLabel.AutoSize = true;
  274. ценаLabel.Location = new System.Drawing.Point(12, 187);
  275. ценаLabel.Name = "ценаLabel";
  276. ценаLabel.Size = new System.Drawing.Size(36, 13);
  277. ценаLabel.TabIndex = 14;
  278. ценаLabel.Text = "Цена:";
  279. //
  280. // ценаTextBox
  281. //
  282. this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsalebimportBindingSource, "Цена", true));
  283. this.ценаTextBox.Location = new System.Drawing.Point(142, 184);
  284. this.ценаTextBox.Name = "ценаTextBox";
  285. this.ценаTextBox.Size = new System.Drawing.Size(100, 20);
  286. this.ценаTextBox.TabIndex = 15;
  287. //
  288. // toolStripButton7
  289. //
  290. this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  291. this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
  292. this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
  293. this.toolStripButton7.Name = "toolStripButton7";
  294. this.toolStripButton7.Size = new System.Drawing.Size(70, 22);
  295. this.toolStripButton7.Text = "Сохранить";
  296. this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
  297. //
  298. // toolStripButton8
  299. //
  300. this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  301. this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
  302. this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
  303. this.toolStripButton8.Name = "toolStripButton8";
  304. this.toolStripButton8.Size = new System.Drawing.Size(83, 22);
  305. this.toolStripButton8.Text = "Предыдущая";
  306. //
  307. // productsale_b_importDataGridView
  308. //
  309. this.productsale_b_importDataGridView.AutoGenerateColumns = false;
  310. this.productsale_b_importDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  311. this.productsale_b_importDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  312. this.dataGridViewTextBoxColumn1,
  313. this.dataGridViewTextBoxColumn2,
  314. this.dataGridViewTextBoxColumn3,
  315. this.dataGridViewTextBoxColumn4,
  316. this.dataGridViewTextBoxColumn5,
  317. this.dataGridViewTextBoxColumn6});
  318. this.productsale_b_importDataGridView.DataSource = this.productsalebimportBindingSource;
  319. this.productsale_b_importDataGridView.Location = new System.Drawing.Point(304, 54);
  320. this.productsale_b_importDataGridView.Name = "productsale_b_importDataGridView";
  321. this.productsale_b_importDataGridView.Size = new System.Drawing.Size(671, 409);
  322. this.productsale_b_importDataGridView.TabIndex = 15;
  323. //
  324. // dataGridViewTextBoxColumn1
  325. //
  326. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  327. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  328. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  329. //
  330. // dataGridViewTextBoxColumn2
  331. //
  332. this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование_товара";
  333. this.dataGridViewTextBoxColumn2.HeaderText = "Наименование_товара";
  334. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  335. //
  336. // dataGridViewTextBoxColumn3
  337. //
  338. this.dataGridViewTextBoxColumn3.DataPropertyName = "Главное_изображение";
  339. this.dataGridViewTextBoxColumn3.HeaderText = "Главное_изображение";
  340. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  341. //
  342. // dataGridViewTextBoxColumn4
  343. //
  344. this.dataGridViewTextBoxColumn4.DataPropertyName = "Производитель";
  345. this.dataGridViewTextBoxColumn4.HeaderText = "Производитель";
  346. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  347. //
  348. // dataGridViewTextBoxColumn5
  349. //
  350. this.dataGridViewTextBoxColumn5.DataPropertyName = "Активен";
  351. this.dataGridViewTextBoxColumn5.HeaderText = "Активен";
  352. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  353. //
  354. // dataGridViewTextBoxColumn6
  355. //
  356. this.dataGridViewTextBoxColumn6.DataPropertyName = "Цена";
  357. this.dataGridViewTextBoxColumn6.HeaderText = "Цена";
  358. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  359. //
  360. // productsale_b_import
  361. //
  362. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  363. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  364. this.ClientSize = new System.Drawing.Size(1011, 500);
  365. this.Controls.Add(this.productsale_b_importDataGridView);
  366. this.Controls.Add(iDLabel);
  367. this.Controls.Add(this.iDTextBox);
  368. this.Controls.Add(наименование_товараLabel);
  369. this.Controls.Add(this.наименование_товараTextBox);
  370. this.Controls.Add(главное_изображениеLabel);
  371. this.Controls.Add(this.главное_изображениеTextBox);
  372. this.Controls.Add(производительLabel);
  373. this.Controls.Add(this.производительTextBox);
  374. this.Controls.Add(активенLabel);
  375. this.Controls.Add(this.активенTextBox);
  376. this.Controls.Add(ценаLabel);
  377. this.Controls.Add(this.ценаTextBox);
  378. this.Controls.Add(this.toolStrip1);
  379. this.Name = "productsale_b_import";
  380. this.Text = "productsale_b_import";
  381. this.Load += new System.EventHandler(this.Form1_Load);
  382. ((System.ComponentModel.ISupportInitialize)(this.productsalebimportBindingSource)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.иСП_ГУЩИНА_БИЛЕТ_16DataSet)).EndInit();
  384. this.toolStrip1.ResumeLayout(false);
  385. this.toolStrip1.PerformLayout();
  386. ((System.ComponentModel.ISupportInitialize)(this.productsale_b_importDataGridView)).EndInit();
  387. this.ResumeLayout(false);
  388. this.PerformLayout();
  389. }
  390. #endregion
  391. private System.Windows.Forms.ToolStrip toolStrip1;
  392. private System.Windows.Forms.ToolStripButton AddButton;
  393. private System.Windows.Forms.ToolStripButton toolStripButton2;
  394. private ИСП_ГУЩИНА_БИЛЕТ_16DataSet иСП_ГУЩИНА_БИЛЕТ_16DataSet;
  395. private System.Windows.Forms.ToolStripButton toolStripButton1;
  396. private System.Windows.Forms.ToolStripButton toolStripButton3;
  397. private System.Windows.Forms.ToolStripButton toolStripButton4;
  398. private System.Windows.Forms.ToolStripButton toolStripButton5;
  399. private System.Windows.Forms.BindingSource productsalebimportBindingSource;
  400. private ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.productsale_b_importTableAdapter productsale_b_importTableAdapter;
  401. private System.Windows.Forms.ToolStripButton toolStripButton6;
  402. private ИСП_ГУЩИНА_БИЛЕТ_16DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  403. private System.Windows.Forms.TextBox iDTextBox;
  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 ценаTextBox;
  409. private System.Windows.Forms.ToolStripButton toolStripButton7;
  410. private System.Windows.Forms.ToolStripButton toolStripButton8;
  411. private System.Windows.Forms.DataGridView productsale_b_importDataGridView;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  418. }
  419. }