| | |
| | | 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); |
| | |
| | | ((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(); |
| | |
| | | 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; |
| | |
| | | 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, |
| | |
| | | series3, |
| | | series4, |
| | | series5, |
| | | series6 |
| | | series6, |
| | | series7 |
| | | }; |
| | | chartControl1.Size = new Size(716, 545); |
| | | chartControl1.Size = new Size(1023, 856); |
| | | chartControl1.TabIndex = 0; |
| | | // |
| | | // popMenuChart |
| | |
| | | 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 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | 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(); |
| | |
| | | ((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(); |