Componentes.Terceros.DevExp.../official/x.38/ExpressQuantumTreeList 4/Demos/Delphi/SimpleTreeDemo/SimpleTreeDemoData.dfm

180 lines
4.8 KiB
Plaintext
Raw Permalink Normal View History

object SimpleTreeDemoDataDM: TSimpleTreeDemoDataDM
OldCreateOrder = False
Left = 310
Top = 163
Height = 229
Width = 325
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 tblDepartments: TTable
Active = True
DatabaseName = 'DemosDB'
TableName = 'DEPARTMENTS.DB'
Left = 40
Top = 64
object tblDepartmentsID: TAutoIncField
FieldName = 'ID'
ReadOnly = True
Visible = False
end
object tblDepartmentsPARENTID: TIntegerField
FieldName = 'PARENTID'
Visible = False
end
object tblDepartmentsNAME: TStringField
FieldName = 'NAME'
Size = 50
end
object tblDepartmentsBUDGET: TFloatField
FieldName = 'BUDGET'
end
object tblDepartmentsPHONE: TStringField
FieldName = 'PHONE'
Size = 50
end
object tblDepartmentsFAX: TStringField
FieldName = 'FAX'
Size = 50
end
object tblDepartmentsEMAIL: TStringField
FieldName = 'EMAIL'
Size = 255
end
object tblDepartmentsVACANCY: TBooleanField
FieldName = 'VACANCY'
end
end
object dsDepartments: TDataSource
DataSet = tblDepartments
Left = 40
Top = 112
end
object StyleRepository: TcxStyleRepository
Left = 136
Top = 8
object cxStyle1: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle2: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle3: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 12937777
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
TextColor = clWhite
end
object cxStyle4: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 12937777
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
TextColor = clWhite
end
object cxStyle5: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16247513
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TextColor = clBlack
end
object cxStyle6: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16247513
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TextColor = clBlack
end
object cxStyle7: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 15519398
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TextColor = clBlack
end
object cxStyle8: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 14811135
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
TextColor = clNavy
end
object cxStyle9: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle10: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 4707838
TextColor = clBlack
end
object cxStyle11: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle12: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 14811135
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
TextColor = clNavy
end
object cxStyle13: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 12937777
TextColor = clWhite
end
object TreeListStyleSheetDevExpress: TcxTreeListStyleSheet
Caption = 'DevExpress'
Styles.Background = cxStyle1
Styles.Content = cxStyle5
Styles.Inactive = cxStyle9
Styles.Selection = cxStyle13
Styles.BandBackground = cxStyle2
Styles.BandHeader = cxStyle3
Styles.ColumnHeader = cxStyle4
Styles.ContentEven = cxStyle6
Styles.ContentOdd = cxStyle7
Styles.Footer = cxStyle8
Styles.IncSearch = cxStyle10
Styles.Indicator = cxStyle11
Styles.Preview = cxStyle12
BuiltIn = True
end
end
end