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_ProcExchBilltransRelationQty.designer.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchBilltransRelationQty.designer.cs" "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchBilltransRelationQty.designer.cs" index 31f6b57..ba3f26d 100644 --- "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchBilltransRelationQty.designer.cs" +++ "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchBilltransRelationQty.designer.cs" @@ -1,4 +1,6 @@ -锘縩amespace WorkM +锘縰sing DBUtility; + +namespace WorkM { partial class Sc_ProcExchBilltransRelationQty { @@ -49,8 +51,8 @@ this.pPic = new System.Windows.Forms.Panel(); 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.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.eXCELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); -- Gitblit v1.9.1