Consumables_sold_FORM.Designer.cs 51 KB

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