namespace HStation.WinFrmUI { partial class XhsProjectSimulationElbowUnMatchingListCtrl { /// /// 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(); xhsProjectSimulationElbowUnMatchingViewModelBindingSource = new BindingSource(components); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn(); colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); colCaliber = 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(); colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)xhsProjectSimulationElbowUnMatchingViewModelBindingSource).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = xhsProjectSimulationElbowUnMatchingViewModelBindingSource; 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, colMaterial, colCaliber, colQuality, colElev, colDemand, colDemandPattern, colFlagsString, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsFind.AlwaysVisible = true; gridView1.RowClick += gridView1_RowClick; // // xhsProjectSimulationElbowUnMatchingViewModelBindingSource // xhsProjectSimulationElbowUnMatchingViewModelBindingSource.DataSource = typeof(XhsProjectSimulationElbowUnMatchingViewModel); // // 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; // // colMaterial // colMaterial.FieldName = "Material"; colMaterial.Name = "colMaterial"; colMaterial.Visible = true; colMaterial.VisibleIndex = 3; // // colCaliber // colCaliber.FieldName = "Caliber"; colCaliber.Name = "colCaliber"; colCaliber.Visible = true; colCaliber.VisibleIndex = 4; // // colQuality // colQuality.FieldName = "Quality"; colQuality.Name = "colQuality"; colQuality.Visible = true; colQuality.VisibleIndex = 5; // // colElev // colElev.FieldName = "Elev"; colElev.Name = "colElev"; colElev.Visible = true; colElev.VisibleIndex = 6; // // colDemand // colDemand.FieldName = "Demand"; colDemand.Name = "colDemand"; colDemand.Visible = true; colDemand.VisibleIndex = 7; // // colDemandPattern // colDemandPattern.FieldName = "DemandPattern"; colDemandPattern.Name = "colDemandPattern"; colDemandPattern.Visible = true; colDemandPattern.VisibleIndex = 8; // // colFlagsString // colFlagsString.FieldName = "FlagsString"; colFlagsString.Name = "colFlagsString"; colFlagsString.Visible = true; colFlagsString.VisibleIndex = 9; // // colDescription // colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 10; // // XhsProjectSimulationElbowUnMatchingListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "XhsProjectSimulationElbowUnMatchingListCtrl"; Size = new Size(818, 590); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)xhsProjectSimulationElbowUnMatchingViewModelBindingSource).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private BindingSource xhsProjectSimulationElbowUnMatchingViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colDbLocked; private DevExpress.XtraGrid.Columns.GridColumn colMaterial; private DevExpress.XtraGrid.Columns.GridColumn colCaliber; 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 colFlagsString; private DevExpress.XtraGrid.Columns.GridColumn colDescription; } }