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/车间管理/Sc_ProcExchQualityReport_Fast.designer.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcExchQualityReport_Fast.designer.cs" "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcExchQualityReport_Fast.designer.cs"
index 1a614d2..b52a62c 100644
--- "a/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcExchQualityReport_Fast.designer.cs"
+++ "b/WorkM/\350\275\246\351\227\264\347\256\241\347\220\206/Sc_ProcExchQualityReport_Fast.designer.cs"
@@ -1,4 +1,6 @@
-锘縩amespace WorkM
+锘縰sing DBUtility;
+
+namespace WorkM
 {
     partial class Sc_ProcExchQualityReport_Fast
     {
@@ -214,11 +216,11 @@
             this.timer1 = new System.Windows.Forms.Timer(this.components);
             this.panel1 = new System.Windows.Forms.Panel();
             this.panel3 = new System.Windows.Forms.Panel();
-            this.grdPrint = new System.Windows.Forms.DataGridView();
+            this.grdPrint = new FlickerFreeListView();
             this.tabControl1 = new System.Windows.Forms.TabControl();
             this.tabPage1 = new System.Windows.Forms.TabPage();
-            this.grdMain = new System.Windows.Forms.DataGridView();
-            this.grdSum = new System.Windows.Forms.DataGridView();
+            this.grdMain = new FlickerFreeListView();
+            this.grdSum = new FlickerFreeListView();
             this.panel6 = new System.Windows.Forms.Panel();
             this.lblHStockQty = new System.Windows.Forms.Label();
             this.timer2 = new System.Windows.Forms.Timer(this.components);

--
Gitblit v1.9.1