namespace Yw.WinFrmUI { partial class HydroMonitorValueListCtrl { /// /// 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(HydroMonitorValueListCtrl)); gridControl1 = new DevExpress.XtraGrid.GridControl(); hydroMonitorValueViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colParter = new DevExpress.XtraGrid.Columns.GridColumn(); colPropName = new DevExpress.XtraGrid.Columns.GridColumn(); colPropValue = new DevExpress.XtraGrid.Columns.GridColumn(); colUnitName = new DevExpress.XtraGrid.Columns.GridColumn(); colFlags = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)hydroMonitorValueViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = hydroMonitorValueViewModelBindingSource; 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 }); // // hydroMonitorValueViewModelBindingSource // hydroMonitorValueViewModelBindingSource.DataSource = typeof(HydroMonitorValueViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colParter, colPropName, colPropValue, colUnitName, colFlags, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.RowClick += gridView1_RowClick; // // colParter // colParter.FieldName = "Parter"; colParter.MaxWidth = 250; colParter.MinWidth = 150; colParter.Name = "colParter"; colParter.OptionsColumn.AllowEdit = false; colParter.Visible = true; colParter.VisibleIndex = 0; colParter.Width = 150; // // colPropName // colPropName.FieldName = "PropName"; colPropName.MaxWidth = 250; colPropName.MinWidth = 150; colPropName.Name = "colPropName"; colPropName.OptionsColumn.AllowEdit = false; colPropName.Visible = true; colPropName.VisibleIndex = 1; colPropName.Width = 150; // // colPropValue // colPropValue.FieldName = "PropValue"; colPropValue.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colPropValue.ImageOptions.SvgImage"); colPropValue.ImageOptions.SvgImageSize = new Size(16, 16); colPropValue.MaxWidth = 150; colPropValue.MinWidth = 150; colPropValue.Name = "colPropValue"; colPropValue.Visible = true; colPropValue.VisibleIndex = 2; colPropValue.Width = 150; // // colUnitName // colUnitName.FieldName = "UnitName"; colUnitName.MaxWidth = 100; colUnitName.MinWidth = 100; colUnitName.Name = "colUnitName"; colUnitName.OptionsColumn.AllowEdit = false; colUnitName.Visible = true; colUnitName.VisibleIndex = 3; colUnitName.Width = 100; // // colFlags // colFlags.FieldName = "Flags"; colFlags.MaxWidth = 200; colFlags.MinWidth = 100; colFlags.Name = "colFlags"; colFlags.Visible = true; colFlags.VisibleIndex = 4; colFlags.Width = 100; // // colDescription // colDescription.FieldName = "Description"; colDescription.MinWidth = 100; colDescription.Name = "colDescription"; colDescription.OptionsColumn.AllowEdit = false; colDescription.Visible = true; colDescription.VisibleIndex = 5; colDescription.Width = 100; // // HydroMonitorValueListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "HydroMonitorValueListCtrl"; Size = new Size(913, 394); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)hydroMonitorValueViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colPropName; private DevExpress.XtraGrid.Columns.GridColumn colPropValue; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colUnitName; private BindingSource hydroMonitorValueViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colParter; private DevExpress.XtraGrid.Columns.GridColumn colFlags; } }