namespace IStation.WinFrmUI.CalcErQu
|
{
|
partial class BlockTimeListDispCtrl
|
{
|
/// <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();
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridControl运行列表 = new DevExpress.XtraGrid.GridControl();
|
this.bindingSourceGrid1 = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.contextMenuGrid = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.MenuItemGrid切换模式 = new System.Windows.Forms.ToolStripMenuItem();
|
this.MenuItem导出Grid = new System.Windows.Forms.ToolStripMenuItem();
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl运行列表)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
this.contextMenuGrid.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// gridView2
|
//
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.gridColumn8,
|
this.gridColumn9,
|
this.gridColumn10,
|
this.gridColumn11,
|
this.gridColumn12,
|
this.gridColumn13});
|
this.gridView2.GridControl = this.gridControl运行列表;
|
this.gridView2.Name = "gridView2";
|
//
|
// gridColumn8
|
//
|
this.gridColumn8.Caption = "开始时间";
|
this.gridColumn8.FieldName = "StartTime";
|
this.gridColumn8.Name = "gridColumn8";
|
this.gridColumn8.Visible = true;
|
this.gridColumn8.VisibleIndex = 0;
|
//
|
// gridColumn9
|
//
|
this.gridColumn9.Caption = "结束时间";
|
this.gridColumn9.FieldName = "EndTime";
|
this.gridColumn9.Name = "gridColumn9";
|
this.gridColumn9.Visible = true;
|
this.gridColumn9.VisibleIndex = 1;
|
//
|
// gridColumn10
|
//
|
this.gridColumn10.Caption = "持续时间";
|
this.gridColumn10.FieldName = "SpanTime";
|
this.gridColumn10.Name = "gridColumn10";
|
this.gridColumn10.Visible = true;
|
this.gridColumn10.VisibleIndex = 2;
|
//
|
// gridColumn11
|
//
|
this.gridColumn11.Caption = "供水量";
|
this.gridColumn11.FieldName = "SumFlow";
|
this.gridColumn11.Name = "gridColumn11";
|
this.gridColumn11.Visible = true;
|
this.gridColumn11.VisibleIndex = 3;
|
//
|
// gridColumn12
|
//
|
this.gridColumn12.Caption = "用电量";
|
this.gridColumn12.FieldName = "SumPower";
|
this.gridColumn12.Name = "gridColumn12";
|
this.gridColumn12.Visible = true;
|
this.gridColumn12.VisibleIndex = 4;
|
//
|
// gridColumn13
|
//
|
this.gridColumn13.Caption = "电费";
|
this.gridColumn13.FieldName = "SumMoney";
|
this.gridColumn13.Name = "gridColumn13";
|
this.gridColumn13.Visible = true;
|
this.gridColumn13.VisibleIndex = 5;
|
//
|
// gridControl运行列表
|
//
|
this.gridControl运行列表.DataSource = this.bindingSourceGrid1;
|
this.gridControl运行列表.Dock = System.Windows.Forms.DockStyle.Fill;
|
gridLevelNode1.LevelTemplate = this.gridView2;
|
gridLevelNode1.RelationName = "Level1";
|
this.gridControl运行列表.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
gridLevelNode1});
|
this.gridControl运行列表.Location = new System.Drawing.Point(0, 0);
|
this.gridControl运行列表.MainView = this.gridView1;
|
this.gridControl运行列表.Name = "gridControl运行列表";
|
this.gridControl运行列表.Size = new System.Drawing.Size(1200, 1000);
|
this.gridControl运行列表.TabIndex = 6;
|
this.gridControl运行列表.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1,
|
this.gridView2});
|
//
|
// bindingSourceGrid1
|
//
|
this.bindingSourceGrid1.DataSource = typeof(IStation.WinFrmUI.CalcErQu.BlockTimeListDispCtrl.GridBlockTimeViewModel);
|
//
|
// gridView1
|
//
|
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.gridColumn1,
|
this.gridColumn2,
|
this.gridColumn3,
|
this.gridColumn4,
|
this.gridColumn5,
|
this.gridColumn6,
|
this.gridColumn7,
|
this.gridColumn15});
|
this.gridView1.GridControl = this.gridControl运行列表;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsView.ShowDetailButtons = false;
|
this.gridView1.OptionsView.ShowFooter = true;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// gridColumn1
|
//
|
this.gridColumn1.Caption = "泵";
|
this.gridColumn1.FieldName = "PumpName";
|
this.gridColumn1.Name = "gridColumn1";
|
this.gridColumn1.Visible = true;
|
this.gridColumn1.VisibleIndex = 0;
|
//
|
// gridColumn2
|
//
|
this.gridColumn2.Caption = "开始";
|
this.gridColumn2.FieldName = "StartTime";
|
this.gridColumn2.Name = "gridColumn2";
|
this.gridColumn2.Visible = true;
|
this.gridColumn2.VisibleIndex = 1;
|
//
|
// gridColumn3
|
//
|
this.gridColumn3.Caption = "结束";
|
this.gridColumn3.FieldName = "EndTime";
|
this.gridColumn3.Name = "gridColumn3";
|
this.gridColumn3.Visible = true;
|
this.gridColumn3.VisibleIndex = 2;
|
//
|
// gridColumn4
|
//
|
this.gridColumn4.Caption = "持续(分)";
|
this.gridColumn4.FieldName = "SpanTime";
|
this.gridColumn4.Name = "gridColumn4";
|
this.gridColumn4.Visible = true;
|
this.gridColumn4.VisibleIndex = 3;
|
//
|
// gridColumn5
|
//
|
this.gridColumn5.Caption = "取水量(m³)";
|
this.gridColumn5.DisplayFormat.FormatString = "N0";
|
this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.gridColumn5.FieldName = "SumFlow";
|
this.gridColumn5.Name = "gridColumn5";
|
this.gridColumn5.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SumFlow", "{0:N0}")});
|
this.gridColumn5.Visible = true;
|
this.gridColumn5.VisibleIndex = 4;
|
//
|
// gridColumn6
|
//
|
this.gridColumn6.Caption = "用电量(kWh)";
|
this.gridColumn6.DisplayFormat.FormatString = "N0";
|
this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.gridColumn6.FieldName = "SumPower";
|
this.gridColumn6.Name = "gridColumn6";
|
this.gridColumn6.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SumPower", "{0:N0}")});
|
this.gridColumn6.Visible = true;
|
this.gridColumn6.VisibleIndex = 5;
|
//
|
// gridColumn7
|
//
|
this.gridColumn7.Caption = "电费(元)";
|
this.gridColumn7.DisplayFormat.FormatString = "N0";
|
this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.gridColumn7.FieldName = "SumMoney";
|
this.gridColumn7.Name = "gridColumn7";
|
this.gridColumn7.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SumMoney", "{0:N0}")});
|
this.gridColumn7.Visible = true;
|
this.gridColumn7.VisibleIndex = 6;
|
//
|
// gridColumn15
|
//
|
this.gridColumn15.Caption = "千吨水能耗";
|
this.gridColumn15.FieldName = "QDSLN";
|
this.gridColumn15.Name = "gridColumn15";
|
this.gridColumn15.Visible = true;
|
this.gridColumn15.VisibleIndex = 7;
|
//
|
// contextMenuGrid
|
//
|
this.contextMenuGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.MenuItemGrid切换模式,
|
this.MenuItem导出Grid});
|
this.contextMenuGrid.Name = "contextMenuGrid";
|
this.contextMenuGrid.Size = new System.Drawing.Size(181, 70);
|
//
|
// MenuItemGrid切换模式
|
//
|
this.MenuItemGrid切换模式.Name = "MenuItemGrid切换模式";
|
this.MenuItemGrid切换模式.Size = new System.Drawing.Size(180, 22);
|
this.MenuItemGrid切换模式.Text = "切换成时间段显示";
|
this.MenuItemGrid切换模式.Visible = false;
|
this.MenuItemGrid切换模式.Click += new System.EventHandler(this.MenuItemGrid切换模式_Click);
|
//
|
// MenuItem导出Grid
|
//
|
this.MenuItem导出Grid.Name = "MenuItem导出Grid";
|
this.MenuItem导出Grid.Size = new System.Drawing.Size(180, 22);
|
this.MenuItem导出Grid.Text = "导出";
|
this.MenuItem导出Grid.Click += new System.EventHandler(this.MenuItem导出Grid_Click);
|
//
|
// BlockTimeListDispCtrl
|
//
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.Controls.Add(this.gridControl运行列表);
|
this.MinimumSize = new System.Drawing.Size(0, 1000);
|
this.Name = "BlockTimeListDispCtrl";
|
this.Size = new System.Drawing.Size(1200, 1000);
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl运行列表)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSourceGrid1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
this.contextMenuGrid.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraGrid.GridControl gridControl运行列表;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
private System.Windows.Forms.BindingSource bindingSourceGrid1;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
|
private System.Windows.Forms.ContextMenuStrip contextMenuGrid;
|
private System.Windows.Forms.ToolStripMenuItem MenuItemGrid切换模式;
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
|
private System.Windows.Forms.ToolStripMenuItem MenuItem导出Grid;
|
}
|
}
|