namespace Yw.WinFrmUI
|
{
|
partial class HydroExchangerListCtrl
|
{
|
/// <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();
|
hydroExchangerViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colStartCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colEndCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colLinkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDiameter = new DevExpress.XtraGrid.Columns.GridColumn();
|
colLength = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRoughness = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)hydroExchangerViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroExchangerViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(818, 590);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// hydroExchangerViewModelBindingSource
|
//
|
hydroExchangerViewModelBindingSource.DataSource = typeof(HydroExchangerViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colFlagsString, colStartCode, colEndCode, colLinkStatus, colDiameter, colLength, colRoughness, colMinorLoss, colDescription });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.RowClick += gridView1_RowClick;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.Name = "colCode";
|
colCode.Visible = true;
|
colCode.VisibleIndex = 0;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
//
|
// colFlagsString
|
//
|
colFlagsString.FieldName = "FlagsString";
|
colFlagsString.Name = "colFlagsString";
|
colFlagsString.Visible = true;
|
colFlagsString.VisibleIndex = 2;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 10;
|
//
|
// colStartCode
|
//
|
colStartCode.FieldName = "StartCode";
|
colStartCode.Name = "colStartCode";
|
colStartCode.Visible = true;
|
colStartCode.VisibleIndex = 3;
|
//
|
// colEndCode
|
//
|
colEndCode.FieldName = "EndCode";
|
colEndCode.Name = "colEndCode";
|
colEndCode.Visible = true;
|
colEndCode.VisibleIndex = 4;
|
//
|
// colLinkStatus
|
//
|
colLinkStatus.FieldName = "LinkStatus";
|
colLinkStatus.Name = "colLinkStatus";
|
colLinkStatus.Visible = true;
|
colLinkStatus.VisibleIndex = 5;
|
//
|
// colDiameter
|
//
|
colDiameter.FieldName = "Diameter";
|
colDiameter.Name = "colDiameter";
|
colDiameter.Visible = true;
|
colDiameter.VisibleIndex = 6;
|
//
|
// colLength
|
//
|
colLength.FieldName = "Length";
|
colLength.Name = "colLength";
|
colLength.Visible = true;
|
colLength.VisibleIndex = 7;
|
//
|
// colMinorLoss
|
//
|
colMinorLoss.FieldName = "MinorLoss";
|
colMinorLoss.Name = "colMinorLoss";
|
colMinorLoss.Visible = true;
|
colMinorLoss.VisibleIndex = 9;
|
//
|
// colRoughness
|
//
|
colRoughness.FieldName = "Roughness";
|
colRoughness.Name = "colRoughness";
|
colRoughness.Visible = true;
|
colRoughness.VisibleIndex = 8;
|
//
|
// HydroExchangerListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "HydroExchangerListCtrl";
|
Size = new Size(818, 590);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)hydroExchangerViewModelBindingSource).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 colDescription;
|
private BindingSource hydroExchangerViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colStartCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colEndCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus;
|
private DevExpress.XtraGrid.Columns.GridColumn colDiameter;
|
private DevExpress.XtraGrid.Columns.GridColumn colLength;
|
private DevExpress.XtraGrid.Columns.GridColumn colRoughness;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
}
|
}
|