lixiaojun
2024-07-30 a6f889d45e29cbba4648bd7c4705d1de7aab36d2
Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -34,6 +34,7 @@
            nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
            nbProjectMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbBimfaceMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton();
            nbMin = new DevExpress.XtraBars.Navigation.NavButton();
            nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
            nbClose = new DevExpress.XtraBars.Navigation.NavButton();
@@ -52,7 +53,6 @@
            flyoutPanel1 = new DevExpress.Utils.FlyoutPanel();
            flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl();
            svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
            nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton();
            ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit();
            ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
@@ -115,6 +115,13 @@
            nbBimfaceMgr.ImageOptions.SvgImageSize = new Size(24, 24);
            nbBimfaceMgr.Name = "nbBimfaceMgr";
            nbBimfaceMgr.ElementClick += nbBimfaceMgr_ElementClick;
            //
            // nbSystemConfig
            //
            nbSystemConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            nbSystemConfig.Caption = "系统配置";
            nbSystemConfig.Name = "nbSystemConfig";
            nbSystemConfig.ElementClick += nbSystemConfig_ElementClick;
            // 
            // nbMin
            // 
@@ -246,10 +253,13 @@
            // 
            // flyoutPanel1
            // 
            flyoutPanel1.AnimationRate = 100;
            flyoutPanel1.Controls.Add(flyoutPanelControl1);
            flyoutPanel1.Location = new Point(494, 133);
            flyoutPanel1.Name = "flyoutPanel1";
            flyoutPanel1.Options.CloseOnOuterClick = true;
            flyoutPanel1.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Top;
            flyoutPanel1.ParentForm = this;
            flyoutPanel1.Size = new Size(200, 100);
            flyoutPanel1.TabIndex = 5;
            // 
@@ -267,13 +277,6 @@
            // 
            svgImg32.ImageSize = new Size(32, 32);
            svgImg32.Add("bold", "image://svgimages/outlook inspired/bold.svg");
            //
            // nbSystemConfig
            //
            nbSystemConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            nbSystemConfig.Caption = "系统配置";
            nbSystemConfig.Name = "nbSystemConfig";
            nbSystemConfig.ElementClick += nbSystemConfig_ElementClick;
            // 
            // MainForm
            //