namespace Yw.WinFrmUI
|
{
|
partial class HydroMeterListCtrl
|
{
|
/// <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();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = 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();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
hydroMeterViewModelBindingSource = new BindingSource(components);
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)hydroMeterViewModelBindingSource).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroMeterViewModelBindingSource;
|
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 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colFlagsString, colQuality, colElev, colDemand, colDemandPattern, 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;
|
//
|
// colQuality
|
//
|
colQuality.FieldName = "Quality";
|
colQuality.Name = "colQuality";
|
colQuality.Visible = true;
|
colQuality.VisibleIndex = 3;
|
//
|
// colElev
|
//
|
colElev.FieldName = "Elev";
|
colElev.Name = "colElev";
|
colElev.Visible = true;
|
colElev.VisibleIndex = 4;
|
//
|
// colDemand
|
//
|
colDemand.FieldName = "Demand";
|
colDemand.Name = "colDemand";
|
colDemand.Visible = true;
|
colDemand.VisibleIndex = 5;
|
//
|
// colDemandPattern
|
//
|
colDemandPattern.FieldName = "DemandPattern";
|
colDemandPattern.Name = "colDemandPattern";
|
colDemandPattern.Visible = true;
|
colDemandPattern.VisibleIndex = 6;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 7;
|
//
|
// hydroMeterViewModelBindingSource
|
//
|
hydroMeterViewModelBindingSource.DataSource = typeof(HydroMeterViewModel);
|
//
|
// HydroMeterListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "HydroMeterListCtrl";
|
Size = new Size(818, 590);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)hydroMeterViewModelBindingSource).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 hydroMeterViewModelBindingSource;
|
}
|
}
|