| | |
| | | DevExpress.XtraCharts.PaneAnchorPoint paneAnchorPoint1 = new DevExpress.XtraCharts.PaneAnchorPoint(); |
| | | DevExpress.XtraCharts.FreePosition freePosition1 = new DevExpress.XtraCharts.FreePosition(); |
| | | DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); |
| | | DevExpress.XtraCharts.SecondaryAxisY secondaryAxisy1 = new DevExpress.XtraCharts.SecondaryAxisY(); |
| | | DevExpress.XtraCharts.SecondaryAxisY secondaryAxisy2 = new DevExpress.XtraCharts.SecondaryAxisY(); |
| | | DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); |
| | | DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); |
| | | DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); |
| | | DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView(); |
| | | DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); |
| | | DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView(); |
| | | DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); |
| | | DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); |
| | | DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); |
| | | DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); |
| | | DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); |
| | | DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView(); |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ValvePerform2dEditChart)); |
| | | chartControl1 = new DevExpress.XtraCharts.ChartControl(); |
| | | popMenuChart = new DevExpress.XtraBars.PopupMenu(components); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)textAnnotation1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)xyDiagram1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)secondaryAxisy1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)secondaryAxisy2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)splineSeriesView1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)splineSeriesView2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series3).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)splineSeriesView3).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series4).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)pointSeriesView1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series5).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)pointSeriesView2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series6).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)pointSeriesView3).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)popMenuChart).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); |
| | | SuspendLayout(); |
| | |
| | | xyDiagram1.DefaultPane.BorderVisible = false; |
| | | xyDiagram1.DefaultPane.Title.Text = "修改模式:鼠标/键盘☑ "; |
| | | xyDiagram1.DefaultPane.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; |
| | | secondaryAxisy1.AxisID = 0; |
| | | secondaryAxisy1.Color = Color.Green; |
| | | secondaryAxisy1.Label.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; |
| | | secondaryAxisy1.Label.TextColor = Color.Green; |
| | | secondaryAxisy1.Name = "AxisYQE"; |
| | | secondaryAxisy1.Title.Text = "效率/%"; |
| | | secondaryAxisy1.Title.TextColor = Color.Green; |
| | | secondaryAxisy1.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; |
| | | secondaryAxisy1.VisibleInPanesSerializable = "-1"; |
| | | secondaryAxisy2.AxisID = 1; |
| | | secondaryAxisy2.Label.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; |
| | | secondaryAxisy2.Label.TextColor = Color.Crimson; |
| | | secondaryAxisy2.Name = "AxisYQP"; |
| | | secondaryAxisy2.NumericScaleOptions.AutoGrid = false; |
| | | secondaryAxisy2.NumericScaleOptions.GridSpacing = 2D; |
| | | secondaryAxisy2.Title.Alignment = StringAlignment.Near; |
| | | secondaryAxisy2.Title.Text = "功率/kW"; |
| | | secondaryAxisy2.Title.TextColor = Color.Crimson; |
| | | secondaryAxisy2.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; |
| | | secondaryAxisy2.VisibleInPanesSerializable = "-1"; |
| | | xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisy1, secondaryAxisy2 }); |
| | | chartControl1.Diagram = xyDiagram1; |
| | | chartControl1.Dock = DockStyle.Fill; |
| | | chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; |
| | |
| | | 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); |
| | | chartControl1.Name = "chartControl1"; |
| | | series1.Name = "SeriesCurveQH"; |
| | | series1.Name = "SeriesCurveQL"; |
| | | series1.SeriesID = 0; |
| | | splineSeriesView1.Color = Color.DodgerBlue; |
| | | series1.View = splineSeriesView1; |
| | | series2.Name = "SeriesCurveQE"; |
| | | series2.SeriesID = 1; |
| | | splineSeriesView2.AxisYName = "AxisYQE"; |
| | | splineSeriesView2.Color = Color.Green; |
| | | series2.View = splineSeriesView2; |
| | | series3.Name = "SeriesCurveQP"; |
| | | series3.SeriesID = 2; |
| | | splineSeriesView3.AxisYName = "AxisYQP"; |
| | | splineSeriesView3.Color = Color.Crimson; |
| | | series3.View = splineSeriesView3; |
| | | series4.Name = "SeriesPointQH"; |
| | | series4.SeriesID = 3; |
| | | series2.Name = "SeriesPointQL"; |
| | | series2.SeriesID = 3; |
| | | pointSeriesView1.Color = Color.DodgerBlue; |
| | | series4.View = pointSeriesView1; |
| | | series5.Name = "SeriesPointQE"; |
| | | series5.SeriesID = 4; |
| | | pointSeriesView2.AxisYName = "AxisYQE"; |
| | | pointSeriesView2.Color = Color.Green; |
| | | series5.View = pointSeriesView2; |
| | | series6.Name = "SeriesPointQP"; |
| | | series6.SeriesID = 5; |
| | | pointSeriesView3.AxisYName = "AxisYQP"; |
| | | pointSeriesView3.Color = Color.Crimson; |
| | | series6.View = pointSeriesView3; |
| | | series2.View = pointSeriesView1; |
| | | chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] |
| | | { |
| | | series1, |
| | | series2, |
| | | series3, |
| | | series4, |
| | | series5, |
| | | series6 |
| | | series2 |
| | | }; |
| | | 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); |
| | | 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); |
| | | 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); |
| | | 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); |
| | | barDockControlRight.Size = new Size(0, 545); |
| | | barDockControlRight.Size = new Size(0, 856); |
| | | // |
| | | // XtrPerform2dEditChart |
| | | // ValvePerform2dEditChart |
| | | // |
| | | 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); |
| | | Name = "XtrPerform2dEditChart"; |
| | | Size = new Size(716, 545); |
| | | Name = "ValvePerform2dEditChart"; |
| | | Size = new Size(1023, 856); |
| | | ((System.ComponentModel.ISupportInitialize)textAnnotation1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)secondaryAxisy1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)secondaryAxisy2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)xyDiagram1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)splineSeriesView1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)splineSeriesView2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)splineSeriesView3).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series3).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)pointSeriesView1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series4).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)pointSeriesView2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series5).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)pointSeriesView3).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series6).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)series2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)chartControl1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)popMenuChart).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); |