⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 columnssimpledemocars.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
字号:
object ColumnSimpleDemoCarsForm: TColumnSimpleDemoCarsForm
  Left = 327
  Top = 204
  Width = 662
  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 = 639
    Height = 267
    Caption = 'pnlCarInfo'
    TabOrder = 0
    object GridCars: TcxGrid
      Left = 1
      Top = 1
      Width = 637
      Height = 265
      Align = alClient
      TabOrder = 0
      object bvCars: TcxGridDBBandedTableView
        DataController.DataSource = ColumnsSimpleDemoDataDM.dsCars
        DataController.KeyFieldNames = 'ID'
        DataController.Summary.DefaultGroupSummaryItems = <>
        DataController.Summary.FooterSummaryItems = <>
        DataController.Summary.SummaryGroups = <>
        NavigatorButtons.ConfirmDelete = False
        OnTopRecordIndexChanged = bvCarsTopRecordIndexChanged
        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'
          Position.BandIndex = 0
          Position.ColIndex = 0
          Position.RowIndex = 6
        end
      end
      object lvCars: TcxGridLevel
        GridView = bvCars
      end
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -