duheng
2024-08-18 53106cd3c0ca15b0b2fb08cb82f8086f305a19f7
WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysModuleListBoxCtrl.designer.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysModuleTreeListCtrl.designer.cs 修改
@@ -1,6 +1,6 @@
锘縩amespace HStation.WinFrmUI.Basic
{
    partial class SysModuleTreeListCtrl
    partial class SysModuleListBoxCtrl
    {
        /// <summary> 
        /// Required designer variable.
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysModuleTreeListCtrl));
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysModuleListBoxCtrl));
            barManager1 = new DevExpress.XtraBars.BarManager(components);
            bar1 = new DevExpress.XtraBars.Bar();
            barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
@@ -45,11 +45,8 @@
            barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            barRoot = new DevExpress.XtraBars.BarSubItem();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            treeList1 = new DevExpress.XtraTreeList.TreeList();
            colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            moduleViewModelBindingSource = new BindingSource(components);
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            moduleViewModelBindingSource = new BindingSource(components);
            colAppearance = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colAutoScrollMargin = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            colAutoScrollMinSize = new DevExpress.XtraTreeList.Columns.TreeListColumn();
@@ -82,15 +79,17 @@
            barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
            popupMenu1 = new DevExpress.XtraBars.PopupMenu(components);
            popupMenu2 = new DevExpress.XtraBars.PopupMenu(components);
            listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)moduleViewModelBindingSource).BeginInit();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)moduleViewModelBindingSource).BeginInit();
            ((System.ComponentModel.ISupportInitialize)popupMenu1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)popupMenu2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)listBoxControl1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
            SuspendLayout();
            // 
            // barManager1
@@ -214,7 +213,7 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(treeList1);
            layoutControl1.Controls.Add(listBoxControl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 30);
            layoutControl1.Name = "layoutControl1";
@@ -222,32 +221,6 @@
            layoutControl1.Size = new Size(276, 539);
            layoutControl1.TabIndex = 6;
            layoutControl1.Text = "layoutControl1";
            //
            // treeList1
            //
            treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName });
            treeList1.DataSource = moduleViewModelBindingSource;
            treeList1.Location = new Point(2, 2);
            treeList1.MenuManager = barManager1;
            treeList1.Name = "treeList1";
            treeList1.OptionsBehavior.Editable = false;
            treeList1.OptionsBehavior.ReadOnly = true;
            treeList1.Size = new Size(272, 535);
            treeList1.TabIndex = 4;
            treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView;
            treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged;
            //
            // colName
            //
            colName.FieldName = "Name";
            colName.Name = "colName";
            colName.Visible = true;
            colName.VisibleIndex = 0;
            //
            // moduleViewModelBindingSource
            //
            moduleViewModelBindingSource.DataSource = typeof(SysModuleViewModel);
            // 
            // Root
            // 
@@ -259,14 +232,9 @@
            Root.Size = new Size(276, 539);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // moduleViewModelBindingSource
            // 
            layoutControlItem1.Control = treeList1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(276, 539);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            moduleViewModelBindingSource.DataSource = typeof(SysModuleViewModel);
            // 
            // colAppearance
            // 
@@ -490,7 +458,24 @@
            popupMenu2.Manager = barManager1;
            popupMenu2.Name = "popupMenu2";
            // 
            // ModuleTreeListCtrl
            // listBoxControl1
            //
            listBoxControl1.Location = new Point(2, 2);
            listBoxControl1.Name = "listBoxControl1";
            listBoxControl1.Size = new Size(272, 535);
            listBoxControl1.StyleController = layoutControl1;
            listBoxControl1.TabIndex = 4;
            //
            // layoutControlItem1
            //
            layoutControlItem1.Control = listBoxControl1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(276, 539);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            //
            // SysModuleTreeListCtrl
            // 
            Appearance.BackColor = SystemColors.Control;
            Appearance.Options.UseBackColor = true;
@@ -501,17 +486,17 @@
            Controls.Add(barDockControlRight);
            Controls.Add(barDockControlBottom);
            Controls.Add(barDockControlTop);
            Name = "ModuleTreeListCtrl";
            Name = "SysModuleTreeListCtrl";
            Size = new Size(276, 569);
            ((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)treeList1).EndInit();
            ((System.ComponentModel.ISupportInitialize)moduleViewModelBindingSource).EndInit();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)moduleViewModelBindingSource).EndInit();
            ((System.ComponentModel.ISupportInitialize)popupMenu1).EndInit();
            ((System.ComponentModel.ISupportInitialize)popupMenu2).EndInit();
            ((System.ComponentModel.ISupportInitialize)listBoxControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -536,8 +521,6 @@
        private DevExpress.XtraBars.BarButtonItem barButtonItem1;
        private DevExpress.XtraBars.BarButtonItem barButtonItem2;
        private DevExpress.XtraBars.BarButtonItem barButtonItem3;
        private DevExpress.XtraTreeList.TreeList treeList1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colAppearance;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colAutoScrollMargin;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colAutoScrollMinSize;
@@ -568,6 +551,7 @@
        private DevExpress.XtraTreeList.Columns.TreeListColumn colPadding;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colImeMode;
        private BindingSource moduleViewModelBindingSource;
        private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
        private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}