Purchase_FORM.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. namespace IS_hairdresser
  2. {
  3. partial class Purchase_FORM
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Purchase_FORM));
  30. this.dataGridView = new System.Windows.Forms.DataGridView();
  31. this.артикулDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.наименованиеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.gushchinaDataSet = new IS_hairdresser.GushchinaDataSet();
  36. this.purchaseTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.PurchaseTableAdapter();
  37. this.gushchinaDataSet1 = new IS_hairdresser.GushchinaDataSet1();
  38. this.deliveriesTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.DeliveriesTableAdapter();
  39. this.warehouseTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.WarehouseTableAdapter();
  40. this.отображение_по_артиклуBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.отображение_по_артиклуTableAdapter = new IS_hairdresser.GushchinaDataSet1TableAdapters.Отображение_по_артиклуTableAdapter();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.button5 = new System.Windows.Forms.Button();
  44. this.button4 = new System.Windows.Forms.Button();
  45. this.comboBox1 = new System.Windows.Forms.ComboBox();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.textBox3 = new System.Windows.Forms.TextBox();
  48. this.button3 = new System.Windows.Forms.Button();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.textBox2 = new System.Windows.Forms.TextBox();
  54. this.tableAdapterManager1 = new IS_hairdresser.GushchinaDataSet1TableAdapters.TableAdapterManager();
  55. this.listTableAdapter1 = new IS_hairdresser.GushchinaDataSet1TableAdapters.ListTableAdapter();
  56. this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
  57. this.скачатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58. this.сохранитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  60. this.менюToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61. this.gushchinaDataSet2 = new IS_hairdresser.GushchinaDataSet();
  62. this.listTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.ListTableAdapter();
  63. this.tableAdapterManager = new IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager();
  64. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.количествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.местохраненияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
  70. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  71. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  72. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  73. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  74. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  75. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  76. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  77. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  78. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  79. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  80. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet1)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.отображение_по_артиклуBindingSource)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
  87. this.menuStrip1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet2)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
  90. this.bindingNavigator1.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // dataGridView
  94. //
  95. this.dataGridView.AutoGenerateColumns = false;
  96. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  97. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  98. this.артикулDataGridViewTextBoxColumn,
  99. this.наименованиеDataGridViewTextBoxColumn,
  100. this.ценаDataGridViewTextBoxColumn});
  101. this.dataGridView.DataSource = this.purchaseBindingSource;
  102. this.dataGridView.Location = new System.Drawing.Point(12, 64);
  103. this.dataGridView.Name = "dataGridView";
  104. this.dataGridView.Size = new System.Drawing.Size(854, 364);
  105. this.dataGridView.TabIndex = 19;
  106. //
  107. // артикулDataGridViewTextBoxColumn
  108. //
  109. this.артикулDataGridViewTextBoxColumn.DataPropertyName = "Артикул";
  110. this.артикулDataGridViewTextBoxColumn.HeaderText = "Артикул";
  111. this.артикулDataGridViewTextBoxColumn.Name = "артикулDataGridViewTextBoxColumn";
  112. //
  113. // наименованиеDataGridViewTextBoxColumn
  114. //
  115. this.наименованиеDataGridViewTextBoxColumn.DataPropertyName = "Наименование";
  116. this.наименованиеDataGridViewTextBoxColumn.HeaderText = "Наименование";
  117. this.наименованиеDataGridViewTextBoxColumn.Name = "наименованиеDataGridViewTextBoxColumn";
  118. //
  119. // ценаDataGridViewTextBoxColumn
  120. //
  121. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  122. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  123. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  124. //
  125. // purchaseBindingSource
  126. //
  127. this.purchaseBindingSource.DataMember = "Purchase";
  128. this.purchaseBindingSource.DataSource = this.gushchinaDataSet;
  129. //
  130. // gushchinaDataSet
  131. //
  132. this.gushchinaDataSet.DataSetName = "GushchinaDataSet";
  133. this.gushchinaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  134. //
  135. // purchaseTableAdapter
  136. //
  137. this.purchaseTableAdapter.ClearBeforeFill = true;
  138. //
  139. // gushchinaDataSet1
  140. //
  141. this.gushchinaDataSet1.DataSetName = "GushchinaDataSet1";
  142. this.gushchinaDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  143. //
  144. // deliveriesTableAdapter
  145. //
  146. this.deliveriesTableAdapter.ClearBeforeFill = true;
  147. //
  148. // warehouseTableAdapter
  149. //
  150. this.warehouseTableAdapter.ClearBeforeFill = true;
  151. //
  152. // отображение_по_артиклуBindingSource
  153. //
  154. this.отображение_по_артиклуBindingSource.DataMember = "Отображение по артиклу";
  155. this.отображение_по_артиклуBindingSource.DataSource = this.gushchinaDataSet1;
  156. //
  157. // отображение_по_артиклуTableAdapter
  158. //
  159. this.отображение_по_артиклуTableAdapter.ClearBeforeFill = true;
  160. //
  161. // label6
  162. //
  163. this.label6.AutoSize = true;
  164. this.label6.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  165. this.label6.Location = new System.Drawing.Point(1080, 65);
  166. this.label6.Name = "label6";
  167. this.label6.Size = new System.Drawing.Size(83, 21);
  168. this.label6.TabIndex = 61;
  169. this.label6.Text = "ФИЛЬТР";
  170. //
  171. // button5
  172. //
  173. this.button5.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  174. this.button5.Location = new System.Drawing.Point(1247, 212);
  175. this.button5.Name = "button5";
  176. this.button5.Size = new System.Drawing.Size(125, 29);
  177. this.button5.TabIndex = 58;
  178. this.button5.Text = "Фильтровать";
  179. this.button5.UseVisualStyleBackColor = true;
  180. this.button5.Click += new System.EventHandler(this.button5_Click);
  181. //
  182. // button4
  183. //
  184. this.button4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  185. this.button4.Location = new System.Drawing.Point(1247, 177);
  186. this.button4.Name = "button4";
  187. this.button4.Size = new System.Drawing.Size(125, 29);
  188. this.button4.TabIndex = 57;
  189. this.button4.Text = "Фильтровать";
  190. this.button4.UseVisualStyleBackColor = true;
  191. this.button4.Click += new System.EventHandler(this.button4_Click);
  192. //
  193. // comboBox1
  194. //
  195. this.comboBox1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  196. this.comboBox1.FormattingEnabled = true;
  197. this.comboBox1.Location = new System.Drawing.Point(1028, 177);
  198. this.comboBox1.Name = "comboBox1";
  199. this.comboBox1.Size = new System.Drawing.Size(213, 29);
  200. this.comboBox1.TabIndex = 56;
  201. //
  202. // label3
  203. //
  204. this.label3.AutoSize = true;
  205. this.label3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.label3.Location = new System.Drawing.Point(872, 220);
  207. this.label3.Name = "label3";
  208. this.label3.Size = new System.Drawing.Size(49, 21);
  209. this.label3.TabIndex = 51;
  210. this.label3.Text = "Цена";
  211. //
  212. // textBox3
  213. //
  214. this.textBox3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  215. this.textBox3.Location = new System.Drawing.Point(1028, 212);
  216. this.textBox3.Name = "textBox3";
  217. this.textBox3.Size = new System.Drawing.Size(213, 29);
  218. this.textBox3.TabIndex = 50;
  219. //
  220. // button3
  221. //
  222. this.button3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  223. this.button3.Location = new System.Drawing.Point(876, 385);
  224. this.button3.Name = "button3";
  225. this.button3.Size = new System.Drawing.Size(496, 43);
  226. this.button3.TabIndex = 49;
  227. this.button3.Text = "Найти";
  228. this.button3.UseVisualStyleBackColor = true;
  229. this.button3.Click += new System.EventHandler(this.button3_Click);
  230. //
  231. // button2
  232. //
  233. this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  234. this.button2.Location = new System.Drawing.Point(876, 336);
  235. this.button2.Name = "button2";
  236. this.button2.Size = new System.Drawing.Size(496, 43);
  237. this.button2.TabIndex = 48;
  238. this.button2.Text = "Показать всё";
  239. this.button2.UseVisualStyleBackColor = true;
  240. this.button2.Click += new System.EventHandler(this.button2_Click);
  241. //
  242. // button1
  243. //
  244. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  245. this.button1.Location = new System.Drawing.Point(1247, 142);
  246. this.button1.Name = "button1";
  247. this.button1.Size = new System.Drawing.Size(125, 29);
  248. this.button1.TabIndex = 47;
  249. this.button1.Text = "Фильтровать";
  250. this.button1.UseVisualStyleBackColor = true;
  251. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  252. //
  253. // label2
  254. //
  255. this.label2.AutoSize = true;
  256. this.label2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  257. this.label2.Location = new System.Drawing.Point(872, 185);
  258. this.label2.Name = "label2";
  259. this.label2.Size = new System.Drawing.Size(126, 21);
  260. this.label2.TabIndex = 46;
  261. this.label2.Text = "Наименование";
  262. //
  263. // label1
  264. //
  265. this.label1.AutoSize = true;
  266. this.label1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  267. this.label1.Location = new System.Drawing.Point(872, 150);
  268. this.label1.Name = "label1";
  269. this.label1.Size = new System.Drawing.Size(77, 21);
  270. this.label1.TabIndex = 45;
  271. this.label1.Text = "Артикул";
  272. //
  273. // textBox2
  274. //
  275. this.textBox2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  276. this.textBox2.Location = new System.Drawing.Point(1028, 142);
  277. this.textBox2.Name = "textBox2";
  278. this.textBox2.Size = new System.Drawing.Size(213, 29);
  279. this.textBox2.TabIndex = 44;
  280. //
  281. // tableAdapterManager1
  282. //
  283. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  284. this.tableAdapterManager1.Consumables_soldTableAdapter = null;
  285. this.tableAdapterManager1.DeliveriesTableAdapter = null;
  286. this.tableAdapterManager1.ListTableAdapter = this.listTableAdapter1;
  287. this.tableAdapterManager1.PurchaseTableAdapter = null;
  288. this.tableAdapterManager1.UpdateOrder = IS_hairdresser.GushchinaDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  289. this.tableAdapterManager1.Used_consumablesTableAdapter = null;
  290. this.tableAdapterManager1.WarehouseTableAdapter = null;
  291. //
  292. // listTableAdapter1
  293. //
  294. this.listTableAdapter1.ClearBeforeFill = true;
  295. //
  296. // listBindingSource
  297. //
  298. this.listBindingSource.DataMember = "List";
  299. this.listBindingSource.DataSource = this.gushchinaDataSet1;
  300. //
  301. // скачатьToolStripMenuItem
  302. //
  303. this.скачатьToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  304. this.скачатьToolStripMenuItem.Name = "скачатьToolStripMenuItem";
  305. this.скачатьToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
  306. this.скачатьToolStripMenuItem.Text = "Скачать";
  307. this.скачатьToolStripMenuItem.Click += new System.EventHandler(this.скачатьToolStripMenuItem_Click);
  308. //
  309. // сохранитьToolStripMenuItem
  310. //
  311. this.сохранитьToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  312. this.сохранитьToolStripMenuItem.Name = "сохранитьToolStripMenuItem";
  313. this.сохранитьToolStripMenuItem.Size = new System.Drawing.Size(109, 25);
  314. this.сохранитьToolStripMenuItem.Text = "Сохранить";
  315. this.сохранитьToolStripMenuItem.Click += new System.EventHandler(this.сохранитьToolStripMenuItem_Click);
  316. //
  317. // menuStrip1
  318. //
  319. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  320. this.сохранитьToolStripMenuItem,
  321. this.скачатьToolStripMenuItem,
  322. this.менюToolStripMenuItem});
  323. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  324. this.menuStrip1.Name = "menuStrip1";
  325. this.menuStrip1.Padding = new System.Windows.Forms.Padding(10, 3, 0, 3);
  326. this.menuStrip1.Size = new System.Drawing.Size(1403, 31);
  327. this.menuStrip1.TabIndex = 43;
  328. this.menuStrip1.Text = "menuStrip1";
  329. //
  330. // менюToolStripMenuItem
  331. //
  332. this.менюToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  333. this.менюToolStripMenuItem.Name = "менюToolStripMenuItem";
  334. this.менюToolStripMenuItem.Size = new System.Drawing.Size(70, 25);
  335. this.менюToolStripMenuItem.Text = "Меню";
  336. this.менюToolStripMenuItem.Click += new System.EventHandler(this.менюToolStripMenuItem_Click);
  337. //
  338. // gushchinaDataSet2
  339. //
  340. this.gushchinaDataSet2.DataSetName = "GushchinaDataSet";
  341. this.gushchinaDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  342. //
  343. // listTableAdapter
  344. //
  345. this.listTableAdapter.ClearBeforeFill = true;
  346. //
  347. // tableAdapterManager
  348. //
  349. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  350. this.tableAdapterManager.Consumables_soldTableAdapter = null;
  351. this.tableAdapterManager.DeliveriesTableAdapter = null;
  352. this.tableAdapterManager.ListTableAdapter = this.listTableAdapter;
  353. this.tableAdapterManager.PurchaseTableAdapter = null;
  354. this.tableAdapterManager.UpdateOrder = IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  355. this.tableAdapterManager.Used_consumablesTableAdapter = null;
  356. this.tableAdapterManager.WarehouseTableAdapter = null;
  357. //
  358. // dataGridViewTextBoxColumn1
  359. //
  360. this.dataGridViewTextBoxColumn1.DataPropertyName = "Артикул";
  361. this.dataGridViewTextBoxColumn1.HeaderText = "Артикул";
  362. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  363. //
  364. // dataGridViewTextBoxColumn2
  365. //
  366. this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование";
  367. this.dataGridViewTextBoxColumn2.HeaderText = "Наименование";
  368. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  369. //
  370. // dataGridViewTextBoxColumn3
  371. //
  372. this.dataGridViewTextBoxColumn3.DataPropertyName = "Цена";
  373. this.dataGridViewTextBoxColumn3.HeaderText = "Цена";
  374. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  375. //
  376. // количествоDataGridViewTextBoxColumn
  377. //
  378. this.количествоDataGridViewTextBoxColumn.DataPropertyName = "Количество";
  379. this.количествоDataGridViewTextBoxColumn.HeaderText = "Количество";
  380. this.количествоDataGridViewTextBoxColumn.Name = "количествоDataGridViewTextBoxColumn";
  381. //
  382. // местохраненияDataGridViewTextBoxColumn
  383. //
  384. this.местохраненияDataGridViewTextBoxColumn.DataPropertyName = "Место_хранения";
  385. this.местохраненияDataGridViewTextBoxColumn.HeaderText = "Место_хранения";
  386. this.местохраненияDataGridViewTextBoxColumn.Name = "местохраненияDataGridViewTextBoxColumn";
  387. //
  388. // bindingNavigator1
  389. //
  390. this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
  391. this.bindingNavigator1.BindingSource = this.purchaseBindingSource;
  392. this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
  393. this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
  394. this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  395. this.bindingNavigatorMoveFirstItem,
  396. this.bindingNavigatorMovePreviousItem,
  397. this.bindingNavigatorSeparator,
  398. this.bindingNavigatorPositionItem,
  399. this.bindingNavigatorCountItem,
  400. this.bindingNavigatorSeparator1,
  401. this.bindingNavigatorMoveNextItem,
  402. this.bindingNavigatorMoveLastItem,
  403. this.bindingNavigatorSeparator2,
  404. this.bindingNavigatorAddNewItem,
  405. this.bindingNavigatorDeleteItem});
  406. this.bindingNavigator1.Location = new System.Drawing.Point(0, 31);
  407. this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  408. this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
  409. this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
  410. this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  411. this.bindingNavigator1.Name = "bindingNavigator1";
  412. this.bindingNavigator1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  413. this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
  414. this.bindingNavigator1.Size = new System.Drawing.Size(1403, 25);
  415. this.bindingNavigator1.TabIndex = 62;
  416. this.bindingNavigator1.Text = "bindingNavigator1";
  417. //
  418. // bindingNavigatorAddNewItem
  419. //
  420. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  421. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  422. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  423. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  424. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  425. this.bindingNavigatorAddNewItem.Text = "Добавить";
  426. //
  427. // bindingNavigatorCountItem
  428. //
  429. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  430. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  431. this.bindingNavigatorCountItem.Text = "для {0}";
  432. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  433. //
  434. // bindingNavigatorDeleteItem
  435. //
  436. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  437. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  438. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  439. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  440. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  441. this.bindingNavigatorDeleteItem.Text = "Удалить";
  442. //
  443. // bindingNavigatorMoveFirstItem
  444. //
  445. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  446. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  447. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  448. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  449. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  450. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  451. //
  452. // bindingNavigatorMovePreviousItem
  453. //
  454. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  455. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  456. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  457. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  458. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  459. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  460. //
  461. // bindingNavigatorSeparator
  462. //
  463. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  464. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  465. //
  466. // bindingNavigatorPositionItem
  467. //
  468. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  469. this.bindingNavigatorPositionItem.AutoSize = false;
  470. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  471. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  472. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  473. this.bindingNavigatorPositionItem.Text = "0";
  474. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  475. //
  476. // bindingNavigatorSeparator1
  477. //
  478. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  479. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  480. //
  481. // bindingNavigatorMoveNextItem
  482. //
  483. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  484. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  485. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  486. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  487. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  488. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  489. //
  490. // bindingNavigatorMoveLastItem
  491. //
  492. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  493. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  494. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  495. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  496. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  497. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  498. //
  499. // bindingNavigatorSeparator2
  500. //
  501. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  502. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  503. //
  504. // Purchase_FORM
  505. //
  506. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  507. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  508. this.ClientSize = new System.Drawing.Size(1403, 436);
  509. this.Controls.Add(this.bindingNavigator1);
  510. this.Controls.Add(this.label6);
  511. this.Controls.Add(this.button5);
  512. this.Controls.Add(this.button4);
  513. this.Controls.Add(this.comboBox1);
  514. this.Controls.Add(this.label3);
  515. this.Controls.Add(this.textBox3);
  516. this.Controls.Add(this.button3);
  517. this.Controls.Add(this.button2);
  518. this.Controls.Add(this.button1);
  519. this.Controls.Add(this.label2);
  520. this.Controls.Add(this.label1);
  521. this.Controls.Add(this.textBox2);
  522. this.Controls.Add(this.menuStrip1);
  523. this.Controls.Add(this.dataGridView);
  524. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  525. this.Name = "Purchase_FORM";
  526. this.Text = "Закупка";
  527. this.Load += new System.EventHandler(this.Purchase_FORM_Load);
  528. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet1)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.отображение_по_артиклуBindingSource)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
  534. this.menuStrip1.ResumeLayout(false);
  535. this.menuStrip1.PerformLayout();
  536. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet2)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
  538. this.bindingNavigator1.ResumeLayout(false);
  539. this.bindingNavigator1.PerformLayout();
  540. this.ResumeLayout(false);
  541. this.PerformLayout();
  542. }
  543. #endregion
  544. private System.Windows.Forms.DataGridView dataGridView;
  545. private GushchinaDataSet gushchinaDataSet;
  546. private System.Windows.Forms.BindingSource purchaseBindingSource;
  547. private GushchinaDataSetTableAdapters.PurchaseTableAdapter purchaseTableAdapter;
  548. private GushchinaDataSet1 gushchinaDataSet1;
  549. private GushchinaDataSetTableAdapters.DeliveriesTableAdapter deliveriesTableAdapter;
  550. private GushchinaDataSetTableAdapters.WarehouseTableAdapter warehouseTableAdapter;
  551. private System.Windows.Forms.BindingSource отображение_по_артиклуBindingSource;
  552. private GushchinaDataSet1TableAdapters.Отображение_по_артиклуTableAdapter отображение_по_артиклуTableAdapter;
  553. private System.Windows.Forms.Label label6;
  554. private System.Windows.Forms.Button button5;
  555. private System.Windows.Forms.Button button4;
  556. private System.Windows.Forms.ComboBox comboBox1;
  557. private System.Windows.Forms.Label label3;
  558. private System.Windows.Forms.TextBox textBox3;
  559. private System.Windows.Forms.Button button3;
  560. private System.Windows.Forms.Button button2;
  561. private System.Windows.Forms.Button button1;
  562. private System.Windows.Forms.Label label2;
  563. private System.Windows.Forms.Label label1;
  564. private System.Windows.Forms.TextBox textBox2;
  565. private GushchinaDataSet1TableAdapters.TableAdapterManager tableAdapterManager1;
  566. private GushchinaDataSet1TableAdapters.ListTableAdapter listTableAdapter1;
  567. private System.Windows.Forms.BindingSource listBindingSource;
  568. private System.Windows.Forms.ToolStripMenuItem скачатьToolStripMenuItem;
  569. private System.Windows.Forms.ToolStripMenuItem сохранитьToolStripMenuItem;
  570. private System.Windows.Forms.MenuStrip menuStrip1;
  571. private System.Windows.Forms.ToolStripMenuItem менюToolStripMenuItem;
  572. private GushchinaDataSet gushchinaDataSet2;
  573. private GushchinaDataSetTableAdapters.ListTableAdapter listTableAdapter;
  574. private GushchinaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn количествоDataGridViewTextBoxColumn;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn местохраненияDataGridViewTextBoxColumn;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn артикулDataGridViewTextBoxColumn;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеDataGridViewTextBoxColumn;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  583. private System.Windows.Forms.BindingNavigator bindingNavigator1;
  584. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  585. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  586. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  587. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  588. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  589. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  590. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  591. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  592. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  593. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  594. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  595. }
  596. }