Warehouse_FORM.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. namespace IS_hairdresser
  2. {
  3. partial class Warehouse_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(Warehouse_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.количествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.местоХраненияСкладВитринаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.warehouseBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.gushchinaDataSet = new IS_hairdresser.GushchinaDataSet();
  38. this.warehouseTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.WarehouseTableAdapter();
  39. this.textBox1 = new System.Windows.Forms.TextBox();
  40. this.button4 = new System.Windows.Forms.Button();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.deliveriesTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.DeliveriesTableAdapter();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.listBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.gushchinaDataSet1 = new IS_hairdresser.GushchinaDataSet1();
  46. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  50. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  51. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  52. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  55. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  56. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  57. this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
  58. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  59. this.gushchinaDataSet2 = new IS_hairdresser.GushchinaDataSet();
  60. this.listTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.ListTableAdapter();
  61. this.tableAdapterManager2 = new IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager();
  62. this.местохраненияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.label3 = new System.Windows.Forms.Label();
  64. this.button5 = new System.Windows.Forms.Button();
  65. this.label6 = new System.Windows.Forms.Label();
  66. this.listTableAdapter1 = new IS_hairdresser.GushchinaDataSet1TableAdapters.ListTableAdapter();
  67. this.usedconsumablesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  68. this.gushchinaDataSet3 = new IS_hairdresser.GushchinaDataSet();
  69. this.used_consumablesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  70. this.used_consumablesTableAdapter = new IS_hairdresser.GushchinaDataSetTableAdapters.Used_consumablesTableAdapter();
  71. this.tableAdapterManager = new IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager();
  72. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  79. this.сохранитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  80. this.скачатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  81. this.менюToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  82. this.comboBox1 = new System.Windows.Forms.ComboBox();
  83. this.label5 = new System.Windows.Forms.Label();
  84. this.textBox5 = new System.Windows.Forms.TextBox();
  85. this.textBox4 = new System.Windows.Forms.TextBox();
  86. this.button3 = new System.Windows.Forms.Button();
  87. this.button2 = new System.Windows.Forms.Button();
  88. this.button1 = new System.Windows.Forms.Button();
  89. this.textBox2 = new System.Windows.Forms.TextBox();
  90. this.warehouseTableAdapter1 = new IS_hairdresser.GushchinaDataSetTableAdapters.WarehouseTableAdapter();
  91. this.отображение_по_артиклуBindingSource = new System.Windows.Forms.BindingSource(this.components);
  92. this.tableAdapterManager1 = new IS_hairdresser.GushchinaDataSet1TableAdapters.TableAdapterManager();
  93. this.отображение_по_артиклуTableAdapter = new IS_hairdresser.GushchinaDataSet1TableAdapters.Отображение_по_артиклуTableAdapter();
  94. this.button7 = new System.Windows.Forms.Button();
  95. this.button6 = new System.Windows.Forms.Button();
  96. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.warehouseBindingSource)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet1)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
  102. this.bindingNavigator1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet2)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.usedconsumablesBindingSource)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet3)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.used_consumablesBindingSource)).BeginInit();
  107. this.menuStrip1.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.отображение_по_артиклуBindingSource)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // dataGridView
  112. //
  113. this.dataGridView.AutoGenerateColumns = false;
  114. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  115. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  116. this.артикулDataGridViewTextBoxColumn,
  117. this.наименованиеDataGridViewTextBoxColumn,
  118. this.ценаDataGridViewTextBoxColumn,
  119. this.количествоDataGridViewTextBoxColumn,
  120. this.местоХраненияСкладВитринаDataGridViewTextBoxColumn});
  121. this.dataGridView.DataSource = this.warehouseBindingSource;
  122. this.dataGridView.Location = new System.Drawing.Point(12, 59);
  123. this.dataGridView.Name = "dataGridView";
  124. this.dataGridView.Size = new System.Drawing.Size(854, 373);
  125. this.dataGridView.TabIndex = 31;
  126. //
  127. // артикулDataGridViewTextBoxColumn
  128. //
  129. this.артикулDataGridViewTextBoxColumn.DataPropertyName = "Артикул";
  130. this.артикулDataGridViewTextBoxColumn.HeaderText = "Артикул";
  131. this.артикулDataGridViewTextBoxColumn.Name = "артикулDataGridViewTextBoxColumn";
  132. //
  133. // наименованиеDataGridViewTextBoxColumn
  134. //
  135. this.наименованиеDataGridViewTextBoxColumn.DataPropertyName = "Наименование";
  136. this.наименованиеDataGridViewTextBoxColumn.HeaderText = "Наименование";
  137. this.наименованиеDataGridViewTextBoxColumn.Name = "наименованиеDataGridViewTextBoxColumn";
  138. //
  139. // ценаDataGridViewTextBoxColumn
  140. //
  141. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  142. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  143. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  144. //
  145. // количествоDataGridViewTextBoxColumn
  146. //
  147. this.количествоDataGridViewTextBoxColumn.DataPropertyName = "Количество";
  148. this.количествоDataGridViewTextBoxColumn.HeaderText = "Количество";
  149. this.количествоDataGridViewTextBoxColumn.Name = "количествоDataGridViewTextBoxColumn";
  150. //
  151. // местоХраненияСкладВитринаDataGridViewTextBoxColumn
  152. //
  153. this.местоХраненияСкладВитринаDataGridViewTextBoxColumn.DataPropertyName = "Место хранения (Склад/Витрина)";
  154. this.местоХраненияСкладВитринаDataGridViewTextBoxColumn.HeaderText = "Место хранения (Склад/Витрина)";
  155. this.местоХраненияСкладВитринаDataGridViewTextBoxColumn.Name = "местоХраненияСкладВитринаDataGridViewTextBoxColumn";
  156. //
  157. // warehouseBindingSource
  158. //
  159. this.warehouseBindingSource.DataMember = "Warehouse";
  160. this.warehouseBindingSource.DataSource = this.gushchinaDataSet;
  161. //
  162. // gushchinaDataSet
  163. //
  164. this.gushchinaDataSet.DataSetName = "GushchinaDataSet";
  165. this.gushchinaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  166. //
  167. // warehouseTableAdapter
  168. //
  169. this.warehouseTableAdapter.ClearBeforeFill = true;
  170. //
  171. // textBox1
  172. //
  173. this.textBox1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  174. this.textBox1.Location = new System.Drawing.Point(1028, 268);
  175. this.textBox1.Name = "textBox1";
  176. this.textBox1.Size = new System.Drawing.Size(213, 29);
  177. this.textBox1.TabIndex = 82;
  178. //
  179. // button4
  180. //
  181. this.button4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. this.button4.Location = new System.Drawing.Point(1247, 157);
  183. this.button4.Name = "button4";
  184. this.button4.Size = new System.Drawing.Size(125, 30);
  185. this.button4.TabIndex = 78;
  186. this.button4.Text = "Фильтровать";
  187. this.button4.UseVisualStyleBackColor = true;
  188. this.button4.Click += new System.EventHandler(this.button4_Click);
  189. //
  190. // label4
  191. //
  192. this.label4.AutoSize = true;
  193. this.label4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  194. this.label4.Location = new System.Drawing.Point(872, 193);
  195. this.label4.Name = "label4";
  196. this.label4.Size = new System.Drawing.Size(105, 21);
  197. this.label4.TabIndex = 74;
  198. this.label4.Text = "Количество";
  199. //
  200. // deliveriesTableAdapter
  201. //
  202. this.deliveriesTableAdapter.ClearBeforeFill = true;
  203. //
  204. // label1
  205. //
  206. this.label1.AutoSize = true;
  207. this.label1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  208. this.label1.Location = new System.Drawing.Point(872, 122);
  209. this.label1.Name = "label1";
  210. this.label1.Size = new System.Drawing.Size(77, 21);
  211. this.label1.TabIndex = 68;
  212. this.label1.Text = "Артикул";
  213. //
  214. // listBindingSource
  215. //
  216. this.listBindingSource.DataMember = "List";
  217. this.listBindingSource.DataSource = this.gushchinaDataSet1;
  218. //
  219. // gushchinaDataSet1
  220. //
  221. this.gushchinaDataSet1.DataSetName = "GushchinaDataSet1";
  222. this.gushchinaDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  223. //
  224. // bindingNavigatorMoveFirstItem
  225. //
  226. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  227. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  228. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  229. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  230. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  231. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  232. //
  233. // bindingNavigatorMovePreviousItem
  234. //
  235. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  236. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  237. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  238. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  239. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  240. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  241. //
  242. // bindingNavigatorSeparator
  243. //
  244. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  245. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  246. //
  247. // bindingNavigatorPositionItem
  248. //
  249. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  250. this.bindingNavigatorPositionItem.AutoSize = false;
  251. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  252. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  253. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  254. this.bindingNavigatorPositionItem.Text = "0";
  255. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  256. //
  257. // bindingNavigatorCountItem
  258. //
  259. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  260. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  261. this.bindingNavigatorCountItem.Text = "для {0}";
  262. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  263. //
  264. // bindingNavigatorSeparator1
  265. //
  266. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  267. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  268. //
  269. // bindingNavigatorMoveNextItem
  270. //
  271. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  272. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  273. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  274. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  275. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  276. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  277. //
  278. // label2
  279. //
  280. this.label2.AutoSize = true;
  281. this.label2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  282. this.label2.Location = new System.Drawing.Point(872, 157);
  283. this.label2.Name = "label2";
  284. this.label2.Size = new System.Drawing.Size(126, 21);
  285. this.label2.TabIndex = 69;
  286. this.label2.Text = "Наименование";
  287. //
  288. // bindingNavigatorMoveLastItem
  289. //
  290. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  291. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  292. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  293. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  294. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  295. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  296. //
  297. // bindingNavigatorAddNewItem
  298. //
  299. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  300. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  301. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  302. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  303. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  304. this.bindingNavigatorAddNewItem.Text = "Добавить";
  305. //
  306. // bindingNavigatorDeleteItem
  307. //
  308. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  309. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  310. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  311. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  312. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  313. this.bindingNavigatorDeleteItem.Text = "Удалить";
  314. //
  315. // bindingNavigator1
  316. //
  317. this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
  318. this.bindingNavigator1.BindingSource = this.warehouseBindingSource;
  319. this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
  320. this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
  321. this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  322. this.bindingNavigatorMoveFirstItem,
  323. this.bindingNavigatorMovePreviousItem,
  324. this.bindingNavigatorSeparator,
  325. this.bindingNavigatorPositionItem,
  326. this.bindingNavigatorCountItem,
  327. this.bindingNavigatorSeparator1,
  328. this.bindingNavigatorMoveNextItem,
  329. this.bindingNavigatorMoveLastItem,
  330. this.bindingNavigatorSeparator2,
  331. this.bindingNavigatorAddNewItem,
  332. this.bindingNavigatorDeleteItem});
  333. this.bindingNavigator1.Location = new System.Drawing.Point(0, 31);
  334. this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  335. this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
  336. this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
  337. this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  338. this.bindingNavigator1.Name = "bindingNavigator1";
  339. this.bindingNavigator1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  340. this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
  341. this.bindingNavigator1.Size = new System.Drawing.Size(1382, 25);
  342. this.bindingNavigator1.TabIndex = 66;
  343. this.bindingNavigator1.Text = "bindingNavigator1";
  344. //
  345. // bindingNavigatorSeparator2
  346. //
  347. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  348. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  349. //
  350. // gushchinaDataSet2
  351. //
  352. this.gushchinaDataSet2.DataSetName = "GushchinaDataSet";
  353. this.gushchinaDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  354. //
  355. // listTableAdapter
  356. //
  357. this.listTableAdapter.ClearBeforeFill = true;
  358. //
  359. // tableAdapterManager2
  360. //
  361. this.tableAdapterManager2.BackupDataSetBeforeUpdate = false;
  362. this.tableAdapterManager2.Consumables_soldTableAdapter = null;
  363. this.tableAdapterManager2.DeliveriesTableAdapter = null;
  364. this.tableAdapterManager2.ListTableAdapter = this.listTableAdapter;
  365. this.tableAdapterManager2.PurchaseTableAdapter = null;
  366. this.tableAdapterManager2.UpdateOrder = IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  367. this.tableAdapterManager2.Used_consumablesTableAdapter = null;
  368. this.tableAdapterManager2.WarehouseTableAdapter = null;
  369. //
  370. // местохраненияDataGridViewTextBoxColumn
  371. //
  372. this.местохраненияDataGridViewTextBoxColumn.DataPropertyName = "Место_хранения";
  373. this.местохраненияDataGridViewTextBoxColumn.HeaderText = "Место_хранения";
  374. this.местохраненияDataGridViewTextBoxColumn.Name = "местохраненияDataGridViewTextBoxColumn";
  375. //
  376. // label3
  377. //
  378. this.label3.AutoSize = true;
  379. this.label3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  380. this.label3.Location = new System.Drawing.Point(872, 267);
  381. this.label3.Name = "label3";
  382. this.label3.Size = new System.Drawing.Size(98, 21);
  383. this.label3.TabIndex = 83;
  384. this.label3.Text = "Сотрудник";
  385. //
  386. // button5
  387. //
  388. this.button5.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  389. this.button5.Location = new System.Drawing.Point(1247, 267);
  390. this.button5.Name = "button5";
  391. this.button5.Size = new System.Drawing.Size(125, 30);
  392. this.button5.TabIndex = 84;
  393. this.button5.Text = "Фильтровать";
  394. this.button5.UseVisualStyleBackColor = true;
  395. this.button5.Click += new System.EventHandler(this.button5_Click);
  396. //
  397. // label6
  398. //
  399. this.label6.AutoSize = true;
  400. this.label6.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  401. this.label6.Location = new System.Drawing.Point(1067, 59);
  402. this.label6.Name = "label6";
  403. this.label6.Size = new System.Drawing.Size(83, 21);
  404. this.label6.TabIndex = 81;
  405. this.label6.Text = "ФИЛЬТР";
  406. //
  407. // listTableAdapter1
  408. //
  409. this.listTableAdapter1.ClearBeforeFill = true;
  410. //
  411. // gushchinaDataSet3
  412. //
  413. this.gushchinaDataSet3.DataSetName = "GushchinaDataSet";
  414. this.gushchinaDataSet3.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  415. //
  416. // used_consumablesBindingSource
  417. //
  418. this.used_consumablesBindingSource.DataMember = "Used_consumables";
  419. this.used_consumablesBindingSource.DataSource = this.gushchinaDataSet3;
  420. //
  421. // used_consumablesTableAdapter
  422. //
  423. this.used_consumablesTableAdapter.ClearBeforeFill = true;
  424. //
  425. // tableAdapterManager
  426. //
  427. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  428. this.tableAdapterManager.Consumables_soldTableAdapter = null;
  429. this.tableAdapterManager.DeliveriesTableAdapter = null;
  430. this.tableAdapterManager.ListTableAdapter = null;
  431. this.tableAdapterManager.PurchaseTableAdapter = null;
  432. this.tableAdapterManager.UpdateOrder = IS_hairdresser.GushchinaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  433. this.tableAdapterManager.Used_consumablesTableAdapter = this.used_consumablesTableAdapter;
  434. this.tableAdapterManager.WarehouseTableAdapter = null;
  435. //
  436. // dataGridViewTextBoxColumn1
  437. //
  438. this.dataGridViewTextBoxColumn1.DataPropertyName = "Артикул";
  439. this.dataGridViewTextBoxColumn1.HeaderText = "Артикул";
  440. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  441. //
  442. // dataGridViewTextBoxColumn2
  443. //
  444. this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование";
  445. this.dataGridViewTextBoxColumn2.HeaderText = "Наименование";
  446. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  447. //
  448. // dataGridViewTextBoxColumn3
  449. //
  450. this.dataGridViewTextBoxColumn3.DataPropertyName = "Цена";
  451. this.dataGridViewTextBoxColumn3.HeaderText = "Цена";
  452. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  453. //
  454. // dataGridViewTextBoxColumn4
  455. //
  456. this.dataGridViewTextBoxColumn4.DataPropertyName = "Количество";
  457. this.dataGridViewTextBoxColumn4.HeaderText = "Количество";
  458. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  459. //
  460. // dataGridViewTextBoxColumn5
  461. //
  462. this.dataGridViewTextBoxColumn5.DataPropertyName = "Дата";
  463. this.dataGridViewTextBoxColumn5.HeaderText = "Дата";
  464. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  465. //
  466. // dataGridViewTextBoxColumn6
  467. //
  468. this.dataGridViewTextBoxColumn6.DataPropertyName = "Сотрудник";
  469. this.dataGridViewTextBoxColumn6.HeaderText = "Сотрудник";
  470. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  471. //
  472. // menuStrip1
  473. //
  474. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  475. this.сохранитьToolStripMenuItem,
  476. this.скачатьToolStripMenuItem,
  477. this.менюToolStripMenuItem});
  478. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  479. this.menuStrip1.Name = "menuStrip1";
  480. this.menuStrip1.Padding = new System.Windows.Forms.Padding(10, 3, 0, 3);
  481. this.menuStrip1.Size = new System.Drawing.Size(1382, 31);
  482. this.menuStrip1.TabIndex = 65;
  483. this.menuStrip1.Text = "menuStrip1";
  484. //
  485. // сохранитьToolStripMenuItem
  486. //
  487. this.сохранитьToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  488. this.сохранитьToolStripMenuItem.Name = "сохранитьToolStripMenuItem";
  489. this.сохранитьToolStripMenuItem.Size = new System.Drawing.Size(109, 25);
  490. this.сохранитьToolStripMenuItem.Text = "Сохранить";
  491. this.сохранитьToolStripMenuItem.Click += new System.EventHandler(this.сохранитьToolStripMenuItem_Click);
  492. //
  493. // скачатьToolStripMenuItem
  494. //
  495. this.скачатьToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  496. this.скачатьToolStripMenuItem.Name = "скачатьToolStripMenuItem";
  497. this.скачатьToolStripMenuItem.Size = new System.Drawing.Size(86, 25);
  498. this.скачатьToolStripMenuItem.Text = "Скачать";
  499. this.скачатьToolStripMenuItem.Click += new System.EventHandler(this.скачатьToolStripMenuItem_Click);
  500. //
  501. // менюToolStripMenuItem
  502. //
  503. this.менюToolStripMenuItem.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  504. this.менюToolStripMenuItem.Name = "менюToolStripMenuItem";
  505. this.менюToolStripMenuItem.Size = new System.Drawing.Size(70, 25);
  506. this.менюToolStripMenuItem.Text = "Меню";
  507. this.менюToolStripMenuItem.Click += new System.EventHandler(this.менюToolStripMenuItem_Click);
  508. //
  509. // comboBox1
  510. //
  511. this.comboBox1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  512. this.comboBox1.FormattingEnabled = true;
  513. this.comboBox1.Location = new System.Drawing.Point(1028, 157);
  514. this.comboBox1.Name = "comboBox1";
  515. this.comboBox1.Size = new System.Drawing.Size(213, 29);
  516. this.comboBox1.TabIndex = 77;
  517. //
  518. // label5
  519. //
  520. this.label5.AutoSize = true;
  521. this.label5.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  522. this.label5.Location = new System.Drawing.Point(872, 228);
  523. this.label5.Name = "label5";
  524. this.label5.Size = new System.Drawing.Size(47, 21);
  525. this.label5.TabIndex = 76;
  526. this.label5.Text = "Дата";
  527. //
  528. // textBox5
  529. //
  530. this.textBox5.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  531. this.textBox5.Location = new System.Drawing.Point(1028, 229);
  532. this.textBox5.Name = "textBox5";
  533. this.textBox5.Size = new System.Drawing.Size(213, 29);
  534. this.textBox5.TabIndex = 75;
  535. //
  536. // textBox4
  537. //
  538. this.textBox4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  539. this.textBox4.Location = new System.Drawing.Point(1028, 193);
  540. this.textBox4.Name = "textBox4";
  541. this.textBox4.Size = new System.Drawing.Size(213, 29);
  542. this.textBox4.TabIndex = 73;
  543. //
  544. // button3
  545. //
  546. this.button3.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  547. this.button3.Location = new System.Drawing.Point(876, 385);
  548. this.button3.Name = "button3";
  549. this.button3.Size = new System.Drawing.Size(496, 47);
  550. this.button3.TabIndex = 72;
  551. this.button3.Text = "Найти";
  552. this.button3.UseVisualStyleBackColor = true;
  553. this.button3.Click += new System.EventHandler(this.button3_Click);
  554. //
  555. // button2
  556. //
  557. this.button2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  558. this.button2.Location = new System.Drawing.Point(876, 332);
  559. this.button2.Name = "button2";
  560. this.button2.Size = new System.Drawing.Size(496, 47);
  561. this.button2.TabIndex = 71;
  562. this.button2.Text = "Показать всё";
  563. this.button2.UseVisualStyleBackColor = true;
  564. this.button2.Click += new System.EventHandler(this.button2_Click);
  565. //
  566. // button1
  567. //
  568. this.button1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  569. this.button1.Location = new System.Drawing.Point(1247, 122);
  570. this.button1.Name = "button1";
  571. this.button1.Size = new System.Drawing.Size(125, 29);
  572. this.button1.TabIndex = 70;
  573. this.button1.Text = "Фильтровать";
  574. this.button1.UseVisualStyleBackColor = true;
  575. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  576. //
  577. // textBox2
  578. //
  579. this.textBox2.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  580. this.textBox2.Location = new System.Drawing.Point(1028, 122);
  581. this.textBox2.Name = "textBox2";
  582. this.textBox2.Size = new System.Drawing.Size(213, 29);
  583. this.textBox2.TabIndex = 67;
  584. //
  585. // warehouseTableAdapter1
  586. //
  587. this.warehouseTableAdapter1.ClearBeforeFill = true;
  588. //
  589. // отображение_по_артиклуBindingSource
  590. //
  591. this.отображение_по_артиклуBindingSource.DataMember = "Отображение по артиклу";
  592. this.отображение_по_артиклуBindingSource.DataSource = this.gushchinaDataSet1;
  593. //
  594. // tableAdapterManager1
  595. //
  596. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  597. this.tableAdapterManager1.Consumables_soldTableAdapter = null;
  598. this.tableAdapterManager1.DeliveriesTableAdapter = null;
  599. this.tableAdapterManager1.ListTableAdapter = this.listTableAdapter1;
  600. this.tableAdapterManager1.PurchaseTableAdapter = null;
  601. this.tableAdapterManager1.UpdateOrder = IS_hairdresser.GushchinaDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  602. this.tableAdapterManager1.Used_consumablesTableAdapter = null;
  603. this.tableAdapterManager1.WarehouseTableAdapter = null;
  604. //
  605. // отображение_по_артиклуTableAdapter
  606. //
  607. this.отображение_по_артиклуTableAdapter.ClearBeforeFill = true;
  608. //
  609. // button7
  610. //
  611. this.button7.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  612. this.button7.Location = new System.Drawing.Point(1247, 228);
  613. this.button7.Name = "button7";
  614. this.button7.Size = new System.Drawing.Size(125, 33);
  615. this.button7.TabIndex = 80;
  616. this.button7.Text = "Фильтровать";
  617. this.button7.UseVisualStyleBackColor = true;
  618. this.button7.Click += new System.EventHandler(this.button7_Click);
  619. //
  620. // button6
  621. //
  622. this.button6.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  623. this.button6.Location = new System.Drawing.Point(1247, 192);
  624. this.button6.Name = "button6";
  625. this.button6.Size = new System.Drawing.Size(125, 30);
  626. this.button6.TabIndex = 85;
  627. this.button6.Text = "Фильтровать";
  628. this.button6.UseVisualStyleBackColor = true;
  629. //
  630. // Warehouse_FORM
  631. //
  632. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  633. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  634. this.ClientSize = new System.Drawing.Size(1382, 440);
  635. this.Controls.Add(this.button6);
  636. this.Controls.Add(this.textBox1);
  637. this.Controls.Add(this.button7);
  638. this.Controls.Add(this.button4);
  639. this.Controls.Add(this.label4);
  640. this.Controls.Add(this.label1);
  641. this.Controls.Add(this.label2);
  642. this.Controls.Add(this.bindingNavigator1);
  643. this.Controls.Add(this.label3);
  644. this.Controls.Add(this.button5);
  645. this.Controls.Add(this.label6);
  646. this.Controls.Add(this.menuStrip1);
  647. this.Controls.Add(this.comboBox1);
  648. this.Controls.Add(this.label5);
  649. this.Controls.Add(this.textBox5);
  650. this.Controls.Add(this.textBox4);
  651. this.Controls.Add(this.button3);
  652. this.Controls.Add(this.button2);
  653. this.Controls.Add(this.button1);
  654. this.Controls.Add(this.textBox2);
  655. this.Controls.Add(this.dataGridView);
  656. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  657. this.Name = "Warehouse_FORM";
  658. this.Text = "Склад";
  659. this.Load += new System.EventHandler(this.Warehouse_FORM_Load);
  660. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  661. ((System.ComponentModel.ISupportInitialize)(this.warehouseBindingSource)).EndInit();
  662. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet)).EndInit();
  663. ((System.ComponentModel.ISupportInitialize)(this.listBindingSource)).EndInit();
  664. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet1)).EndInit();
  665. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
  666. this.bindingNavigator1.ResumeLayout(false);
  667. this.bindingNavigator1.PerformLayout();
  668. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet2)).EndInit();
  669. ((System.ComponentModel.ISupportInitialize)(this.usedconsumablesBindingSource)).EndInit();
  670. ((System.ComponentModel.ISupportInitialize)(this.gushchinaDataSet3)).EndInit();
  671. ((System.ComponentModel.ISupportInitialize)(this.used_consumablesBindingSource)).EndInit();
  672. this.menuStrip1.ResumeLayout(false);
  673. this.menuStrip1.PerformLayout();
  674. ((System.ComponentModel.ISupportInitialize)(this.отображение_по_артиклуBindingSource)).EndInit();
  675. this.ResumeLayout(false);
  676. this.PerformLayout();
  677. }
  678. #endregion
  679. private System.Windows.Forms.DataGridView dataGridView;
  680. private GushchinaDataSet gushchinaDataSet;
  681. private System.Windows.Forms.BindingSource warehouseBindingSource;
  682. private GushchinaDataSetTableAdapters.WarehouseTableAdapter warehouseTableAdapter;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn артикулDataGridViewTextBoxColumn;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеDataGridViewTextBoxColumn;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn количествоDataGridViewTextBoxColumn;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn местоХраненияСкладВитринаDataGridViewTextBoxColumn;
  688. private System.Windows.Forms.TextBox textBox1;
  689. private System.Windows.Forms.Button button4;
  690. private System.Windows.Forms.Label label4;
  691. private GushchinaDataSetTableAdapters.DeliveriesTableAdapter deliveriesTableAdapter;
  692. private System.Windows.Forms.Label label1;
  693. private System.Windows.Forms.BindingSource listBindingSource;
  694. private GushchinaDataSet1 gushchinaDataSet1;
  695. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  696. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  697. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  698. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  699. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  700. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  701. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  702. private System.Windows.Forms.Label label2;
  703. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  704. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  705. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  706. private System.Windows.Forms.BindingNavigator bindingNavigator1;
  707. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  708. private GushchinaDataSet gushchinaDataSet2;
  709. private GushchinaDataSetTableAdapters.ListTableAdapter listTableAdapter;
  710. private GushchinaDataSetTableAdapters.TableAdapterManager tableAdapterManager2;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn местохраненияDataGridViewTextBoxColumn;
  712. private System.Windows.Forms.Label label3;
  713. private System.Windows.Forms.Button button5;
  714. private System.Windows.Forms.Label label6;
  715. private GushchinaDataSet1TableAdapters.ListTableAdapter listTableAdapter1;
  716. private System.Windows.Forms.BindingSource usedconsumablesBindingSource;
  717. private GushchinaDataSet gushchinaDataSet3;
  718. private System.Windows.Forms.BindingSource used_consumablesBindingSource;
  719. private GushchinaDataSetTableAdapters.Used_consumablesTableAdapter used_consumablesTableAdapter;
  720. private GushchinaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  727. private System.Windows.Forms.MenuStrip menuStrip1;
  728. private System.Windows.Forms.ToolStripMenuItem сохранитьToolStripMenuItem;
  729. private System.Windows.Forms.ToolStripMenuItem скачатьToolStripMenuItem;
  730. private System.Windows.Forms.ToolStripMenuItem менюToolStripMenuItem;
  731. private System.Windows.Forms.ComboBox comboBox1;
  732. private System.Windows.Forms.Label label5;
  733. private System.Windows.Forms.TextBox textBox5;
  734. private System.Windows.Forms.TextBox textBox4;
  735. private System.Windows.Forms.Button button3;
  736. private System.Windows.Forms.Button button2;
  737. private System.Windows.Forms.Button button1;
  738. private System.Windows.Forms.TextBox textBox2;
  739. private GushchinaDataSetTableAdapters.WarehouseTableAdapter warehouseTableAdapter1;
  740. private System.Windows.Forms.BindingSource отображение_по_артиклуBindingSource;
  741. private GushchinaDataSet1TableAdapters.TableAdapterManager tableAdapterManager1;
  742. private GushchinaDataSet1TableAdapters.Отображение_по_артиклуTableAdapter отображение_по_артиклуTableAdapter;
  743. private System.Windows.Forms.Button button7;
  744. private System.Windows.Forms.Button button6;
  745. }
  746. }