Form2.Designer.cs 27 KB

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