duheng
2025-03-20 bc0ed5b6cfda6c72c06f451b77da8518c41ab210
Desktop/PBS.Desktop/MainForm.Designer.cs
@@ -32,10 +32,13 @@
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            tileNavPane = new DevExpress.XtraBars.Navigation.TileNavPane();
            nbTitle = new DevExpress.XtraBars.Navigation.NavButton();
            navButton3 = new DevExpress.XtraBars.Navigation.NavButton();
            nbBasicData = new DevExpress.XtraBars.Navigation.NavButton();
            nbModelEvaluation = new DevExpress.XtraBars.Navigation.NavButton();
            nbHomePage = new DevExpress.XtraBars.Navigation.NavButton();
            nbModelManage = new DevExpress.XtraBars.Navigation.NavButton();
            nbWaterSupplyAnalysis = new DevExpress.XtraBars.Navigation.NavButton();
            nbSmartHardware = new DevExpress.XtraBars.Navigation.NavButton();
            nbDataAnalysis = new DevExpress.XtraBars.Navigation.NavButton();
            nbModelEvaluation = new DevExpress.XtraBars.Navigation.NavButton();
            nbBasicData = new DevExpress.XtraBars.Navigation.NavButton();
            nbMin = new DevExpress.XtraBars.Navigation.NavButton();
            nbNormal = new DevExpress.XtraBars.Navigation.NavButton();
            nbClose = new DevExpress.XtraBars.Navigation.NavButton();
@@ -49,8 +52,6 @@
            toolboxItem3 = new DevExpress.XtraToolbox.ToolboxItem();
            toolboxItem5 = new DevExpress.XtraToolbox.ToolboxItem();
            svgImgGroup32 = new DevExpress.Utils.SvgImageCollection(components);
            navButton4 = new DevExpress.XtraBars.Navigation.NavButton();
            navButton2 = new DevExpress.XtraBars.Navigation.NavButton();
            ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit();
            ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)tabbedView1).BeginInit();
@@ -93,12 +94,13 @@
            tileNavPane.BackColor = Color.White;
            tileNavPane.ButtonPadding = new Padding(10);
            tileNavPane.Buttons.Add(nbTitle);
            tileNavPane.Buttons.Add(navButton3);
            tileNavPane.Buttons.Add(nbBasicData);
            tileNavPane.Buttons.Add(navButton4);
            tileNavPane.Buttons.Add(navButton2);
            tileNavPane.Buttons.Add(nbHomePage);
            tileNavPane.Buttons.Add(nbModelManage);
            tileNavPane.Buttons.Add(nbWaterSupplyAnalysis);
            tileNavPane.Buttons.Add(nbSmartHardware);
            tileNavPane.Buttons.Add(nbDataAnalysis);
            tileNavPane.Buttons.Add(nbModelEvaluation);
            tileNavPane.Buttons.Add(nbBasicData);
            tileNavPane.Buttons.Add(nbMin);
            tileNavPane.Buttons.Add(nbNormal);
            tileNavPane.Buttons.Add(nbClose);
@@ -115,7 +117,7 @@
            tileNavPane.Location = new Point(0, 0);
            tileNavPane.Margin = new Padding(0);
            tileNavPane.Name = "tileNavPane";
            tileNavPane.Size = new Size(1357, 45);
            tileNavPane.Size = new Size(1551, 58);
            tileNavPane.TabIndex = 0;
            tileNavPane.Text = "tileNavPane1";
            tileNavPane.ElementClick += tileNavPane_ElementClick;
@@ -163,23 +165,48 @@
            nbTitle.Name = "nbTitle";
            nbTitle.ElementClick += nbTitle_ElementClick;
            // 
            // navButton3
            // nbHomePage
            // 
            navButton3.Appearance.BackColor = Color.White;
            navButton3.Appearance.BorderColor = Color.White;
            navButton3.Appearance.Options.UseBackColor = true;
            navButton3.Appearance.Options.UseBorderColor = true;
            navButton3.Caption = " ";
            navButton3.Enabled = false;
            navButton3.Name = "navButton3";
            nbHomePage.Appearance.BackColor = Color.White;
            nbHomePage.Appearance.BorderColor = Color.White;
            nbHomePage.Appearance.Options.UseBackColor = true;
            nbHomePage.Appearance.Options.UseBorderColor = true;
            nbHomePage.Caption = " 首页";
            nbHomePage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbHomePage.ImageOptions.SvgImage");
            nbHomePage.Name = "nbHomePage";
            nbHomePage.Tag = "Home";
            // 
            // nbBasicData
            // nbModelManage
            // 
            nbBasicData.Caption = "基础数据";
            nbBasicData.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbBasicData.ImageOptions.SvgImage");
            nbBasicData.ImageOptions.SvgImageSize = new Size(24, 24);
            nbBasicData.Name = "nbBasicData";
            nbBasicData.Tag = "BasicData";
            nbModelManage.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            nbModelManage.Caption = "模型管理";
            nbModelManage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbModelManage.ImageOptions.SvgImage");
            nbModelManage.Name = "nbModelManage";
            nbModelManage.Tag = "ModelManage";
            //
            // nbWaterSupplyAnalysis
            //
            nbWaterSupplyAnalysis.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            nbWaterSupplyAnalysis.Caption = "供水分析";
            nbWaterSupplyAnalysis.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbWaterSupplyAnalysis.ImageOptions.SvgImage");
            nbWaterSupplyAnalysis.Name = "nbWaterSupplyAnalysis";
            nbWaterSupplyAnalysis.Tag = "WaterSupplyAnalysis";
            //
            // nbSmartHardware
            //
            nbSmartHardware.Caption = "智能硬件";
            nbSmartHardware.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSmartHardware.ImageOptions.SvgImage");
            nbSmartHardware.ImageOptions.SvgImageSize = new Size(24, 24);
            nbSmartHardware.Name = "nbSmartHardware";
            nbSmartHardware.Tag = "SmartHardware";
            //
            // nbDataAnalysis
            //
            nbDataAnalysis.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            nbDataAnalysis.Caption = "数据分析";
            nbDataAnalysis.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbDataAnalysis.ImageOptions.SvgImage");
            nbDataAnalysis.Name = "nbDataAnalysis";
            nbDataAnalysis.Tag = "DataAnalysis";
            // 
            // nbModelEvaluation
            // 
@@ -189,13 +216,13 @@
            nbModelEvaluation.Name = "nbModelEvaluation";
            nbModelEvaluation.Tag = "ModelEvaluation";
            // 
            // nbSmartHardware
            // nbBasicData
            // 
            nbSmartHardware.Caption = "智能硬件";
            nbSmartHardware.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbSmartHardware.ImageOptions.SvgImage");
            nbSmartHardware.ImageOptions.SvgImageSize = new Size(24, 24);
            nbSmartHardware.Name = "nbSmartHardware";
            nbSmartHardware.Tag = "SmartHardware";
            nbBasicData.Caption = "基础数据";
            nbBasicData.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("nbBasicData.ImageOptions.SvgImage");
            nbBasicData.ImageOptions.SvgImageSize = new Size(24, 24);
            nbBasicData.Name = "nbBasicData";
            nbBasicData.Tag = "BasicData";
            // 
            // nbMin
            // 
@@ -255,12 +282,14 @@
            // 
            flyoutPanel1.AnimationRate = 100;
            flyoutPanel1.Controls.Add(flyoutPanelControl1);
            flyoutPanel1.Location = new Point(494, 133);
            flyoutPanel1.Location = new Point(565, 171);
            flyoutPanel1.Margin = new Padding(3, 4, 3, 4);
            flyoutPanel1.Name = "flyoutPanel1";
            flyoutPanel1.Options.CloseOnOuterClick = true;
            flyoutPanel1.OptionsBeakPanel.BeakLocation = DevExpress.Utils.BeakPanelBeakLocation.Top;
            flyoutPanel1.OptionsButtonPanel.ButtonPanelHeight = 39;
            flyoutPanel1.ParentForm = this;
            flyoutPanel1.Size = new Size(200, 100);
            flyoutPanel1.Size = new Size(229, 129);
            flyoutPanel1.TabIndex = 5;
            // 
            // flyoutPanelControl1
@@ -269,8 +298,9 @@
            flyoutPanelControl1.Dock = DockStyle.Fill;
            flyoutPanelControl1.FlyoutPanel = flyoutPanel1;
            flyoutPanelControl1.Location = new Point(0, 0);
            flyoutPanelControl1.Margin = new Padding(3, 4, 3, 4);
            flyoutPanelControl1.Name = "flyoutPanelControl1";
            flyoutPanelControl1.Size = new Size(200, 100);
            flyoutPanelControl1.Size = new Size(229, 129);
            flyoutPanelControl1.TabIndex = 0;
            // 
            // svgImgItem32
@@ -323,11 +353,11 @@
            accordionControlFunction.Appearance.Item.Default.ForeColor = Color.Black;
            accordionControlFunction.Appearance.Item.Default.Options.UseForeColor = true;
            accordionControlFunction.Dock = DockStyle.Left;
            accordionControlFunction.Location = new Point(0, 45);
            accordionControlFunction.Margin = new Padding(2);
            accordionControlFunction.Location = new Point(0, 58);
            accordionControlFunction.Margin = new Padding(2, 3, 2, 3);
            accordionControlFunction.Name = "accordionControlFunction";
            accordionControlFunction.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Fluent;
            accordionControlFunction.Size = new Size(148, 654);
            accordionControlFunction.Size = new Size(169, 841);
            accordionControlFunction.TabIndex = 17;
            accordionControlFunction.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
            // 
@@ -350,33 +380,16 @@
            svgImgGroup32.Add("ExploitProtectionSettings.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImgGroup32.ExploitProtectionSettings.svg"));
            svgImgGroup32.Add("Admin.svg", (DevExpress.Utils.Svg.SvgImage)resources.GetObject("svgImgGroup32.Admin.svg"));
            // 
            // navButton4
            //
            navButton4.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navButton4.Caption = "模型管理";
            navButton4.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navButton4.ImageOptions.SvgImage");
            navButton4.Name = "navButton4";
            navButton4.Tag = "ModelManage";
            //
            // navButton2
            //
            navButton2.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Left;
            navButton2.Caption = "供水分析";
            navButton2.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("navButton2.ImageOptions.SvgImage");
            navButton2.Name = "navButton2";
            navButton2.Tag = "WaterSupplyAnalysis";
            //
            // MainForm
            // 
            Appearance.BackColor = Color.White;
            Appearance.Options.UseBackColor = true;
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleDimensions = new SizeF(8F, 18F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1357, 699);
            ClientSize = new Size(1551, 899);
            Controls.Add(accordionControlFunction);
            Controls.Add(tileNavPane);
            Controls.Add(flyoutPanel1);
            Margin = new Padding(3, 2, 3, 2);
            Name = "MainForm";
            Text = "Form1";
            WindowState = FormWindowState.Maximized;
@@ -418,8 +431,9 @@
        private DevExpress.XtraToolbox.ToolboxItem toolboxItem5;
        private DevExpress.XtraBars.Navigation.AccordionControl accordionControlFunction;
        private DevExpress.Utils.SvgImageCollection svgImgGroup32;
        private DevExpress.XtraBars.Navigation.NavButton navButton3;
        private DevExpress.XtraBars.Navigation.NavButton navButton4;
        private DevExpress.XtraBars.Navigation.NavButton navButton2;
        private DevExpress.XtraBars.Navigation.NavButton nbHomePage;
        private DevExpress.XtraBars.Navigation.NavButton nbModelManage;
        private DevExpress.XtraBars.Navigation.NavButton nbWaterSupplyAnalysis;
        private DevExpress.XtraBars.Navigation.NavButton nbDataAnalysis;
    }
}