namespace Yw.WinFrmUI { partial class SetHydroMonitorDockingListCtrl { /// /// 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(SetHydroMonitorDockingListCtrl)); gridControl1 = new DevExpress.XtraGrid.GridControl(); hydroMonitorDockingViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colChecked = new DevExpress.XtraGrid.Columns.GridColumn(); 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(); repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)hydroMonitorDockingViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)repositoryItemCheckedComboBoxEdit1).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = hydroMonitorDockingViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemCheckedComboBoxEdit1 }); gridControl1.Size = new Size(843, 329); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // hydroMonitorDockingViewModelBindingSource // hydroMonitorDockingViewModelBindingSource.DataSource = typeof(HydroMonitorDockingViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colChecked, colParter, colPropName, colPropValue, colUnitName, colFlags, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // // colChecked // colChecked.FieldName = "Checked"; colChecked.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colChecked.ImageOptions.SvgImage"); colChecked.ImageOptions.SvgImageSize = new Size(16, 16); colChecked.MaxWidth = 60; colChecked.MinWidth = 60; colChecked.Name = "colChecked"; colChecked.Visible = true; colChecked.VisibleIndex = 0; colChecked.Width = 60; // // colParter // colParter.FieldName = "Parter"; colParter.MaxWidth = 150; colParter.MinWidth = 100; colParter.Name = "colParter"; colParter.Visible = true; colParter.VisibleIndex = 1; colParter.Width = 100; // // colPropName // colPropName.FieldName = "PropName"; colPropName.MaxWidth = 100; colPropName.MinWidth = 100; colPropName.Name = "colPropName"; colPropName.Visible = true; colPropName.VisibleIndex = 2; colPropName.Width = 100; // // 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 = 100; colPropValue.Name = "colPropValue"; colPropValue.Visible = true; colPropValue.VisibleIndex = 3; colPropValue.Width = 100; // // colUnitName // colUnitName.FieldName = "UnitName"; colUnitName.MaxWidth = 100; colUnitName.MinWidth = 100; colUnitName.Name = "colUnitName"; colUnitName.Visible = true; colUnitName.VisibleIndex = 4; colUnitName.Width = 100; // // colFlags // colFlags.ColumnEdit = repositoryItemCheckedComboBoxEdit1; colFlags.FieldName = "Flags"; colFlags.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colFlags.ImageOptions.SvgImage"); colFlags.ImageOptions.SvgImageSize = new Size(16, 16); colFlags.MaxWidth = 200; colFlags.MinWidth = 100; colFlags.Name = "colFlags"; colFlags.Visible = true; colFlags.VisibleIndex = 5; colFlags.Width = 100; // // repositoryItemCheckedComboBoxEdit1 // repositoryItemCheckedComboBoxEdit1.AllowMultiSelect = true; repositoryItemCheckedComboBoxEdit1.AutoHeight = false; repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1"; repositoryItemCheckedComboBoxEdit1.SelectAllItemCaption = "全选"; // // colDescription // colDescription.FieldName = "Description"; colDescription.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colDescription.ImageOptions.SvgImage"); colDescription.ImageOptions.SvgImageSize = new Size(16, 16); colDescription.MinWidth = 100; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 6; colDescription.Width = 100; // // SetHydroMonitorDockingListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "SetHydroMonitorDockingListCtrl"; Size = new Size(843, 329); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)hydroMonitorDockingViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)repositoryItemCheckedComboBoxEdit1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colChecked; private DevExpress.XtraGrid.Columns.GridColumn colParter; private DevExpress.XtraGrid.Columns.GridColumn colPropName; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colFlags; private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; private BindingSource hydroMonitorDockingViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colPropValue; private DevExpress.XtraGrid.Columns.GridColumn colUnitName; } }