Componentes.Terceros.DevExp.../internal/x.36/1/ExpressQuantumGrid 6/Demos/Delphi/CustomDrawTableViewDemo/CustomDrawTableViewDemoData.dfm
2008-09-04 11:31:51 +00:00

174 lines
4.5 KiB
Plaintext

object CustomDrawTableViewDemoMainDM: TCustomDrawTableViewDemoMainDM
OldCreateOrder = False
Left = 306
Top = 178
Height = 334
Width = 491
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 StyleRepository: TcxStyleRepository
Left = 120
Top = 8
object cxStyle1: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle2: 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 cxStyle3: 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 cxStyle4: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16247513
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TextColor = clBlack
end
object cxStyle5: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 14811135
TextColor = clBlack
end
object cxStyle6: 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 cxStyle7: TcxStyle
AssignedValues = [svColor]
Color = 14872561
end
object cxStyle8: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 4707838
TextColor = clBlack
end
object cxStyle9: 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 cxStyle10: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle11: TcxStyle
AssignedValues = [svColor]
Color = 8453888
end
object cxStyle12: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle13: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16777088
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TextColor = clBlue
end
object cxStyle14: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 12937777
TextColor = clWhite
end
object GridTableViewStyleSheetDevExpress: TcxGridTableViewStyleSheet
Caption = 'DevExpress'
Styles.Background = cxStyle1
Styles.Content = cxStyle2
Styles.ContentEven = cxStyle3
Styles.ContentOdd = cxStyle4
Styles.Inactive = cxStyle10
Styles.IncSearch = cxStyle11
Styles.Selection = cxStyle14
Styles.FilterBox = cxStyle5
Styles.Footer = cxStyle6
Styles.Group = cxStyle7
Styles.GroupByBox = cxStyle8
Styles.Header = cxStyle9
Styles.Indicator = cxStyle12
Styles.Preview = cxStyle13
end
end
object tlbCars: TTable
Active = True
DatabaseName = 'DemosDB'
IndexFieldNames = 'ID'
TableName = 'Cars.DB'
Left = 120
Top = 56
end
object dsCars: TDataSource
DataSet = tlbCars
Left = 40
Top = 56
end
object tlbCustomers: TTable
Active = True
DatabaseName = 'DemosDB'
TableName = 'Customers.DB'
Left = 120
Top = 112
end
object dsCustomers: TDataSource
DataSet = tlbCustomers
Left = 40
Top = 112
end
object tlbOrders: TTable
Active = True
DatabaseName = 'DemosDB'
IndexFieldNames = 'ProductID'
TableName = 'Orders.DB'
Left = 120
Top = 168
end
object dsOrders: TDataSource
DataSet = tlbOrders
Left = 40
Top = 168
end
end