namespace Yw.WinFrmUI
{
partial class HydroThreelinkListCtrl
{
///
/// 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()
{
components = new Container();
gridControl1 = new DevExpress.XtraGrid.GridControl();
hydroThreelinkViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
colCaliber = new DevExpress.XtraGrid.Columns.GridColumn();
colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
colQuality = new DevExpress.XtraGrid.Columns.GridColumn();
colElev = new DevExpress.XtraGrid.Columns.GridColumn();
colDemand = new DevExpress.XtraGrid.Columns.GridColumn();
colDemandPattern = new DevExpress.XtraGrid.Columns.GridColumn();
colCalcuPress = new DevExpress.XtraGrid.Columns.GridColumn();
colCalcuHead = new DevExpress.XtraGrid.Columns.GridColumn();
colCalcuDemand = new DevExpress.XtraGrid.Columns.GridColumn();
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
colRunningThroughLoss = new DevExpress.XtraGrid.Columns.GridColumn();
colBranchThroughLoss = new DevExpress.XtraGrid.Columns.GridColumn();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)hydroThreelinkViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = hydroThreelinkViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.Location = new Point(0, 0);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(1820, 643);
gridControl1.TabIndex = 0;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// hydroThreelinkViewModelBindingSource
//
hydroThreelinkViewModelBindingSource.DataSource = typeof(HydroThreelinkViewModel);
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colDbLocked, colCode, colName, colModelType, colHasDb, colMaterial, colCaliber, colRunningThroughLoss, colBranchThroughLoss, colQuality, colElev, colMinorLoss, colDemand, colDemandPattern, colCalcuPress, colCalcuHead, colCalcuDemand, colFlagsString, colDescription });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsFind.AlwaysVisible = true;
gridView1.RowClick += gridView1_RowClick;
//
// colDbLocked
//
colDbLocked.FieldName = "DbLocked";
colDbLocked.MaxWidth = 60;
colDbLocked.MinWidth = 60;
colDbLocked.Name = "colDbLocked";
colDbLocked.Visible = true;
colDbLocked.VisibleIndex = 0;
colDbLocked.Width = 60;
//
// colCode
//
colCode.FieldName = "Code";
colCode.MaxWidth = 150;
colCode.MinWidth = 100;
colCode.Name = "colCode";
colCode.Visible = true;
colCode.VisibleIndex = 1;
colCode.Width = 100;
//
// colName
//
colName.FieldName = "Name";
colName.MaxWidth = 150;
colName.MinWidth = 100;
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 2;
colName.Width = 100;
//
// colModelType
//
colModelType.FieldName = "ModelType";
colModelType.MaxWidth = 150;
colModelType.MinWidth = 100;
colModelType.Name = "colModelType";
colModelType.Visible = true;
colModelType.VisibleIndex = 3;
colModelType.Width = 100;
//
// colFlagsString
//
colFlagsString.FieldName = "FlagsString";
colFlagsString.MaxWidth = 200;
colFlagsString.MinWidth = 100;
colFlagsString.Name = "colFlagsString";
colFlagsString.Visible = true;
colFlagsString.VisibleIndex = 5;
colFlagsString.Width = 100;
//
// colMaterial
//
colMaterial.FieldName = "Material";
colMaterial.MaxWidth = 100;
colMaterial.MinWidth = 100;
colMaterial.Name = "colMaterial";
colMaterial.Visible = true;
colMaterial.VisibleIndex = 5;
colMaterial.Width = 100;
//
// colCaliber
//
colCaliber.FieldName = "Caliber";
colCaliber.MaxWidth = 100;
colCaliber.MinWidth = 100;
colCaliber.Name = "colCaliber";
colCaliber.Visible = true;
colCaliber.VisibleIndex = 6;
colCaliber.Width = 100;
//
// colMinorLoss
//
colMinorLoss.FieldName = "MinorLoss";
colMinorLoss.MaxWidth = 100;
colMinorLoss.MinWidth = 100;
colMinorLoss.Name = "colMinorLoss";
colMinorLoss.Visible = true;
colMinorLoss.VisibleIndex = 11;
colMinorLoss.Width = 100;
//
// colQuality
//
colQuality.FieldName = "Quality";
colQuality.MaxWidth = 100;
colQuality.MinWidth = 100;
colQuality.Name = "colQuality";
colQuality.Visible = true;
colQuality.VisibleIndex = 9;
colQuality.Width = 100;
//
// colElev
//
colElev.FieldName = "Elev";
colElev.MaxWidth = 100;
colElev.MinWidth = 100;
colElev.Name = "colElev";
colElev.Visible = true;
colElev.VisibleIndex = 10;
colElev.Width = 100;
//
// colDemand
//
colDemand.FieldName = "Demand";
colDemand.MaxWidth = 100;
colDemand.MinWidth = 100;
colDemand.Name = "colDemand";
colDemand.Visible = true;
colDemand.VisibleIndex = 12;
colDemand.Width = 100;
//
// colDemandPattern
//
colDemandPattern.FieldName = "DemandPattern";
colDemandPattern.MaxWidth = 100;
colDemandPattern.MinWidth = 100;
colDemandPattern.Name = "colDemandPattern";
colDemandPattern.Visible = true;
colDemandPattern.VisibleIndex = 13;
colDemandPattern.Width = 100;
//
// colCalcuPress
//
colCalcuPress.FieldName = "CalcuPress";
colCalcuPress.MaxWidth = 100;
colCalcuPress.MinWidth = 100;
colCalcuPress.Name = "colCalcuPress";
colCalcuPress.Visible = true;
colCalcuPress.VisibleIndex = 14;
colCalcuPress.Width = 100;
//
// colCalcuHead
//
colCalcuHead.FieldName = "CalcuHead";
colCalcuHead.MaxWidth = 100;
colCalcuHead.MinWidth = 100;
colCalcuHead.Name = "colCalcuHead";
colCalcuHead.Visible = true;
colCalcuHead.VisibleIndex = 15;
colCalcuHead.Width = 100;
//
// colCalcuDemand
//
colCalcuDemand.FieldName = "CalcuDemand";
colCalcuDemand.MaxWidth = 100;
colCalcuDemand.MinWidth = 100;
colCalcuDemand.Name = "colCalcuDemand";
colCalcuDemand.Visible = true;
colCalcuDemand.VisibleIndex = 16;
colCalcuDemand.Width = 100;
//
// colDescription
//
colDescription.FieldName = "Description";
colDescription.MinWidth = 100;
colDescription.Name = "colDescription";
colDescription.Visible = true;
colDescription.VisibleIndex = 16;
colDescription.Width = 100;
//
// colHasDb
//
colHasDb.FieldName = "HasDb";
colHasDb.MaxWidth = 60;
colHasDb.MinWidth = 60;
colHasDb.Name = "colHasDb";
colHasDb.Visible = true;
colHasDb.VisibleIndex = 4;
colHasDb.Width = 60;
//
// colRunningThroughLoss
//
colRunningThroughLoss.FieldName = "RunningThroughLoss";
colRunningThroughLoss.Name = "colRunningThroughLoss";
colRunningThroughLoss.Visible = true;
colRunningThroughLoss.VisibleIndex = 7;
//
// colBranchThroughLoss
//
colBranchThroughLoss.FieldName = "BranchThroughLoss";
colBranchThroughLoss.Name = "colBranchThroughLoss";
colBranchThroughLoss.Visible = true;
colBranchThroughLoss.VisibleIndex = 8;
//
// HydroThreelinkListCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(gridControl1);
Name = "HydroThreelinkListCtrl";
Size = new Size(1820, 643);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)hydroThreelinkViewModelBindingSource).EndInit();
((ISupportInitialize)gridView1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colCode;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colFlagsString;
private DevExpress.XtraGrid.Columns.GridColumn colQuality;
private DevExpress.XtraGrid.Columns.GridColumn colElev;
private DevExpress.XtraGrid.Columns.GridColumn colDemand;
private DevExpress.XtraGrid.Columns.GridColumn colDemandPattern;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private BindingSource hydroThreelinkViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
private DevExpress.XtraGrid.Columns.GridColumn colCaliber;
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
private DevExpress.XtraGrid.Columns.GridColumn colCalcuPress;
private DevExpress.XtraGrid.Columns.GridColumn colCalcuHead;
private DevExpress.XtraGrid.Columns.GridColumn colCalcuDemand;
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
private DevExpress.XtraGrid.Columns.GridColumn colRunningThroughLoss;
private DevExpress.XtraGrid.Columns.GridColumn colBranchThroughLoss;
}
}