namespace IStation.WinFrmUI.Monitor { partial class Chart4SingleFeatCurve { /// /// 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.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Chart4SingleFeatCurve)); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.analyPointBindingSource = new System.Windows.Forms.BindingSource(this.components); this.popupChart = new DevExpress.XtraBars.PopupMenu(this.components); this.barbarSetCoord = 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(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.analyPointBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); this.SuspendLayout(); // // barButtonItem2 // this.barButtonItem2.Caption = "待拓展"; this.barButtonItem2.Id = 61; this.barButtonItem2.Name = "barButtonItem2"; // // chartControl1 // this.chartControl1.CacheToMemory = true; this.chartControl1.CrosshairOptions.ShowArgumentLine = false; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.Title.Text = "流量 (m³/h)"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Title.Text = "扬程(m)"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisXZooming = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBox; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteName = "Aspect"; series1.ArgumentDataMember = "Qa"; series1.CrosshairLabelPattern = "流量: {A}: 扬程: {V}"; series1.Name = "曲线点"; series1.ValueDataMembersSerializable = "Ha"; pointSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212))))); pointSeriesView1.PointMarkerOptions.Size = 6; series1.View = pointSeriesView1; series2.ArgumentDataMember = "Qa"; series2.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False; series2.Name = "曲线"; series2.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.False; series2.ValueDataMembersSerializable = "Ha"; splineSeriesView1.Color = System.Drawing.Color.Black; series2.View = splineSeriesView1; series3.Name = "参照线"; splineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9))))); series3.View = splineSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3}; this.chartControl1.SeriesTemplate.CrosshairHighlightPoints = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.SeriesTemplate.CrosshairLabelPattern = "{S}:{V}"; this.chartControl1.SeriesTemplate.View = pointSeriesView2; this.chartControl1.Size = new System.Drawing.Size(1259, 717); this.chartControl1.TabIndex = 14; // // analyPointBindingSource // this.analyPointBindingSource.DataSource = typeof(IStation.Model.CurveAnaPoint); // // popupChart // this.popupChart.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barbarSetCoord)}); this.popupChart.Manager = this.barManager1; this.popupChart.Name = "popupChart"; // // barbarSetCoord // this.barbarSetCoord.Caption = "设置坐标"; this.barbarSetCoord.Id = 0; this.barbarSetCoord.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barbarSetCoord.ImageOptions.SvgImage"))); this.barbarSetCoord.Name = "barbarSetCoord"; this.barbarSetCoord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbarSetCoord_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.barbarSetCoord}); this.barManager1.MaxItemId = 1; // // 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(1259, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 717); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1259, 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, 717); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1259, 0); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 717); // // Chart4SingleFeatCurve // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); 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.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "Chart4SingleFeatCurve"; this.Size = new System.Drawing.Size(1259, 717); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.analyPointBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.BarButtonItem barButtonItem2; private DevExpress.XtraCharts.ChartControl chartControl1; private System.Windows.Forms.BindingSource analyPointBindingSource; private DevExpress.XtraBars.PopupMenu popupChart; private DevExpress.XtraBars.BarButtonItem barbarSetCoord; 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; } }