lazarus-ccr/components/smnetgradient/demo/unit1.lfm
blikblum ff3fef9200 * update demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1439 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-13 19:20:57 +00:00

173 lines
4.0 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
BeginColor = clLime
CaptionAlignment = taLeftJustify
CaptionLayout = tlTop
EndColor = 10841401
FlatBorder = True
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 0
SubCaption.Caption = 'SubCaption'
SubCaption.MarginLeft = 0
BorderWidth = 2
end
object NetGradient2: TNetGradient
Left = 6
Height = 32
Top = 45
Width = 312
BevelOuter = bvLowered
BeginColor = clSkyBlue
CaptionAlignment = taCenter
EndColor = clTeal
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 0
SubCaption.Caption = 'SubCaption 2'
end
object NetGradient3: TNetGradient
Left = 6
Height = 47
Top = 78
Width = 312
BevelInner = bvLowered
BeginColor = clSilver
CaptionAlignment = taLeftJustify
CaptionLayout = tlTop
EndColor = 10841401
Font.CharSet = ANSI_CHARSET
Font.Color = clHighlight
Font.Height = -16
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 0
SubCaption.Caption = 'Sub Caption 3'
SubCaption.Font.Color = clBlue
SubCaption.Font.Style = [fsBold]
end
object NetGradient4: TNetGradient
Left = 6
Height = 60
Top = 216
Width = 313
BevelInner = bvRaised
BevelOuter = bvLowered
BeginColor = clRed
CaptionAlignment = taLeftJustify
EndColor = clYellow
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 2
SubCaption.Caption = 'SubCaption 4'
SubCaption.Font.Color = clRed
SubCaption.Font.Style = [fsBold, fsItalic]
end
object NetGradient5: TNetGradient
Left = 6
Height = 44
Top = 126
Width = 312
BevelInner = bvLowered
BeginColor = clSilver
CaptionAlignment = taLeftJustify
CaptionLayout = tlTop
EndColor = 10841401
Font.CharSet = ANSI_CHARSET
Font.Color = clHighlight
Font.Height = -16
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 20
SubCaption.Caption = 'Sub Caption 3'
SubCaption.Font.Color = clBlue
SubCaption.Font.Style = [fsBold]
end
object NetGradient6: TNetGradient
Left = 6
Height = 44
Top = 171
Width = 312
BevelInner = bvLowered
BeginColor = clSilver
CaptionAlignment = taRightJustify
CaptionLayout = tlTop
EndColor = 10841401
Font.CharSet = ANSI_CHARSET
Font.Color = clHighlight
Font.Height = -16
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 2
SubCaption.Caption = 'Sub Caption 3'
SubCaption.MarginTop = 20
SubCaption.Font.Color = clBlue
SubCaption.Font.Style = [fsBold]
end
object NetGradient8: TNetGradient
Left = 6
Height = 60
Top = 336
Width = 313
BevelInner = bvRaised
BevelOuter = bvLowered
BeginColor = clRed
CaptionAlignment = taLeftJustify
EndColor = clYellow
FillDirection = ftBottomToTop
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 2
SubCaption.Caption = 'SubCaption 4'
SubCaption.Font.Color = clBlue
SubCaption.Font.Style = [fsBold, fsItalic]
end
object NetGradient9: TNetGradient
Left = 6
Height = 60
Top = 276
Width = 313
BevelInner = bvRaised
BevelOuter = bvLowered
BeginColor = clRed
CaptionAlignment = taLeftJustify
EndColor = clYellow
FillDirection = ftTopToBottom
Font.Style = [fsBold]
Caption = 'Caption'
TextTop = 0
TextLeft = 2
SubCaption.Caption = 'SubCaption 4'
SubCaption.Font.Color = clBlue
SubCaption.Font.Style = [fsBold, fsItalic]
end
end