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

📄 convertgrid3demomain.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object ConvertGrid3DemoMainForm: TConvertGrid3DemoMainForm
  Left = 128
  Top = 25
  Width = 825
  Height = 647
  Caption = 'ExpressQuantumGrid ConvertGrid3Demo'
  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 lbDescrip: TLabel
    Left = 0
    Top = 0
    Width = 817
    Height = 16
    Align = alTop
    Caption = 
      'Comparison of ExpressQuantumGrid 3 && 5 grids. Click "About this' +
      ' demo" for more information.'
    Color = 4707838
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    WordWrap = True
  end
  object sbMain: TStatusBar
    Left = 0
    Top = 574
    Width = 817
    Height = 19
    AutoHint = True
    Panels = <>
    ParentShowHint = False
    ShowHint = True
    SimplePanel = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 16
    Width = 817
    Height = 305
    Align = alTop
    TabOrder = 1
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 815
      Height = 32
      Align = alTop
      BevelOuter = bvLowered
      Caption = 'Developer Express QuantumGrid 3 (input)'
      Color = 12937777
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object dxGrid: TdxDBGrid
      Left = 1
      Top = 33
      Width = 815
      Height = 271
      Bands = <
        item
          Caption = 'Basic Information'
        end
        item
          Caption = 'Technical Information'
        end
        item
          Caption = 'Price and Contact'
        end>
      DefaultLayout = False
      HeaderPanelRowCount = 1
      KeyField = 'ID'
      ShowGroupPanel = True
      ShowSummaryFooter = True
      SummaryGroups = <
        item
          DefaultGroup = False
          SummaryItems = <
            item
              SummaryField = 'Cyl'
              SummaryType = cstCount
            end
            item
              ColumnName = 'dxGridHP'
              SummaryField = 'HP'
              SummaryType = cstMax
            end>
          Name = 'dxGridSummaryGroup2'
        end>
      SummarySeparator = ', '
      Align = alClient
      Color = 16247513
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      BandColor = 12937777
      BandFont.Charset = DEFAULT_CHARSET
      BandFont.Color = clWhite
      BandFont.Height = -11
      BandFont.Name = 'MS Sans Serif'
      BandFont.Style = [fsBold]
      DataSource = ConvertGrid3DemoDataDM.DataSource
      Filter.Active = True
      Filter.Criteria = {00000000}
      GroupPanelColor = 4707838
      GroupPanelFontColor = clBlack
      GroupNodeColor = 14872561
      HeaderColor = 15451300
      HeaderFont.Charset = DEFAULT_CHARSET
      HeaderFont.Color = clWindowText
      HeaderFont.Height = -11
      HeaderFont.Name = 'MS Sans Serif'
      HeaderFont.Style = [fsBold]
      HideSelectionColor = 15451300
      HideSelectionTextColor = clBlack
      HighlightColor = 12937777
      HighlightTextColor = clWhite
      LookAndFeel = lfUltraFlat
      OptionsDB = [edgoCancelOnExit, edgoCanNavigation, edgoConfirmDelete, edgoUseBookmarks]
      OptionsView = [edgoBandHeaderWidth, edgoIndicator, edgoUseBitmap]
      PreviewFont.Charset = DEFAULT_CHARSET
      PreviewFont.Color = clBlue
      PreviewFont.Height = -11
      PreviewFont.Name = 'MS Sans Serif'
      PreviewFont.Style = []
      RowFooterColor = 14811135
      RowFooterTextColor = clBlack
      ShowBands = True
      ShowRowFooter = True
      object dxGridID: TdxDBGridMaskColumn
        Visible = False
        Width = 65
        BandIndex = 0
        RowIndex = 0
        FieldName = 'ID'
      end
      object dxGridTrademark: TdxDBGridColumn
        Sorted = csUp
        Visible = False
        Width = 304
        BandIndex = 0
        RowIndex = 0
        FieldName = 'Trademark'
        GroupIndex = 0
        SummaryGroupName = 'dxGridSummaryGroup2'
      end
      object dxGridModel: TdxDBGridColumn
        Sorted = csUp
        Width = 304
        BandIndex = 0
        RowIndex = 0
        FieldName = 'Model'
      end
      object dxGridHP: TdxDBGridSpinColumn
        Width = 86
        BandIndex = 1
        RowIndex = 0
        FieldName = 'HP'
        SummaryFooterType = cstMax
        SummaryFooterField = 'HP'
      end
      object dxGridLiter: TdxDBGridMaskColumn
        BandIndex = 1
        RowIndex = 0
        FieldName = 'Liter'
      end
      object dxGridCyl: TdxDBGridSpinColumn
        BandIndex = 1
        RowIndex = 0
        FieldName = 'Cyl'
      end
      object dxGridTransmissSpeedCount: TdxDBGridSpinColumn
        Width = 112
        BandIndex = 1
        RowIndex = 0
        FieldName = 'TransmissSpeedCount'
      end
      object dxGridTransmissAutomatic: TdxDBGridCheckColumn
        MinWidth = 20
        Width = 100
        BandIndex = 1
        RowIndex = 0
        FieldName = 'TransmissAutomatic'
        ValueChecked = 'Yes'
        ValueUnchecked = 'No'
      end
      object dxGridMPG_City: TdxDBGridSpinColumn
        BandIndex = 1
        RowIndex = 0
        FieldName = 'MPG_City'
      end
      object dxGridCategory: TdxDBGridColumn
        Width = 58
        BandIndex = 0
        RowIndex = 0
        FieldName = 'Category'
      end
      object dxGridMPG_Highway: TdxDBGridSpinColumn
        Width = 77
        BandIndex = 1
        RowIndex = 0
        FieldName = 'MPG_Highway'
      end
      object dxGridDescription: TdxDBGridBlobColumn
        Width = 100
        BandIndex = 0
        RowIndex = 0
        HeaderMaxLineCount = 0
        FieldName = 'Description'
      end
      object dxGridHyperlink: TdxDBGridHyperLinkColumn
        BandIndex = 2
        RowIndex = 0
        FieldName = 'Hyperlink'
      end
      object dxGridPicture: TdxDBGridBlobColumn
        Width = 100
        BandIndex = 0
        RowIndex = 0
        FieldName = 'Picture'
        BlobKind = bkPict
        OnGetGraphicClass = dxGridPictureGetGraphicClass
      end
      object dxGridPrice: TdxDBGridCurrencyColumn
        BandIndex = 2
        RowIndex = 0
        FieldName = 'Price'
        Nullable = False
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 321
    Width = 817
    Height = 253
    Align = alClient
    TabOrder = 2
    object Panel4: TPanel
      Left = 1
      Top = 1
      Width = 815
      Height = 32
      Align = alTop
      BevelOuter = bvLowered
      Caption = 'Developer Express QuantumGrid 5 (output)'
      Color = 12937777
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object cxGrid: TcxGrid
      Left = 1
      Top = 33
      Width = 815
      Height = 219
      Align = alClient
      TabOrder = 1
      LookAndFeel.Kind = lfUltraFlat
      object cxGridDBBandedTableView1: TcxGridDBBandedTableView
        DataController.DataSource = ConvertGrid3DemoDataDM.DataSource
        DataController.Filter.MaxValueListCount = 1000
        DataController.Filter.Active = True
        DataController.KeyFieldNames = 'ID'
        DataController.Summary.DefaultGroupSummaryItems = <>
        DataController.Summary.FooterSummaryItems = <
          item
            Kind = skMax
            FieldName = 'HP'
            Column = cxGridDBBandedTableView1HP
          end>
        DataController.Summary.SummaryGroups = <

⌨️ 快捷键说明

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