namespace IStation.WinFrmUI.CalcErQu { partial class RiverWaterLevelDropByFlowCtrl { /// /// 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.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RiverWaterLevelDropByFlowCtrl)); 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.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); this.bindingSourceChart = new System.Windows.Forms.BindingSource(this.components); this.bindingSourceGrid = new System.Windows.Forms.BindingSource(this.components); 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.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAveray = new DevExpress.XtraGrid.Columns.GridColumn(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid)).BeginInit(); ((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.gridView1)).BeginInit(); ((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)(lineSeriesView1)).BeginInit(); this.SuspendLayout(); // // bindingSourceChart // this.bindingSourceChart.DataSource = typeof(IStation.WinFrmUI.CalcErQu.RiverWaterLevelDropByFlowCtrl.ChartViewModel); // // bindingSourceGrid // this.bindingSourceGrid.DataSource = typeof(IStation.Model.RiverWaterLevelDrop); // // 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); buttonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("buttonImageOptions1.Image"))); this.groupControl1.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("保存", true, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1)}); this.groupControl1.CustomHeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; 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, 663); this.groupControl1.TabIndex = 2; this.groupControl1.Text = "取值点"; this.groupControl1.CustomButtonClick += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.groupControl1_CustomButtonClick); // // gridControl1 // this.gridControl1.DataSource = this.bindingSourceGrid; 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, 641); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colName, this.colAveray}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowDetailButtons = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged); // // colName // this.colName.AppearanceHeader.Options.UseTextOptions = true; this.colName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colName.Caption = "流量"; this.colName.FieldName = "Flow"; this.colName.Name = "colName"; this.colName.Visible = true; this.colName.VisibleIndex = 0; this.colName.Width = 69; // // colAveray // this.colAveray.AppearanceHeader.Options.UseTextOptions = true; this.colAveray.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colAveray.Caption = "落差(计算用)"; this.colAveray.FieldName = "DropHeight"; this.colAveray.Name = "colAveray"; this.colAveray.Visible = true; this.colAveray.VisibleIndex = 1; this.colAveray.Width = 98; // // 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 = "Flow"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series1.DataSource = this.bindingSourceChart; series1.Name = "实时数据"; series1.ValueDataMembersSerializable = "Drop"; pointSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); pointSeriesView1.PointMarkerOptions.Size = 6; series1.View = pointSeriesView1; series2.ArgumentDataMember = "Flow"; series2.DataSource = this.bindingSourceGrid; series2.Name = "取值"; series2.ValueDataMembersSerializable = "DropHeight"; lineSeriesView1.Color = System.Drawing.Color.Navy; lineSeriesView1.LineStyle.Thickness = 3; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series2.View = lineSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; this.chartControl1.Size = new System.Drawing.Size(771, 762); this.chartControl1.TabIndex = 8; // // RiverWaterLevelDropByFlowCtrl // 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 = "RiverWaterLevelDropByFlowCtrl"; this.Size = new System.Drawing.Size(1063, 762); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid)).EndInit(); ((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.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).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 bindingSourceGrid; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colAveray; private System.Windows.Forms.BindingSource bindingSourceChart; } }