duheng
2024-10-09 f4bf35513c50f86556d5e3c75a037052f53c971d
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/PumpPerform2dChart.Designer.cs
@@ -50,6 +50,8 @@
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpPerform2dChart));
            chartControl1 = new DevExpress.XtraCharts.ChartControl();
            popMenuChart = new DevExpress.XtraBars.PopupMenu(components);
@@ -93,6 +95,8 @@
            ((System.ComponentModel.ISupportInitialize)pointSeriesView2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)series6).BeginInit();
            ((System.ComponentModel.ISupportInitialize)pointSeriesView3).BeginInit();
            ((System.ComponentModel.ISupportInitialize)series7).BeginInit();
            ((System.ComponentModel.ISupportInitialize)splineSeriesView4).BeginInit();
            ((System.ComponentModel.ISupportInitialize)popMenuChart).BeginInit();
            ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)popMenuLine).BeginInit();
@@ -176,7 +180,6 @@
            chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
            chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
            chartControl1.Location = new Point(0, 0);
            chartControl1.Margin = new Padding(2, 2, 2, 2);
            chartControl1.Name = "chartControl1";
            series1.Name = "SeriesCurveQH";
            series1.SeriesID = 0;
@@ -206,6 +209,13 @@
            pointSeriesView3.AxisYName = "AxisYQP";
            pointSeriesView3.Color = Color.Crimson;
            series6.View = pointSeriesView3;
            series7.Name = "SeriesEquipCurve";
            series7.SeriesID = 6;
            series7.ShowInLegend = false;
            splineSeriesView4.Color = Color.FromArgb(0, 0, 0);
            splineSeriesView4.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dot;
            splineSeriesView4.LineStyle.Thickness = 1;
            series7.View = splineSeriesView4;
            chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
    {
    series1,
@@ -213,9 +223,10 @@
    series3,
    series4,
    series5,
    series6
    series6,
    series7
    };
            chartControl1.Size = new Size(716, 545);
            chartControl1.Size = new Size(1023, 856);
            chartControl1.TabIndex = 0;
            // 
            // popMenuChart
@@ -324,17 +335,15 @@
            barDockControlTop.Dock = DockStyle.Top;
            barDockControlTop.Location = new Point(0, 0);
            barDockControlTop.Manager = barManager1;
            barDockControlTop.Margin = new Padding(2, 2, 2, 2);
            barDockControlTop.Size = new Size(716, 0);
            barDockControlTop.Size = new Size(1023, 0);
            // 
            // barDockControlBottom
            // 
            barDockControlBottom.CausesValidation = false;
            barDockControlBottom.Dock = DockStyle.Bottom;
            barDockControlBottom.Location = new Point(0, 545);
            barDockControlBottom.Location = new Point(0, 856);
            barDockControlBottom.Manager = barManager1;
            barDockControlBottom.Margin = new Padding(2, 2, 2, 2);
            barDockControlBottom.Size = new Size(716, 0);
            barDockControlBottom.Size = new Size(1023, 0);
            // 
            // barDockControlLeft
            // 
@@ -342,17 +351,15 @@
            barDockControlLeft.Dock = DockStyle.Left;
            barDockControlLeft.Location = new Point(0, 0);
            barDockControlLeft.Manager = barManager1;
            barDockControlLeft.Margin = new Padding(2, 2, 2, 2);
            barDockControlLeft.Size = new Size(0, 545);
            barDockControlLeft.Size = new Size(0, 856);
            // 
            // barDockControlRight
            // 
            barDockControlRight.CausesValidation = false;
            barDockControlRight.Dock = DockStyle.Right;
            barDockControlRight.Location = new Point(716, 0);
            barDockControlRight.Location = new Point(1023, 0);
            barDockControlRight.Manager = barManager1;
            barDockControlRight.Margin = new Padding(2, 2, 2, 2);
            barDockControlRight.Size = new Size(0, 545);
            barDockControlRight.Size = new Size(0, 856);
            // 
            // barBtnPositioningMaxQ
            // 
@@ -392,18 +399,17 @@
            popMenuLine.Manager = barManager1;
            popMenuLine.Name = "popMenuLine";
            // 
            // XtrPerform2dChart
            // PumpPerform2dChart
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleDimensions = new SizeF(10F, 22F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(chartControl1);
            Controls.Add(barDockControlLeft);
            Controls.Add(barDockControlRight);
            Controls.Add(barDockControlBottom);
            Controls.Add(barDockControlTop);
            Margin = new Padding(2, 2, 2, 2);
            Name = "XtrPerform2dChart";
            Size = new Size(716, 545);
            Name = "PumpPerform2dChart";
            Size = new Size(1023, 856);
            ((System.ComponentModel.ISupportInitialize)textAnnotation1).EndInit();
            ((System.ComponentModel.ISupportInitialize)constantLine1).EndInit();
            ((System.ComponentModel.ISupportInitialize)constantLine2).EndInit();
@@ -423,6 +429,8 @@
            ((System.ComponentModel.ISupportInitialize)series5).EndInit();
            ((System.ComponentModel.ISupportInitialize)pointSeriesView3).EndInit();
            ((System.ComponentModel.ISupportInitialize)series6).EndInit();
            ((System.ComponentModel.ISupportInitialize)splineSeriesView4).EndInit();
            ((System.ComponentModel.ISupportInitialize)series7).EndInit();
            ((System.ComponentModel.ISupportInitialize)chartControl1).EndInit();
            ((System.ComponentModel.ISupportInitialize)popMenuChart).EndInit();
            ((System.ComponentModel.ISupportInitialize)barManager1).EndInit();