namespace IStation.WinFrmUI.Curve
|
{
|
partial class CurveExpressEditChart
|
{
|
/// <summary>
|
/// Required 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>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
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();
|
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(CurveExpressEditChart));
|
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
|
this.popMenuChart = new DevExpress.XtraBars.PopupMenu(this.components);
|
this.barCekChartEditMode = new DevExpress.XtraBars.BarCheckItem();
|
this.barBtnSetChartAxis = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnCalcCoordinate = new DevExpress.XtraBars.BarButtonItem();
|
this.barCekSetAxisNameVisible = new DevExpress.XtraBars.BarCheckItem();
|
this.barCekLegendVisible = new DevExpress.XtraBars.BarCheckItem();
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
((System.ComponentModel.ISupportInitialize)(this.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)(this.popMenuChart)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// chartControl1
|
//
|
paneAnchorPoint1.AxisXCoordinate.AxisValueSerializable = "9.5";
|
paneAnchorPoint1.AxisYCoordinate.AxisValueSerializable = "0";
|
textAnnotation1.AnchorPoint = paneAnchorPoint1;
|
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;
|
this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] {
|
textAnnotation1});
|
this.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 = System.Drawing.Color.DodgerBlue;
|
xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.DodgerBlue;
|
xyDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far;
|
xyDiagram1.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
|
xyDiagram1.AxisY.Title.Text = "扬程/m";
|
xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.DodgerBlue;
|
xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
xyDiagram1.DefaultPane.BorderVisible = false;
|
xyDiagram1.DefaultPane.Title.Text = "修改模式:鼠标/键盘☑ ";
|
xyDiagram1.DefaultPane.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
secondaryAxisY1.AxisID = 0;
|
secondaryAxisY1.Color = System.Drawing.Color.Green;
|
secondaryAxisY1.Label.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
secondaryAxisY1.Label.TextColor = System.Drawing.Color.Green;
|
secondaryAxisY1.Name = "AxisYQE";
|
secondaryAxisY1.Title.Text = "效率/%";
|
secondaryAxisY1.Title.TextColor = System.Drawing.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 = System.Drawing.Color.Crimson;
|
secondaryAxisY2.Name = "AxisYQP";
|
secondaryAxisY2.NumericScaleOptions.AutoGrid = false;
|
secondaryAxisY2.NumericScaleOptions.GridSpacing = 2D;
|
secondaryAxisY2.Title.Alignment = System.Drawing.StringAlignment.Near;
|
secondaryAxisY2.Title.Text = "功率/kW";
|
secondaryAxisY2.Title.TextColor = System.Drawing.Color.Crimson;
|
secondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
|
secondaryAxisY2.VisibleInPanesSerializable = "-1";
|
xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
|
secondaryAxisY1,
|
secondaryAxisY2});
|
this.chartControl1.Diagram = xyDiagram1;
|
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
|
this.chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
|
this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
|
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
this.chartControl1.Location = new System.Drawing.Point(0, 0);
|
this.chartControl1.Name = "chartControl1";
|
series1.Name = "SeriesCurveQH";
|
splineSeriesView1.Color = System.Drawing.Color.DodgerBlue;
|
series1.View = splineSeriesView1;
|
series2.Name = "SeriesCurveQE";
|
splineSeriesView2.AxisYName = "AxisYQE";
|
splineSeriesView2.Color = System.Drawing.Color.Green;
|
series2.View = splineSeriesView2;
|
series3.Name = "SeriesCurveQP";
|
splineSeriesView3.AxisYName = "AxisYQP";
|
splineSeriesView3.Color = System.Drawing.Color.Crimson;
|
series3.View = splineSeriesView3;
|
series4.Name = "SeriesPointQH";
|
pointSeriesView1.Color = System.Drawing.Color.DodgerBlue;
|
series4.View = pointSeriesView1;
|
series5.Name = "SeriesPointQE";
|
pointSeriesView2.AxisYName = "AxisYQE";
|
pointSeriesView2.Color = System.Drawing.Color.Green;
|
series5.View = pointSeriesView2;
|
series6.Name = "SeriesPointQP";
|
pointSeriesView3.AxisYName = "AxisYQP";
|
pointSeriesView3.Color = System.Drawing.Color.Crimson;
|
series6.View = pointSeriesView3;
|
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
|
series1,
|
series2,
|
series3,
|
series4,
|
series5,
|
series6};
|
this.chartControl1.Size = new System.Drawing.Size(1023, 857);
|
this.chartControl1.TabIndex = 0;
|
//
|
// popMenuChart
|
//
|
this.popMenuChart.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
new DevExpress.XtraBars.LinkPersistInfo(this.barCekChartEditMode),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetChartAxis, true),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnCalcCoordinate),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barCekSetAxisNameVisible, true),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barCekLegendVisible)});
|
this.popMenuChart.Manager = this.barManager1;
|
this.popMenuChart.Name = "popMenuChart";
|
//
|
// barCekChartEditMode
|
//
|
this.barCekChartEditMode.Caption = "切换模式";
|
this.barCekChartEditMode.Id = 20;
|
this.barCekChartEditMode.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekChartEditMode.ImageOptions.SvgImage")));
|
this.barCekChartEditMode.Name = "barCekChartEditMode";
|
this.barCekChartEditMode.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekChartEditMode_CheckedChanged);
|
//
|
// barBtnSetChartAxis
|
//
|
this.barBtnSetChartAxis.Caption = "修改坐标";
|
this.barBtnSetChartAxis.Id = 0;
|
this.barBtnSetChartAxis.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetChartAxis.ImageOptions.SvgImage")));
|
this.barBtnSetChartAxis.Name = "barBtnSetChartAxis";
|
this.barBtnSetChartAxis.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetChartAxis_ItemClick);
|
//
|
// barBtnCalcCoordinate
|
//
|
this.barBtnCalcCoordinate.Caption = "计算坐标";
|
this.barBtnCalcCoordinate.Id = 19;
|
this.barBtnCalcCoordinate.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCalcCoordinate.ImageOptions.SvgImage")));
|
this.barBtnCalcCoordinate.Name = "barBtnCalcCoordinate";
|
this.barBtnCalcCoordinate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.BarBtnCalcCoordinate_ItemClick);
|
//
|
// barCekSetAxisNameVisible
|
//
|
this.barCekSetAxisNameVisible.BindableChecked = true;
|
this.barCekSetAxisNameVisible.Caption = "轴名称";
|
this.barCekSetAxisNameVisible.Checked = true;
|
this.barCekSetAxisNameVisible.Id = 15;
|
this.barCekSetAxisNameVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSetAxisNameVisible.ImageOptions.SvgImage")));
|
this.barCekSetAxisNameVisible.Name = "barCekSetAxisNameVisible";
|
this.barCekSetAxisNameVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSetAxisNameVisible_CheckedChanged);
|
//
|
// barCekLegendVisible
|
//
|
this.barCekLegendVisible.Caption = "图例";
|
this.barCekLegendVisible.Id = 10;
|
this.barCekLegendVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLegendVisible.ImageOptions.SvgImage")));
|
this.barCekLegendVisible.Name = "barCekLegendVisible";
|
this.barCekLegendVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLegendVisible_CheckedChanged);
|
//
|
// barManager1
|
//
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
this.barManager1.Form = this;
|
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
this.barBtnSetChartAxis,
|
this.barCekLegendVisible,
|
this.barCekSetAxisNameVisible,
|
this.barBtnCalcCoordinate,
|
this.barCekChartEditMode});
|
this.barManager1.MaxItemId = 21;
|
//
|
// barDockControlTop
|
//
|
this.barDockControlTop.CausesValidation = false;
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
this.barDockControlTop.Manager = this.barManager1;
|
this.barDockControlTop.Size = new System.Drawing.Size(1023, 0);
|
//
|
// barDockControlBottom
|
//
|
this.barDockControlBottom.CausesValidation = false;
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 857);
|
this.barDockControlBottom.Manager = this.barManager1;
|
this.barDockControlBottom.Size = new System.Drawing.Size(1023, 0);
|
//
|
// barDockControlLeft
|
//
|
this.barDockControlLeft.CausesValidation = false;
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
this.barDockControlLeft.Manager = this.barManager1;
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 857);
|
//
|
// barDockControlRight
|
//
|
this.barDockControlRight.CausesValidation = false;
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
this.barDockControlRight.Location = new System.Drawing.Point(1023, 0);
|
this.barDockControlRight.Manager = this.barManager1;
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 857);
|
//
|
// CurveExpressEditChart
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.chartControl1);
|
this.Controls.Add(this.barDockControlLeft);
|
this.Controls.Add(this.barDockControlRight);
|
this.Controls.Add(this.barDockControlBottom);
|
this.Controls.Add(this.barDockControlTop);
|
this.Name = "CurveExpressEditChart";
|
this.Size = new System.Drawing.Size(1023, 857);
|
((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)(this.chartControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.popMenuChart)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraCharts.ChartControl chartControl1;
|
private DevExpress.XtraBars.PopupMenu popMenuChart;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.BarButtonItem barBtnSetChartAxis;
|
private DevExpress.XtraBars.BarCheckItem barCekLegendVisible;
|
private DevExpress.XtraBars.BarCheckItem barCekSetAxisNameVisible;
|
private DevExpress.XtraBars.BarButtonItem barBtnCalcCoordinate;
|
private DevExpress.XtraBars.BarCheckItem barCekChartEditMode;
|
}
|
}
|