namespace Yw.WinFrmUI.Phart { partial class PumpVariableSpeedViewChart { /// /// 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.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.LayoutDefinition layoutDefinition1 = new DevExpress.XtraCharts.LayoutDefinition(); DevExpress.XtraCharts.LayoutDefinition layoutDefinition2 = new DevExpress.XtraCharts.LayoutDefinition(); DevExpress.XtraCharts.LayoutDefinition layoutDefinition3 = new DevExpress.XtraCharts.LayoutDefinition(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane(); 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpVariableSpeedViewChart)); chartControl1 = new DevExpress.XtraCharts.ChartControl(); barBtnSetChartAxis = new DevExpress.XtraBars.BarButtonItem(); barCekCurveQEVisible = new DevExpress.XtraBars.BarCheckItem(); barCekCurveQPVisible = new DevExpress.XtraBars.BarCheckItem(); barCekCurveEQVisible = new DevExpress.XtraBars.BarCheckItem(); barManager1 = new DevExpress.XtraBars.BarManager(components); barMenu = new DevExpress.XtraBars.Bar(); barSubMenuVisible = new DevExpress.XtraBars.BarSubItem(); barDockControlTop = new DevExpress.XtraBars.BarDockControl(); barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); barDockControlRight = new DevExpress.XtraBars.BarDockControl(); bar1 = new DevExpress.XtraBars.Bar(); ((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)xyDiagram1).BeginInit(); ((System.ComponentModel.ISupportInitialize)xyDiagramPane1).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)barManager1).BeginInit(); SuspendLayout(); // // chartControl1 // 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.PaneLayout.AutoLayoutMode = DevExpress.XtraCharts.PaneAutoLayoutMode.Grid; xyDiagram1.PaneLayout.RowDefinitions.AddRange(new DevExpress.XtraCharts.LayoutDefinition[] { layoutDefinition1, layoutDefinition2, layoutDefinition3 }); xyDiagramPane1.BorderVisible = false; xyDiagramPane1.LayoutOptions.Column = 0; xyDiagramPane1.LayoutOptions.Row = 2; xyDiagramPane1.Name = "BottomPanel"; xyDiagramPane1.PaneID = 1; xyDiagramPane1.RuntimeCollapse = DevExpress.Utils.DefaultBoolean.False; xyDiagramPane1.SelectionRectangle.BorderVisible = false; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1 }); 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.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; 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, 34); chartControl1.Name = "chartControl1"; series1.Name = "SeriesQH"; series1.SeriesID = 0; splineSeriesView1.Color = Color.FromArgb(84, 141, 212); series1.View = splineSeriesView1; series2.Name = "SeriesQE"; series2.SeriesID = 1; splineSeriesView2.AxisYName = "AxisYQE"; splineSeriesView2.Color = Color.FromArgb(155, 187, 89); series2.View = splineSeriesView2; series3.Name = "SeriesQP"; series3.SeriesID = 2; splineSeriesView3.AxisYName = "AxisYQP"; splineSeriesView3.Color = Color.FromArgb(192, 0, 0); splineSeriesView3.PaneName = "BottomPanel"; series3.View = splineSeriesView3; chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; chartControl1.Size = new Size(1023, 823); chartControl1.TabIndex = 0; // // 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; // // barCekCurveQEVisible // barCekCurveQEVisible.BindableChecked = true; barCekCurveQEVisible.Caption = "效率线"; barCekCurveQEVisible.Checked = true; barCekCurveQEVisible.Id = 18; barCekCurveQEVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekCurveQEVisible.ImageOptions.SvgImage"); barCekCurveQEVisible.Name = "barCekCurveQEVisible"; barCekCurveQEVisible.CheckedChanged += barCekCurveQEVisible_CheckedChanged; // // barCekCurveQPVisible // barCekCurveQPVisible.BindableChecked = true; barCekCurveQPVisible.Caption = "功率线"; barCekCurveQPVisible.Checked = true; barCekCurveQPVisible.Id = 19; barCekCurveQPVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekCurveQPVisible.ImageOptions.SvgImage"); barCekCurveQPVisible.Name = "barCekCurveQPVisible"; barCekCurveQPVisible.CheckedChanged += barCekCurveQPVisible_CheckedChanged; // // barCekCurveEQVisible // barCekCurveEQVisible.BindableChecked = true; barCekCurveEQVisible.Caption = "装置线"; barCekCurveEQVisible.Checked = true; barCekCurveEQVisible.Id = 22; barCekCurveEQVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCekCurveEQVisible.ImageOptions.SvgImage"); barCekCurveEQVisible.Name = "barCekCurveEQVisible"; barCekCurveEQVisible.CheckedChanged += barCekCurveEQVisible_CheckedChanged; // // barManager1 // barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { barMenu }); 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, barCekCurveQEVisible, barCekCurveQPVisible, barCekCurveEQVisible, barSubMenuVisible }); barManager1.MainMenu = barMenu; barManager1.MaxItemId = 30; barManager1.ShowFullMenus = true; // // barMenu // barMenu.BarName = "main"; barMenu.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top; barMenu.DockCol = 0; barMenu.DockRow = 0; barMenu.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; barMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barSubMenuVisible), new DevExpress.XtraBars.LinkPersistInfo(barBtnSetChartAxis) }); barMenu.OptionsBar.DrawBorder = false; barMenu.OptionsBar.MinHeight = 30; barMenu.OptionsBar.MultiLine = true; barMenu.OptionsBar.UseWholeRow = true; barMenu.Text = "菜单"; // // barSubMenuVisible // barSubMenuVisible.Caption = "显示"; barSubMenuVisible.Id = 23; barSubMenuVisible.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barSubMenuVisible.ImageOptions.SvgImage"); barSubMenuVisible.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barCekCurveQPVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekCurveQEVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekCurveEQVisible) }); barSubMenuVisible.Name = "barSubMenuVisible"; barSubMenuVisible.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // // barDockControlTop // barDockControlTop.CausesValidation = false; barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = barManager1; barDockControlTop.Size = new Size(1023, 34); // // barDockControlBottom // barDockControlBottom.CausesValidation = false; barDockControlBottom.Dock = DockStyle.Bottom; barDockControlBottom.Location = new Point(0, 857); barDockControlBottom.Manager = barManager1; barDockControlBottom.Size = new Size(1023, 0); // // barDockControlLeft // barDockControlLeft.CausesValidation = false; barDockControlLeft.Dock = DockStyle.Left; barDockControlLeft.Location = new Point(0, 34); barDockControlLeft.Manager = barManager1; barDockControlLeft.Size = new Size(0, 823); // // barDockControlRight // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; barDockControlRight.Location = new Point(1023, 34); barDockControlRight.Manager = barManager1; barDockControlRight.Size = new Size(0, 823); // // bar1 // bar1.BarName = "Custom 2"; bar1.DockCol = 0; bar1.DockRow = 0; bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnSetChartAxis), new DevExpress.XtraBars.LinkPersistInfo(barCekCurveQPVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekCurveQEVisible) }); bar1.OptionsBar.MultiLine = true; bar1.OptionsBar.UseWholeRow = true; bar1.Text = "Custom 2"; // // PumpVariableSpeedViewChart // AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(chartControl1); Controls.Add(barDockControlLeft); Controls.Add(barDockControlRight); Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); Name = "PumpVariableSpeedViewChart"; Size = new Size(1023, 857); ((System.ComponentModel.ISupportInitialize)xyDiagramPane1).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)chartControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraCharts.ChartControl chartControl1; 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 barCekCurveQEVisible; private DevExpress.XtraBars.BarCheckItem barCekCurveQPVisible; private DevExpress.XtraBars.BarCheckItem barCekCurveEQVisible; private DevExpress.XtraBars.Bar bar1; private DevExpress.XtraBars.Bar barMenu; private DevExpress.XtraBars.BarSubItem barSubMenuVisible; } }