
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1073 8e941d3f-bd1b-0410-a28a-d453659cc2b4
152 lines
3.3 KiB
Plaintext
152 lines
3.3 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 406
|
|
Height = 397
|
|
Top = 215
|
|
Width = 322
|
|
Caption = 'NetGradient Demo'
|
|
ClientHeight = 397
|
|
ClientWidth = 322
|
|
LCLVersion = '0.9.29'
|
|
object NetGradient1: TNetGradient
|
|
Left = 6
|
|
Height = 39
|
|
Top = 3
|
|
Width = 313
|
|
CaptionAlignment = taLeftJustify
|
|
CaptionLayout = tlTop
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
BeginColor = clLime
|
|
EndColor = 10841401
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = 0
|
|
TextLeft = 0
|
|
end
|
|
object NetGradient2: TNetGradient
|
|
Left = 6
|
|
Height = 32
|
|
Top = 45
|
|
Width = 312
|
|
CaptionAlignment = taCenter
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvLowered
|
|
BeginColor = clSkyBlue
|
|
EndColor = clTeal
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = 0
|
|
TextLeft = 0
|
|
end
|
|
object NetGradient3: TNetGradient
|
|
Left = 6
|
|
Height = 47
|
|
Top = 78
|
|
Width = 312
|
|
CaptionAlignment = taLeftJustify
|
|
CaptionLayout = tlTop
|
|
BevelInner = bvLowered
|
|
BeginColor = clSilver
|
|
EndColor = 10841401
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clMenuHighlight
|
|
Font.Height = -16
|
|
Font.Name = 'Arial'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = 0
|
|
TextLeft = 5
|
|
end
|
|
object NetGradient4: TNetGradient
|
|
Left = 6
|
|
Height = 60
|
|
Top = 216
|
|
Width = 313
|
|
CaptionAlignment = taLeftJustify
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
BeginColor = clRed
|
|
EndColor = clYellow
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = 0
|
|
TextLeft = 2
|
|
end
|
|
object NetGradient5: TNetGradient
|
|
Left = 6
|
|
Height = 44
|
|
Top = 126
|
|
Width = 312
|
|
CaptionAlignment = taLeftJustify
|
|
CaptionLayout = tlTop
|
|
BevelInner = bvLowered
|
|
BeginColor = clSilver
|
|
EndColor = 10841401
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clMenuHighlight
|
|
Font.Height = -16
|
|
Font.Name = 'Arial'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = 0
|
|
TextLeft = 20
|
|
end
|
|
object NetGradient6: TNetGradient
|
|
Left = 6
|
|
Height = 44
|
|
Top = 171
|
|
Width = 312
|
|
CaptionAlignment = taRightJustify
|
|
CaptionLayout = tlTop
|
|
BevelInner = bvLowered
|
|
BeginColor = clSilver
|
|
EndColor = 10841401
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clMenuHighlight
|
|
Font.Height = -16
|
|
Font.Name = 'Arial'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = 0
|
|
TextLeft = -20
|
|
end
|
|
object NetGradient8: TNetGradient
|
|
Left = 5
|
|
Height = 60
|
|
Top = 336
|
|
Width = 313
|
|
CaptionAlignment = taLeftJustify
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
BeginColor = clRed
|
|
EndColor = clYellow
|
|
FillDirection = ftBottomToTop
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = -20
|
|
TextLeft = 2
|
|
end
|
|
object NetGradient9: TNetGradient
|
|
Left = 6
|
|
Height = 60
|
|
Top = 276
|
|
Width = 313
|
|
CaptionAlignment = taLeftJustify
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
BeginColor = clRed
|
|
EndColor = clYellow
|
|
FillDirection = ftTopToBottom
|
|
Font.Style = [fsBold]
|
|
Caption = 'Caption'
|
|
TextTop = -20
|
|
TextLeft = 2
|
|
end
|
|
end
|