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

📄 viewnestedbandsdemomain.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object ViewNestedBandsDemoMainForm: TViewNestedBandsDemoMainForm
  Left = 34
  Top = 41
  Width = 964
  Height = 633
  Caption = 'ExpressQuantumGrid ViewNestedBandsDemo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = mmMain
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object lbDescription: TLabel
    Left = 0
    Top = 0
    Width = 956
    Height = 25
    Align = alTop
    AutoSize = False
    Caption = 
      'Use Nested Bands with the BandedView. Experiment by changing the' +
      ' Options. Click on '#39'About this demo'#39' for more information.'
    Color = 12937777
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    WordWrap = True
  end
  object sbMain: TStatusBar
    Left = 0
    Top = 560
    Width = 956
    Height = 19
    AutoHint = True
    Panels = <>
    ParentShowHint = False
    ShowHint = True
    SimplePanel = True
  end
  object Grid: TcxGrid
    Left = 0
    Top = 25
    Width = 956
    Height = 535
    Align = alClient
    TabOrder = 1
    object bvOrders: TcxGridDBBandedTableView
      DataController.DataSource = ViewNestedBandsDemoDataDM.dsOrders
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <>
      DataController.Summary.SummaryGroups = <>
      NavigatorButtons.ConfirmDelete = False
      OptionsCustomize.ColumnsQuickCustomization = True
      OptionsCustomize.BandsQuickCustomization = True
      OptionsView.FocusRect = False
      Styles.BandHeader = ViewNestedBandsDemoDataDM.cxStyle31
      Bands = <
        item
          Caption = 'Order'
          Styles.Header = ViewNestedBandsDemoDataDM.cxStyle35
        end
        item
          Caption = 'Car'
          Styles.Header = ViewNestedBandsDemoDataDM.cxStyle35
          Width = 605
        end
        item
          Caption = 'Customer'
          Styles.Header = ViewNestedBandsDemoDataDM.cxStyle35
          Width = 774
        end
        item
          Caption = 'MPG'
          Position.BandIndex = 1
          Position.ColIndex = 3
          Width = 108
        end
        item
          Caption = 'Transmission'
          Position.BandIndex = 1
          Position.ColIndex = 2
          Width = 138
        end
        item
          Caption = 'Engine'
          Position.BandIndex = 1
          Position.ColIndex = 1
          Width = 137
        end
        item
          Caption = 'Model'
          Position.BandIndex = 1
          Position.ColIndex = 0
          Width = 222
        end
        item
          Caption = 'Contact'
          Position.BandIndex = 2
          Position.ColIndex = 1
          Width = 377
        end
        item
          Caption = 'Primary Info'
          Position.BandIndex = 2
          Position.ColIndex = 0
          Width = 397
        end>
      object clnCustomerID: TcxGridDBBandedColumn
        Caption = 'Customer'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.ImmediatePost = True
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Name'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Options.CellMerging = True
        Options.SortByDisplayText = isbtOn
        SortIndex = 2
        SortOrder = soAscending
        Width = 173
        Position.BandIndex = 8
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnCustomerCompany: TcxGridDBBandedColumn
        Caption = 'Company'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Company'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 124
        Position.BandIndex = 8
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object clnCustomerAddres: TcxGridDBBandedColumn
        Caption = 'Address'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Address'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 160
        Position.BandIndex = 7
        Position.ColIndex = 3
        Position.RowIndex = 0
      end
      object clnCustomerFax: TcxGridDBBandedColumn
        Caption = 'Fax'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'FaxPhone'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 96
        Position.BandIndex = 7
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object clnCustomerPhone: TcxGridDBBandedColumn
        Caption = 'Phone'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'HomePhone'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 89
        Position.BandIndex = 7
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object clnCustomerOccupation: TcxGridDBBandedColumn
        Caption = 'Occupation'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Occupation'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 100
        Position.BandIndex = 8
        Position.ColIndex = 2
        Position.RowIndex = 0
      end
      object clnCustomerZipCode: TcxGridDBBandedColumn
        Caption = 'ZipCode'
        DataBinding.FieldName = 'CustomerID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'ZipCode'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCustomers
        Properties.ReadOnly = True
        Options.Editing = False
        Options.CellMerging = True
        Width = 77
        Position.BandIndex = 7
        Position.ColIndex = 2
        Position.RowIndex = 0
      end
      object clnOrdersProductID: TcxGridDBBandedColumn
        Caption = 'Car'
        DataBinding.FieldName = 'ProductID'
        PropertiesClassName = 'TcxLookupComboBoxProperties'
        Properties.Alignment.Vert = taVCenter
        Properties.ImmediatePost = True
        Properties.KeyFieldNames = 'ID'
        Properties.ListColumns = <
          item
            FieldName = 'Car'
          end>
        Properties.ListSource = ViewNestedBandsDemoDataDM.dsCars
        Options.CellMerging = True

⌨️ 快捷键说明

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