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

📄 convertgrid3demomain.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          item
            Links = <
              item
                Column = cxGridDBBandedTableView1Trademark
              end>
            SummaryItems = <
              item
                Kind = skCount
                FieldName = 'Cyl'
              end
              item
                Kind = skMax
                Position = spFooter
                FieldName = 'HP'
                Column = cxGridDBBandedTableView1HP
              end>
          end>
        NavigatorButtons.ConfirmDelete = False
        Filtering.MaxDropDownCount = 12
        OptionsSelection.HideFocusRectOnExit = False
        OptionsSelection.InvertSelect = False
        OptionsView.Footer = True
        OptionsView.GroupFooters = gfVisibleWhenExpanded
        OptionsView.Indicator = True
        Preview.AutoHeight = False
        Preview.MaxLineCount = 2
        Styles.Content = cxStyle1
        Styles.Inactive = cxStyle7
        Styles.Selection = cxStyle6
        Styles.Footer = cxStyle5
        Styles.Group = cxStyle2
        Styles.GroupByBox = cxStyle3
        Styles.Header = cxStyle4
        Styles.Indicator = cxStyle4
        Styles.BandHeader = cxStyle8
        Bands = <
          item
            Caption = 'Basic Information'
          end
          item
            Caption = 'Technical Information'
          end
          item
            Caption = 'Price and Contact'
          end>
        object cxGridDBBandedTableView1ID: TcxGridDBBandedColumn
          DataBinding.FieldName = 'ID'
          Visible = False
          Width = 65
          Position.BandIndex = 0
          Position.ColIndex = 4
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Trademark: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Trademark'
          PropertiesClassName = 'TcxTextEditProperties'
          Properties.Alignment.Horz = taLeftJustify
          Properties.MaxLength = 50
          Properties.ReadOnly = False
          Visible = False
          GroupIndex = 0
          SortOrder = soAscending
          Position.BandIndex = 0
          Position.ColIndex = 5
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Model: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Model'
          PropertiesClassName = 'TcxTextEditProperties'
          Properties.Alignment.Horz = taLeftJustify
          Properties.MaxLength = 50
          Properties.ReadOnly = False
          SortOrder = soAscending
          Position.BandIndex = 0
          Position.ColIndex = 0
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1HP: TcxGridDBBandedColumn
          DataBinding.FieldName = 'HP'
          PropertiesClassName = 'TcxSpinEditProperties'
          Properties.Alignment.Horz = taRightJustify
          Properties.ReadOnly = False
          Properties.ValueType = vtInt
          Width = 86
          Position.BandIndex = 1
          Position.ColIndex = 0
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Liter: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Liter'
          Position.BandIndex = 1
          Position.ColIndex = 1
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Cyl: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Cyl'
          PropertiesClassName = 'TcxSpinEditProperties'
          Properties.Alignment.Horz = taRightJustify
          Properties.ReadOnly = False
          Properties.ValueType = vtInt
          Position.BandIndex = 1
          Position.ColIndex = 2
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1TransmissSpeedCount: TcxGridDBBandedColumn
          DataBinding.FieldName = 'TransmissSpeedCount'
          PropertiesClassName = 'TcxSpinEditProperties'
          Properties.Alignment.Horz = taRightJustify
          Properties.ReadOnly = False
          Properties.ValueType = vtInt
          Width = 112
          Position.BandIndex = 1
          Position.ColIndex = 3
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1TransmissAutomatic: TcxGridDBBandedColumn
          DataBinding.FieldName = 'TransmissAutomatic'
          PropertiesClassName = 'TcxCheckBoxProperties'
          Properties.Alignment = taLeftJustify
          Properties.NullStyle = nssUnchecked
          Properties.ReadOnly = False
          Properties.ValueChecked = 'Yes'
          Properties.ValueGrayed = ''
          Properties.ValueUnchecked = 'No'
          Width = 100
          Position.BandIndex = 1
          Position.ColIndex = 4
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1MPG_City: TcxGridDBBandedColumn
          DataBinding.FieldName = 'MPG_City'
          PropertiesClassName = 'TcxSpinEditProperties'
          Properties.Alignment.Horz = taRightJustify
          Properties.ReadOnly = False
          Properties.ValueType = vtInt
          Position.BandIndex = 1
          Position.ColIndex = 5
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Category: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Category'
          PropertiesClassName = 'TcxTextEditProperties'
          Properties.Alignment.Horz = taLeftJustify
          Properties.MaxLength = 7
          Properties.ReadOnly = False
          Width = 58
          Position.BandIndex = 0
          Position.ColIndex = 1
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1MPG_Highway: TcxGridDBBandedColumn
          DataBinding.FieldName = 'MPG_Highway'
          PropertiesClassName = 'TcxSpinEditProperties'
          Properties.Alignment.Horz = taRightJustify
          Properties.ReadOnly = False
          Properties.ValueType = vtInt
          Width = 77
          Position.BandIndex = 1
          Position.ColIndex = 6
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Description: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Description'
          PropertiesClassName = 'TcxBlobEditProperties'
          Properties.AlwaysSaveData = False
          Properties.BlobEditKind = bekMemo
          Properties.MemoScrollBars = ssBoth
          Properties.ReadOnly = False
          Properties.ShowExPopupItems = False
          Properties.ShowPicturePopup = False
          Width = 100
          Position.BandIndex = 0
          Position.ColIndex = 2
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Hyperlink: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Hyperlink'
          PropertiesClassName = 'TcxHyperLinkEditProperties'
          Properties.Alignment.Horz = taLeftJustify
          Properties.ReadOnly = False
          Position.BandIndex = 2
          Position.ColIndex = 0
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Picture: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Picture'
          PropertiesClassName = 'TcxBlobEditProperties'
          Properties.AlwaysSaveData = False
          Properties.BlobEditKind = bekPict
          Properties.MemoScrollBars = ssBoth
          Properties.PictureGraphicClassName = 'TJPEGImage'
          Properties.ReadOnly = False
          Properties.ShowExPopupItems = False
          Properties.ShowPicturePopup = False
          Width = 100
          Position.BandIndex = 0
          Position.ColIndex = 3
          Position.RowIndex = 0
        end
        object cxGridDBBandedTableView1Price: TcxGridDBBandedColumn
          DataBinding.FieldName = 'Price'
          PropertiesClassName = 'TcxCurrencyEditProperties'
          Properties.Alignment.Horz = taRightJustify
          Properties.DisplayFormat = '$,0.00;-$,0.00'
          Properties.Nullable = False
          Properties.ReadOnly = False
          Properties.ValidateOnEnter = True
          Position.BandIndex = 2
          Position.ColIndex = 1
          Position.RowIndex = 0
        end
      end
      object cxGridLevel1: TcxGridLevel
        GridView = cxGridDBBandedTableView1
      end
    end
  end
  object mmMain: TMainMenu
    Left = 496
    Top = 4
    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 miAbout: TMenuItem
      Caption = '&About this demo'
      Hint = 'Displays the brief description of the current demo features'
      OnClick = miAboutClick
    end
  end
  object cxStyleRepository1: TcxStyleRepository
    Left = 464
    object cxStyle1: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 16247513
      TextColor = clWindowText
    end
    object cxStyle2: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 14872561
      TextColor = clWindowText
    end
    object cxStyle3: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 4707838
      TextColor = clBlack
    end
    object cxStyle4: TcxStyle
      AssignedValues = [svColor, svFont, svTextColor]
      Color = 15451300
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      TextColor = clWindowText
    end
    object cxStyle5: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 15451300
      TextColor = clWindowText
    end
    object cxStyle6: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 12937777
      TextColor = clWhite
    end
    object cxStyle7: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 15451300
      TextColor = clBlack
    end
    object cxStyle8: TcxStyle
      AssignedValues = [svColor, svFont, svTextColor]
      Color = 12937777
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      TextColor = clWhite
    end
  end
  object LookAndFeelController: TcxLookAndFeelController
    NativeStyle = True
    Left = 73
    Top = 330
  end
end

⌨️ 快捷键说明

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