zacazimanager.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. 
  2. namespace muskafidi_de
  3. {
  4. partial class zacazimanager
  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.Windows.Forms.Label датаLabel;
  31. System.Windows.Forms.Label ценаLabel;
  32. System.Windows.Forms.Label тип_материалаLabel;
  33. System.Windows.Forms.Label единица_измеренияLabel;
  34. System.Windows.Forms.Label наименованиеLabel;
  35. System.Windows.Forms.Label idLabel;
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.датаDateTimePicker = new System.Windows.Forms.DateTimePicker();
  40. this.zacaziBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.muskafidi_deDataSet = new muskafidi_de.muskafidi_deDataSet();
  42. this.ценаTextBox = new System.Windows.Forms.TextBox();
  43. this.тип_материалаTextBox = new System.Windows.Forms.TextBox();
  44. this.единица_измеренияTextBox = new System.Windows.Forms.TextBox();
  45. this.наименованиеTextBox = new System.Windows.Forms.TextBox();
  46. this.idTextBox = new System.Windows.Forms.TextBox();
  47. this.zacaziDataGridView = new System.Windows.Forms.DataGridView();
  48. this.статусTextBox = new System.Windows.Forms.TextBox();
  49. this.zacaziTableAdapter = new muskafidi_de.muskafidi_deDataSetTableAdapters.ZacaziTableAdapter();
  50. this.tableAdapterManager = new muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager();
  51. this._06_muskafidi_deDataSet = new muskafidi_de._06_muskafidi_deDataSet();
  52. this.zacaziBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  53. this.zacaziTableAdapter1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.ZacaziTableAdapter();
  54. this.tableAdapterManager1 = new muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager();
  55. this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.наименованиеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.единицаИзмеренияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.типМатериалаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.статусDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.датаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. датаLabel = new System.Windows.Forms.Label();
  63. ценаLabel = new System.Windows.Forms.Label();
  64. тип_материалаLabel = new System.Windows.Forms.Label();
  65. единица_измеренияLabel = new System.Windows.Forms.Label();
  66. наименованиеLabel = new System.Windows.Forms.Label();
  67. idLabel = new System.Windows.Forms.Label();
  68. ((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.zacaziDataGridView)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource1)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // датаLabel
  76. //
  77. датаLabel.AutoSize = true;
  78. датаLabel.Location = new System.Drawing.Point(27, 450);
  79. датаLabel.Name = "датаLabel";
  80. датаLabel.Size = new System.Drawing.Size(36, 13);
  81. датаLabel.TabIndex = 30;
  82. датаLabel.Text = "Дата:";
  83. //
  84. // ценаLabel
  85. //
  86. ценаLabel.AutoSize = true;
  87. ценаLabel.Location = new System.Drawing.Point(27, 414);
  88. ценаLabel.Name = "ценаLabel";
  89. ценаLabel.Size = new System.Drawing.Size(36, 13);
  90. ценаLabel.TabIndex = 27;
  91. ценаLabel.Text = "Цена:";
  92. //
  93. // тип_материалаLabel
  94. //
  95. тип_материалаLabel.AutoSize = true;
  96. тип_материалаLabel.Location = new System.Drawing.Point(27, 378);
  97. тип_материалаLabel.Name = "тип_материалаLabel";
  98. тип_материалаLabel.Size = new System.Drawing.Size(87, 13);
  99. тип_материалаLabel.TabIndex = 25;
  100. тип_материалаLabel.Text = "Тип материала:";
  101. //
  102. // единица_измеренияLabel
  103. //
  104. единица_измеренияLabel.AutoSize = true;
  105. единица_измеренияLabel.Location = new System.Drawing.Point(27, 346);
  106. единица_измеренияLabel.Name = "единица_измеренияLabel";
  107. единица_измеренияLabel.Size = new System.Drawing.Size(112, 13);
  108. единица_измеренияLabel.TabIndex = 23;
  109. единица_измеренияLabel.Text = "Единица измерения:";
  110. //
  111. // наименованиеLabel
  112. //
  113. наименованиеLabel.AutoSize = true;
  114. наименованиеLabel.Location = new System.Drawing.Point(27, 315);
  115. наименованиеLabel.Name = "наименованиеLabel";
  116. наименованиеLabel.Size = new System.Drawing.Size(86, 13);
  117. наименованиеLabel.TabIndex = 21;
  118. наименованиеLabel.Text = "Наименование:";
  119. //
  120. // idLabel
  121. //
  122. idLabel.AutoSize = true;
  123. idLabel.Location = new System.Drawing.Point(27, 287);
  124. idLabel.Name = "idLabel";
  125. idLabel.Size = new System.Drawing.Size(18, 13);
  126. idLabel.TabIndex = 18;
  127. idLabel.Text = "id:";
  128. //
  129. // button2
  130. //
  131. this.button2.BackColor = System.Drawing.Color.IndianRed;
  132. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  133. this.button2.Location = new System.Drawing.Point(598, 392);
  134. this.button2.Name = "button2";
  135. this.button2.Size = new System.Drawing.Size(175, 56);
  136. this.button2.TabIndex = 34;
  137. this.button2.Text = "Сохранить";
  138. this.button2.UseVisualStyleBackColor = false;
  139. this.button2.Click += new System.EventHandler(this.button2_Click);
  140. //
  141. // button1
  142. //
  143. this.button1.BackColor = System.Drawing.Color.IndianRed;
  144. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  145. this.button1.Location = new System.Drawing.Point(598, 303);
  146. this.button1.Name = "button1";
  147. this.button1.Size = new System.Drawing.Size(175, 56);
  148. this.button1.TabIndex = 33;
  149. this.button1.Text = "Добавить";
  150. this.button1.UseVisualStyleBackColor = false;
  151. this.button1.Click += new System.EventHandler(this.button1_Click);
  152. //
  153. // label1
  154. //
  155. this.label1.AutoSize = true;
  156. this.label1.Location = new System.Drawing.Point(27, 24);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(25, 13);
  159. this.label1.TabIndex = 32;
  160. this.label1.Text = "<<<";
  161. this.label1.Click += new System.EventHandler(this.label1_Click);
  162. //
  163. // датаDateTimePicker
  164. //
  165. this.датаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.zacaziBindingSource1, "Дата", true));
  166. this.датаDateTimePicker.Location = new System.Drawing.Point(30, 466);
  167. this.датаDateTimePicker.Name = "датаDateTimePicker";
  168. this.датаDateTimePicker.Size = new System.Drawing.Size(131, 20);
  169. this.датаDateTimePicker.TabIndex = 31;
  170. //
  171. // zacaziBindingSource
  172. //
  173. this.zacaziBindingSource.DataMember = "Zacazi";
  174. this.zacaziBindingSource.DataSource = this.muskafidi_deDataSet;
  175. //
  176. // muskafidi_deDataSet
  177. //
  178. this.muskafidi_deDataSet.DataSetName = "muskafidi_deDataSet";
  179. this.muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  180. //
  181. // ценаTextBox
  182. //
  183. this.ценаTextBox.BackColor = System.Drawing.Color.IndianRed;
  184. this.ценаTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  185. this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Цена", true));
  186. this.ценаTextBox.Location = new System.Drawing.Point(30, 434);
  187. this.ценаTextBox.Name = "ценаTextBox";
  188. this.ценаTextBox.Size = new System.Drawing.Size(131, 13);
  189. this.ценаTextBox.TabIndex = 28;
  190. //
  191. // тип_материалаTextBox
  192. //
  193. this.тип_материалаTextBox.BackColor = System.Drawing.Color.IndianRed;
  194. this.тип_материалаTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  195. this.тип_материалаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Тип материала", true));
  196. this.тип_материалаTextBox.Location = new System.Drawing.Point(30, 398);
  197. this.тип_материалаTextBox.Name = "тип_материалаTextBox";
  198. this.тип_материалаTextBox.Size = new System.Drawing.Size(131, 13);
  199. this.тип_материалаTextBox.TabIndex = 26;
  200. //
  201. // единица_измеренияTextBox
  202. //
  203. this.единица_измеренияTextBox.BackColor = System.Drawing.Color.IndianRed;
  204. this.единица_измеренияTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  205. this.единица_измеренияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Единица измерения", true));
  206. this.единица_измеренияTextBox.Location = new System.Drawing.Point(30, 362);
  207. this.единица_измеренияTextBox.Name = "единица_измеренияTextBox";
  208. this.единица_измеренияTextBox.Size = new System.Drawing.Size(131, 13);
  209. this.единица_измеренияTextBox.TabIndex = 24;
  210. //
  211. // наименованиеTextBox
  212. //
  213. this.наименованиеTextBox.BackColor = System.Drawing.Color.IndianRed;
  214. this.наименованиеTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  215. this.наименованиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "Наименование", true));
  216. this.наименованиеTextBox.Location = new System.Drawing.Point(30, 335);
  217. this.наименованиеTextBox.Name = "наименованиеTextBox";
  218. this.наименованиеTextBox.Size = new System.Drawing.Size(131, 13);
  219. this.наименованиеTextBox.TabIndex = 22;
  220. //
  221. // idTextBox
  222. //
  223. this.idTextBox.BackColor = System.Drawing.Color.IndianRed;
  224. this.idTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  225. this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource1, "id", true));
  226. this.idTextBox.Location = new System.Drawing.Point(30, 303);
  227. this.idTextBox.Name = "idTextBox";
  228. this.idTextBox.Size = new System.Drawing.Size(131, 13);
  229. this.idTextBox.TabIndex = 20;
  230. //
  231. // zacaziDataGridView
  232. //
  233. this.zacaziDataGridView.AutoGenerateColumns = false;
  234. this.zacaziDataGridView.BackgroundColor = System.Drawing.Color.IndianRed;
  235. this.zacaziDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  236. this.zacaziDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  237. this.idDataGridViewTextBoxColumn,
  238. this.наименованиеDataGridViewTextBoxColumn,
  239. this.единицаИзмеренияDataGridViewTextBoxColumn,
  240. this.типМатериалаDataGridViewTextBoxColumn,
  241. this.ценаDataGridViewTextBoxColumn,
  242. this.статусDataGridViewTextBoxColumn,
  243. this.датаDataGridViewTextBoxColumn});
  244. this.zacaziDataGridView.DataSource = this.zacaziBindingSource1;
  245. this.zacaziDataGridView.Location = new System.Drawing.Point(30, 50);
  246. this.zacaziDataGridView.Name = "zacaziDataGridView";
  247. this.zacaziDataGridView.Size = new System.Drawing.Size(743, 217);
  248. this.zacaziDataGridView.TabIndex = 19;
  249. //
  250. // статусTextBox
  251. //
  252. this.статусTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zacaziBindingSource, "Статус", true));
  253. this.статусTextBox.Location = new System.Drawing.Point(362, 192);
  254. this.статусTextBox.Name = "статусTextBox";
  255. this.статусTextBox.Size = new System.Drawing.Size(131, 20);
  256. this.статусTextBox.TabIndex = 29;
  257. //
  258. // zacaziTableAdapter
  259. //
  260. this.zacaziTableAdapter.ClearBeforeFill = true;
  261. //
  262. // tableAdapterManager
  263. //
  264. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  265. this.tableAdapterManager.ComplectTableAdapter = null;
  266. this.tableAdapterManager.EdiniciIzmereniyaTableAdapter = null;
  267. this.tableAdapterManager.RolesTableAdapter = null;
  268. this.tableAdapterManager.StatusTableAdapter = null;
  269. this.tableAdapterManager.StatusZakazaTableAdapter = null;
  270. this.tableAdapterManager.UpdateOrder = muskafidi_de.muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  271. this.tableAdapterManager.usersTableAdapter = null;
  272. this.tableAdapterManager.ZacaziTableAdapter = this.zacaziTableAdapter;
  273. //
  274. // _06_muskafidi_deDataSet
  275. //
  276. this._06_muskafidi_deDataSet.DataSetName = "_06_muskafidi_deDataSet";
  277. this._06_muskafidi_deDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  278. //
  279. // zacaziBindingSource1
  280. //
  281. this.zacaziBindingSource1.DataMember = "Zacazi";
  282. this.zacaziBindingSource1.DataSource = this._06_muskafidi_deDataSet;
  283. //
  284. // zacaziTableAdapter1
  285. //
  286. this.zacaziTableAdapter1.ClearBeforeFill = true;
  287. //
  288. // tableAdapterManager1
  289. //
  290. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  291. this.tableAdapterManager1.ComplectTableAdapter = null;
  292. this.tableAdapterManager1.EdiniciIzmereniyaTableAdapter = null;
  293. this.tableAdapterManager1.RolesTableAdapter = null;
  294. this.tableAdapterManager1.StatusTableAdapter = null;
  295. this.tableAdapterManager1.StatusZakazaTableAdapter = null;
  296. this.tableAdapterManager1.UpdateOrder = muskafidi_de._06_muskafidi_deDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  297. this.tableAdapterManager1.usersTableAdapter = null;
  298. this.tableAdapterManager1.ZacaziTableAdapter = this.zacaziTableAdapter1;
  299. //
  300. // idDataGridViewTextBoxColumn
  301. //
  302. this.idDataGridViewTextBoxColumn.DataPropertyName = "id";
  303. this.idDataGridViewTextBoxColumn.HeaderText = "id";
  304. this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
  305. //
  306. // наименованиеDataGridViewTextBoxColumn
  307. //
  308. this.наименованиеDataGridViewTextBoxColumn.DataPropertyName = "Наименование";
  309. this.наименованиеDataGridViewTextBoxColumn.HeaderText = "Наименование";
  310. this.наименованиеDataGridViewTextBoxColumn.Name = "наименованиеDataGridViewTextBoxColumn";
  311. //
  312. // единицаИзмеренияDataGridViewTextBoxColumn
  313. //
  314. this.единицаИзмеренияDataGridViewTextBoxColumn.DataPropertyName = "Единица измерения";
  315. this.единицаИзмеренияDataGridViewTextBoxColumn.HeaderText = "Единица измерения";
  316. this.единицаИзмеренияDataGridViewTextBoxColumn.Name = "единицаИзмеренияDataGridViewTextBoxColumn";
  317. //
  318. // типМатериалаDataGridViewTextBoxColumn
  319. //
  320. this.типМатериалаDataGridViewTextBoxColumn.DataPropertyName = "Тип материала";
  321. this.типМатериалаDataGridViewTextBoxColumn.HeaderText = "Тип материала";
  322. this.типМатериалаDataGridViewTextBoxColumn.Name = "типМатериалаDataGridViewTextBoxColumn";
  323. //
  324. // ценаDataGridViewTextBoxColumn
  325. //
  326. this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
  327. this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
  328. this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
  329. //
  330. // статусDataGridViewTextBoxColumn
  331. //
  332. this.статусDataGridViewTextBoxColumn.DataPropertyName = "Статус";
  333. this.статусDataGridViewTextBoxColumn.HeaderText = "Статус";
  334. this.статусDataGridViewTextBoxColumn.Name = "статусDataGridViewTextBoxColumn";
  335. //
  336. // датаDataGridViewTextBoxColumn
  337. //
  338. this.датаDataGridViewTextBoxColumn.DataPropertyName = "Дата";
  339. this.датаDataGridViewTextBoxColumn.HeaderText = "Дата";
  340. this.датаDataGridViewTextBoxColumn.Name = "датаDataGridViewTextBoxColumn";
  341. //
  342. // zacazimanager
  343. //
  344. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  345. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  346. this.BackColor = System.Drawing.Color.RosyBrown;
  347. this.ClientSize = new System.Drawing.Size(800, 501);
  348. this.Controls.Add(this.button2);
  349. this.Controls.Add(this.button1);
  350. this.Controls.Add(this.label1);
  351. this.Controls.Add(датаLabel);
  352. this.Controls.Add(this.датаDateTimePicker);
  353. this.Controls.Add(ценаLabel);
  354. this.Controls.Add(this.ценаTextBox);
  355. this.Controls.Add(тип_материалаLabel);
  356. this.Controls.Add(this.тип_материалаTextBox);
  357. this.Controls.Add(единица_измеренияLabel);
  358. this.Controls.Add(this.единица_измеренияTextBox);
  359. this.Controls.Add(наименованиеLabel);
  360. this.Controls.Add(this.наименованиеTextBox);
  361. this.Controls.Add(idLabel);
  362. this.Controls.Add(this.idTextBox);
  363. this.Controls.Add(this.zacaziDataGridView);
  364. this.Controls.Add(this.статусTextBox);
  365. this.Name = "zacazimanager";
  366. this.Text = "Заказы";
  367. this.Load += new System.EventHandler(this.zacazimanager_Load);
  368. ((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.muskafidi_deDataSet)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.zacaziDataGridView)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this._06_muskafidi_deDataSet)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.zacaziBindingSource1)).EndInit();
  373. this.ResumeLayout(false);
  374. this.PerformLayout();
  375. }
  376. #endregion
  377. private System.Windows.Forms.Button button2;
  378. private System.Windows.Forms.Button button1;
  379. private System.Windows.Forms.Label label1;
  380. private System.Windows.Forms.DateTimePicker датаDateTimePicker;
  381. private System.Windows.Forms.TextBox ценаTextBox;
  382. private System.Windows.Forms.TextBox тип_материалаTextBox;
  383. private System.Windows.Forms.TextBox единица_измеренияTextBox;
  384. private System.Windows.Forms.TextBox наименованиеTextBox;
  385. private System.Windows.Forms.TextBox idTextBox;
  386. private System.Windows.Forms.DataGridView zacaziDataGridView;
  387. private System.Windows.Forms.TextBox статусTextBox;
  388. private muskafidi_deDataSet muskafidi_deDataSet;
  389. private System.Windows.Forms.BindingSource zacaziBindingSource;
  390. private muskafidi_deDataSetTableAdapters.ZacaziTableAdapter zacaziTableAdapter;
  391. private muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  392. private _06_muskafidi_deDataSet _06_muskafidi_deDataSet;
  393. private System.Windows.Forms.BindingSource zacaziBindingSource1;
  394. private _06_muskafidi_deDataSetTableAdapters.ZacaziTableAdapter zacaziTableAdapter1;
  395. private _06_muskafidi_deDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  396. private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
  397. private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеDataGridViewTextBoxColumn;
  398. private System.Windows.Forms.DataGridViewTextBoxColumn единицаИзмеренияDataGridViewTextBoxColumn;
  399. private System.Windows.Forms.DataGridViewTextBoxColumn типМатериалаDataGridViewTextBoxColumn;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn статусDataGridViewTextBoxColumn;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn датаDataGridViewTextBoxColumn;
  403. }
  404. }