namespace IStation.WinFrmUI.CalcErQu
|
{
|
partial class PointTimeListDispCtrl
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOpenPumpCount = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colWaterLevelC = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colWaterLevelQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colWaterLevelH = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colHead = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colPower = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colSFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colEle = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMoney = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colTotalFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colTotalEle = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colTotalMoney = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.bindingSourceGrid2 = new System.Windows.Forms.BindingSource(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid2)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.bindingSourceGrid2;
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
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(1124, 526);
|
this.gridControl1.TabIndex = 13;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// gridView3
|
//
|
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.gridView1.Appearance.Row.Options.UseTextOptions = true;
|
this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colTime,
|
this.colOpenPumpCount,
|
this.colWaterLevelC,
|
this.colWaterLevelQ,
|
this.colWaterLevelH,
|
this.colHead,
|
this.colFlow,
|
this.colPower,
|
this.colSFlow,
|
this.colEle,
|
this.colMoney,
|
this.colTotalFlow,
|
this.colTotalEle,
|
this.colTotalMoney,
|
this.gridColumn14});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView3";
|
this.gridView1.OptionsView.ShowDetailButtons = false;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// colTime
|
//
|
this.colTime.Caption = "时刻";
|
this.colTime.DisplayFormat.FormatString = "HH:mm:ss";
|
this.colTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.colTime.FieldName = "Time";
|
this.colTime.Name = "colTime";
|
this.colTime.Visible = true;
|
this.colTime.VisibleIndex = 0;
|
//
|
// colOpenPumpCount
|
//
|
this.colOpenPumpCount.Caption = "开泵数量";
|
this.colOpenPumpCount.FieldName = "OpenPumpCount";
|
this.colOpenPumpCount.Name = "colOpenPumpCount";
|
this.colOpenPumpCount.Visible = true;
|
this.colOpenPumpCount.VisibleIndex = 1;
|
//
|
// colWaterLevelC
|
//
|
this.colWaterLevelC.Caption = "长江水位";
|
this.colWaterLevelC.FieldName = "WaterLevelC";
|
this.colWaterLevelC.Name = "colWaterLevelC";
|
this.colWaterLevelC.Visible = true;
|
this.colWaterLevelC.VisibleIndex = 2;
|
//
|
// colWaterLevelQ
|
//
|
this.colWaterLevelQ.Caption = "前池水位";
|
this.colWaterLevelQ.FieldName = "WaterLevelQ";
|
this.colWaterLevelQ.Name = "colWaterLevelQ";
|
this.colWaterLevelQ.Visible = true;
|
this.colWaterLevelQ.VisibleIndex = 3;
|
//
|
// colWaterLevelH
|
//
|
this.colWaterLevelH.Caption = "水库水位";
|
this.colWaterLevelH.FieldName = "WaterLevelH";
|
this.colWaterLevelH.Name = "colWaterLevelH";
|
this.colWaterLevelH.Visible = true;
|
this.colWaterLevelH.VisibleIndex = 4;
|
//
|
// colHead
|
//
|
this.colHead.Caption = "扬程";
|
this.colHead.FieldName = "RealHead";
|
this.colHead.Name = "colHead";
|
this.colHead.Visible = true;
|
this.colHead.VisibleIndex = 6;
|
//
|
// colFlow
|
//
|
this.colFlow.Caption = "瞬时流量";
|
this.colFlow.FieldName = "RealFlow";
|
this.colFlow.Name = "colFlow";
|
this.colFlow.Visible = true;
|
this.colFlow.VisibleIndex = 7;
|
//
|
// colPower
|
//
|
this.colPower.Caption = "瞬时功率";
|
this.colPower.FieldName = "RealPower";
|
this.colPower.Name = "colPower";
|
this.colPower.Visible = true;
|
this.colPower.VisibleIndex = 8;
|
//
|
// colSFlow
|
//
|
this.colSFlow.FieldName = "SumFlow";
|
this.colSFlow.Name = "colSFlow";
|
//
|
// colEle
|
//
|
this.colEle.FieldName = "SumPower";
|
this.colEle.Name = "colEle";
|
//
|
// colMoney
|
//
|
this.colMoney.FieldName = "SumMoney";
|
this.colMoney.Name = "colMoney";
|
//
|
// colTotalFlow
|
//
|
this.colTotalFlow.Caption = "累计流量";
|
this.colTotalFlow.FieldName = "SumFlow";
|
this.colTotalFlow.Name = "colTotalFlow";
|
this.colTotalFlow.Visible = true;
|
this.colTotalFlow.VisibleIndex = 9;
|
//
|
// colTotalEle
|
//
|
this.colTotalEle.Caption = "累计电量";
|
this.colTotalEle.FieldName = "SumPower";
|
this.colTotalEle.Name = "colTotalEle";
|
this.colTotalEle.Visible = true;
|
this.colTotalEle.VisibleIndex = 10;
|
//
|
// colTotalMoney
|
//
|
this.colTotalMoney.Caption = "累计电费";
|
this.colTotalMoney.FieldName = "SumPower";
|
this.colTotalMoney.Name = "colTotalMoney";
|
this.colTotalMoney.Visible = true;
|
this.colTotalMoney.VisibleIndex = 11;
|
//
|
// gridColumn14
|
//
|
this.gridColumn14.Caption = "水库用水总量";
|
this.gridColumn14.FieldName = "ReservoirDropFlowTotal";
|
this.gridColumn14.Name = "gridColumn14";
|
this.gridColumn14.Visible = true;
|
this.gridColumn14.VisibleIndex = 5;
|
//
|
// bindingSourceGrid2
|
//
|
this.bindingSourceGrid2.DataSource = typeof(IStation.CalcModel.AnaPrjPointTime);
|
//
|
// PointTimeListDispCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.gridControl1);
|
this.Name = "PointTimeListDispCtrl";
|
this.Size = new System.Drawing.Size(1124, 526);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid2)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colOpenPumpCount;
|
private DevExpress.XtraGrid.Columns.GridColumn colWaterLevelC;
|
private DevExpress.XtraGrid.Columns.GridColumn colWaterLevelQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colWaterLevelH;
|
private DevExpress.XtraGrid.Columns.GridColumn colHead;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colPower;
|
private DevExpress.XtraGrid.Columns.GridColumn colSFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colEle;
|
private DevExpress.XtraGrid.Columns.GridColumn colMoney;
|
private DevExpress.XtraGrid.Columns.GridColumn colTotalFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colTotalEle;
|
private DevExpress.XtraGrid.Columns.GridColumn colTotalMoney;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
|
private System.Windows.Forms.BindingSource bindingSourceGrid2;
|
}
|
}
|