namespace Yw.WinFrmUI.Phart { partial class ValveViewChart { /// /// Requipuired 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 /// /// Requipuired method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation(); DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint(); DevExpress.XtraCharts.RelativePosition relativePosition1 = new DevExpress.XtraCharts.RelativePosition(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine(); 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(ValveViewChart)); chartControl1 = new DevExpress.XtraCharts.ChartControl(); popMenuChart = new DevExpress.XtraBars.PopupMenu(components); barBtnSetChartAxis = new DevExpress.XtraBars.BarButtonItem(); barCekLineVisible = new DevExpress.XtraBars.BarCheckItem(); barCekDefinePointVisible = new DevExpress.XtraBars.BarCheckItem(); barCekSetAxisNameVisible = new DevExpress.XtraBars.BarCheckItem(); barCekLegendVisible = new DevExpress.XtraBars.BarCheckItem(); barCekChartDisplay = new DevExpress.XtraBars.BarCheckItem(); barBtnSetChartEquation = new DevExpress.XtraBars.BarButtonItem(); barBtnExportXls = new DevExpress.XtraBars.BarButtonItem(); barBtnExportImage = new DevExpress.XtraBars.BarButtonItem(); 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(); barBtnPositioningMaxQ = new DevExpress.XtraBars.BarButtonItem(); barBtnSetAxisQValue = new DevExpress.XtraBars.BarButtonItem(); barBtnSetAxisLValue = new DevExpress.XtraBars.BarButtonItem(); popMenuLine = new DevExpress.XtraBars.PopupMenu(components); ((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)textAnnotation1).BeginInit(); ((System.ComponentModel.ISupportInitialize)xyDiagram1).BeginInit(); ((System.ComponentModel.ISupportInitialize)constantLine1).BeginInit(); ((System.ComponentModel.ISupportInitialize)constantLine2).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(); ((System.ComponentModel.ISupportInitialize)popMenuLine).BeginInit(); SuspendLayout(); // // chartControl1 // chartAnchorPoint1.X = 871; chartAnchorPoint1.Y = 783; textAnnotation1.AnchorPoint = chartAnchorPoint1; textAnnotation1.AnnotationID = 0; textAnnotation1.AutoHeight = true; textAnnotation1.AutoWidth = true; textAnnotation1.Name = "TextAnnoWorkPoint"; relativePosition1.Angle = -205.38790629109593D; relativePosition1.ConnectorLength = 65.30696746902278D; textAnnotation1.ShapePosition = relativePosition1; textAnnotation1.Text = "工作点"; textAnnotation1.TextAlignment = StringAlignment.Near; chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation1 }); chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; constantLine1.AxisValueSerializable = "1"; constantLine1.ConstantLineID = 0; constantLine1.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter; constantLine1.LineStyle.Thickness = 2; constantLine1.Name = "WorkPointLine"; constantLine1.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8F); constantLine1.Title.Text = "工作点"; xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine1 }); xyDiagram1.AxisX.Title.Text = "流量 (m³/h)"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Color = Color.DodgerBlue; constantLine2.AxisValueSerializable = "1"; constantLine2.ConstantLineID = 0; constantLine2.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Miter; constantLine2.LineStyle.Thickness = 2; constantLine2.Name = "WorkLLine"; constantLine2.Title.Text = "水损"; xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine2 }); 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 = "无数据"; 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.Margin = new Padding(2); chartControl1.Name = "chartControl1"; series1.Name = "SeriesCurveQL"; series1.SeriesID = 0; splineSeriesView1.Color = Color.DodgerBlue; series1.View = splineSeriesView1; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; 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(716, 545); chartControl1.TabIndex = 0; // // popMenuChart // popMenuChart.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnSetChartAxis), new DevExpress.XtraBars.LinkPersistInfo(barCekLineVisible, true), new DevExpress.XtraBars.LinkPersistInfo(barCekDefinePointVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekSetAxisNameVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekLegendVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekChartDisplay), new DevExpress.XtraBars.LinkPersistInfo(barBtnSetChartEquation, true), new DevExpress.XtraBars.LinkPersistInfo(barBtnExportXls), new DevExpress.XtraBars.LinkPersistInfo(barBtnExportImage) }); popMenuChart.Manager = barManager1; popMenuChart.Name = "popMenuChart"; // // 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; // // barCekLineVisible // barCekLineVisible.Caption = "工作点"; barCekLineVisible.Id = 9; barCekLineVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekLineVisible.ImageOptions.SvgImage"); barCekLineVisible.Name = "barCekLineVisible"; barCekLineVisible.CheckedChanged += barCekLineVisible_CheckedChanged; // // barCekDefinePointVisible // barCekDefinePointVisible.BindableChecked = true; barCekDefinePointVisible.Caption = "定义点"; barCekDefinePointVisible.Checked = true; barCekDefinePointVisible.Id = 7; barCekDefinePointVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekDefinePointVisible.ImageOptions.SvgImage"); barCekDefinePointVisible.Name = "barCekDefinePointVisible"; barCekDefinePointVisible.CheckedChanged += barCekDefinePointVisible_CheckedChanged; // // 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; // // barCekChartDisplay // barCekChartDisplay.Caption = "深色模式"; barCekChartDisplay.Id = 2; barCekChartDisplay.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekChartDisplay.ImageOptions.SvgImage"); barCekChartDisplay.Name = "barCekChartDisplay"; barCekChartDisplay.CheckedChanged += barCekChartDisplay_CheckedChanged; // // barBtnSetChartEquation // barBtnSetChartEquation.Caption = "曲线方程"; barBtnSetChartEquation.Id = 1; barBtnSetChartEquation.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetChartEquation.ImageOptions.SvgImage"); barBtnSetChartEquation.Name = "barBtnSetChartEquation"; barBtnSetChartEquation.ItemClick += barBtnSetChartEquation_ItemClick; // // barBtnExportXls // barBtnExportXls.Caption = "导出表格"; barBtnExportXls.Id = 3; barBtnExportXls.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExportXls.ImageOptions.SvgImage"); barBtnExportXls.Name = "barBtnExportXls"; barBtnExportXls.ItemClick += barBtnExportXls_ItemClick; // // barBtnExportImage // barBtnExportImage.Caption = "导出图片"; barBtnExportImage.Id = 4; barBtnExportImage.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExportImage.ImageOptions.SvgImage"); barBtnExportImage.Name = "barBtnExportImage"; barBtnExportImage.ItemClick += barBtnExportImage_ItemClick; // // 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, barBtnSetChartEquation, barCekChartDisplay, barBtnExportXls, barBtnExportImage, barCekDefinePointVisible, barCekLineVisible, barCekLegendVisible, barBtnPositioningMaxQ, barBtnSetAxisQValue, barBtnSetAxisLValue, barCekSetAxisNameVisible }); barManager1.MaxItemId = 17; // // barDockControlTop // barDockControlTop.CausesValidation = false; barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = barManager1; barDockControlTop.Margin = new Padding(2); barDockControlTop.Size = new Size(716, 0); // // barDockControlBottom // barDockControlBottom.CausesValidation = false; barDockControlBottom.Dock = DockStyle.Bottom; barDockControlBottom.Location = new Point(0, 545); barDockControlBottom.Manager = barManager1; barDockControlBottom.Margin = new Padding(2); barDockControlBottom.Size = new Size(716, 0); // // barDockControlLeft // barDockControlLeft.CausesValidation = false; barDockControlLeft.Dock = DockStyle.Left; barDockControlLeft.Location = new Point(0, 0); barDockControlLeft.Manager = barManager1; barDockControlLeft.Margin = new Padding(2); barDockControlLeft.Size = new Size(0, 545); // // barDockControlRight // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; barDockControlRight.Location = new Point(716, 0); barDockControlRight.Manager = barManager1; barDockControlRight.Margin = new Padding(2); barDockControlRight.Size = new Size(0, 545); // // barBtnPositioningMaxQ // barBtnPositioningMaxQ.Caption = "定位最大流量点"; barBtnPositioningMaxQ.Id = 11; barBtnPositioningMaxQ.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPositioningMaxQ.ImageOptions.SvgImage"); barBtnPositioningMaxQ.Name = "barBtnPositioningMaxQ"; barBtnPositioningMaxQ.ItemClick += barBtnPositioningMaxQ_ItemClick; // // barBtnSetAxisQValue // barBtnSetAxisQValue.Caption = "定位流量点"; barBtnSetAxisQValue.Id = 13; barBtnSetAxisQValue.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetAxisQValue.ImageOptions.SvgImage"); barBtnSetAxisQValue.Name = "barBtnSetAxisQValue"; barBtnSetAxisQValue.ItemClick += barBtnSetAxisQValue_ItemClick; // // barBtnSetAxisLValue // barBtnSetAxisLValue.Caption = "定位水损点"; barBtnSetAxisLValue.Id = 14; barBtnSetAxisLValue.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetAxisLValue.ImageOptions.SvgImage"); barBtnSetAxisLValue.Name = "barBtnSetAxisLValue"; barBtnSetAxisLValue.ItemClick += barBtnSetAxisHValue_ItemClick; // // popMenuLine // popMenuLine.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnSetAxisQValue), new DevExpress.XtraBars.LinkPersistInfo(barBtnSetAxisLValue), new DevExpress.XtraBars.LinkPersistInfo(barBtnPositioningMaxQ, true) }); popMenuLine.Manager = barManager1; popMenuLine.Name = "popMenuLine"; // // ValvePerform2dChart // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(chartControl1); Controls.Add(barDockControlLeft); Controls.Add(barDockControlRight); Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); Margin = new Padding(2); Name = "ValvePerform2dChart"; Size = new Size(716, 545); ((System.ComponentModel.ISupportInitialize)textAnnotation1).EndInit(); ((System.ComponentModel.ISupportInitialize)constantLine1).EndInit(); ((System.ComponentModel.ISupportInitialize)constantLine2).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(); ((System.ComponentModel.ISupportInitialize)popMenuLine).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.BarButtonItem barBtnSetChartEquation; private DevExpress.XtraBars.BarCheckItem barCekChartDisplay; private DevExpress.XtraBars.BarButtonItem barBtnExportXls; 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 barBtnSetAxisLValue; private DevExpress.XtraBars.BarCheckItem barCekSetAxisNameVisible; } }