| | |
| | | colQueryH = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colQueryE = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colQueryP = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridControl2 = new DevExpress.XtraGrid.GridControl(); |
| | | gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | colCurrentSpeed2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | // |
| | | // gridView3 |
| | | // |
| | | gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCurrentSpeed1, colCurrentHz2, colQueryQ, colQueryH, colQueryE, colQueryP, gridColumn1 }); |
| | | gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCurrentSpeed1, colCurrentHz2, colQueryQ, colQueryH, colQueryE, colQueryP }); |
| | | gridView3.GridControl = gridControl3; |
| | | gridView3.Name = "gridView3"; |
| | | // |
| | |
| | | colQueryP.Visible = true; |
| | | colQueryP.VisibleIndex = 5; |
| | | colQueryP.Width = 112; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | gridColumn1.Caption = "gridColumn1"; |
| | | gridColumn1.MinWidth = 30; |
| | | gridColumn1.Name = "gridColumn1"; |
| | | gridColumn1.Visible = true; |
| | | gridColumn1.VisibleIndex = 6; |
| | | gridColumn1.Width = 112; |
| | | // |
| | | // gridControl2 |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colSectH; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colSectE; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colSectP; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private SimpleButton btnSave; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |