版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

452 lines
23 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmOrderList
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrderList));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  37. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  38. this.tsbtnQuery = new System.Windows.Forms.ToolStripButton();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.cobProductList = new System.Windows.Forms.ComboBox();
  41. this.cobStepList = new System.Windows.Forms.ComboBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  45. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.uiPagination1 = new ProductionControl.UI.UIPagination();
  48. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.colProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.colStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.colSN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.colModifyCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.colModifyTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  63. this.toolStrip1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // dataGridView1
  67. //
  68. this.dataGridView1.AllowUserToAddRows = false;
  69. this.dataGridView1.AllowUserToDeleteRows = false;
  70. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  71. | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  74. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  75. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  77. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  78. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  79. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  80. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  81. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  82. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  83. this.colId,
  84. this.colProductName,
  85. this.colStepName,
  86. this.colSN,
  87. this.Column1,
  88. this.Column2,
  89. this.Column3,
  90. this.Column4,
  91. this.Column8,
  92. this.Column5,
  93. this.Column6,
  94. this.Column7,
  95. this.colModifyCode,
  96. this.colModifyTime});
  97. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  98. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  99. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  101. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  102. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  103. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  104. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
  105. this.dataGridView1.Location = new System.Drawing.Point(0, 141);
  106. this.dataGridView1.MultiSelect = false;
  107. this.dataGridView1.Name = "dataGridView1";
  108. this.dataGridView1.ReadOnly = true;
  109. this.dataGridView1.RowHeadersVisible = false;
  110. this.dataGridView1.RowHeadersWidth = 62;
  111. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
  113. this.dataGridView1.RowTemplate.Height = 30;
  114. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  115. this.dataGridView1.Size = new System.Drawing.Size(1560, 533);
  116. this.dataGridView1.TabIndex = 22;
  117. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  118. this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
  119. //
  120. // tsbtnDel
  121. //
  122. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  123. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  124. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  125. this.tsbtnDel.Name = "tsbtnDel";
  126. this.tsbtnDel.Size = new System.Drawing.Size(70, 60);
  127. this.tsbtnDel.Text = " 导出 ";
  128. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  129. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  130. //
  131. // toolStripSeparator1
  132. //
  133. this.toolStripSeparator1.Name = "toolStripSeparator1";
  134. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  135. //
  136. // tsbtnClose
  137. //
  138. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  139. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  140. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  141. this.tsbtnClose.Name = "tsbtnClose";
  142. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  143. this.tsbtnClose.Text = " 关闭 ";
  144. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  145. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  146. //
  147. // toolStrip1
  148. //
  149. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  150. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  151. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  152. this.tsbtnQuery,
  153. this.tsbtnDel,
  154. this.toolStripSeparator1,
  155. this.tsbtnClose});
  156. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  157. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  158. this.toolStrip1.Name = "toolStrip1";
  159. this.toolStrip1.Size = new System.Drawing.Size(1560, 65);
  160. this.toolStrip1.TabIndex = 12;
  161. this.toolStrip1.Text = "toolStrip1";
  162. //
  163. // tsbtnQuery
  164. //
  165. this.tsbtnQuery.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnQuery.Image")));
  166. this.tsbtnQuery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  167. this.tsbtnQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
  168. this.tsbtnQuery.Name = "tsbtnQuery";
  169. this.tsbtnQuery.Size = new System.Drawing.Size(70, 60);
  170. this.tsbtnQuery.Text = " 查询 ";
  171. this.tsbtnQuery.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  172. this.tsbtnQuery.Click += new System.EventHandler(this.tsbtnQuery_Click);
  173. //
  174. // label1
  175. //
  176. this.label1.AutoSize = true;
  177. this.label1.Location = new System.Drawing.Point(12, 110);
  178. this.label1.Name = "label1";
  179. this.label1.Size = new System.Drawing.Size(44, 18);
  180. this.label1.TabIndex = 24;
  181. this.label1.Text = "产品";
  182. //
  183. // cobProductList
  184. //
  185. this.cobProductList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  186. this.cobProductList.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  187. this.cobProductList.FormattingEnabled = true;
  188. this.cobProductList.Location = new System.Drawing.Point(63, 107);
  189. this.cobProductList.Name = "cobProductList";
  190. this.cobProductList.Size = new System.Drawing.Size(270, 26);
  191. this.cobProductList.TabIndex = 25;
  192. //
  193. // cobStepList
  194. //
  195. this.cobStepList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  196. this.cobStepList.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  197. this.cobStepList.FormattingEnabled = true;
  198. this.cobStepList.Location = new System.Drawing.Point(410, 107);
  199. this.cobStepList.Name = "cobStepList";
  200. this.cobStepList.Size = new System.Drawing.Size(270, 26);
  201. this.cobStepList.TabIndex = 27;
  202. //
  203. // label2
  204. //
  205. this.label2.AutoSize = true;
  206. this.label2.Location = new System.Drawing.Point(360, 112);
  207. this.label2.Name = "label2";
  208. this.label2.Size = new System.Drawing.Size(44, 18);
  209. this.label2.TabIndex = 26;
  210. this.label2.Text = "流程";
  211. //
  212. // label5
  213. //
  214. this.label5.AutoSize = true;
  215. this.label5.Location = new System.Drawing.Point(714, 111);
  216. this.label5.Name = "label5";
  217. this.label5.Size = new System.Drawing.Size(44, 18);
  218. this.label5.TabIndex = 32;
  219. this.label5.Text = "日期";
  220. //
  221. // dateTimePicker1
  222. //
  223. this.dateTimePicker1.Location = new System.Drawing.Point(765, 106);
  224. this.dateTimePicker1.Name = "dateTimePicker1";
  225. this.dateTimePicker1.ShowCheckBox = true;
  226. this.dateTimePicker1.Size = new System.Drawing.Size(301, 28);
  227. this.dateTimePicker1.TabIndex = 33;
  228. //
  229. // dateTimePicker2
  230. //
  231. this.dateTimePicker2.Location = new System.Drawing.Point(1094, 106);
  232. this.dateTimePicker2.Name = "dateTimePicker2";
  233. this.dateTimePicker2.ShowCheckBox = true;
  234. this.dateTimePicker2.Size = new System.Drawing.Size(301, 28);
  235. this.dateTimePicker2.TabIndex = 35;
  236. //
  237. // label6
  238. //
  239. this.label6.AutoSize = true;
  240. this.label6.Location = new System.Drawing.Point(1072, 113);
  241. this.label6.Name = "label6";
  242. this.label6.Size = new System.Drawing.Size(17, 18);
  243. this.label6.TabIndex = 36;
  244. this.label6.Text = "-";
  245. //
  246. // uiPagination1
  247. //
  248. this.uiPagination1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  249. | System.Windows.Forms.AnchorStyles.Right)));
  250. this.uiPagination1.Location = new System.Drawing.Point(0, 670);
  251. this.uiPagination1.Name = "uiPagination1";
  252. this.uiPagination1.PageSize = 20;
  253. this.uiPagination1.Size = new System.Drawing.Size(1560, 39);
  254. this.uiPagination1.TabIndex = 23;
  255. this.uiPagination1.TotalCount = 0;
  256. //
  257. // colId
  258. //
  259. this.colId.DataPropertyName = "Id";
  260. this.colId.HeaderText = "Id";
  261. this.colId.MinimumWidth = 8;
  262. this.colId.Name = "colId";
  263. this.colId.ReadOnly = true;
  264. this.colId.Visible = false;
  265. this.colId.Width = 150;
  266. //
  267. // colProductName
  268. //
  269. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  270. this.colProductName.DefaultCellStyle = dataGridViewCellStyle2;
  271. this.colProductName.HeaderText = "产品名称";
  272. this.colProductName.MinimumWidth = 8;
  273. this.colProductName.Name = "colProductName";
  274. this.colProductName.ReadOnly = true;
  275. this.colProductName.Width = 150;
  276. //
  277. // colStepName
  278. //
  279. this.colStepName.HeaderText = "流程名称";
  280. this.colStepName.MinimumWidth = 8;
  281. this.colStepName.Name = "colStepName";
  282. this.colStepName.ReadOnly = true;
  283. this.colStepName.Width = 200;
  284. //
  285. // colSN
  286. //
  287. this.colSN.DataPropertyName = "SN";
  288. this.colSN.HeaderText = "SN";
  289. this.colSN.MinimumWidth = 8;
  290. this.colSN.Name = "colSN";
  291. this.colSN.ReadOnly = true;
  292. this.colSN.Width = 150;
  293. //
  294. // Column1
  295. //
  296. this.Column1.DataPropertyName = "TensionValue";
  297. this.Column1.HeaderText = "张力值";
  298. this.Column1.MinimumWidth = 8;
  299. this.Column1.Name = "Column1";
  300. this.Column1.ReadOnly = true;
  301. this.Column1.Width = 150;
  302. //
  303. // Column2
  304. //
  305. this.Column2.DataPropertyName = "HeightValue";
  306. this.Column2.HeaderText = "厚度值";
  307. this.Column2.MinimumWidth = 8;
  308. this.Column2.Name = "Column2";
  309. this.Column2.ReadOnly = true;
  310. this.Column2.Width = 150;
  311. //
  312. // Column3
  313. //
  314. this.Column3.DataPropertyName = "LineWidthValue";
  315. this.Column3.HeaderText = "线宽";
  316. this.Column3.MinimumWidth = 8;
  317. this.Column3.Name = "Column3";
  318. this.Column3.ReadOnly = true;
  319. this.Column3.Width = 150;
  320. //
  321. // Column4
  322. //
  323. this.Column4.DataPropertyName = "PTValue ";
  324. this.Column4.HeaderText = "PT值";
  325. this.Column4.MinimumWidth = 8;
  326. this.Column4.Name = "Column4";
  327. this.Column4.ReadOnly = true;
  328. this.Column4.Width = 150;
  329. //
  330. // Column8
  331. //
  332. this.Column8.DataPropertyName = "TimeLen";
  333. this.Column8.HeaderText = "用时(s)";
  334. this.Column8.MinimumWidth = 8;
  335. this.Column8.Name = "Column8";
  336. this.Column8.ReadOnly = true;
  337. this.Column8.Width = 110;
  338. //
  339. // Column5
  340. //
  341. this.Column5.DataPropertyName = "DefectCount";
  342. this.Column5.HeaderText = "缺陷数";
  343. this.Column5.MinimumWidth = 8;
  344. this.Column5.Name = "Column5";
  345. this.Column5.ReadOnly = true;
  346. this.Column5.Visible = false;
  347. this.Column5.Width = 80;
  348. //
  349. // Column6
  350. //
  351. this.Column6.DataPropertyName = "Succeed";
  352. this.Column6.HeaderText = "成功";
  353. this.Column6.MinimumWidth = 8;
  354. this.Column6.Name = "Column6";
  355. this.Column6.ReadOnly = true;
  356. this.Column6.Visible = false;
  357. this.Column6.Width = 50;
  358. //
  359. // Column7
  360. //
  361. this.Column7.DataPropertyName = "FailProcessName";
  362. this.Column7.HeaderText = "失败工序";
  363. this.Column7.MinimumWidth = 8;
  364. this.Column7.Name = "Column7";
  365. this.Column7.ReadOnly = true;
  366. this.Column7.Visible = false;
  367. this.Column7.Width = 150;
  368. //
  369. // colModifyCode
  370. //
  371. this.colModifyCode.DataPropertyName = "ModifyUserCode";
  372. this.colModifyCode.HeaderText = "操作员";
  373. this.colModifyCode.MinimumWidth = 8;
  374. this.colModifyCode.Name = "colModifyCode";
  375. this.colModifyCode.ReadOnly = true;
  376. this.colModifyCode.Width = 150;
  377. //
  378. // colModifyTime
  379. //
  380. this.colModifyTime.DataPropertyName = "ModifyTime";
  381. this.colModifyTime.HeaderText = "日期";
  382. this.colModifyTime.MinimumWidth = 8;
  383. this.colModifyTime.Name = "colModifyTime";
  384. this.colModifyTime.ReadOnly = true;
  385. this.colModifyTime.Width = 150;
  386. //
  387. // FrmOrderList
  388. //
  389. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  390. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  391. this.ClientSize = new System.Drawing.Size(1560, 712);
  392. this.Controls.Add(this.label6);
  393. this.Controls.Add(this.dateTimePicker2);
  394. this.Controls.Add(this.dateTimePicker1);
  395. this.Controls.Add(this.label5);
  396. this.Controls.Add(this.cobStepList);
  397. this.Controls.Add(this.label2);
  398. this.Controls.Add(this.cobProductList);
  399. this.Controls.Add(this.label1);
  400. this.Controls.Add(this.dataGridView1);
  401. this.Controls.Add(this.uiPagination1);
  402. this.Controls.Add(this.toolStrip1);
  403. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  404. this.Name = "FrmOrderList";
  405. this.ShowInTaskbar = false;
  406. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  407. this.Text = "数据查询";
  408. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  409. this.Load += new System.EventHandler(this.FrmProductList_Load);
  410. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  411. this.toolStrip1.ResumeLayout(false);
  412. this.toolStrip1.PerformLayout();
  413. this.ResumeLayout(false);
  414. this.PerformLayout();
  415. }
  416. #endregion
  417. private System.Windows.Forms.DataGridView dataGridView1;
  418. private UI.UIPagination uiPagination1;
  419. private System.Windows.Forms.ToolStripButton tsbtnDel;
  420. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  421. private System.Windows.Forms.ToolStripButton tsbtnClose;
  422. private System.Windows.Forms.ToolStrip toolStrip1;
  423. private System.Windows.Forms.ToolStripButton tsbtnQuery;
  424. private System.Windows.Forms.Label label1;
  425. private System.Windows.Forms.ComboBox cobProductList;
  426. private System.Windows.Forms.ComboBox cobStepList;
  427. private System.Windows.Forms.Label label2;
  428. private System.Windows.Forms.Label label5;
  429. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  430. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  431. private System.Windows.Forms.Label label6;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn colProductName;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn colStepName;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn colSN;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn colModifyCode;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn colModifyTime;
  446. }
  447. }