duheng
2024-07-29 e0e3ba17d3e48a586c49b9fe84e2c791438651bd
Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -52,6 +52,7 @@
            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();
@@ -68,6 +69,7 @@
            tileNavPane.Buttons.Add(nbTitle);
            tileNavPane.Buttons.Add(nbProjectMgr);
            tileNavPane.Buttons.Add(nbBimfaceMgr);
            tileNavPane.Buttons.Add(nbSystemConfig);
            tileNavPane.Buttons.Add(nbMin);
            tileNavPane.Buttons.Add(nbNormal);
            tileNavPane.Buttons.Add(nbClose);
@@ -266,6 +268,13 @@
            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
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
@@ -323,5 +332,6 @@
        private DevExpress.Utils.FlyoutPanel flyoutPanel1;
        private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1;
        private DevExpress.Utils.SvgImageCollection svgImg32;
        private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig;
    }
}