From 98e49c0dd42840a094837f7acae532bc237a719a Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 20 八月 2024 15:42:37 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs |    4 ++--
 1 files changed, 2 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 9522974..4fb5e89 100644
--- a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/SysCatalogManageMainPanel.Designer.cs
@@ -42,7 +42,7 @@
             dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
             dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
             dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
-            typeTreeListCtrl2 = new SysTypeTreeListCtrl();
+            typeTreeListCtrl2 = new SysTypeListBoxCtrl();
             treeList1 = new DevExpress.XtraTreeList.TreeList();
             colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
             colCode = new DevExpress.XtraTreeList.Columns.TreeListColumn();
@@ -297,7 +297,7 @@
         private DevExpress.XtraTreeList.Columns.TreeListColumn colSortCode;
         private DevExpress.XtraTreeList.Columns.TreeListColumn colDescription;
         private BindingSource catlogViewModelBindingSource;
-        private SysTypeTreeListCtrl typeTreeListCtrl2;
+        private SysTypeListBoxCtrl typeTreeListCtrl2;
         private DevExpress.XtraBars.BarButtonItem BtnAddChild;
         private DevExpress.XtraBars.BarButtonItem BtnPropEdit;
         private DevExpress.Utils.SvgImageCollection svgImage32;

--
Gitblit v1.9.3