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/Gy_DataIn_PayMent.designer.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WorkM/Gy_DataIn_PayMent.designer.cs b/WorkM/Gy_DataIn_PayMent.designer.cs index 042d1ae..555dc2a 100644 --- a/WorkM/Gy_DataIn_PayMent.designer.cs +++ b/WorkM/Gy_DataIn_PayMent.designer.cs @@ -1,4 +1,6 @@ -锘縩amespace WorkM +锘縰sing DBUtility; + +namespace WorkM { partial class Gy_DataIn_PayMent { @@ -52,7 +54,7 @@ this.txtHPath = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.lblCaption = new System.Windows.Forms.Label(); - this.grdmain = new System.Windows.Forms.DataGridView(); + this.grdmain = new FlickerFreeListView(); this.Tool.SuspendLayout(); this.pPic.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdmain)).BeginInit(); -- Gitblit v1.9.1