namespace Yw.WinFrmUI
{
partial class HydroVisualMonitorValueListCtrl
{
///
/// 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();
ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroVisualMonitorValueListCtrl));
gridControl1 = new DevExpress.XtraGrid.GridControl();
hydroVisualMonitorValueViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colRelation = new DevExpress.XtraGrid.Columns.GridColumn();
colPropName = new DevExpress.XtraGrid.Columns.GridColumn();
colMonitorValue = new DevExpress.XtraGrid.Columns.GridColumn();
colUnitName = new DevExpress.XtraGrid.Columns.GridColumn();
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)hydroVisualMonitorValueViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = hydroVisualMonitorValueViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.Location = new Point(0, 0);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(913, 394);
gridControl1.TabIndex = 0;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// hydroVisualMonitorValueViewModelBindingSource
//
hydroVisualMonitorValueViewModelBindingSource.DataSource = typeof(HydroVisualMonitorValueViewModel);
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colRelation, colPropName, colMonitorValue, colUnitName, colDescription });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.RowClick += gridView1_RowClick;
//
// colRelation
//
colRelation.FieldName = "Relation";
colRelation.MaxWidth = 250;
colRelation.MinWidth = 150;
colRelation.Name = "colRelation";
colRelation.Visible = true;
colRelation.VisibleIndex = 0;
colRelation.Width = 150;
//
// colPropName
//
colPropName.FieldName = "PropName";
colPropName.MaxWidth = 250;
colPropName.MinWidth = 150;
colPropName.Name = "colPropName";
colPropName.Visible = true;
colPropName.VisibleIndex = 1;
colPropName.Width = 150;
//
// colMonitorValue
//
colMonitorValue.FieldName = "MonitorValue";
colMonitorValue.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colMonitorValue.ImageOptions.SvgImage");
colMonitorValue.ImageOptions.SvgImageSize = new Size(16, 16);
colMonitorValue.MaxWidth = 150;
colMonitorValue.MinWidth = 150;
colMonitorValue.Name = "colMonitorValue";
colMonitorValue.Visible = true;
colMonitorValue.VisibleIndex = 2;
colMonitorValue.Width = 150;
//
// colUnitName
//
colUnitName.FieldName = "UnitName";
colUnitName.MaxWidth = 100;
colUnitName.MinWidth = 100;
colUnitName.Name = "colUnitName";
colUnitName.Visible = true;
colUnitName.VisibleIndex = 3;
colUnitName.Width = 100;
//
// colDescription
//
colDescription.FieldName = "Description";
colDescription.MinWidth = 100;
colDescription.Name = "colDescription";
colDescription.Visible = true;
colDescription.VisibleIndex = 4;
colDescription.Width = 100;
//
// HydroVisualMonitorValueListCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(gridControl1);
Name = "HydroVisualMonitorValueListCtrl";
Size = new Size(913, 394);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)hydroVisualMonitorValueViewModelBindingSource).EndInit();
((ISupportInitialize)gridView1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private BindingSource hydroVisualMonitorValueViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colRelation;
private DevExpress.XtraGrid.Columns.GridColumn colPropName;
private DevExpress.XtraGrid.Columns.GridColumn colMonitorValue;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraGrid.Columns.GridColumn colUnitName;
}
}