From e1b779122eae7002f1d512bd1e8135ea8080c95f Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 23 十月 2024 15:14:19 +0800
Subject: [PATCH] 增加Revit上传bll

---
 WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropGroupTreeListCtrl.designer.cs |   92 ++++++++++++++++++++++++++++------------------
 1 files changed, 56 insertions(+), 36 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropGroupTreeListCtrl.designer.cs b/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropGroupTreeListCtrl.designer.cs
index 1d74156..2313513 100644
--- a/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropGroupTreeListCtrl.designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropGroupTreeListCtrl.designer.cs
@@ -36,6 +36,9 @@
             barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
             barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
             barCkSearch = new DevExpress.XtraBars.BarCheckItem();
+            barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
+            barCheckSorter = new DevExpress.XtraBars.BarCheckItem();
+            standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
             barDockControlTop = new DevExpress.XtraBars.BarDockControl();
             barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
             barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -51,6 +54,7 @@
             propGroupTreeListViewModelBindingSource = new BindingSource(components);
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
             colAppearance = new DevExpress.XtraTreeList.Columns.TreeListColumn();
             colAutoScrollMargin = new DevExpress.XtraTreeList.Columns.TreeListColumn();
@@ -84,8 +88,6 @@
             barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
             popupMenu1 = new DevExpress.XtraBars.PopupMenu(components);
             popupMenu2 = new DevExpress.XtraBars.PopupMenu(components);
-            standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
-            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
@@ -93,10 +95,10 @@
             ((System.ComponentModel.ISupportInitialize)propGroupTreeListViewModelBindingSource).BeginInit();
             ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
             ((System.ComponentModel.ISupportInitialize)popupMenu1).BeginInit();
             ((System.ComponentModel.ISupportInitialize)popupMenu2).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
             SuspendLayout();
             // 
             // barManager1
@@ -109,8 +111,8 @@
             barManager1.DockControls.Add(barDockControlRight);
             barManager1.DockControls.Add(standaloneBarDockControl1);
             barManager1.Form = this;
-            barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barCkSearch, barBtnAdd, barBtnEdit, barBtnDelete, barButtonItem1, barButtonItem2, barButtonItem3 });
-            barManager1.MaxItemId = 55;
+            barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barCkSearch, barBtnAdd, barBtnEdit, barBtnDelete, barButtonItem1, barButtonItem2, barButtonItem3, barBtnRefresh, barCheckSorter });
+            barManager1.MaxItemId = 58;
             // 
             // bar1
             // 
@@ -118,7 +120,7 @@
             bar1.DockCol = 0;
             bar1.DockRow = 0;
             bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
-            bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnAdd), new DevExpress.XtraBars.LinkPersistInfo(barBtnEdit), new DevExpress.XtraBars.LinkPersistInfo(barBtnDelete), new DevExpress.XtraBars.LinkPersistInfo(barCkSearch) });
+            bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnAdd), new DevExpress.XtraBars.LinkPersistInfo(barBtnEdit), new DevExpress.XtraBars.LinkPersistInfo(barBtnDelete), new DevExpress.XtraBars.LinkPersistInfo(barCkSearch), new DevExpress.XtraBars.LinkPersistInfo(barBtnRefresh), new DevExpress.XtraBars.LinkPersistInfo(barCheckSorter) });
             bar1.OptionsBar.AllowQuickCustomization = false;
             bar1.OptionsBar.DrawBorder = false;
             bar1.OptionsBar.DrawDragBorder = false;
@@ -163,13 +165,38 @@
             barCkSearch.Name = "barCkSearch";
             barCkSearch.CheckedChanged += barCkSearch_CheckedChanged;
             // 
+            // barBtnRefresh
+            // 
+            barBtnRefresh.Caption = "鍒锋柊";
+            barBtnRefresh.Id = 55;
+            barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage");
+            barBtnRefresh.Name = "barBtnRefresh";
+            barBtnRefresh.ItemClick += barBtnRefresh_ItemClick;
+            // 
+            // barCheckSorter
+            // 
+            barCheckSorter.Caption = "鎺掑簭";
+            barCheckSorter.Id = 57;
+            barCheckSorter.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCheckSorter.ImageOptions.SvgImage");
+            barCheckSorter.Name = "barCheckSorter";
+            barCheckSorter.CheckedChanged += barCheckSorter_CheckedChanged;
+            // 
+            // standaloneBarDockControl1
+            // 
+            standaloneBarDockControl1.CausesValidation = false;
+            standaloneBarDockControl1.Location = new Point(2, 22);
+            standaloneBarDockControl1.Manager = barManager1;
+            standaloneBarDockControl1.Name = "standaloneBarDockControl1";
+            standaloneBarDockControl1.Size = new Size(241, 30);
+            standaloneBarDockControl1.Text = "standaloneBarDockControl1";
+            // 
             // barDockControlTop
             // 
             barDockControlTop.CausesValidation = false;
             barDockControlTop.Dock = DockStyle.Top;
             barDockControlTop.Location = new Point(0, 0);
             barDockControlTop.Manager = barManager1;
-            barDockControlTop.Size = new Size(276, 0);
+            barDockControlTop.Size = new Size(245, 0);
             // 
             // barDockControlBottom
             // 
@@ -177,7 +204,7 @@
             barDockControlBottom.Dock = DockStyle.Bottom;
             barDockControlBottom.Location = new Point(0, 569);
             barDockControlBottom.Manager = barManager1;
-            barDockControlBottom.Size = new Size(276, 0);
+            barDockControlBottom.Size = new Size(245, 0);
             // 
             // barDockControlLeft
             // 
@@ -191,7 +218,7 @@
             // 
             barDockControlRight.CausesValidation = false;
             barDockControlRight.Dock = DockStyle.Right;
-            barDockControlRight.Location = new Point(276, 0);
+            barDockControlRight.Location = new Point(245, 0);
             barDockControlRight.Manager = barManager1;
             barDockControlRight.Size = new Size(0, 569);
             // 
@@ -228,7 +255,7 @@
             layoutControl1.Location = new Point(0, 0);
             layoutControl1.Name = "layoutControl1";
             layoutControl1.Root = Root;
-            layoutControl1.Size = new Size(276, 569);
+            layoutControl1.Size = new Size(245, 569);
             layoutControl1.TabIndex = 6;
             layoutControl1.Text = "layoutControl1";
             // 
@@ -236,7 +263,7 @@
             // 
             typeTreeListLookUpEdit1.Location = new Point(0, 0);
             typeTreeListLookUpEdit1.Name = "typeTreeListLookUpEdit1";
-            typeTreeListLookUpEdit1.Size = new Size(276, 20);
+            typeTreeListLookUpEdit1.Size = new Size(245, 20);
             typeTreeListLookUpEdit1.TabIndex = 0;
             // 
             // treeList1
@@ -249,7 +276,7 @@
             treeList1.Name = "treeList1";
             treeList1.OptionsBehavior.Editable = false;
             treeList1.OptionsBehavior.ReadOnly = true;
-            treeList1.Size = new Size(276, 515);
+            treeList1.Size = new Size(245, 515);
             treeList1.TabIndex = 2;
             treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView;
             treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged;
@@ -272,7 +299,7 @@
             Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem2 });
             Root.Name = "Root";
             Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            Root.Size = new Size(276, 569);
+            Root.Size = new Size(245, 569);
             Root.TextVisible = false;
             // 
             // layoutControlItem1
@@ -281,9 +308,18 @@
             layoutControlItem1.Location = new Point(0, 54);
             layoutControlItem1.Name = "layoutControlItem1";
             layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            layoutControlItem1.Size = new Size(276, 515);
+            layoutControlItem1.Size = new Size(245, 515);
             layoutControlItem1.TextSize = new Size(0, 0);
             layoutControlItem1.TextVisible = false;
+            // 
+            // layoutControlItem3
+            // 
+            layoutControlItem3.Control = standaloneBarDockControl1;
+            layoutControlItem3.Location = new Point(0, 20);
+            layoutControlItem3.Name = "layoutControlItem3";
+            layoutControlItem3.Size = new Size(245, 34);
+            layoutControlItem3.TextSize = new Size(0, 0);
+            layoutControlItem3.TextVisible = false;
             // 
             // layoutControlItem2
             // 
@@ -291,7 +327,7 @@
             layoutControlItem2.Location = new Point(0, 0);
             layoutControlItem2.Name = "layoutControlItem2";
             layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            layoutControlItem2.Size = new Size(276, 20);
+            layoutControlItem2.Size = new Size(245, 20);
             layoutControlItem2.TextSize = new Size(0, 0);
             layoutControlItem2.TextVisible = false;
             // 
@@ -517,24 +553,6 @@
             popupMenu2.Manager = barManager1;
             popupMenu2.Name = "popupMenu2";
             // 
-            // standaloneBarDockControl1
-            // 
-            standaloneBarDockControl1.CausesValidation = false;
-            standaloneBarDockControl1.Location = new Point(2, 22);
-            standaloneBarDockControl1.Manager = barManager1;
-            standaloneBarDockControl1.Name = "standaloneBarDockControl1";
-            standaloneBarDockControl1.Size = new Size(272, 30);
-            standaloneBarDockControl1.Text = "standaloneBarDockControl1";
-            // 
-            // layoutControlItem3
-            // 
-            layoutControlItem3.Control = standaloneBarDockControl1;
-            layoutControlItem3.Location = new Point(0, 20);
-            layoutControlItem3.Name = "layoutControlItem3";
-            layoutControlItem3.Size = new Size(276, 34);
-            layoutControlItem3.TextSize = new Size(0, 0);
-            layoutControlItem3.TextVisible = false;
-            // 
             // SysPropGroupTreeListCtrl
             // 
             Appearance.BackColor = SystemColors.Control;
@@ -547,7 +565,7 @@
             Controls.Add(barDockControlBottom);
             Controls.Add(barDockControlTop);
             Name = "SysPropGroupTreeListCtrl";
-            Size = new Size(276, 569);
+            Size = new Size(245, 569);
             ((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
@@ -555,10 +573,10 @@
             ((System.ComponentModel.ISupportInitialize)propGroupTreeListViewModelBindingSource).EndInit();
             ((System.ComponentModel.ISupportInitialize)Root).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
+            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
             ((System.ComponentModel.ISupportInitialize)popupMenu1).EndInit();
             ((System.ComponentModel.ISupportInitialize)popupMenu2).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
             ResumeLayout(false);
             PerformLayout();
         }
@@ -615,10 +633,12 @@
         private DevExpress.XtraTreeList.Columns.TreeListColumn colPadding;
         private DevExpress.XtraTreeList.Columns.TreeListColumn colImeMode;
         private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
-        private SysTypeTreeListLookUpEdit typeTreeListLookUpEdit1;
+        public SysTypeTreeListLookUpEdit typeTreeListLookUpEdit1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
         private BindingSource propGroupTreeListViewModelBindingSource;
         private DevExpress.XtraBars.StandaloneBarDockControl standaloneBarDockControl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
+        private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
+        private DevExpress.XtraBars.BarCheckItem barCheckSorter;
     }
 }

--
Gitblit v1.9.3