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

📄 office11grouprowstyledemodata.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
字号:
object Office11GroupRowStyleDemoDataDM: TOffice11GroupRowStyleDemoDataDM
  Left = 350
  Top = 198
  Height = 234
  Width = 374
  object Database: TDatabase
    Connected = True
    DatabaseName = 'DemosDB'
    DriverName = 'STANDARD'
    Params.Strings = (
      'PATH=..\..\Data'
      'DEFAULT DRIVER=PARADOX'
      'ENABLE BCD=FALSE')
    SessionName = 'Default'
    Left = 40
    Top = 8
  end
  object tblPersons: TTable
    Active = True
    OnCalcFields = tblPersonsCalcFields
    DatabaseName = 'DemosDB'
    TableName = 'USERS.DB'
    Left = 40
    Top = 56
    object tblPersonsFullName: TStringField
      FieldKind = fkCalculated
      FieldName = 'FullName'
      Size = 50
      Calculated = True
    end
    object tblPersonsFNAME: TStringField
      FieldName = 'FNAME'
      Size = 25
    end
    object tblPersonsLNAME: TStringField
      FieldName = 'LNAME'
      Size = 25
    end
  end
  object dsPersons: TDataSource
    DataSet = tblPersons
    Left = 40
    Top = 104
  end
  object StyleRepository: TcxStyleRepository
    Left = 120
    Top = 48
    object UnreadStyle: TcxStyle
      AssignedValues = [svFont]
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
    end
  end
end

⌨️ 快捷键说明

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