namespace Yw.WinFrmUI
|
{
|
partial class HydroEnergyAnalyListCtrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
components = new Container();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colBeginGroup = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colLinkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedN = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCurrentQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCurrentPr1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCurrentPr2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCurrentH = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCurrentP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentE = new DevExpress.XtraGrid.Columns.GridColumn();
|
hydroEnergyAnalyListItemViewModelBindingSource = new BindingSource(components);
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)hydroEnergyAnalyListItemViewModelBindingSource).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroEnergyAnalyListItemViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(1005, 568);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colBeginGroup, colName, colCode, colLinkStatus, colRatedQ, colRatedP, colRatedH, colRatedN, colCurrentHz, this.colCurrentQ, this.colCurrentPr1, this.colCurrentPr2, this.colCurrentH, this.colCurrentP, colCurrentE });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.CellMerge += gridView1_CellMerge;
|
//
|
// colBeginGroup
|
//
|
colBeginGroup.FieldName = "BeginGroup";
|
colBeginGroup.MinWidth = 100;
|
colBeginGroup.Name = "colBeginGroup";
|
colBeginGroup.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
|
colBeginGroup.Visible = true;
|
colBeginGroup.VisibleIndex = 0;
|
colBeginGroup.Width = 100;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.MinWidth = 100;
|
colCode.Name = "colCode";
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
colName.Width = 100;
|
//
|
// colLinkStatus
|
//
|
colLinkStatus.FieldName = "LinkStatus";
|
colLinkStatus.MinWidth = 100;
|
colLinkStatus.Name = "colLinkStatus";
|
colLinkStatus.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colLinkStatus.Visible = true;
|
colLinkStatus.VisibleIndex = 2;
|
colLinkStatus.Width = 100;
|
//
|
// colRatedQ
|
//
|
colRatedQ.FieldName = "RatedQ";
|
colRatedQ.MinWidth = 100;
|
colRatedQ.Name = "colRatedQ";
|
colRatedQ.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colRatedQ.Width = 100;
|
//
|
// colRatedP
|
//
|
colRatedP.FieldName = "RatedP";
|
colRatedP.MinWidth = 100;
|
colRatedP.Name = "colRatedP";
|
colRatedP.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colRatedP.Width = 100;
|
//
|
// colRatedH
|
//
|
colRatedH.FieldName = "RatedH";
|
colRatedH.MinWidth = 100;
|
colRatedH.Name = "colRatedH";
|
colRatedH.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colRatedH.Width = 100;
|
//
|
// colRatedN
|
//
|
colRatedN.FieldName = "RatedN";
|
colRatedN.MinWidth = 100;
|
colRatedN.Name = "colRatedN";
|
colRatedN.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colRatedN.Width = 100;
|
//
|
// colCurrentHz
|
//
|
colCurrentHz.FieldName = "CurrentHz";
|
colCurrentHz.MinWidth = 100;
|
colCurrentHz.Name = "colCurrentHz";
|
colCurrentHz.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colCurrentHz.Visible = true;
|
colCurrentHz.VisibleIndex = 3;
|
colCurrentHz.Width = 100;
|
//
|
// colCurrentQ
|
//
|
this.colCurrentQ.FieldName = "CurrentQ";
|
this.colCurrentQ.MinWidth = 100;
|
this.colCurrentQ.Name = "colCurrentQ";
|
this.colCurrentQ.OptionsColumn.AllowIncrementalSearch = false;
|
this.colCurrentQ.Visible = true;
|
this.colCurrentQ.VisibleIndex = 4;
|
this.colCurrentQ.Width = 100;
|
//
|
// colCurrentPr1
|
//
|
this.colCurrentPr1.FieldName = "CurrentPr1";
|
this.colCurrentPr1.MinWidth = 100;
|
this.colCurrentPr1.Name = "colCurrentPr1";
|
this.colCurrentPr1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colCurrentPr1.Visible = true;
|
this.colCurrentPr1.VisibleIndex = 5;
|
this.colCurrentPr1.Width = 100;
|
//
|
// colCurrentPr2
|
//
|
this.colCurrentPr2.FieldName = "CurrentPr2";
|
this.colCurrentPr2.MinWidth = 100;
|
this.colCurrentPr2.Name = "colCurrentPr2";
|
this.colCurrentPr2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colCurrentPr2.Visible = true;
|
this.colCurrentPr2.VisibleIndex = 6;
|
this.colCurrentPr2.Width = 100;
|
//
|
// colCurrentH
|
//
|
this.colCurrentH.FieldName = "CurrentH";
|
this.colCurrentH.MinWidth = 100;
|
this.colCurrentH.Name = "colCurrentH";
|
this.colCurrentH.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colCurrentH.Visible = true;
|
this.colCurrentH.VisibleIndex = 7;
|
this.colCurrentH.Width = 100;
|
//
|
// colCurrentP
|
//
|
this.colCurrentP.FieldName = "CurrentP";
|
this.colCurrentP.MinWidth = 100;
|
this.colCurrentP.Name = "colCurrentP";
|
this.colCurrentP.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colCurrentP.Visible = true;
|
this.colCurrentP.VisibleIndex = 8;
|
this.colCurrentP.Width = 100;
|
//
|
// colCurrentE
|
//
|
colCurrentE.FieldName = "CurrentE";
|
colCurrentE.MinWidth = 100;
|
colCurrentE.Name = "colCurrentE";
|
colCurrentE.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
colCurrentE.Visible = true;
|
colCurrentE.VisibleIndex = 9;
|
colCurrentE.Width = 100;
|
//
|
// hydroEnergyAnalyListItemViewModelBindingSource
|
//
|
hydroEnergyAnalyListItemViewModelBindingSource.DataSource = typeof(HydroEnergyAnalyListItemViewModel);
|
//
|
// HydroEnergyAnalyListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "HydroEnergyAnalyListCtrl";
|
Size = new Size(1005, 568);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)hydroEnergyAnalyListItemViewModelBindingSource).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colBeginGroup;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedP;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedH;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedN;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentPr1;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentPr2;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentH;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentP;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentE;
|
private BindingSource hydroEnergyAnalyListItemViewModelBindingSource;
|
}
|
}
|