duheng
2024-10-23 e1b779122eae7002f1d512bd1e8135ea8080c95f
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();
@@ -48,8 +51,10 @@
            typeTreeListLookUpEdit1 = new SysTypeTreeListLookUpEdit();
            treeList1 = new DevExpress.XtraTreeList.TreeList();
            colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            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();
@@ -83,17 +88,17 @@
            barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
            popupMenu1 = new DevExpress.XtraBars.PopupMenu(components);
            popupMenu2 = new DevExpress.XtraBars.PopupMenu(components);
            propGroupTreeListViewModelBindingSource = new BindingSource(components);
            ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit();
            ((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)propGroupTreeListViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // barManager1
@@ -104,23 +109,24 @@
            barManager1.DockControls.Add(barDockControlBottom);
            barManager1.DockControls.Add(barDockControlLeft);
            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
            // 
            bar1.BarName = "Custom 2";
            bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
            bar1.DockCol = 0;
            bar1.DockRow = 0;
            bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            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.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), new DevExpress.XtraBars.LinkPersistInfo(barBtnRefresh), new DevExpress.XtraBars.LinkPersistInfo(barCheckSorter) });
            bar1.OptionsBar.AllowQuickCustomization = false;
            bar1.OptionsBar.DrawBorder = false;
            bar1.OptionsBar.DrawDragBorder = false;
            bar1.OptionsBar.MultiLine = true;
            bar1.OptionsBar.UseWholeRow = true;
            bar1.StandaloneBarDockControl = standaloneBarDockControl1;
            bar1.Text = "Custom 2";
            // 
            // barBtnAdd
@@ -159,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, 30);
            barDockControlTop.Size = new Size(245, 0);
            // 
            // barDockControlBottom
            // 
@@ -173,23 +204,23 @@
            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
            // 
            barDockControlLeft.CausesValidation = false;
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 30);
            barDockControlLeft.Location = new Point(0, 0);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 539);
            barDockControlLeft.Size = new Size(0, 569);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(276, 30);
            barDockControlRight.Location = new Point(245, 0);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 539);
            barDockControlRight.Size = new Size(0, 569);
            // 
            // barButtonItem1
            // 
@@ -217,13 +248,14 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(standaloneBarDockControl1);
            layoutControl1.Controls.Add(typeTreeListLookUpEdit1);
            layoutControl1.Controls.Add(treeList1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 30);
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(276, 539);
            layoutControl1.Size = new Size(245, 569);
            layoutControl1.TabIndex = 6;
            layoutControl1.Text = "layoutControl1";
            // 
@@ -231,21 +263,21 @@
            // 
            typeTreeListLookUpEdit1.Location = new Point(0, 0);
            typeTreeListLookUpEdit1.Name = "typeTreeListLookUpEdit1";
            typeTreeListLookUpEdit1.Size = new Size(276, 20);
            typeTreeListLookUpEdit1.TabIndex = 5;
            typeTreeListLookUpEdit1.Size = new Size(245, 20);
            typeTreeListLookUpEdit1.TabIndex = 0;
            // 
            // treeList1
            // 
            treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName });
            treeList1.DataSource = propGroupTreeListViewModelBindingSource;
            treeList1.Location = new Point(0, 20);
            treeList1.Location = new Point(0, 54);
            treeList1.MenuManager = barManager1;
            treeList1.Name = "treeList1";
            treeList1.OptionsBehavior.Editable = false;
            treeList1.OptionsBehavior.ReadOnly = true;
            treeList1.Size = new Size(276, 519);
            treeList1.TabIndex = 4;
            treeList1.Size = new Size(245, 515);
            treeList1.TabIndex = 2;
            treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView;
            treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged;
            // 
@@ -256,25 +288,38 @@
            colName.Visible = true;
            colName.VisibleIndex = 0;
            // 
            // propGroupTreeListViewModelBindingSource
            //
            propGroupTreeListViewModelBindingSource.DataSource = typeof(SysPropGroupTreeListViewModel);
            //
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 });
            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, 539);
            Root.Size = new Size(245, 569);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = treeList1;
            layoutControlItem1.Location = new Point(0, 20);
            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, 519);
            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
            // 
@@ -282,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;
            // 
@@ -508,11 +553,7 @@
            popupMenu2.Manager = barManager1;
            popupMenu2.Name = "popupMenu2";
            // 
            // propGroupTreeListViewModelBindingSource
            //
            propGroupTreeListViewModelBindingSource.DataSource = typeof(SysPropGroupTreeListViewModel);
            //
            // PropGroupTreeListCtrl
            // SysPropGroupTreeListCtrl
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
@@ -523,18 +564,19 @@
            Controls.Add(barDockControlRight);
            Controls.Add(barDockControlBottom);
            Controls.Add(barDockControlTop);
            Name = "PropGroupTreeListCtrl";
            Size = new Size(276, 569);
            Name = "SysPropGroupTreeListCtrl";
            Size = new Size(245, 569);
            ((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)treeList1).EndInit();
            ((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)propGroupTreeListViewModelBindingSource).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -591,8 +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;
    }
}