git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
58 lines
1.3 KiB
Plaintext
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
|