📄 stylesmultidemodata.dfm
字号:
object StylesMultiDemoDataDM: TStylesMultiDemoDataDM
Left = 357
Top = 188
Height = 229
Width = 362
object Database: TDatabase
Connected = True
DatabaseName = 'DemosDB'
DriverName = 'STANDARD'
Params.Strings = (
'PATH=..\..\Data'
'DEFAULT DRIVER=PARADOX'
'ENABLE BCD=FALSE')
SessionName = 'Default'
Left = 32
Top = 8
end
object strepUserDefined: TcxStyleRepository
Left = 272
Top = 16
object cxStyle378: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle379: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16247513
TextColor = clBlack
end
object cxStyle380: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16247513
TextColor = clBlack
end
object cxStyle381: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16247513
TextColor = clBlack
end
object cxStyle382: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 14811135
TextColor = clBlack
end
object cxStyle383: 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 cxStyle384: TcxStyle
AssignedValues = [svColor]
Color = 14872561
end
object cxStyle385: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 4707838
TextColor = clBlack
end
object cxStyle386: 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 cxStyle387: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle388: TcxStyle
AssignedValues = [svColor]
Color = 8453888
end
object cxStyle389: TcxStyle
AssignedValues = [svColor]
Color = 15451300
end
object cxStyle390: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16777088
TextColor = clBlue
end
object cxStyle391: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 167498850
TextColor = clWhite
end
object cxStyle392: TcxStyle
AssignedValues = [svColor]
Color = clGray
end
object cxStyle393: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = clWhite
TextColor = clNavy
end
object cxStyle394: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16711808
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
TextColor = clWhite
end
object cxStyle395: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16751515
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
TextColor = clWhite
end
object cxStyle396: TcxStyle
AssignedValues = [svColor]
Color = clWhite
end
object cxStyle397: TcxStyle
AssignedValues = [svColor, svFont]
Color = 14079702
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
end
object cxStyle398: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 15982987
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsItalic]
TextColor = clBlue
end
object cxStyle399: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = clMaroon
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
TextColor = clWhite
end
object cxStyle400: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = clRed
TextColor = clWhite
end
object cxStyle401: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16711808
TextColor = clWhite
end
object cxStyle402: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16711808
TextColor = clYellow
end
object cxStyle403: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = 16751515
TextColor = clRed
end
object cxStyle404: TcxStyle
AssignedValues = [svColor]
Color = 13290932
end
object cxStyle405: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = clBlack
TextColor = clWhite
end
object cxGridTableViewStyleSheet1: TcxGridTableViewStyleSheet
Caption = 'Classic'
Styles.Background = cxStyle378
Styles.Content = cxStyle379
Styles.ContentEven = cxStyle380
Styles.ContentOdd = cxStyle381
Styles.Inactive = cxStyle387
Styles.IncSearch = cxStyle388
Styles.Selection = cxStyle391
Styles.FilterBox = cxStyle382
Styles.Footer = cxStyle383
Styles.Group = cxStyle384
Styles.GroupByBox = cxStyle385
Styles.Header = cxStyle386
Styles.Indicator = cxStyle389
Styles.Preview = cxStyle390
end
object cxGridTableViewStyleSheet2: TcxGridTableViewStyleSheet
Caption = 'Alternative'
Styles.Background = cxStyle392
Styles.Content = cxStyle393
Styles.ContentEven = cxStyle394
Styles.ContentOdd = cxStyle395
Styles.Inactive = cxStyle401
Styles.IncSearch = cxStyle402
Styles.Selection = cxStyle405
Styles.FilterBox = cxStyle396
Styles.Footer = cxStyle397
Styles.Group = cxStyle398
Styles.GroupByBox = cxStyle399
Styles.Header = cxStyle400
Styles.Indicator = cxStyle403
Styles.Preview = cxStyle404
end
end
object tblProjects: TTable
Active = True
DatabaseName = 'DemosDB'
TableName = 'PROJECTS.DB'
Left = 32
Top = 64
object tblProjectsID: TAutoIncField
FieldName = 'ID'
ReadOnly = True
end
object tblProjectsNAME: TStringField
FieldName = 'NAME'
Size = 100
end
object tblProjectsMANAGERID: TIntegerField
FieldName = 'MANAGERID'
end
end
object dsProjects: TDataSource
DataSet = tblProjects
Left = 32
Top = 112
end
object tblTeam: TTable
Active = True
DatabaseName = 'DemosDB'
IndexFieldNames = 'PROJECTID'
TableName = 'PROJECTTEAM.DB'
Left = 112
Top = 64
object tblTeamID: TAutoIncField
FieldName = 'ID'
ReadOnly = True
end
object tblTeamPROJECTID: TIntegerField
FieldName = 'PROJECTID'
end
object tblTeamUSERID: TIntegerField
FieldName = 'USERID'
end
object tblTeamFUNCTION: TStringField
FieldName = 'FUNCTION'
Size = 50
end
end
object dsTeam: TDataSource
DataSet = tblTeam
Left = 112
Top = 112
end
object tblUsers: TTable
Active = True
DatabaseName = 'DemosDB'
OnCalcFields = tblUsersCalcFields
TableName = 'USERS.DB'
Left = 176
Top = 64
object tblUsersID: TAutoIncField
FieldName = 'ID'
ReadOnly = True
end
object tblUsersFNAME: TStringField
FieldName = 'FNAME'
Size = 25
end
object tblUsersMNAME: TStringField
FieldName = 'MNAME'
end
object tblUsersLNAME: TStringField
FieldName = 'LNAME'
Size = 25
end
object tblUsersEMAIL: TStringField
FieldName = 'EMAIL'
Size = 50
end
object tblUsersPHONE: TStringField
FieldName = 'PHONE'
Size = 24
end
object tblUsersFullName: TStringField
FieldKind = fkCalculated
FieldName = 'FullName'
Size = 50
Calculated = True
end
end
object dsUsers: TDataSource
DataSet = tblUsers
Left = 176
Top = 112
end
object EditRepository: TcxEditRepository
Left = 272
Top = 112
object edrepUserInfo: TcxEditRepositoryLookupComboBoxItem
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
FieldName = 'FullName'
end
item
FieldName = 'EMAIL'
end>
Properties.ListSource = dsUsers
end
end
object strepPredefined: TcxStyleRepository
Left = 272
Top = 64
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 cxStyle15: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 15136253
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
TextColor = 7346457
end
object cxStyle16: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 16436871
Font.Charset = DEFAULT_CHARSET
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -