namespace IStation.WinFrmUI.Curve { partial class QHPDCurveExpressChart { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.TextAnnotation textAnnotation2 = new DevExpress.XtraCharts.TextAnnotation(); DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint2 = new DevExpress.XtraCharts.ChartAnchorPoint(); DevExpress.XtraCharts.RelativePosition relativePosition2 = new DevExpress.XtraCharts.RelativePosition(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine3 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.ConstantLine constantLine4 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView4 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView3 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView4 = new DevExpress.XtraCharts.PointSeriesView(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QHPDCurveExpressChart)); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.popMenuChart = new DevExpress.XtraBars.PopupMenu(this.components); this.barBtnSetChartAxis = new DevExpress.XtraBars.BarButtonItem(); this.barCekLineVisible = new DevExpress.XtraBars.BarCheckItem(); this.barCekDefinePointVisible = new DevExpress.XtraBars.BarCheckItem(); this.barCekSetAxisNameVisible = new DevExpress.XtraBars.BarCheckItem(); this.barCekLegendVisible = new DevExpress.XtraBars.BarCheckItem(); this.barCekChartDisplay = new DevExpress.XtraBars.BarCheckItem(); this.barBtnExportImage = new DevExpress.XtraBars.BarButtonItem(); 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(); this.barBtnPositioningMaxQ = new DevExpress.XtraBars.BarButtonItem(); this.barBtnSetAxisQValue = new DevExpress.XtraBars.BarButtonItem(); this.barBtnSetAxisHValue = new DevExpress.XtraBars.BarButtonItem(); this.popMenuLine = new DevExpress.XtraBars.PopupMenu(this.components); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(constantLine3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(constantLine4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popMenuChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popMenuLine)).BeginInit(); this.SuspendLayout(); // // chartControl1 // chartAnchorPoint2.X = 871; chartAnchorPoint2.Y = 783; textAnnotation2.AnchorPoint = chartAnchorPoint2; textAnnotation2.AnnotationID = 0; textAnnotation2.AutoHeight = true; textAnnotation2.AutoWidth = true; textAnnotation2.Name = "TextAnnoWorkPoint"; relativePosition2.Angle = -205.38790629109593D; relativePosition2.ConnectorLength = 65.30696746902278D; textAnnotation2.ShapePosition = relativePosition2; textAnnotation2.Text = "工作点"; textAnnotation2.TextAlignment = System.Drawing.StringAlignment.Near; this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation2}); this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; constantLine3.AxisValueSerializable = "1"; constantLine3.ConstantLineID = 0; constantLine3.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter; constantLine3.LineStyle.Thickness = 2; constantLine3.Name = "WorkPointLine"; constantLine3.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8F); constantLine3.Title.Text = "工作点"; xyDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine3}); xyDiagram2.AxisX.Title.Text = "流量 (m³/h)"; xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Color = System.Drawing.Color.DodgerBlue; constantLine4.AxisValueSerializable = "1"; constantLine4.ConstantLineID = 0; constantLine4.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter; constantLine4.LineStyle.Thickness = 2; constantLine4.Name = "WorkHLine"; constantLine4.Title.Text = "扬程"; xyDiagram2.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine4}); xyDiagram2.AxisY.Label.TextColor = System.Drawing.Color.DodgerBlue; xyDiagram2.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far; xyDiagram2.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.AxisY.Title.Text = "扬程/m"; xyDiagram2.AxisY.Title.TextColor = System.Drawing.Color.DodgerBlue; xyDiagram2.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.DefaultPane.BorderVisible = false; xyDiagram2.DefaultPane.Title.Text = "无数据"; this.chartControl1.Diagram = xyDiagram2; 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.LegendID = -1; 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"; series5.Name = "SeriesCurveQH"; series5.SeriesID = 0; splineSeriesView3.Color = System.Drawing.Color.DodgerBlue; series5.View = splineSeriesView3; series6.Name = "SeriesCurveQPD"; series6.SeriesID = 2; splineSeriesView4.Color = System.Drawing.Color.Crimson; series6.View = splineSeriesView4; series7.Name = "SeriesPointQH"; series7.SeriesID = 3; pointSeriesView3.Color = System.Drawing.Color.DodgerBlue; series7.View = pointSeriesView3; series8.Name = "SeriesPointQPD"; series8.SeriesID = 5; pointSeriesView4.Color = System.Drawing.Color.Crimson; series8.View = pointSeriesView4; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series5, series6, series7, series8}; 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.barBtnSetChartAxis), new DevExpress.XtraBars.LinkPersistInfo(this.barCekLineVisible, true), new DevExpress.XtraBars.LinkPersistInfo(this.barCekDefinePointVisible), new DevExpress.XtraBars.LinkPersistInfo(this.barCekSetAxisNameVisible), new DevExpress.XtraBars.LinkPersistInfo(this.barCekLegendVisible), new DevExpress.XtraBars.LinkPersistInfo(this.barCekChartDisplay), new DevExpress.XtraBars.LinkPersistInfo(this.barBtnExportImage)}); this.popMenuChart.Manager = this.barManager1; this.popMenuChart.Name = "popMenuChart"; // // 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); // // barCekLineVisible // this.barCekLineVisible.Caption = "工作点"; this.barCekLineVisible.Id = 9; this.barCekLineVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekLineVisible.ImageOptions.SvgImage"))); this.barCekLineVisible.Name = "barCekLineVisible"; this.barCekLineVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekLineVisible_CheckedChanged); // // barCekDefinePointVisible // this.barCekDefinePointVisible.BindableChecked = true; this.barCekDefinePointVisible.Caption = "定义点"; this.barCekDefinePointVisible.Checked = true; this.barCekDefinePointVisible.Id = 7; this.barCekDefinePointVisible.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekDefinePointVisible.ImageOptions.SvgImage"))); this.barCekDefinePointVisible.Name = "barCekDefinePointVisible"; this.barCekDefinePointVisible.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekDefinePointVisible_CheckedChanged); // // 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); // // barCekChartDisplay // this.barCekChartDisplay.Caption = "深色模式"; this.barCekChartDisplay.Id = 2; this.barCekChartDisplay.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekChartDisplay.ImageOptions.SvgImage"))); this.barCekChartDisplay.Name = "barCekChartDisplay"; this.barCekChartDisplay.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekChartDisplay_CheckedChanged); // // barBtnExportImage // this.barBtnExportImage.Caption = "导出图片"; this.barBtnExportImage.Id = 4; this.barBtnExportImage.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExportImage.ImageOptions.SvgImage"))); this.barBtnExportImage.Name = "barBtnExportImage"; this.barBtnExportImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExportImage_ItemClick); // // 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.barCekChartDisplay, this.barBtnExportImage, this.barCekDefinePointVisible, this.barCekLineVisible, this.barCekLegendVisible, this.barBtnPositioningMaxQ, this.barBtnSetAxisQValue, this.barBtnSetAxisHValue, this.barCekSetAxisNameVisible}); this.barManager1.MaxItemId = 17; // // 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); // // barBtnPositioningMaxQ // this.barBtnPositioningMaxQ.Caption = "定位最大流量点"; this.barBtnPositioningMaxQ.Id = 11; this.barBtnPositioningMaxQ.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnPositioningMaxQ.ImageOptions.SvgImage"))); this.barBtnPositioningMaxQ.Name = "barBtnPositioningMaxQ"; this.barBtnPositioningMaxQ.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPositioningMaxQ_ItemClick); // // barBtnSetAxisQValue // this.barBtnSetAxisQValue.Caption = "定位流量点"; this.barBtnSetAxisQValue.Id = 13; this.barBtnSetAxisQValue.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetAxisQValue.ImageOptions.SvgImage"))); this.barBtnSetAxisQValue.Name = "barBtnSetAxisQValue"; this.barBtnSetAxisQValue.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetAxisQValue_ItemClick); // // barBtnSetAxisHValue // this.barBtnSetAxisHValue.Caption = "定位扬程点"; this.barBtnSetAxisHValue.Id = 14; this.barBtnSetAxisHValue.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSetAxisHValue.ImageOptions.SvgImage"))); this.barBtnSetAxisHValue.Name = "barBtnSetAxisHValue"; this.barBtnSetAxisHValue.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetAxisHValue_ItemClick); // // popMenuLine // this.popMenuLine.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetAxisQValue), new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetAxisHValue), new DevExpress.XtraBars.LinkPersistInfo(this.barBtnPositioningMaxQ, true)}); this.popMenuLine.Manager = this.barManager1; this.popMenuLine.Name = "popMenuLine"; // // QHPDCurveExpressChart // 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 = "QHPDCurveExpressChart"; this.Size = new System.Drawing.Size(1023, 857); ((System.ComponentModel.ISupportInitialize)(textAnnotation2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(constantLine3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(constantLine4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popMenuChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popMenuLine)).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 barCekChartDisplay; private DevExpress.XtraBars.BarButtonItem barBtnExportImage; private DevExpress.XtraBars.BarCheckItem barCekDefinePointVisible; private DevExpress.XtraBars.BarCheckItem barCekLineVisible; private DevExpress.XtraBars.BarCheckItem barCekLegendVisible; private DevExpress.XtraBars.BarButtonItem barBtnPositioningMaxQ; private DevExpress.XtraBars.PopupMenu popMenuLine; private DevExpress.XtraBars.BarButtonItem barBtnSetAxisQValue; private DevExpress.XtraBars.BarButtonItem barBtnSetAxisHValue; private DevExpress.XtraBars.BarCheckItem barCekSetAxisNameVisible; } }