From 1c0e57cf9a11d49fa8f5e287e21d1f4c6c7c5930 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 05 四月 2025 09:18:38 +0800
Subject: [PATCH] fqc
---
DevApp/Gs.DevApp/UserControl/SelectCk.cs | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/SelectCk.cs b/DevApp/Gs.DevApp/UserControl/SelectCk.cs
index 1d1fb17..ccc48e3 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectCk.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectCk.cs
@@ -22,9 +22,6 @@
{
_strGuid = strGuid;
InitializeComponent();
- List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
- gvList.Add(gridView1);
- Gs.DevApp.ToolBox.UtilityHelper.getGridViewConfig(this.GetType().FullName, gvList);
getPageList(1);
Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1);
}
@@ -71,7 +68,7 @@
{
gcMain.DataSource = dt;
gcMain.ForceInitialize();
- gridView1.BestFitColumns();
+ gridView1.BestFitColumns(); Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gridView1);
}
else
UtilityHelper.SetDefaultTable(gcMain, gridView1);
@@ -112,8 +109,6 @@
UpdateParent?.Invoke(this, new UpdateParentEventArgs { DynamicList = list });
Close();
}
-
-
}
/// <summary>
--
Gitblit v1.9.3