duheng
2024-09-09 c75703ff01f78dda094e10794ef0060e87c11ed3
WinFrmUI/HStation.WinFrmUI.Basic/00-SysTypeManage/SysTypeManageMainPanel.Designer.cs
@@ -39,7 +39,7 @@
            dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
            dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            moduleTreeListCtrl1 = new SysModuleTreeListCtrl();
            moduleTreeListCtrl1 = new SysModuleListBoxCtrl();
            gridControl1 = new DevExpress.XtraGrid.GridControl();
            typeViewModelBindingSource = new BindingSource(components);
            gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -119,6 +119,8 @@
            // 
            // dockManager1
            // 
            dockManager1.DockingOptions.ShowAutoHideButton = false;
            dockManager1.DockingOptions.ShowCloseButton = false;
            dockManager1.Form = this;
            dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel1 });
            dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" });
@@ -236,8 +238,7 @@
            // svgImage32
            // 
            svgImage32.ImageSize = new Size(32, 32);
            svgImage32.Add("bletter", "image://svgimages/outlook inspired/bletter.svg");
            svgImage32.Add("bold", "image://svgimages/outlook inspired/bold.svg");
            svgImage32.Add("columntotalsposition", "image://svgimages/dashboards/columntotalsposition.svg");
            // 
            // sidePanel1
            // 
@@ -293,7 +294,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn colCode;
        private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
        private DevExpress.XtraGrid.Columns.GridColumn colDescription;
        private SysModuleTreeListCtrl moduleTreeListCtrl1;
        private SysModuleListBoxCtrl moduleTreeListCtrl1;
        private DevExpress.XtraGrid.Columns.GridColumn colExtendTypeDisPlayName;
        private DevExpress.Utils.SvgImageCollection svgImage32;
        private DevExpress.XtraEditors.SidePanel sidePanel1;