Form5.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. 
  2. namespace WindowsFormsApp1
  3. {
  4. partial class Form5
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.bd_EmelyanovDataSet = new WindowsFormsApp1.Bd_EmelyanovDataSet();
  37. this.поставкаBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.поставкаTableAdapter = new WindowsFormsApp1.Bd_EmelyanovDataSetTableAdapters.ПоставкаTableAdapter();
  39. this.tableAdapterManager = new WindowsFormsApp1.Bd_EmelyanovDataSetTableAdapters.TableAdapterManager();
  40. this.поставкаBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  41. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  45. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  46. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  52. this.поставкаBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  53. this.поставкаDataGridView = new System.Windows.Forms.DataGridView();
  54. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.bd_EmelyanovDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.поставкаBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.поставкаBindingNavigator)).BeginInit();
  61. this.поставкаBindingNavigator.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.поставкаDataGridView)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // button4
  66. //
  67. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  68. this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  69. this.button4.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  70. this.button4.Location = new System.Drawing.Point(691, 25);
  71. this.button4.Name = "button4";
  72. this.button4.Size = new System.Drawing.Size(97, 32);
  73. this.button4.TabIndex = 23;
  74. this.button4.Text = "Назад";
  75. this.button4.UseVisualStyleBackColor = false;
  76. this.button4.Click += new System.EventHandler(this.button4_Click);
  77. //
  78. // button3
  79. //
  80. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  81. this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  82. this.button3.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.button3.Location = new System.Drawing.Point(616, 385);
  84. this.button3.Name = "button3";
  85. this.button3.Size = new System.Drawing.Size(172, 40);
  86. this.button3.TabIndex = 22;
  87. this.button3.Text = "Удалить";
  88. this.button3.UseVisualStyleBackColor = false;
  89. this.button3.Click += new System.EventHandler(this.button3_Click);
  90. //
  91. // button1
  92. //
  93. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  94. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  95. this.button1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.button1.Location = new System.Drawing.Point(312, 385);
  97. this.button1.Name = "button1";
  98. this.button1.Size = new System.Drawing.Size(172, 40);
  99. this.button1.TabIndex = 21;
  100. this.button1.Text = "Сохранить";
  101. this.button1.UseVisualStyleBackColor = false;
  102. this.button1.Click += new System.EventHandler(this.button1_Click);
  103. //
  104. // button2
  105. //
  106. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  107. this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  108. this.button2.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  109. this.button2.Location = new System.Drawing.Point(12, 385);
  110. this.button2.Name = "button2";
  111. this.button2.Size = new System.Drawing.Size(172, 40);
  112. this.button2.TabIndex = 20;
  113. this.button2.Text = "Добавить";
  114. this.button2.UseVisualStyleBackColor = false;
  115. this.button2.Click += new System.EventHandler(this.button2_Click);
  116. //
  117. // pictureBox1
  118. //
  119. this.pictureBox1.Image = global::WindowsFormsApp1.Properties.Resources.Чистая_вода;
  120. this.pictureBox1.Location = new System.Drawing.Point(12, 25);
  121. this.pictureBox1.Name = "pictureBox1";
  122. this.pictureBox1.Size = new System.Drawing.Size(54, 50);
  123. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  124. this.pictureBox1.TabIndex = 24;
  125. this.pictureBox1.TabStop = false;
  126. //
  127. // bd_EmelyanovDataSet
  128. //
  129. this.bd_EmelyanovDataSet.DataSetName = "Bd_EmelyanovDataSet";
  130. this.bd_EmelyanovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  131. //
  132. // поставкаBindingSource
  133. //
  134. this.поставкаBindingSource.DataMember = "Поставка";
  135. this.поставкаBindingSource.DataSource = this.bd_EmelyanovDataSet;
  136. //
  137. // поставкаTableAdapter
  138. //
  139. this.поставкаTableAdapter.ClearBeforeFill = true;
  140. //
  141. // tableAdapterManager
  142. //
  143. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  144. this.tableAdapterManager.UpdateOrder = WindowsFormsApp1.Bd_EmelyanovDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  145. this.tableAdapterManager.ЗаказыTableAdapter = null;
  146. this.tableAdapterManager.КлиентыTableAdapter = null;
  147. this.tableAdapterManager.ПоставкаTableAdapter = this.поставкаTableAdapter;
  148. this.tableAdapterManager.ПоставщикTableAdapter = null;
  149. this.tableAdapterManager.СотрудникиTableAdapter = null;
  150. this.tableAdapterManager.ТоварыTableAdapter = null;
  151. //
  152. // поставкаBindingNavigator
  153. //
  154. this.поставкаBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  155. this.поставкаBindingNavigator.BindingSource = this.поставкаBindingSource;
  156. this.поставкаBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  157. this.поставкаBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  158. this.поставкаBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  159. this.bindingNavigatorMoveFirstItem,
  160. this.bindingNavigatorMovePreviousItem,
  161. this.bindingNavigatorSeparator,
  162. this.bindingNavigatorPositionItem,
  163. this.bindingNavigatorCountItem,
  164. this.bindingNavigatorSeparator1,
  165. this.bindingNavigatorMoveNextItem,
  166. this.bindingNavigatorMoveLastItem,
  167. this.bindingNavigatorSeparator2,
  168. this.bindingNavigatorAddNewItem,
  169. this.bindingNavigatorDeleteItem,
  170. this.поставкаBindingNavigatorSaveItem});
  171. this.поставкаBindingNavigator.Location = new System.Drawing.Point(0, 0);
  172. this.поставкаBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  173. this.поставкаBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  174. this.поставкаBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  175. this.поставкаBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  176. this.поставкаBindingNavigator.Name = "поставкаBindingNavigator";
  177. this.поставкаBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  178. this.поставкаBindingNavigator.Size = new System.Drawing.Size(808, 25);
  179. this.поставкаBindingNavigator.TabIndex = 25;
  180. this.поставкаBindingNavigator.Text = "bindingNavigator1";
  181. //
  182. // bindingNavigatorMoveFirstItem
  183. //
  184. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  185. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  186. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  187. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  188. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  189. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  190. //
  191. // bindingNavigatorMovePreviousItem
  192. //
  193. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  194. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  195. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  196. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  197. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  198. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  199. //
  200. // bindingNavigatorSeparator
  201. //
  202. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  203. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  204. //
  205. // bindingNavigatorPositionItem
  206. //
  207. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  208. this.bindingNavigatorPositionItem.AutoSize = false;
  209. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  210. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  211. this.bindingNavigatorPositionItem.Text = "0";
  212. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  213. //
  214. // bindingNavigatorCountItem
  215. //
  216. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  217. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  218. this.bindingNavigatorCountItem.Text = "для {0}";
  219. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  220. //
  221. // bindingNavigatorSeparator1
  222. //
  223. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  224. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  225. //
  226. // bindingNavigatorMoveNextItem
  227. //
  228. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  229. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  230. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  231. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  232. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  233. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  234. //
  235. // bindingNavigatorMoveLastItem
  236. //
  237. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  238. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  239. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  240. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  241. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  242. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  243. //
  244. // bindingNavigatorSeparator2
  245. //
  246. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  247. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  248. //
  249. // bindingNavigatorAddNewItem
  250. //
  251. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  252. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  253. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  254. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  255. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  256. this.bindingNavigatorAddNewItem.Text = "Добавить";
  257. //
  258. // bindingNavigatorDeleteItem
  259. //
  260. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  261. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  262. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  263. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  264. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  265. this.bindingNavigatorDeleteItem.Text = "Удалить";
  266. //
  267. // поставкаBindingNavigatorSaveItem
  268. //
  269. this.поставкаBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  270. this.поставкаBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("поставкаBindingNavigatorSaveItem.Image")));
  271. this.поставкаBindingNavigatorSaveItem.Name = "поставкаBindingNavigatorSaveItem";
  272. this.поставкаBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  273. this.поставкаBindingNavigatorSaveItem.Text = "Сохранить данные";
  274. this.поставкаBindingNavigatorSaveItem.Click += new System.EventHandler(this.поставкаBindingNavigatorSaveItem_Click);
  275. //
  276. // поставкаDataGridView
  277. //
  278. this.поставкаDataGridView.AutoGenerateColumns = false;
  279. this.поставкаDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  280. this.поставкаDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  281. this.dataGridViewTextBoxColumn1,
  282. this.dataGridViewTextBoxColumn2,
  283. this.dataGridViewTextBoxColumn3});
  284. this.поставкаDataGridView.DataSource = this.поставкаBindingSource;
  285. this.поставкаDataGridView.Location = new System.Drawing.Point(221, 96);
  286. this.поставкаDataGridView.Name = "поставкаDataGridView";
  287. this.поставкаDataGridView.Size = new System.Drawing.Size(352, 220);
  288. this.поставкаDataGridView.TabIndex = 25;
  289. //
  290. // dataGridViewTextBoxColumn1
  291. //
  292. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_Поставки";
  293. this.dataGridViewTextBoxColumn1.HeaderText = "Код_Поставки";
  294. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  295. //
  296. // dataGridViewTextBoxColumn2
  297. //
  298. this.dataGridViewTextBoxColumn2.DataPropertyName = "Дата_Поставки";
  299. this.dataGridViewTextBoxColumn2.HeaderText = "Дата_Поставки";
  300. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  301. //
  302. // dataGridViewTextBoxColumn3
  303. //
  304. this.dataGridViewTextBoxColumn3.DataPropertyName = "Код_Поставщика";
  305. this.dataGridViewTextBoxColumn3.HeaderText = "Код_Поставщика";
  306. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  307. //
  308. // Form5
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  313. this.ClientSize = new System.Drawing.Size(808, 450);
  314. this.Controls.Add(this.поставкаDataGridView);
  315. this.Controls.Add(this.поставкаBindingNavigator);
  316. this.Controls.Add(this.pictureBox1);
  317. this.Controls.Add(this.button4);
  318. this.Controls.Add(this.button3);
  319. this.Controls.Add(this.button1);
  320. this.Controls.Add(this.button2);
  321. this.Name = "Form5";
  322. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  323. this.Text = "Form5";
  324. this.Load += new System.EventHandler(this.Form5_Load);
  325. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.bd_EmelyanovDataSet)).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)(this.поставкаBindingSource)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.поставкаBindingNavigator)).EndInit();
  329. this.поставкаBindingNavigator.ResumeLayout(false);
  330. this.поставкаBindingNavigator.PerformLayout();
  331. ((System.ComponentModel.ISupportInitialize)(this.поставкаDataGridView)).EndInit();
  332. this.ResumeLayout(false);
  333. this.PerformLayout();
  334. }
  335. #endregion
  336. private System.Windows.Forms.PictureBox pictureBox1;
  337. private System.Windows.Forms.Button button4;
  338. private System.Windows.Forms.Button button3;
  339. private System.Windows.Forms.Button button1;
  340. private System.Windows.Forms.Button button2;
  341. private Bd_EmelyanovDataSet bd_EmelyanovDataSet;
  342. private System.Windows.Forms.BindingSource поставкаBindingSource;
  343. private Bd_EmelyanovDataSetTableAdapters.ПоставкаTableAdapter поставкаTableAdapter;
  344. private Bd_EmelyanovDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  345. private System.Windows.Forms.BindingNavigator поставкаBindingNavigator;
  346. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  347. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  348. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  349. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  350. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  351. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  352. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  353. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  354. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  355. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  356. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  357. private System.Windows.Forms.ToolStripButton поставкаBindingNavigatorSaveItem;
  358. private System.Windows.Forms.DataGridView поставкаDataGridView;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  362. }
  363. }