From e5e6502020245e0febf27869e95f00f8554f9863 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 14 六月 2023 09:34:29 +0800
Subject: [PATCH] DataGridView数据闪烁问题解决

---
 WorkM/报表分析/MES_ReadyWorkReportForWW.designer.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/MES_ReadyWorkReportForWW.designer.cs" "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/MES_ReadyWorkReportForWW.designer.cs"
index 674686e..2f201f0 100644
--- "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/MES_ReadyWorkReportForWW.designer.cs"
+++ "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/MES_ReadyWorkReportForWW.designer.cs"
@@ -1,4 +1,6 @@
-锘縩amespace WorkM
+锘縰sing DBUtility;
+
+namespace WorkM
 {
     partial class MES_ReadyWorkReportForWW
     {
@@ -62,7 +64,7 @@
             this.label2 = new System.Windows.Forms.Label();
             this.dtpHFDate = new System.Windows.Forms.DateTimePicker();
             this.label5 = new System.Windows.Forms.Label();
-            this.dataGridView1 = new System.Windows.Forms.DataGridView();
+            this.dataGridView1 = new FlickerFreeListView();
             this.cmdHEDeptID = new System.Windows.Forms.Button();
             this.cmdHBDeptID = new System.Windows.Forms.Button();
             this.label6 = new System.Windows.Forms.Label();
@@ -75,8 +77,8 @@
             this.label4 = new System.Windows.Forms.Label();
             this.lblCaption = new System.Windows.Forms.Label();
             this.timer2 = new System.Windows.Forms.Timer(this.components);
-            this.grdMain = new System.Windows.Forms.DataGridView();
-            this.grdSum = new System.Windows.Forms.DataGridView();
+            this.grdMain = new FlickerFreeListView();
+            this.grdSum = new FlickerFreeListView();
             this.txtHMaterNumber = new System.Windows.Forms.TextBox();
             this.label9 = new System.Windows.Forms.Label();
             this.Tool.SuspendLayout();

--
Gitblit v1.9.1