namespace Yw.WinFrmUI.Phart
|
{
|
partial class PumpEditChart
|
{
|
/// <summary>
|
/// Requipuired designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Requipuired method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation();
|
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();
|
chartControl1 = new DevExpress.XtraCharts.ChartControl();
|
((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();
|
SuspendLayout();
|
//
|
// chartControl1
|
//
|
paneAnchorPoint1.AxisXCoordinate.AxisValueSerializable = "9.5";
|
paneAnchorPoint1.AxisYCoordinate.AxisValueSerializable = "0";
|
textAnnotation1.AnchorPoint = paneAnchorPoint1;
|
textAnnotation1.AnnotationID = 0;
|
textAnnotation1.AutoHeight = true;
|
textAnnotation1.AutoWidth = true;
|
textAnnotation1.Name = "TextAnnoCurveInfo";
|
freePosition1.DockCorner = DevExpress.XtraCharts.DockCorner.RightBottom;
|
freePosition1.DockTargetName = "Default Pane";
|
textAnnotation1.ShapePosition = freePosition1;
|
textAnnotation1.Text = "信息";
|
textAnnotation1.Visible = false;
|
chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation1 });
|
chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
xyDiagram1.AxisX.Title.Text = "流量 (m³/h)";
|
xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
|
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
xyDiagram1.AxisY.Color = Color.DodgerBlue;
|
xyDiagram1.AxisY.Label.TextColor = Color.DodgerBlue;
|
xyDiagram1.AxisY.Title.Alignment = StringAlignment.Far;
|
xyDiagram1.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
|
xyDiagram1.AxisY.Title.Text = "扬程/m";
|
xyDiagram1.AxisY.Title.TextColor = Color.DodgerBlue;
|
xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
xyDiagram1.DefaultPane.BorderVisible = false;
|
xyDiagram1.DefaultPane.Title.Text = "修改模式:鼠标/键盘☑ ";
|
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.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
|
chartControl1.Legend.LegendID = -1;
|
chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
|
chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
chartControl1.Location = new Point(0, 0);
|
chartControl1.Name = "chartControl1";
|
series1.Name = "SeriesCurveQH";
|
series1.SeriesID = 0;
|
splineSeriesView1.Color = Color.DodgerBlue;
|
series1.View = splineSeriesView1;
|
chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
|
{
|
series1
|
};
|
chartControl1.Size = new Size(1023, 856);
|
chartControl1.TabIndex = 0;
|
//
|
// PumpEditChart
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(chartControl1);
|
Name = "PumpEditChart";
|
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)chartControl1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraCharts.ChartControl chartControl1;
|
}
|
}
|