namespace HStation.WinFrmUI { partial class XhsProjectSimulationValveUnMatchingListCtrl { /// /// 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(); gridControl1 = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); xhsProjectSimulationValveUnMatchingViewModelBindingSource = new BindingSource(components); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn(); colLinkStatus = new DevExpress.XtraGrid.Columns.GridColumn(); colDiameter = new DevExpress.XtraGrid.Columns.GridColumn(); colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); colValveType = new DevExpress.XtraGrid.Columns.GridColumn(); colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn(); colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)xhsProjectSimulationValveUnMatchingViewModelBindingSource).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = xhsProjectSimulationValveUnMatchingViewModelBindingSource; 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, colDbLocked, colLinkStatus, colDiameter, colMinorLoss, colValveType, colValveSetting, colFlagsString, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsFind.AlwaysVisible = true; gridView1.RowClick += gridView1_RowClick; // // xhsProjectSimulationValveUnMatchingViewModelBindingSource // xhsProjectSimulationValveUnMatchingViewModelBindingSource.DataSource = typeof(XhsProjectSimulationValveUnMatchingViewModel); // // 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; // // colDbLocked // colDbLocked.FieldName = "DbLocked"; colDbLocked.Name = "colDbLocked"; colDbLocked.Visible = true; colDbLocked.VisibleIndex = 2; // // colLinkStatus // colLinkStatus.FieldName = "LinkStatus"; colLinkStatus.Name = "colLinkStatus"; colLinkStatus.Visible = true; colLinkStatus.VisibleIndex = 3; // // colDiameter // colDiameter.FieldName = "Diameter"; colDiameter.Name = "colDiameter"; colDiameter.Visible = true; colDiameter.VisibleIndex = 4; // // colMinorLoss // colMinorLoss.FieldName = "MinorLoss"; colMinorLoss.Name = "colMinorLoss"; colMinorLoss.Visible = true; colMinorLoss.VisibleIndex = 5; // // colValveType // colValveType.FieldName = "ValveType"; colValveType.Name = "colValveType"; colValveType.Visible = true; colValveType.VisibleIndex = 6; // // colValveSetting // colValveSetting.FieldName = "ValveSetting"; colValveSetting.Name = "colValveSetting"; colValveSetting.Visible = true; colValveSetting.VisibleIndex = 7; // // colFlagsString // colFlagsString.FieldName = "FlagsString"; colFlagsString.Name = "colFlagsString"; colFlagsString.Visible = true; colFlagsString.VisibleIndex = 8; // // colDescription // colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 9; // // XhsProjectSimulationValveUnMatchingListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "XhsProjectSimulationValveUnMatchingListCtrl"; Size = new Size(818, 590); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)xhsProjectSimulationValveUnMatchingViewModelBindingSource).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private BindingSource xhsProjectSimulationValveUnMatchingViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colDbLocked; private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus; private DevExpress.XtraGrid.Columns.GridColumn colDiameter; private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss; private DevExpress.XtraGrid.Columns.GridColumn colValveType; private DevExpress.XtraGrid.Columns.GridColumn colValveSetting; private DevExpress.XtraGrid.Columns.GridColumn colFlagsString; private DevExpress.XtraGrid.Columns.GridColumn colDescription; } }