namespace HStation.WinFrmUI
|
{
|
partial class ValvePerform2dEditChart
|
{
|
/// <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()
|
{
|
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.Series series1 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
|
DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = 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);
|
barCekChartEditMode = new DevExpress.XtraBars.BarCheckItem();
|
barBtnSetChartAxis = new DevExpress.XtraBars.BarButtonItem();
|
barBtnCalcCoordinate = new DevExpress.XtraBars.BarButtonItem();
|
barCekSetAxisNameVisible = new DevExpress.XtraBars.BarCheckItem();
|
barCekLegendVisible = new DevExpress.XtraBars.BarCheckItem();
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)textAnnotation1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)xyDiagram1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)series1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)splineSeriesView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)series2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pointSeriesView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)popMenuChart).BeginInit();
|
((System.ComponentModel.ISupportInitialize)barManager1).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 = "修改模式:鼠标/键盘☑ ";
|
xyDiagram1.DefaultPane.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
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.True;
|
chartControl1.Location = new Point(0, 0);
|
chartControl1.Name = "chartControl1";
|
series1.Name = "SeriesCurveQL";
|
series1.SeriesID = 0;
|
splineSeriesView1.Color = Color.DodgerBlue;
|
series1.View = splineSeriesView1;
|
series2.Name = "SeriesPointQL";
|
series2.SeriesID = 3;
|
pointSeriesView1.Color = Color.DodgerBlue;
|
series2.View = pointSeriesView1;
|
chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
|
{
|
series1,
|
series2
|
};
|
chartControl1.Size = new Size(1023, 856);
|
chartControl1.TabIndex = 0;
|
//
|
// popMenuChart
|
//
|
popMenuChart.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barCekChartEditMode), new DevExpress.XtraBars.LinkPersistInfo(barBtnSetChartAxis, true), new DevExpress.XtraBars.LinkPersistInfo(barBtnCalcCoordinate), new DevExpress.XtraBars.LinkPersistInfo(barCekSetAxisNameVisible, true), new DevExpress.XtraBars.LinkPersistInfo(barCekLegendVisible) });
|
popMenuChart.Manager = barManager1;
|
popMenuChart.Name = "popMenuChart";
|
//
|
// barCekChartEditMode
|
//
|
barCekChartEditMode.Caption = "切换模式";
|
barCekChartEditMode.Id = 20;
|
barCekChartEditMode.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekChartEditMode.ImageOptions.SvgImage");
|
barCekChartEditMode.Name = "barCekChartEditMode";
|
barCekChartEditMode.CheckedChanged += barCekChartEditMode_CheckedChanged;
|
//
|
// barBtnSetChartAxis
|
//
|
barBtnSetChartAxis.Caption = "修改坐标";
|
barBtnSetChartAxis.Id = 0;
|
barBtnSetChartAxis.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetChartAxis.ImageOptions.SvgImage");
|
barBtnSetChartAxis.Name = "barBtnSetChartAxis";
|
barBtnSetChartAxis.ItemClick += barBtnSetChartAxis_ItemClick;
|
//
|
// barBtnCalcCoordinate
|
//
|
barBtnCalcCoordinate.Caption = "计算坐标";
|
barBtnCalcCoordinate.Id = 19;
|
barBtnCalcCoordinate.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCalcCoordinate.ImageOptions.SvgImage");
|
barBtnCalcCoordinate.Name = "barBtnCalcCoordinate";
|
barBtnCalcCoordinate.ItemClick += BarBtnCalcCoordinate_ItemClick;
|
//
|
// barCekSetAxisNameVisible
|
//
|
barCekSetAxisNameVisible.BindableChecked = true;
|
barCekSetAxisNameVisible.Caption = "轴名称";
|
barCekSetAxisNameVisible.Checked = true;
|
barCekSetAxisNameVisible.Id = 15;
|
barCekSetAxisNameVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekSetAxisNameVisible.ImageOptions.SvgImage");
|
barCekSetAxisNameVisible.Name = "barCekSetAxisNameVisible";
|
barCekSetAxisNameVisible.CheckedChanged += barCekSetAxisNameVisible_CheckedChanged;
|
//
|
// barCekLegendVisible
|
//
|
barCekLegendVisible.Caption = "图例";
|
barCekLegendVisible.Id = 10;
|
barCekLegendVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekLegendVisible.ImageOptions.SvgImage");
|
barCekLegendVisible.Name = "barCekLegendVisible";
|
barCekLegendVisible.CheckedChanged += barCekLegendVisible_CheckedChanged;
|
//
|
// barManager1
|
//
|
barManager1.DockControls.Add(barDockControlTop);
|
barManager1.DockControls.Add(barDockControlBottom);
|
barManager1.DockControls.Add(barDockControlLeft);
|
barManager1.DockControls.Add(barDockControlRight);
|
barManager1.Form = this;
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barBtnSetChartAxis, barCekLegendVisible, barCekSetAxisNameVisible, barBtnCalcCoordinate, barCekChartEditMode });
|
barManager1.MaxItemId = 21;
|
//
|
// barDockControlTop
|
//
|
barDockControlTop.CausesValidation = false;
|
barDockControlTop.Dock = DockStyle.Top;
|
barDockControlTop.Location = new Point(0, 0);
|
barDockControlTop.Manager = barManager1;
|
barDockControlTop.Size = new Size(1023, 0);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 856);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Size = new Size(1023, 0);
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 0);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Size = new Size(0, 856);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(1023, 0);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Size = new Size(0, 856);
|
//
|
// ValvePerform2dEditChart
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(chartControl1);
|
Controls.Add(barDockControlLeft);
|
Controls.Add(barDockControlRight);
|
Controls.Add(barDockControlBottom);
|
Controls.Add(barDockControlTop);
|
Name = "ValvePerform2dEditChart";
|
Size = new Size(1023, 856);
|
((System.ComponentModel.ISupportInitialize)textAnnotation1).EndInit();
|
((System.ComponentModel.ISupportInitialize)xyDiagram1).EndInit();
|
((System.ComponentModel.ISupportInitialize)splineSeriesView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)series1).EndInit();
|
((System.ComponentModel.ISupportInitialize)pointSeriesView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)series2).EndInit();
|
((System.ComponentModel.ISupportInitialize)chartControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)popMenuChart).EndInit();
|
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
|
ResumeLayout(false);
|
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;
|
}
|
}
|