namespace IStation.WinFrmUI.CalcErQu { partial class RiverWaterLevelDropByPumpCountCtrl { /// /// 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.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.docPnlMonitorList = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAveray = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPercent = new DevExpress.XtraGrid.Columns.GridColumn(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.docPnlMonitorList.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); this.SuspendLayout(); // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.docPnlMonitorList}); this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"}); // // docPnlMonitorList // this.docPnlMonitorList.Controls.Add(this.dockPanel1_Container); this.docPnlMonitorList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.docPnlMonitorList.ID = new System.Guid("d3ac34ca-555a-4091-b72a-ce18875fd99b"); this.docPnlMonitorList.Location = new System.Drawing.Point(0, 0); this.docPnlMonitorList.Name = "docPnlMonitorList"; this.docPnlMonitorList.Options.AllowDockAsTabbedDocument = false; this.docPnlMonitorList.Options.AllowDockBottom = false; this.docPnlMonitorList.Options.AllowDockFill = false; this.docPnlMonitorList.Options.AllowDockRight = false; this.docPnlMonitorList.Options.AllowDockTop = false; this.docPnlMonitorList.Options.AllowFloating = false; this.docPnlMonitorList.Options.FloatOnDblClick = false; this.docPnlMonitorList.Options.ShowCloseButton = false; this.docPnlMonitorList.Options.ShowMaximizeButton = false; this.docPnlMonitorList.OriginalSize = new System.Drawing.Size(292, 200); this.docPnlMonitorList.Size = new System.Drawing.Size(292, 762); this.docPnlMonitorList.Text = "统计列表"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.groupControl1); this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(291, 739); this.dockPanel1_Container.TabIndex = 0; // // groupControl1 // this.groupControl1.Controls.Add(this.gridControl1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl1.GroupStyle = DevExpress.Utils.GroupStyle.Title; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(291, 355); this.groupControl1.TabIndex = 2; this.groupControl1.Text = "平均水位"; // // gridControl1 // this.gridControl1.DataSource = this.bindingSource1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 22); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(291, 333); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // bindingSource1 // this.bindingSource1.DataSource = typeof(IStation.WinFrmUI.CalcErQu.RiverWaterLevelDropByPumpCountCtrl.GridViewModel); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colName, this.colAveray, this.colPercent}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowDetailButtons = false; this.gridView1.OptionsView.ShowGroupPanel = false; // // colName // this.colName.Caption = "台数"; this.colName.FieldName = "Name"; this.colName.Name = "colName"; this.colName.Visible = true; this.colName.VisibleIndex = 0; this.colName.Width = 69; // // colAveray // this.colAveray.Caption = "平均值"; this.colAveray.FieldName = "Averay"; this.colAveray.Name = "colAveray"; this.colAveray.Visible = true; this.colAveray.VisibleIndex = 1; this.colAveray.Width = 98; // // colPercent // this.colPercent.Caption = "时间百分率"; this.colPercent.FieldName = "Percent"; this.colPercent.Name = "colPercent"; this.colPercent.Visible = true; this.colPercent.VisibleIndex = 2; this.colPercent.Width = 101; // // chartControl1 // xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; 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.Left; this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.Location = new System.Drawing.Point(292, 0); this.chartControl1.Name = "chartControl1"; series1.ArgumentDataMember = "Time"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "长江水位"; series1.ValueDataMembersSerializable = "RiverHeight"; series1.View = lineSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.Size = new System.Drawing.Size(771, 762); this.chartControl1.TabIndex = 8; // // RiverWaterLevelDropByPumpCountCtrl // 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.docPnlMonitorList); this.Name = "RiverWaterLevelDropByPumpCountCtrl"; this.Size = new System.Drawing.Size(1063, 762); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.docPnlMonitorList.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel docPnlMonitorList; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private DevExpress.XtraCharts.ChartControl chartControl1; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraGrid.GridControl gridControl1; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colAveray; private DevExpress.XtraGrid.Columns.GridColumn colPercent; } }