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

📄 viewnestedbandsdemomain.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Options.SortByDisplayText = isbtOn
        SortIndex = 1
        SortOrder = soAscending
        Position.BandIndex = 6
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnCarLiter: TcxGridDBBandedColumn
        Caption = 'Liter'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Liter'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Position.BandIndex = 5
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnCarCyl: TcxGridDBBandedColumn
        Caption = 'Cyl'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Cyl'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Position.BandIndex = 5
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object clnCarHP: TcxGridDBBandedColumn
        Caption = 'HP'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'HP'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Position.BandIndex = 5
        Position.ColIndex = 2
        Position.RowIndex = 0
      end
      object clnCarMPG_City: TcxGridDBBandedColumn
        Caption = 'City'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'MPG_City'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 44
        Position.BandIndex = 3
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnCarMPG_Highway: TcxGridDBBandedColumn
        Caption = 'Highway'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'MPG_Highway'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 64
        Position.BandIndex = 3
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object clnCarTransmissSpeedCount: TcxGridDBBandedColumn
        Caption = 'Speed Count'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'TransmissSpeedCount'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Filtering = False
        Options.CellMerging = True
        Width = 76
        Position.BandIndex = 4
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object clnCarTransMissAuto: TcxGridDBBandedColumn
        Caption = 'Automatic'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'TransmissAutomatic'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Properties.ReadOnly = True
        Options.Filtering = False
        Options.CellMerging = True
        Width = 80
        Position.BandIndex = 4
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnPurchaseDate: TcxGridDBBandedColumn
        DataBinding.FieldName = 'PurchaseDate'
        PropertiesClassName = 'TcxDateEditProperties'
        Properties.Alignment.Vert = taVCenter
        Options.CellMerging = True
        SortIndex = 0
        SortOrder = soAscending
        Position.BandIndex = 0
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnPaymentType: TcxGridDBBandedColumn
        DataBinding.FieldName = 'PaymentType'
        PropertiesClassName = 'TcxImageComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.Images = ViewNestedBandsDemoDataDM.PaymentTypeImages
        Properties.Items = <
          item
            Description = 'Cash'
            ImageIndex = 0
            Value = 'Cash'
          end
          item
            Description = 'Visa'
            ImageIndex = 1
            Value = 'Visa'
          end
          item
            Description = 'Master'
            ImageIndex = 2
            Value = 'Master'
          end
          item
            Description = 'American Express'
            ImageIndex = 3
            Value = 'AmEx'
          end>
        Options.CellMerging = True
        SortIndex = 3
        SortOrder = soAscending
        Position.BandIndex = 0
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object clnQuantity: TcxGridDBBandedColumn
        DataBinding.FieldName = 'Quantity'
        Position.BandIndex = 0
        Position.ColIndex = 2
        Position.RowIndex = 0
      end
      object clnPaymentAmount: TcxGridDBBandedColumn
        DataBinding.FieldName = 'PaymentAmount'
        Position.BandIndex = 0
        Position.ColIndex = 3
        Position.RowIndex = 0
      end
    end
    object lvOrders: TcxGridLevel
      GridView = bvOrders
    end
  end
  object mmMain: TMainMenu
    Left = 504
    Top = 24
    object miFile: TMenuItem
      Caption = '&File'
      object miExit: TMenuItem
        Caption = 'E&xit'
        Hint = 'Press to quit the demo-program'
        ShortCut = 32856
        OnClick = miExitClick
      end
    end
    object miOptions: TMenuItem
      Caption = 'Options'
      object miNestedBands: TMenuItem
        Caption = '&Nested Bands'
        Checked = True
        Hint = 'Enables nested bands'
        OnClick = miNestedBandsClick
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object miBandsQuickCustomization: TMenuItem
        Caption = '&Bands quick customization'
        Checked = True
        Hint = 
          'Enables  bands to be shown or hidden in the grid by clicking on ' +
          'items in the list (click the indicator located to the left of th' +
          'e band headers area)'
        OnClick = miBandsQuickCustomizationClick
      end
      object miColumnsQuickCustomization: TMenuItem
        Caption = '&Columns quick customization'
        Checked = True
        Hint = 
          'Enables  columns to be shown or hidden in the grid by clicking o' +
          'n items in the list (click the indicator located to the left of ' +
          'the column headers area)'
        OnClick = miColumnsQuickCustomizationClick
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object miCellMerging: TMenuItem
        Caption = 'Cell &merging'
        Checked = True
        Hint = 'Merges cells with the same data'
        OnClick = miCellMergingClick
      end
    end
    object miAbout: TMenuItem
      Caption = '&About this demo'
      Hint = 'Displays the brief description of the current demo features'
      OnClick = miAboutClick
    end
  end
  object LookAndFeelController: TcxLookAndFeelController
    NativeStyle = True
    Left = 536
    Top = 24
  end
end

⌨️ 快捷键说明

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