Componentes.Terceros.DevExp.../official/x.19/ExpressQuantumGrid 5/Demos/Delphi/Office11GroupRowStyleDemo/Office11GroupRowStyleDemoData.dfm
2007-09-09 11:27:22 +00:00

58 lines
1.3 KiB
Plaintext

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