lixiaojun
2024-09-19 46af162acbf917f039878db200b54112268c4911
Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -30,11 +30,19 @@
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
            nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnPrevious = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnCurrent = new DevExpress.XtraBars.Navigation.NavButton();
            navBtnNext = new DevExpress.XtraBars.Navigation.NavButton();
            nbProjectMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbModelMgr = new DevExpress.XtraBars.Navigation.NavButton();
            nbProductManage = new DevExpress.XtraBars.Navigation.NavButton();
            navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton();
            nbMin = new DevExpress.XtraBars.Navigation.NavButton();
            nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
@@ -54,7 +62,6 @@
            flyoutPanel1 = new DevExpress.Utils.FlyoutPanel();
            flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl();
            svgImg32Model = new DevExpress.Utils.SvgImageCollection(components);
            navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit();
            ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
@@ -70,6 +77,9 @@
            // 
            tileNavPane.AllowGlyphSkinning = true;
            tileNavPane.Buttons.Add(nbTitle);
            tileNavPane.Buttons.Add(navBtnPrevious);
            tileNavPane.Buttons.Add(navBtnCurrent);
            tileNavPane.Buttons.Add(navBtnNext);
            tileNavPane.Buttons.Add(nbProjectMgr);
            tileNavPane.Buttons.Add(nbModelMgr);
            tileNavPane.Buttons.Add(nbProductManage);
@@ -103,6 +113,53 @@
            nbTitle.Name = "nbTitle";
            nbTitle.ElementClick += nbTitle_ElementClick;
            // 
            // navBtnPrevious
            //
            navBtnPrevious.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnPrevious.Caption = null;
            navBtnPrevious.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnPrevious.ImageOptions.SvgImage");
            navBtnPrevious.Name = "navBtnPrevious";
            toolTipItem1.Text = "后退";
            superToolTip1.Items.Add(toolTipItem1);
            navBtnPrevious.SuperTip = superToolTip1;
            navBtnPrevious.Visible = false;
            navBtnPrevious.ElementClick += navBtnPrevious_ElementClick;
            //
            // navBtnCurrent
            //
            navBtnCurrent.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnCurrent.Appearance.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.Appearance.ForeColor = Color.White;
            navBtnCurrent.Appearance.Options.UseBackColor = true;
            navBtnCurrent.Appearance.Options.UseForeColor = true;
            navBtnCurrent.AppearanceDisabled.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.AppearanceDisabled.ForeColor = Color.White;
            navBtnCurrent.AppearanceDisabled.Options.UseBackColor = true;
            navBtnCurrent.AppearanceDisabled.Options.UseForeColor = true;
            navBtnCurrent.AppearanceHovered.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.AppearanceHovered.ForeColor = Color.White;
            navBtnCurrent.AppearanceHovered.Options.UseBackColor = true;
            navBtnCurrent.AppearanceHovered.Options.UseForeColor = true;
            navBtnCurrent.AppearanceSelected.BackColor = Color.FromArgb(255, 128, 0);
            navBtnCurrent.AppearanceSelected.ForeColor = Color.White;
            navBtnCurrent.AppearanceSelected.Options.UseBackColor = true;
            navBtnCurrent.AppearanceSelected.Options.UseForeColor = true;
            navBtnCurrent.Caption = "首页";
            navBtnCurrent.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnCurrent.ImageOptions.SvgImage");
            navBtnCurrent.Name = "navBtnCurrent";
            //
            // navBtnNext
            //
            navBtnNext.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnNext.Caption = null;
            navBtnNext.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnNext.ImageOptions.SvgImage");
            navBtnNext.Name = "navBtnNext";
            toolTipItem2.Text = "前进";
            superToolTip2.Items.Add(toolTipItem2);
            navBtnNext.SuperTip = superToolTip2;
            navBtnNext.Visible = false;
            navBtnNext.ElementClick += navBtnNext_ElementClick;
            //
            // nbProjectMgr
            // 
            nbProjectMgr.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
@@ -128,6 +185,12 @@
            nbProductManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbProductManage.ImageOptions.SvgImage");
            nbProductManage.Name = "nbProductManage";
            nbProductManage.ElementClick += nbProductManage_ElementClick;
            //
            // navButton2
            //
            navButton2.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton2.Caption = "型号管理";
            navButton2.Name = "navButton2";
            // 
            // nbSystemConfig
            // 
@@ -259,6 +322,7 @@
            // 
            // tabbedView1
            // 
            tabbedView1.DocumentGroupProperties.ShowTabHeader = false;
            tabbedView1.DocumentProperties.AllowPin = true;
            tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
            tabbedView1.DocumentSelected += tabbedView1_DocumentSelected;
@@ -299,12 +363,6 @@
            svgImg32Model.Add("bo_category", "image://svgimages/business objects/bo_category.svg");
            svgImg32Model.Add("documentproperties", "image://svgimages/richedit/documentproperties.svg");
            svgImg32Model.Add("showallvalue", "image://svgimages/dashboards/showallvalue.svg");
            //
            // navButton2
            //
            navButton2.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            navButton2.Caption = "型号管理";
            navButton2.Name = "navButton2";
            // 
            // MainForm
            // 
@@ -366,5 +424,8 @@
        private DevExpress.XtraBars.Navigation.NavButton nbProductManage;
        private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig;
        private DevExpress.XtraBars.Navigation.NavButton navButton2;
        private DevExpress.XtraBars.Navigation.NavButton navBtnCurrent;
        private DevExpress.XtraBars.Navigation.NavButton navBtnPrevious;
        private DevExpress.XtraBars.Navigation.NavButton navBtnNext;
    }
}