using DevExpress.Utils; namespace IStation.WinFrmUI.CalcErQu { partial class ChartPumpCurveParasCtrl { /// /// 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 textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation(); DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint(); DevExpress.XtraCharts.FreePosition freePosition1 = new DevExpress.XtraCharts.FreePosition(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Strip strip1 = new DevExpress.XtraCharts.Strip(); DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine(); 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.SecondaryAxisY secondaryAxisY3 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.chartRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.查询曲线参数MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.设置曲线标签显示MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置图形显示Menu = new System.Windows.Forms.ToolStripMenuItem(); this.调整坐标系Menu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.显示坐标标签ItemMenu = new System.Windows.Forms.ToolStripMenuItem(); this.annoRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.MenuItemAnno删除 = new System.Windows.Forms.ToolStripMenuItem(); this.MenuItemAnno修改内容 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.MenuItemAnno设置文字颜色 = new System.Windows.Forms.ToolStripMenuItem(); this.MenuItemAnno设置背景色 = new System.Windows.Forms.ToolStripMenuItem(); this.MenuItemAnno设置背景透明 = new System.Windows.Forms.ToolStripMenuItem(); this.axisRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.设置颜色AxisMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置坐标AxisMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.颜色交织AxisMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置子刻度数AxisMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lineMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.设置颜色LineMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置值LineMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.curveRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.设置颜色SeriesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置宽度SeriesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置线型SeriesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(strip1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); this.chartRightMenu.SuspendLayout(); this.annoRightMenu.SuspendLayout(); this.axisRightMenu.SuspendLayout(); this.lineMenuStrip.SuspendLayout(); this.curveRightMenu.SuspendLayout(); this.SuspendLayout(); // // chartControl1 // chartAnchorPoint1.X = 140; chartAnchorPoint1.Y = 46; textAnnotation1.AnchorPoint = chartAnchorPoint1; textAnnotation1.AutoHeight = true; textAnnotation1.AutoWidth = true; textAnnotation1.BackColor = System.Drawing.Color.Transparent; textAnnotation1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; textAnnotation1.ConnectorStyle = DevExpress.XtraCharts.AnnotationConnectorStyle.None; textAnnotation1.Name = "QueryParaInfoText"; textAnnotation1.Padding.Bottom = 2; textAnnotation1.Padding.Left = 2; textAnnotation1.Padding.Right = 2; textAnnotation1.Padding.Top = 2; textAnnotation1.RuntimeAnchoring = true; textAnnotation1.RuntimeMoving = true; textAnnotation1.RuntimeResizing = true; textAnnotation1.RuntimeRotation = true; textAnnotation1.Shadow.Visible = true; freePosition1.DockCorner = DevExpress.XtraCharts.DockCorner.RightBottom; freePosition1.DockTargetName = "Default Pane"; freePosition1.InnerIndents.Left = 0; freePosition1.InnerIndents.Top = 0; textAnnotation1.ShapePosition = freePosition1; textAnnotation1.TextAlignment = System.Drawing.StringAlignment.Near; textAnnotation1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation1}); this.chartControl1.AppearanceNameSerializable = "Chameleon"; this.chartControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.chartControl1.BorderOptions.Color = System.Drawing.Color.White; this.chartControl1.Cursor = System.Windows.Forms.Cursors.Cross; xyDiagram1.AxisX.Color = System.Drawing.Color.Black; constantLine1.AxisValueSerializable = "1"; constantLine1.Color = System.Drawing.Color.Navy; constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid; constantLine1.LineStyle.Thickness = 2; constantLine1.Name = "refConstantLineQ"; constantLine1.Title.Text = "参考"; constantLine1.Title.TextColor = System.Drawing.Color.Navy; xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine1}); xyDiagram1.AxisX.GridLines.Color = System.Drawing.Color.Silver; xyDiagram1.AxisX.GridLines.MinorLineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.DashDot; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate = false; xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false; xyDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 6; xyDiagram1.AxisX.Label.TextColor = System.Drawing.Color.Black; xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisX.NumericScaleOptions.GridAlignment = DevExpress.XtraCharts.NumericGridAlignment.Hundreds; xyDiagram1.AxisX.ScaleBreakOptions.Style = DevExpress.XtraCharts.ScaleBreakStyle.Straight; strip1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); strip1.LegendText = "工作区域"; strip1.MaxLimit.AxisValueSerializable = "1"; strip1.MinLimit.AxisValueSerializable = "0"; strip1.Name = "StripWorkRegion"; xyDiagram1.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] { strip1}); xyDiagram1.AxisX.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 7.5F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); xyDiagram1.AxisX.Title.Text = "流量(m³/h)"; xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.Black; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); constantLine2.AxisValueSerializable = "1"; constantLine2.Color = System.Drawing.Color.Gray; constantLine2.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.DashDotDot; constantLine2.Name = "refConstantLineH"; constantLine2.Title.Text = "参考"; xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine2}); xyDiagram1.AxisY.GridLines.Visible = false; xyDiagram1.AxisY.Interlaced = true; xyDiagram1.AxisY.Label.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); xyDiagram1.AxisY.MinorCount = 1; xyDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far; xyDiagram1.AxisY.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F); xyDiagram1.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.AxisY.Title.Text = "扬程(m)"; xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AutoSideMargins = false; xyDiagram1.AxisY.WholeRange.EndSideMargin = 0D; xyDiagram1.AxisY.WholeRange.StartSideMargin = 0D; xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); xyDiagram1.DefaultPane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); xyDiagram1.DefaultPane.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; xyDiagram1.Margins.Bottom = 3; xyDiagram1.Margins.Left = 3; xyDiagram1.Margins.Right = 3; xyDiagram1.Margins.Top = 3; xyDiagram1.PaneDistance = 1; xyDiagramPane1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); xyDiagramPane1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; xyDiagramPane1.Name = "PaneBottom"; xyDiagramPane1.PaneID = 2; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1}); secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY1.AxisID = 0; secondaryAxisY1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); secondaryAxisY1.Label.ResolveOverlappingOptions.AllowHide = false; secondaryAxisY1.Label.ResolveOverlappingOptions.AllowRotate = false; secondaryAxisY1.Label.ResolveOverlappingOptions.AllowStagger = false; secondaryAxisY1.Label.ResolveOverlappingOptions.MinIndent = 4; secondaryAxisY1.Label.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); secondaryAxisY1.MinorCount = 1; secondaryAxisY1.Name = "NPSHAxisY"; secondaryAxisY1.Title.Alignment = System.Drawing.StringAlignment.Near; secondaryAxisY1.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 10F); secondaryAxisY1.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; secondaryAxisY1.Title.Text = "NPSHr(m)"; secondaryAxisY1.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY1.VisibleInPanesSerializable = "-1"; secondaryAxisY2.AxisID = 1; secondaryAxisY2.Color = System.Drawing.Color.Peru; secondaryAxisY2.Label.ResolveOverlappingOptions.AllowHide = false; secondaryAxisY2.Label.ResolveOverlappingOptions.AllowRotate = false; secondaryAxisY2.Label.ResolveOverlappingOptions.AllowStagger = false; secondaryAxisY2.Label.ResolveOverlappingOptions.MinIndent = 4; secondaryAxisY2.Label.TextColor = System.Drawing.Color.Peru; secondaryAxisY2.MinorCount = 1; secondaryAxisY2.Name = "QEAxisY"; secondaryAxisY2.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F); secondaryAxisY2.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; secondaryAxisY2.Title.Text = "效率(%)"; secondaryAxisY2.Title.TextColor = System.Drawing.Color.Peru; secondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY2.VisibleInPanesSerializable = "-1"; secondaryAxisY2.WholeRange.Auto = false; secondaryAxisY2.WholeRange.AutoSideMargins = false; secondaryAxisY2.WholeRange.EndSideMargin = 0D; secondaryAxisY2.WholeRange.MaxValueSerializable = "1"; secondaryAxisY2.WholeRange.MinValueSerializable = "0"; secondaryAxisY2.WholeRange.StartSideMargin = 0D; secondaryAxisY3.AxisID = 2; secondaryAxisY3.Color = System.Drawing.SystemColors.HotTrack; secondaryAxisY3.Label.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 8.25F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] { new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))}); secondaryAxisY3.Label.ResolveOverlappingOptions.AllowHide = false; secondaryAxisY3.Label.ResolveOverlappingOptions.AllowRotate = false; secondaryAxisY3.Label.ResolveOverlappingOptions.AllowStagger = false; secondaryAxisY3.Label.ResolveOverlappingOptions.MinIndent = 4; secondaryAxisY3.Label.TextColor = System.Drawing.SystemColors.HotTrack; secondaryAxisY3.MinorCount = 1; secondaryAxisY3.Name = "QPAxisY"; secondaryAxisY3.Title.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 9F); secondaryAxisY3.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; secondaryAxisY3.Title.Text = "功率(kW)"; secondaryAxisY3.Title.TextColor = System.Drawing.SystemColors.HotTrack; secondaryAxisY3.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY3.VisibleInPanesSerializable = "-1"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1, secondaryAxisY2, secondaryAxisY3}); this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside; this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.None; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Margin = new System.Windows.Forms.Padding(1); this.chartControl1.Name = "chartControl1"; this.chartControl1.Padding.Bottom = 1; this.chartControl1.Padding.Left = 1; this.chartControl1.Padding.Right = 1; this.chartControl1.Padding.Top = 1; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series1.Name = "QueryLineHorizontal"; lineSeriesView1.Color = System.Drawing.Color.Red; series1.View = lineSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.SeriesTemplate.View = lineSeriesView2; this.chartControl1.Size = new System.Drawing.Size(616, 577); this.chartControl1.SmallChartText.Text = ""; this.chartControl1.TabIndex = 0; chartTitle1.Dock = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom; chartTitle1.DXFont = new DevExpress.Drawing.DXFont("Tahoma", 12F); chartTitle1.Indent = 1; chartTitle1.Text = ""; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // chartRightMenu // this.chartRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.查询曲线参数MenuItem, this.toolStripSeparator4, this.设置曲线标签显示MenuItem, this.设置图形显示Menu, this.调整坐标系Menu, this.toolStripSeparator6, this.显示坐标标签ItemMenu}); this.chartRightMenu.Name = "chartRightMenu"; this.chartRightMenu.ShowCheckMargin = true; this.chartRightMenu.ShowImageMargin = false; this.chartRightMenu.Size = new System.Drawing.Size(149, 126); this.chartRightMenu.Opening += new System.ComponentModel.CancelEventHandler(this.chartRightMenu_Opening); // // 查询曲线参数MenuItem // this.查询曲线参数MenuItem.Name = "查询曲线参数MenuItem"; this.查询曲线参数MenuItem.Size = new System.Drawing.Size(148, 22); this.查询曲线参数MenuItem.Text = "查询曲线参数"; this.查询曲线参数MenuItem.Visible = false; this.查询曲线参数MenuItem.Click += new System.EventHandler(this.查询曲线参数MenuItem_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(145, 6); this.toolStripSeparator4.Visible = false; // // 设置曲线标签显示MenuItem // this.设置曲线标签显示MenuItem.Name = "设置曲线标签显示MenuItem"; this.设置曲线标签显示MenuItem.Size = new System.Drawing.Size(148, 22); this.设置曲线标签显示MenuItem.Text = "设置曲线标签"; this.设置曲线标签显示MenuItem.Click += new System.EventHandler(this.设置曲线标签显示MenuItem_Click); // // 设置图形显示Menu // this.设置图形显示Menu.Name = "设置图形显示Menu"; this.设置图形显示Menu.Size = new System.Drawing.Size(148, 22); this.设置图形显示Menu.Text = "设置图表显示"; this.设置图形显示Menu.Click += new System.EventHandler(this.设置图形显示Menu_Click); // // 调整坐标系Menu // this.调整坐标系Menu.Name = "调整坐标系Menu"; this.调整坐标系Menu.Size = new System.Drawing.Size(148, 22); this.调整坐标系Menu.Text = "设置图表坐标"; this.调整坐标系Menu.Click += new System.EventHandler(this.调整坐标系MenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(145, 6); // // 显示坐标标签ItemMenu // this.显示坐标标签ItemMenu.Checked = true; this.显示坐标标签ItemMenu.CheckState = System.Windows.Forms.CheckState.Checked; this.显示坐标标签ItemMenu.Name = "显示坐标标签ItemMenu"; this.显示坐标标签ItemMenu.Size = new System.Drawing.Size(148, 22); this.显示坐标标签ItemMenu.Text = "显示坐标标签"; this.显示坐标标签ItemMenu.Click += new System.EventHandler(this.显示坐标标签ItemMenu_Click); // // annoRightMenu // this.annoRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuItemAnno删除, this.MenuItemAnno修改内容, this.toolStripSeparator1, this.MenuItemAnno设置文字颜色, this.MenuItemAnno设置背景色, this.MenuItemAnno设置背景透明}); this.annoRightMenu.Name = "annoRightMenu"; this.annoRightMenu.Size = new System.Drawing.Size(149, 120); this.annoRightMenu.Opening += new System.ComponentModel.CancelEventHandler(this.annoRightMenu_Opening); // // MenuItemAnno删除 // this.MenuItemAnno删除.Name = "MenuItemAnno删除"; this.MenuItemAnno删除.Size = new System.Drawing.Size(148, 22); this.MenuItemAnno删除.Text = "删除"; this.MenuItemAnno删除.Click += new System.EventHandler(this.MenuItemAnno删除_Click); // // MenuItemAnno修改内容 // this.MenuItemAnno修改内容.Name = "MenuItemAnno修改内容"; this.MenuItemAnno修改内容.Size = new System.Drawing.Size(148, 22); this.MenuItemAnno修改内容.Text = "修改内容"; this.MenuItemAnno修改内容.Click += new System.EventHandler(this.MenuItemAnno修改内容_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6); // // MenuItemAnno设置文字颜色 // this.MenuItemAnno设置文字颜色.Name = "MenuItemAnno设置文字颜色"; this.MenuItemAnno设置文字颜色.Size = new System.Drawing.Size(148, 22); this.MenuItemAnno设置文字颜色.Text = "设置文字颜色"; this.MenuItemAnno设置文字颜色.Click += new System.EventHandler(this.设置颜色AnnoMenuItem_Click); // // MenuItemAnno设置背景色 // this.MenuItemAnno设置背景色.Name = "MenuItemAnno设置背景色"; this.MenuItemAnno设置背景色.Size = new System.Drawing.Size(148, 22); this.MenuItemAnno设置背景色.Text = "设置背景色"; this.MenuItemAnno设置背景色.Click += new System.EventHandler(this.设置背景色AnnoMenuItem_Click); // // MenuItemAnno设置背景透明 // this.MenuItemAnno设置背景透明.Name = "MenuItemAnno设置背景透明"; this.MenuItemAnno设置背景透明.Size = new System.Drawing.Size(148, 22); this.MenuItemAnno设置背景透明.Text = "设置背景透明"; this.MenuItemAnno设置背景透明.Click += new System.EventHandler(this.设置背景透明AnnoMenuItem_Click); // // axisRightMenu // this.axisRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设置颜色AxisMenuItem, this.设置坐标AxisMenuItem, this.颜色交织AxisMenuItem, this.设置子刻度数AxisMenuItem}); this.axisRightMenu.Name = "annoRightMenu"; this.axisRightMenu.Size = new System.Drawing.Size(149, 92); this.axisRightMenu.Opening += new System.ComponentModel.CancelEventHandler(this.axisRightMenu_Opening); // // 设置颜色AxisMenuItem // this.设置颜色AxisMenuItem.Name = "设置颜色AxisMenuItem"; this.设置颜色AxisMenuItem.Size = new System.Drawing.Size(148, 22); this.设置颜色AxisMenuItem.Text = "设置颜色"; this.设置颜色AxisMenuItem.Click += new System.EventHandler(this.设置颜色AxisMenuItem_Click); // // 设置坐标AxisMenuItem // this.设置坐标AxisMenuItem.Name = "设置坐标AxisMenuItem"; this.设置坐标AxisMenuItem.Size = new System.Drawing.Size(148, 22); this.设置坐标AxisMenuItem.Text = "设置坐标值"; this.设置坐标AxisMenuItem.Click += new System.EventHandler(this.设置坐标值MenuItem_Click); // // 颜色交织AxisMenuItem // this.颜色交织AxisMenuItem.Name = "颜色交织AxisMenuItem"; this.颜色交织AxisMenuItem.Size = new System.Drawing.Size(148, 22); this.颜色交织AxisMenuItem.Text = "颜色交织"; this.颜色交织AxisMenuItem.Click += new System.EventHandler(this.颜色交织AxisMenuItem_Click); // // 设置子刻度数AxisMenuItem // this.设置子刻度数AxisMenuItem.Name = "设置子刻度数AxisMenuItem"; this.设置子刻度数AxisMenuItem.Size = new System.Drawing.Size(148, 22); this.设置子刻度数AxisMenuItem.Text = "设置子刻度数"; this.设置子刻度数AxisMenuItem.Click += new System.EventHandler(this.设置子刻度数AxisMenuItem_Click); // // lineMenuStrip // this.lineMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设置颜色LineMenuItem, this.设置值LineMenuItem}); this.lineMenuStrip.Name = "annoRightMenu"; this.lineMenuStrip.Size = new System.Drawing.Size(125, 48); // // 设置颜色LineMenuItem // this.设置颜色LineMenuItem.Name = "设置颜色LineMenuItem"; this.设置颜色LineMenuItem.Size = new System.Drawing.Size(124, 22); this.设置颜色LineMenuItem.Text = "设置颜色"; this.设置颜色LineMenuItem.Click += new System.EventHandler(this.设置颜色LineMenuItem_Click); // // 设置值LineMenuItem // this.设置值LineMenuItem.Name = "设置值LineMenuItem"; this.设置值LineMenuItem.Size = new System.Drawing.Size(124, 22); this.设置值LineMenuItem.Text = "设置值"; this.设置值LineMenuItem.Click += new System.EventHandler(this.MenuItem设置值Line_Click); // // curveRightMenu // this.curveRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.设置颜色SeriesMenuItem, this.设置宽度SeriesMenuItem, this.设置线型SeriesMenuItem}); this.curveRightMenu.Name = "annoRightMenu"; this.curveRightMenu.Size = new System.Drawing.Size(125, 70); // // 设置颜色SeriesMenuItem // this.设置颜色SeriesMenuItem.Name = "设置颜色SeriesMenuItem"; this.设置颜色SeriesMenuItem.Size = new System.Drawing.Size(124, 22); this.设置颜色SeriesMenuItem.Text = "设置颜色"; this.设置颜色SeriesMenuItem.Click += new System.EventHandler(this.设置颜色SeriesMenuItem_Click); // // 设置宽度SeriesMenuItem // this.设置宽度SeriesMenuItem.Name = "设置宽度SeriesMenuItem"; this.设置宽度SeriesMenuItem.Size = new System.Drawing.Size(124, 22); this.设置宽度SeriesMenuItem.Text = "设置宽度"; this.设置宽度SeriesMenuItem.Click += new System.EventHandler(this.设置宽度SeriesMenuItem_Click); // // 设置线型SeriesMenuItem // this.设置线型SeriesMenuItem.Name = "设置线型SeriesMenuItem"; this.设置线型SeriesMenuItem.Size = new System.Drawing.Size(124, 22); this.设置线型SeriesMenuItem.Text = "设置线型"; this.设置线型SeriesMenuItem.Click += new System.EventHandler(this.设置线型SeriesMenuItem_Click); // // ChartPumpCurveParasCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Name = "ChartPumpCurveParasCtrl"; this.Size = new System.Drawing.Size(616, 577); this.Load += new System.EventHandler(this.LoadWindow); ((System.ComponentModel.ISupportInitialize)(textAnnotation1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(strip1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.chartRightMenu.ResumeLayout(false); this.annoRightMenu.ResumeLayout(false); this.axisRightMenu.ResumeLayout(false); this.lineMenuStrip.ResumeLayout(false); this.curveRightMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion public DevExpress.XtraCharts.ChartControl chartControl1; private System.Windows.Forms.ContextMenuStrip chartRightMenu; private System.Windows.Forms.ToolStripMenuItem 显示坐标标签ItemMenu; private System.Windows.Forms.ToolStripMenuItem 调整坐标系Menu; private System.Windows.Forms.ToolStripMenuItem 设置图形显示Menu; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripMenuItem 设置曲线标签显示MenuItem; private System.Windows.Forms.ToolStripMenuItem 查询曲线参数MenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ContextMenuStrip annoRightMenu; private System.Windows.Forms.ToolStripMenuItem MenuItemAnno修改内容; private System.Windows.Forms.ToolStripMenuItem MenuItemAnno设置文字颜色; private System.Windows.Forms.ContextMenuStrip axisRightMenu; private System.Windows.Forms.ToolStripMenuItem 设置颜色AxisMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置坐标AxisMenuItem; private System.Windows.Forms.ContextMenuStrip lineMenuStrip; private System.Windows.Forms.ToolStripMenuItem 设置颜色LineMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置值LineMenuItem; private System.Windows.Forms.ToolStripMenuItem MenuItemAnno设置背景色; private System.Windows.Forms.ToolStripMenuItem MenuItemAnno设置背景透明; private System.Windows.Forms.ToolStripMenuItem 颜色交织AxisMenuItem; private System.Windows.Forms.ContextMenuStrip curveRightMenu; private System.Windows.Forms.ToolStripMenuItem 设置颜色SeriesMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置宽度SeriesMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置线型SeriesMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置子刻度数AxisMenuItem; private System.Windows.Forms.ToolStripMenuItem MenuItemAnno删除; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; } }