namespace Yw.WinFrmUI
|
{
|
partial class HydroPressmeterListCtrl
|
{
|
/// <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();
|
hydroPressmeterViewModelBindingSource = 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();
|
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
|
colElev = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuPr = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentPress = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)hydroPressmeterViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroPressmeterViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(1088, 547);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// hydroPressmeterViewModelBindingSource
|
//
|
hydroPressmeterViewModelBindingSource.DataSource = typeof(HydroPressmeterViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colDbLocked, colCode, colName, colModelType, colHasDb, colElev, colMinorLoss, colCurrentPress, colCalcuPr, 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 = 2;
|
colCode.Width = 100;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MaxWidth = 150;
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
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;
|
//
|
// colHasDb
|
//
|
colHasDb.FieldName = "HasDb";
|
colHasDb.MaxWidth = 60;
|
colHasDb.MinWidth = 60;
|
colHasDb.Name = "colHasDb";
|
colHasDb.Visible = true;
|
colHasDb.VisibleIndex = 8;
|
colHasDb.Width = 60;
|
//
|
// colElev
|
//
|
colElev.FieldName = "Elev";
|
colElev.MaxWidth = 100;
|
colElev.MinWidth = 100;
|
colElev.Name = "colElev";
|
colElev.Visible = true;
|
colElev.VisibleIndex = 4;
|
colElev.Width = 100;
|
//
|
// colMinorLoss
|
//
|
colMinorLoss.FieldName = "MinorLoss";
|
colMinorLoss.MaxWidth = 100;
|
colMinorLoss.MinWidth = 100;
|
colMinorLoss.Name = "colMinorLoss";
|
colMinorLoss.Visible = true;
|
colMinorLoss.VisibleIndex = 5;
|
colMinorLoss.Width = 100;
|
//
|
// colCalcuPr
|
//
|
colCalcuPr.FieldName = "CalcuPr";
|
colCalcuPr.MaxWidth = 100;
|
colCalcuPr.MinWidth = 100;
|
colCalcuPr.Name = "colCalcuPr";
|
colCalcuPr.Visible = true;
|
colCalcuPr.VisibleIndex = 7;
|
colCalcuPr.Width = 100;
|
//
|
// colFlagsString
|
//
|
colFlagsString.FieldName = "FlagsString";
|
colFlagsString.MaxWidth = 200;
|
colFlagsString.MinWidth = 100;
|
colFlagsString.Name = "colFlagsString";
|
colFlagsString.Visible = true;
|
colFlagsString.VisibleIndex = 9;
|
colFlagsString.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 10;
|
colDescription.Width = 100;
|
//
|
// colCurrentPress
|
//
|
colCurrentPress.FieldName = "CurrentPress";
|
colCurrentPress.MaxWidth = 100;
|
colCurrentPress.MinWidth = 100;
|
colCurrentPress.Name = "colCurrentPress";
|
colCurrentPress.Visible = true;
|
colCurrentPress.VisibleIndex = 6;
|
colCurrentPress.Width = 100;
|
//
|
// HydroPressmeterListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "HydroPressmeterListCtrl";
|
Size = new Size(1088, 547);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)hydroPressmeterViewModelBindingSource).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 colElev;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private BindingSource hydroPressmeterViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuPr;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentPress;
|
}
|
}
|