git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
267 lines
6.9 KiB
Plaintext
267 lines
6.9 KiB
Plaintext
object ViewBandedDemoDataDM: TViewBandedDemoDataDM
|
|
Left = 285
|
|
Top = 231
|
|
Height = 406
|
|
Width = 309
|
|
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 tblUSERS: TTable
|
|
Active = True
|
|
OnCalcFields = tblUSERSCalcFields
|
|
DatabaseName = 'DemosDB'
|
|
TableName = 'USERS.DB'
|
|
Left = 120
|
|
Top = 112
|
|
object tblUSERSID: TAutoIncField
|
|
FieldName = 'ID'
|
|
ReadOnly = True
|
|
end
|
|
object tblUSERSFNAME: TStringField
|
|
FieldName = 'FNAME'
|
|
Size = 25
|
|
end
|
|
object tblUSERSLNAME: TStringField
|
|
FieldName = 'LNAME'
|
|
Size = 25
|
|
end
|
|
object tblUSERSPHONE: TStringField
|
|
FieldName = 'PHONE'
|
|
Size = 24
|
|
end
|
|
object tblUSERSName: TStringField
|
|
FieldKind = fkCalculated
|
|
FieldName = 'Name'
|
|
Size = 50
|
|
Calculated = True
|
|
end
|
|
end
|
|
object dsUSERS: TDataSource
|
|
DataSet = tblUSERS
|
|
Left = 40
|
|
Top = 112
|
|
end
|
|
object dsPROJECTS: TDataSource
|
|
DataSet = tblPROJECTS
|
|
Left = 40
|
|
Top = 56
|
|
end
|
|
object tblPROJECTS: TTable
|
|
Active = True
|
|
DatabaseName = 'DemosDB'
|
|
TableName = 'PROJECTS.DB'
|
|
Left = 120
|
|
Top = 56
|
|
object tblPROJECTSID: TAutoIncField
|
|
FieldName = 'ID'
|
|
ReadOnly = True
|
|
end
|
|
object tblPROJECTSNAME: TStringField
|
|
FieldName = 'NAME'
|
|
Size = 100
|
|
end
|
|
object tblPROJECTSMANAGERID: TIntegerField
|
|
FieldName = 'MANAGERID'
|
|
end
|
|
end
|
|
object tlbITEMS: TTable
|
|
Active = True
|
|
DatabaseName = 'DemosDB'
|
|
TableName = 'ITEMS.DB'
|
|
Left = 120
|
|
Top = 176
|
|
object tlbITEMSID: TAutoIncField
|
|
FieldName = 'ID'
|
|
ReadOnly = True
|
|
end
|
|
object tlbITEMSNAME: TStringField
|
|
FieldName = 'NAME'
|
|
Size = 50
|
|
end
|
|
object tlbITEMSTYPE: TBooleanField
|
|
FieldName = 'TYPE'
|
|
end
|
|
object tlbITEMSPROJECTID: TIntegerField
|
|
FieldName = 'PROJECTID'
|
|
end
|
|
object tlbITEMSPRIORITY: TSmallintField
|
|
FieldName = 'PRIORITY'
|
|
end
|
|
object tlbITEMSSTATUS: TSmallintField
|
|
FieldName = 'STATUS'
|
|
end
|
|
object tlbITEMSCREATORID: TIntegerField
|
|
FieldName = 'CREATORID'
|
|
end
|
|
object tlbITEMSCREATEDDATE: TDateTimeField
|
|
FieldName = 'CREATEDDATE'
|
|
end
|
|
object tlbITEMSOWNERID: TIntegerField
|
|
FieldName = 'OWNERID'
|
|
end
|
|
object tlbITEMSLASTMODIFIEDDATE: TDateTimeField
|
|
FieldName = 'LASTMODIFIEDDATE'
|
|
end
|
|
object tlbITEMSFIXEDDATE: TDateTimeField
|
|
FieldName = 'FIXEDDATE'
|
|
end
|
|
object tlbITEMSDESCRIPTION: TMemoField
|
|
FieldName = 'DESCRIPTION'
|
|
BlobType = ftMemo
|
|
Size = 10
|
|
end
|
|
object tlbITEMSRESOLUTION: TMemoField
|
|
FieldName = 'RESOLUTION'
|
|
BlobType = ftMemo
|
|
Size = 10
|
|
end
|
|
end
|
|
object dsITEMS: TDataSource
|
|
DataSet = tlbITEMS
|
|
Left = 40
|
|
Top = 176
|
|
end
|
|
object StyleRepository: TcxStyleRepository
|
|
Left = 120
|
|
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 = 16247513
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
TextColor = clBlack
|
|
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 = clGreen
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
TextColor = clBlack
|
|
end
|
|
object cxStyle7: TcxStyle
|
|
AssignedValues = [svColor, svTextColor]
|
|
Color = 14811135
|
|
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 = 14872561
|
|
end
|
|
object cxStyle10: TcxStyle
|
|
AssignedValues = [svColor, svTextColor]
|
|
Color = 4707838
|
|
TextColor = clBlack
|
|
end
|
|
object cxStyle11: 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 cxStyle12: TcxStyle
|
|
AssignedValues = [svColor]
|
|
Color = 15451300
|
|
end
|
|
object cxStyle13: TcxStyle
|
|
AssignedValues = [svColor, svTextColor]
|
|
Color = 4707838
|
|
TextColor = clBlack
|
|
end
|
|
object cxStyle14: TcxStyle
|
|
AssignedValues = [svColor]
|
|
Color = 15451300
|
|
end
|
|
object cxStyle15: 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 cxStyle16: TcxStyle
|
|
AssignedValues = [svColor, svTextColor]
|
|
Color = 12937777
|
|
TextColor = clWhite
|
|
end
|
|
object GridBandedTableViewStyleSheetDevExpress: TcxGridBandedTableViewStyleSheet
|
|
Caption = 'DevExpress'
|
|
Styles.Background = cxStyle1
|
|
Styles.Content = cxStyle4
|
|
Styles.ContentEven = cxStyle5
|
|
Styles.ContentOdd = cxStyle6
|
|
Styles.Inactive = cxStyle12
|
|
Styles.IncSearch = cxStyle13
|
|
Styles.Selection = cxStyle16
|
|
Styles.FilterBox = cxStyle7
|
|
Styles.Footer = cxStyle8
|
|
Styles.Group = cxStyle9
|
|
Styles.GroupByBox = cxStyle10
|
|
Styles.Header = cxStyle11
|
|
Styles.Indicator = cxStyle14
|
|
Styles.Preview = cxStyle15
|
|
Styles.BandBackground = cxStyle2
|
|
Styles.BandHeader = cxStyle3
|
|
end
|
|
end
|
|
end
|