From 88c13046c69ebeb0bc323c8d81501f5933f5a81f Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 26 九月 2024 16:19:08 +0800
Subject: [PATCH] 修改匹配细节

---
 WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs
index 1cad4df..b0494bd 100644
--- a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs
@@ -187,6 +187,7 @@
             treeList1.MenuManager = ribbonControl1;
             treeList1.Name = "treeList1";
             treeList1.OptionsBehavior.Editable = false;
+            treeList1.OptionsBehavior.PopulateServiceColumns = true;
             treeList1.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.True;
             treeList1.Size = new Size(933, 446);
             treeList1.TabIndex = 4;
@@ -200,6 +201,7 @@
             colName.Name = "colName";
             colName.Visible = true;
             colName.VisibleIndex = 0;
+            colName.Width = 212;
             // 
             // colCode
             // 
@@ -210,6 +212,7 @@
             colCode.Name = "colCode";
             colCode.Visible = true;
             colCode.VisibleIndex = 1;
+            colCode.Width = 211;
             // 
             // colSortCode
             // 
@@ -219,7 +222,8 @@
             colSortCode.FieldName = "SortCode";
             colSortCode.Name = "colSortCode";
             colSortCode.Visible = true;
-            colSortCode.VisibleIndex = 2;
+            colSortCode.VisibleIndex = 3;
+            colSortCode.Width = 100;
             // 
             // colDescription
             // 
@@ -229,7 +233,8 @@
             colDescription.FieldName = "Description";
             colDescription.Name = "colDescription";
             colDescription.Visible = true;
-            colDescription.VisibleIndex = 3;
+            colDescription.VisibleIndex = 2;
+            colDescription.Width = 322;
             // 
             // catalogViewModelBindingSource
             // 

--
Gitblit v1.9.3