duheng
2024-12-04 ca1ccd0dd9f2d6936368f07d14a2b29b309fd151
Desktop/HStation.Desktop.Xhs.Core/MainForm.Designer.cs
@@ -34,16 +34,20 @@
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipItem toolTipItem3 = 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();
            navBtnPattern = 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();
            nbAuthConfig = new DevExpress.XtraBars.Navigation.NavButton();
            nbMin = new DevExpress.XtraBars.Navigation.NavButton();
            nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
            nbClose = new DevExpress.XtraBars.Navigation.NavButton();
@@ -80,11 +84,13 @@
            tileNavPane.Buttons.Add(navBtnPrevious);
            tileNavPane.Buttons.Add(navBtnCurrent);
            tileNavPane.Buttons.Add(navBtnNext);
            tileNavPane.Buttons.Add(navBtnPattern);
            tileNavPane.Buttons.Add(nbProjectMgr);
            tileNavPane.Buttons.Add(nbModelMgr);
            tileNavPane.Buttons.Add(nbProductManage);
            tileNavPane.Buttons.Add(navButton2);
            tileNavPane.Buttons.Add(nbSystemConfig);
            tileNavPane.Buttons.Add(nbAuthConfig);
            tileNavPane.Buttons.Add(nbMin);
            tileNavPane.Buttons.Add(nbNormal);
            tileNavPane.Buttons.Add(nbClose);
@@ -99,7 +105,7 @@
            tileNavPane.Dock = DockStyle.Top;
            tileNavPane.Location = new Point(0, 0);
            tileNavPane.Name = "tileNavPane";
            tileNavPane.Size = new Size(1189, 53);
            tileNavPane.Size = new Size(1461, 53);
            tileNavPane.TabIndex = 0;
            tileNavPane.Text = "tileNavPane1";
            tileNavPane.ElementClick += tileNavPane_ElementClick;
@@ -160,6 +166,17 @@
            navBtnNext.Visible = false;
            navBtnNext.ElementClick += navBtnNext_ElementClick;
            // 
            // navBtnPattern
            //
            navBtnPattern.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navBtnPattern.Caption = null;
            navBtnPattern.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navBtnPattern.ImageOptions.SvgImage");
            navBtnPattern.Name = "navBtnPattern";
            toolTipItem3.Text = "模式切换";
            superToolTip3.Items.Add(toolTipItem3);
            navBtnPattern.SuperTip = superToolTip3;
            navBtnPattern.ElementClick += navBtnPattern_ElementClick;
            //
            // nbProjectMgr
            // 
            nbProjectMgr.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
@@ -200,6 +217,14 @@
            nbSystemConfig.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSystemConfig.ImageOptions.SvgImage");
            nbSystemConfig.Name = "nbSystemConfig";
            nbSystemConfig.ElementClick += nbSystemConfig_ElementClick;
            //
            // nbAuthConfig
            //
            nbAuthConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right;
            nbAuthConfig.Caption = "权限配置";
            nbAuthConfig.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbAuthConfig.ImageOptions.SvgImage");
            nbAuthConfig.Name = "nbAuthConfig";
            nbAuthConfig.ElementClick += nbAuthConfig_ElementClick;
            // 
            // nbMin
            // 
@@ -283,15 +308,15 @@
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(0, 0);
            barDockControlTop.Manager = barManager1;
            barDockControlTop.Size = new Size(1189, 0);
            barDockControlTop.Size = new Size(1461, 0);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 669);
            barDockControlBottom.Location = new Point(0, 690);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Size = new Size(1189, 30);
            barDockControlBottom.Size = new Size(1461, 30);
            // 
            // barDockControlLeft
            // 
@@ -299,15 +324,15 @@
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 0);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Size = new Size(0, 669);
            barDockControlLeft.Size = new Size(0, 690);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(1189, 0);
            barDockControlRight.Location = new Point(1461, 0);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Size = new Size(0, 669);
            barDockControlRight.Size = new Size(0, 690);
            // 
            // dockManager1
            // 
@@ -329,6 +354,7 @@
            tabbedView1.DocumentSelected += tabbedView1_DocumentSelected;
            tabbedView1.DocumentAdded += tabbedView1_DocumentAdded;
            tabbedView1.DocumentActivated += tabbedView1_DocumentActivated;
            tabbedView1.DocumentClosing += tabbedView1_DocumentClosing;
            tabbedView1.DocumentClosed += tabbedView1_DocumentClosed;
            // 
            // flyoutPanel1
@@ -364,12 +390,24 @@
            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");
            svgImg32Model.Add("gaugestylelinearhorizontal", "image://svgimages/dashboards/gaugestylelinearhorizontal.svg");
            svgImg32Model.Add("createlinechartnomarkers", "image://svgimages/spreadsheet/createlinechartnomarkers.svg");
            svgImg32Model.Add("Threelink", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Threelink"));
            svgImg32Model.Add("Line", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Line"));
            svgImg32Model.Add("compressor", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.compressor"));
            svgImg32Model.Add("Exchanger", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Exchanger"));
            svgImg32Model.Add("Fourlink", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Fourlink"));
            svgImg32Model.Add("Elbow", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Elbow"));
            svgImg32Model.Add("Manufacturer", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Manufacturer"));
            svgImg32Model.Add("Valve", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Valve"));
            svgImg32Model.Add("Pump", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Pump"));
            svgImg32Model.Add("Nozzle", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImg32Model.Nozzle"));
            // 
            // MainForm
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1189, 699);
            ClientSize = new Size(1461, 720);
            Controls.Add(flyoutPanel1);
            Controls.Add(tileNavPane);
            Controls.Add(barDockControlLeft);
@@ -428,5 +466,7 @@
        private DevExpress.XtraBars.Navigation.NavButton navBtnCurrent;
        private DevExpress.XtraBars.Navigation.NavButton navBtnPrevious;
        private DevExpress.XtraBars.Navigation.NavButton navBtnNext;
        private DevExpress.XtraBars.Navigation.NavButton nbAuthConfig;
        private DevExpress.XtraBars.Navigation.NavButton navBtnPattern;
    }
}