From 6c93aedfeeb66023f9506083517aee1a4e18e24d Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 28 三月 2024 19:46:12 +0800 Subject: [PATCH] 修改历史方案界面 --- Desktop/IStation.Desktop.ChCalc/frmMain.Designer.cs | 86 ++++++++++++++++++++++--------------------- 1 files changed, 44 insertions(+), 42 deletions(-) diff --git a/Desktop/IStation.Desktop.ChCalc/frmMain.Designer.cs b/Desktop/IStation.Desktop.ChCalc/frmMain.Designer.cs index 2307071..2a65360 100644 --- a/Desktop/IStation.Desktop.ChCalc/frmMain.Designer.cs +++ b/Desktop/IStation.Desktop.ChCalc/frmMain.Designer.cs @@ -48,15 +48,15 @@ this.accCalcu1 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.accCalcu2 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.accHistorical = new DevExpress.XtraBars.Navigation.AccordionControlElement(); - this.accBasic = new DevExpress.XtraBars.Navigation.AccordionControlElement(); - this.accMonitor = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.accHistroy = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.accWaterLevel = new DevExpress.XtraBars.Navigation.AccordionControlElement(); - this.accCurveCompare = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.accSetting = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + this.accMonitor = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + this.accBasic = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + this.accCurveCompare = new DevExpress.XtraBars.Navigation.AccordionControlElement(); this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer(); this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl(); - this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement(); ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); @@ -287,27 +287,14 @@ this.accHistorical.Text = "鍘嗗彶鏂规"; this.accHistorical.Click += new System.EventHandler(this.accHistorical_Click); // - // accBasic + // accordionControlElement1 // - this.accBasic.Height = 60; - this.accBasic.Hint = "鍩虹淇℃伅"; - this.accBasic.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accBasic.ImageOptions.SvgImage"))); - this.accBasic.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); - this.accBasic.Name = "accBasic"; - this.accBasic.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; - this.accBasic.Text = "鍩虹淇℃伅"; - this.accBasic.Click += new System.EventHandler(this.accBasic_Click); - // - // accMonitor - // - this.accMonitor.Height = 60; - this.accMonitor.Hint = "鐩戞祴鏁版嵁"; - this.accMonitor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accMonitor.ImageOptions.SvgImage"))); - this.accMonitor.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); - this.accMonitor.Name = "accMonitor"; - this.accMonitor.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; - this.accMonitor.Text = "鐩戞祴鏁版嵁"; - this.accMonitor.Click += new System.EventHandler(this.accMonitor_Click); + this.accordionControlElement1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlElement1.ImageOptions.SvgImage"))); + this.accordionControlElement1.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); + this.accordionControlElement1.Name = "accordionControlElement1"; + this.accordionControlElement1.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + this.accordionControlElement1.Text = "鍘嗗彶鏂规"; + this.accordionControlElement1.Click += new System.EventHandler(this.accSeachHistoryData); // // accHistroy // @@ -329,17 +316,6 @@ this.accWaterLevel.Text = "闀挎睙姘翠綅鍒嗘瀽"; this.accWaterLevel.Click += new System.EventHandler(this.accWaterLevel_Click); // - // accCurveCompare - // - this.accCurveCompare.Height = 60; - this.accCurveCompare.Hint = "鏇茬嚎姣旇緝"; - this.accCurveCompare.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accCurveCompare.ImageOptions.SvgImage"))); - this.accCurveCompare.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); - this.accCurveCompare.Name = "accCurveCompare"; - this.accCurveCompare.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; - this.accCurveCompare.Text = "鏇茬嚎姣旇緝"; - this.accCurveCompare.Click += new System.EventHandler(this.accCurveCompare_Click); - // // accSetting // this.accSetting.Height = 60; @@ -350,6 +326,39 @@ this.accSetting.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; this.accSetting.Text = "璁剧疆"; this.accSetting.Click += new System.EventHandler(this.accSetting_Click); + // + // accMonitor + // + this.accMonitor.Height = 60; + this.accMonitor.Hint = "鐩戞祴鏁版嵁"; + this.accMonitor.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accMonitor.ImageOptions.SvgImage"))); + this.accMonitor.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); + this.accMonitor.Name = "accMonitor"; + this.accMonitor.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + this.accMonitor.Text = "鐩戞祴鏁版嵁"; + this.accMonitor.Click += new System.EventHandler(this.accMonitor_Click); + // + // accBasic + // + this.accBasic.Height = 60; + this.accBasic.Hint = "鍩虹淇℃伅"; + this.accBasic.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accBasic.ImageOptions.SvgImage"))); + this.accBasic.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); + this.accBasic.Name = "accBasic"; + this.accBasic.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + this.accBasic.Text = "鍩虹淇℃伅"; + this.accBasic.Click += new System.EventHandler(this.accBasic_Click); + // + // accCurveCompare + // + this.accCurveCompare.Height = 60; + this.accCurveCompare.Hint = "鏇茬嚎姣旇緝"; + this.accCurveCompare.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accCurveCompare.ImageOptions.SvgImage"))); + this.accCurveCompare.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60); + this.accCurveCompare.Name = "accCurveCompare"; + this.accCurveCompare.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + this.accCurveCompare.Text = "鏇茬嚎姣旇緝"; + this.accCurveCompare.Click += new System.EventHandler(this.accCurveCompare_Click); // // fluentDesignFormContainer1 // @@ -367,13 +376,6 @@ this.fluentDesignFormControl1.Size = new System.Drawing.Size(770, 31); this.fluentDesignFormControl1.TabIndex = 17; this.fluentDesignFormControl1.TabStop = false; - // - // accordionControlElement1 - // - this.accordionControlElement1.Name = "accordionControlElement1"; - this.accordionControlElement1.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; - this.accordionControlElement1.Text = "鍘嗗彶鏂规"; - this.accordionControlElement1.Click += new System.EventHandler(this.accSeachHistoryData); // // frmMain // -- Gitblit v1.9.3