namespace IStation.WinFrmUI.Monitor { partial class DataListGridCtrl { /// /// 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.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colEnginePumpID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRunStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFlowRate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTotalFlow = new DevExpress.XtraGrid.Columns.GridColumn(); this.colInletPressure = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOutletPressure = new DevExpress.XtraGrid.Columns.GridColumn(); this.colInstantaneousPower = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTotalActiveEnergy = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colChangJiangWL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQuShuiKouWL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQianChiWL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colShuiKuWL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTotalActiveEnergy1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTotalActiveEnergy2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPumpRunCount = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colEnginePumpID, this.colRunStatus, this.colFlowRate, this.colTotalFlow, this.colInletPressure, this.colOutletPressure, this.colInstantaneousPower, this.colTotalActiveEnergy}); this.gridView2.GridControl = this.gridControl1; this.gridView2.Name = "gridView2"; // // colEnginePumpID // this.colEnginePumpID.FieldName = "EnginePumpID"; this.colEnginePumpID.Name = "colEnginePumpID"; // // colRunStatus // this.colRunStatus.Caption = "运行状态"; this.colRunStatus.FieldName = "RunStatus"; this.colRunStatus.Name = "colRunStatus"; this.colRunStatus.Visible = true; this.colRunStatus.VisibleIndex = 6; // // colFlowRate // this.colFlowRate.Caption = "瞬时流量"; this.colFlowRate.FieldName = "FlowRate"; this.colFlowRate.Name = "colFlowRate"; this.colFlowRate.Visible = true; this.colFlowRate.VisibleIndex = 2; // // colTotalFlow // this.colTotalFlow.Caption = "累计流量"; this.colTotalFlow.FieldName = "TotalFlow"; this.colTotalFlow.Name = "colTotalFlow"; this.colTotalFlow.Visible = true; this.colTotalFlow.VisibleIndex = 4; // // colInletPressure // this.colInletPressure.Caption = "进口压力"; this.colInletPressure.FieldName = "InletPressure"; this.colInletPressure.Name = "colInletPressure"; this.colInletPressure.Visible = true; this.colInletPressure.VisibleIndex = 0; // // colOutletPressure // this.colOutletPressure.Caption = "出口压力"; this.colOutletPressure.FieldName = "OutletPressure"; this.colOutletPressure.Name = "colOutletPressure"; this.colOutletPressure.Visible = true; this.colOutletPressure.VisibleIndex = 1; // // colInstantaneousPower // this.colInstantaneousPower.Caption = "瞬时功率"; this.colInstantaneousPower.FieldName = "InstantaneousPower"; this.colInstantaneousPower.Name = "colInstantaneousPower"; this.colInstantaneousPower.Visible = true; this.colInstantaneousPower.VisibleIndex = 3; // // colTotalActiveEnergy // this.colTotalActiveEnergy.Caption = "累计有功电能"; this.colTotalActiveEnergy.FieldName = "TotalActiveEnergy"; this.colTotalActiveEnergy.Name = "colTotalActiveEnergy"; this.colTotalActiveEnergy.Visible = true; this.colTotalActiveEnergy.VisibleIndex = 5; // // gridControl1 // this.gridControl1.DataSource = this.currentViewModelBindingSource; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode1.LevelTemplate = this.gridView2; gridLevelNode1.RelationName = "PumpSignalRecords"; this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1063, 762); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1, this.gridView2}); // // currentViewModelBindingSource // this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Monitor.DataListGridCtrl.CurrentViewModel); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colDate, this.colTime, this.colChangJiangWL, this.colQuShuiKouWL, this.colQianChiWL, this.colShuiKuWL, this.colTotalActiveEnergy1, this.colTotalActiveEnergy2, this.colPumpRunCount}); this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupCount = 1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsDetail.ShowDetailTabs = false; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDate, DevExpress.Data.ColumnSortOrder.Ascending)}); // // colDate // this.colDate.Caption = "年月"; this.colDate.FieldName = "Date"; this.colDate.Name = "colDate"; this.colDate.Visible = true; this.colDate.VisibleIndex = 0; // // colTime // this.colTime.Caption = "时间"; this.colTime.FieldName = "Time"; this.colTime.Name = "colTime"; this.colTime.Visible = true; this.colTime.VisibleIndex = 0; // // colChangJiangWL // this.colChangJiangWL.Caption = "长江液位"; this.colChangJiangWL.FieldName = "ChangJiangWL"; this.colChangJiangWL.Name = "colChangJiangWL"; this.colChangJiangWL.Visible = true; this.colChangJiangWL.VisibleIndex = 1; // // colQuShuiKouWL // this.colQuShuiKouWL.Caption = "取水口液位"; this.colQuShuiKouWL.FieldName = "QuShuiKouWL"; this.colQuShuiKouWL.Name = "colQuShuiKouWL"; this.colQuShuiKouWL.Visible = true; this.colQuShuiKouWL.VisibleIndex = 2; // // colQianChiWL // this.colQianChiWL.Caption = "前池液位"; this.colQianChiWL.FieldName = "QianChiWL"; this.colQianChiWL.Name = "colQianChiWL"; this.colQianChiWL.Visible = true; this.colQianChiWL.VisibleIndex = 3; // // colShuiKuWL // this.colShuiKuWL.Caption = "水库液位"; this.colShuiKuWL.FieldName = "ShuiKuWL"; this.colShuiKuWL.Name = "colShuiKuWL"; this.colShuiKuWL.Visible = true; this.colShuiKuWL.VisibleIndex = 4; // // colTotalActiveEnergy1 // this.colTotalActiveEnergy1.Caption = "1号进线累计有功电能"; this.colTotalActiveEnergy1.FieldName = "TotalActiveEnergy1"; this.colTotalActiveEnergy1.Name = "colTotalActiveEnergy1"; this.colTotalActiveEnergy1.Visible = true; this.colTotalActiveEnergy1.VisibleIndex = 5; // // colTotalActiveEnergy2 // this.colTotalActiveEnergy2.Caption = "2号进线累计有功电能"; this.colTotalActiveEnergy2.FieldName = "TotalActiveEnergy2"; this.colTotalActiveEnergy2.Name = "colTotalActiveEnergy2"; this.colTotalActiveEnergy2.Visible = true; this.colTotalActiveEnergy2.VisibleIndex = 6; // // colPumpRunCount // this.colPumpRunCount.Caption = "泵运行数据"; this.colPumpRunCount.FieldName = "PumpRunCount"; this.colPumpRunCount.Name = "colPumpRunCount"; this.colPumpRunCount.Visible = true; this.colPumpRunCount.VisibleIndex = 7; // // DataListGridCtrl // 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.gridControl1); this.Name = "DataListGridCtrl"; this.Size = new System.Drawing.Size(1063, 762); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private System.Windows.Forms.BindingSource currentViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colDate; private DevExpress.XtraGrid.Columns.GridColumn colTime; private DevExpress.XtraGrid.Columns.GridColumn colChangJiangWL; private DevExpress.XtraGrid.Columns.GridColumn colQuShuiKouWL; private DevExpress.XtraGrid.Columns.GridColumn colQianChiWL; private DevExpress.XtraGrid.Columns.GridColumn colShuiKuWL; private DevExpress.XtraGrid.Columns.GridColumn colTotalActiveEnergy1; private DevExpress.XtraGrid.Columns.GridColumn colTotalActiveEnergy2; private DevExpress.XtraGrid.Columns.GridColumn colPumpRunCount; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn colEnginePumpID; private DevExpress.XtraGrid.Columns.GridColumn colRunStatus; private DevExpress.XtraGrid.Columns.GridColumn colFlowRate; private DevExpress.XtraGrid.Columns.GridColumn colTotalFlow; private DevExpress.XtraGrid.Columns.GridColumn colInletPressure; private DevExpress.XtraGrid.Columns.GridColumn colOutletPressure; private DevExpress.XtraGrid.Columns.GridColumn colInstantaneousPower; private DevExpress.XtraGrid.Columns.GridColumn colTotalActiveEnergy; } }