duheng
2025-04-24 4de480ec624d3b79ca690dc906e10cd2fbdc9be7
Desktop/IStation.Desktop.ChCalc/frmMain.Designer.cs
@@ -47,13 +47,14 @@
            this.accMenu = new DevExpress.XtraBars.Navigation.AccordionControlElement();
            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.accordionControlElementWaterAna = 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();
            ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
@@ -217,7 +218,10 @@
            this.accordionControl.AllowItemSelection = true;
            this.accordionControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.accordionControl.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
            this.accMenu});
            this.accMenu,
            this.accMonitor,
            this.accBasic,
            this.accCurveCompare});
            this.accordionControl.Location = new System.Drawing.Point(0, 0);
            this.accordionControl.Name = "accordionControl";
            this.accordionControl.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False;
@@ -234,12 +238,10 @@
            this.accMenu.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
            this.accCalcu1,
            this.accCalcu2,
            this.accHistorical,
            this.accBasic,
            this.accMonitor,
            this.accordionControlElement1,
            this.accordionControlElementWaterAna,
            this.accHistroy,
            this.accWaterLevel,
            this.accCurveCompare,
            this.accSetting});
            this.accMenu.Expanded = true;
            this.accMenu.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accMenu.ImageOptions.SvgImage")));
@@ -274,38 +276,23 @@
            this.accCalcu2.Text = "计算方案";
            this.accCalcu2.Click += new System.EventHandler(this.accCalcu2_Click);
            // 
            // accHistorical
            // accordionControlElement1
            // 
            this.accHistorical.Height = 60;
            this.accHistorical.Hint = "历史方案";
            this.accHistorical.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accHistorical.ImageOptions.SvgImage")));
            this.accHistorical.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
            this.accHistorical.Name = "accHistorical";
            this.accHistorical.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
            this.accHistorical.Text = "历史方案";
            this.accHistorical.Click += new System.EventHandler(this.accHistorical_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);
            // 
            // accBasic
            // accordionControlElementWaterAna
            // 
            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.accordionControlElementWaterAna.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("accordionControlElementWaterAna.ImageOptions.SvgImage")));
            this.accordionControlElementWaterAna.ImageOptions.SvgImageSize = new System.Drawing.Size(55, 60);
            this.accordionControlElementWaterAna.Name = "accordionControlElementWaterAna";
            this.accordionControlElementWaterAna.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
            this.accordionControlElementWaterAna.Text = "供水分析";
            this.accordionControlElementWaterAna.Click += new System.EventHandler(this.accordionControlElementWaterAna_Click);
            // 
            // accHistroy
            // 
@@ -327,17 +314,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;
@@ -348,6 +324,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
            // 
@@ -385,7 +394,6 @@
            this.Name = "frmMain";
            this.NavigationControl = this.accordionControl;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "陈行二取智能取水算法";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
@@ -416,7 +424,6 @@
        private DevExpress.XtraBars.Navigation.AccordionControlElement accBasic;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accCalcu1;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accCalcu2;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accHistorical;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accCurveCompare;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accMonitor;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accWaterLevel;
@@ -429,5 +436,7 @@
        private DevExpress.XtraBars.BarButtonItem barButtonItem1;
        private DevExpress.XtraBars.BarButtonItem barButtonItem2;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accHistroy;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElementWaterAna;
    }
}