object ColumnSimpleDemoCarsForm: TColumnSimpleDemoCarsForm Left = 327 Top = 204 Width = 645 Height = 462 Caption = 'ColumnSimpleDemoCarsForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object pnlCarInfo: TPanel Left = 8 Top = 31 Width = 625 Height = 274 Caption = 'pnlCarInfo' TabOrder = 0 object GridCars: TcxGrid Left = 1 Top = 1 Width = 623 Height = 272 Align = alClient TabOrder = 0 LookAndFeel.NativeStyle = False object bvCars: TcxGridDBBandedTableView NavigatorButtons.ConfirmDelete = False OnTopRecordIndexChanged = bvCarsTopRecordIndexChanged DataController.DataSource = ColumnsSimpleDemoDataDM.dsCars DataController.KeyFieldNames = 'ID' DataController.Summary.DefaultGroupSummaryItems = <> DataController.Summary.FooterSummaryItems = <> DataController.Summary.SummaryGroups = <> OptionsCustomize.BandMoving = False OptionsCustomize.BandSizing = False OptionsView.CellAutoHeight = True OptionsView.GridLines = glHorizontal OptionsView.GroupByBox = False OptionsView.Header = False Styles.StyleSheet = ColumnsSimpleDemoDataDM.GridBandedTableViewStyleSheetDevExpress Styles.Selection = ColumnsSimpleDemoDataDM.cxStyle18 Bands = < item Caption = 'Info' end item Caption = 'Description' end> object bvCarsID: TcxGridDBBandedColumn DataBinding.FieldName = 'ID' Position.BandIndex = 0 Position.ColIndex = 3 Position.RowIndex = 0 end object bvCarsTrademark: TcxGridDBBandedColumn DataBinding.FieldName = 'Trademark' Position.BandIndex = 0 Position.ColIndex = 0 Position.RowIndex = 0 end object bvCarsModel: TcxGridDBBandedColumn DataBinding.FieldName = 'Model' Width = 100 Position.BandIndex = 0 Position.ColIndex = 1 Position.RowIndex = 0 end object bvCarsPrice: TcxGridDBBandedColumn DataBinding.FieldName = 'Price' Width = 60 Position.BandIndex = 0 Position.ColIndex = 2 Position.RowIndex = 0 end object bvCarsPicture: TcxGridDBBandedColumn DataBinding.FieldName = 'Picture' PropertiesClassName = 'TcxImageProperties' Properties.GraphicClassName = 'TJPEGImage' Properties.Stretch = True Width = 150 Position.BandIndex = 0 Position.ColIndex = 0 Position.LineCount = 7 Position.RowIndex = 2 end object bvCarsLargePicture: TcxGridDBBandedColumn Caption = 'LargePicture' DataBinding.FieldName = 'Picture' PropertiesClassName = 'TcxBlobEditProperties' Properties.BlobEditKind = bekPict Properties.PictureGraphicClassName = 'TJPEGImage' Position.BandIndex = 0 Position.ColIndex = 0 Position.RowIndex = 3 end object bvCarsCategory: TcxGridDBBandedColumn DataBinding.FieldName = 'Category' PropertiesClassName = 'TcxRadioGroupProperties' Properties.Columns = 3 Properties.Items = < item Caption = 'Sports' Value = 'SPORTS' end item Caption = 'Saloon' Value = 'SALOON' end item Caption = 'Truck' Value = 'TRUCK' end> Width = 50 Position.BandIndex = 0 Position.ColIndex = 0 Position.RowIndex = 1 end object bvCarsHP: TcxGridDBBandedColumn DataBinding.FieldName = 'HP' Width = 50 Position.BandIndex = 0 Position.ColIndex = 0 Position.RowIndex = 4 end object bvCarsLiter: TcxGridDBBandedColumn DataBinding.FieldName = 'Liter' Width = 30 Position.BandIndex = 0 Position.ColIndex = 1 Position.RowIndex = 4 end object bvCarsCyl: TcxGridDBBandedColumn DataBinding.FieldName = 'Cyl' Width = 20 Position.BandIndex = 0 Position.ColIndex = 2 Position.RowIndex = 4 end object bvCarsTransmissSpeedCount: TcxGridDBBandedColumn DataBinding.FieldName = 'TransmissSpeedCount' Position.BandIndex = 0 Position.ColIndex = 0 Position.RowIndex = 5 end object bvCarsTransmissAutomatic: TcxGridDBBandedColumn DataBinding.FieldName = 'TransmissAutomatic' PropertiesClassName = 'TcxImageComboBoxProperties' Properties.Items = < item Description = 'Automatic' ImageIndex = 0 Value = 'Yes' end item Description = 'Manual' ImageIndex = 1 Value = 'No' end> Width = 40 Position.BandIndex = 0 Position.ColIndex = 1 Position.RowIndex = 5 end object bvCarsMPG_City: TcxGridDBBandedColumn DataBinding.FieldName = 'MPG_City' Position.BandIndex = 0 Position.ColIndex = 2 Position.RowIndex = 5 end object bvCarsMPG_Highway: TcxGridDBBandedColumn DataBinding.FieldName = 'MPG_Highway' Position.BandIndex = 0 Position.ColIndex = 3 Position.RowIndex = 5 end object bvCarsDescription: TcxGridDBBandedColumn DataBinding.FieldName = 'Description' PropertiesClassName = 'TcxMemoProperties' Properties.ScrollBars = ssVertical Width = 300 Position.BandIndex = 1 Position.ColIndex = 0 Position.LineCount = 12 Position.RowIndex = 0 end object bvCarsHyperlink: TcxGridDBBandedColumn DataBinding.FieldName = 'Hyperlink' PropertiesClassName = 'TcxHyperLinkEditProperties' Properties.SingleClick = True Position.BandIndex = 0 Position.ColIndex = 0 Position.RowIndex = 6 end end object lvCars: TcxGridLevel GridView = bvCars end end end end