object MainForm: TMainForm
  Left = 388
  Height = 394
  Top = 237
  Width = 296
  Caption = 'NetGradient Demo'
  ChildSizing.VerticalSpacing = 2
  ChildSizing.ControlsPerLine = 8
  ClientHeight = 394
  ClientWidth = 296
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object NetGradient1: TNetGradient
    Left = 0
    Height = 40
    Top = 0
    Width = 296
    BeginColor = clLime
    CaptionAlignment = taLeftJustify
    CaptionLayout = tlTop
    EndColor = 10841401
    FlatBorder = True
    Font.Style = [fsBold]
    Caption = 'Caption'
    TextTop = 0
    TextLeft = 0
    SubCaption.Caption = 'SubCaption 1'
    SubCaption.MarginLeft = 0
    Align = alTop
    BorderWidth = 2
  end
  object NetGradient2: TNetGradient
    Left = 0
    Height = 40
    Top = 42
    Width = 296
    BevelOuter = bvLowered
    BeginColor = clSkyBlue
    CaptionAlignment = taCenter
    EndColor = clTeal
    Font.Style = [fsBold]
    Caption = 'Caption'
    TextTop = 0
    TextLeft = 0
    SubCaption.Caption = 'SubCaption 2'
    SubCaption.MarginLeft = 1
    Align = alTop
  end
  object NetGradient3: TNetGradient
    Left = 0
    Height = 40
    Top = 84
    Width = 296
    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.MarginLeft = 4
    SubCaption.Font.Color = clBlue
    SubCaption.Font.Style = [fsBold]
    Align = alTop
  end
  object NetGradient4: TNetGradient
    Left = 0
    Height = 60
    Top = 210
    Width = 296
    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]
    Align = alTop
  end
  object NetGradient5: TNetGradient
    Left = 0
    Height = 40
    Top = 126
    Width = 296
    BevelInner = bvLowered
    BeginColor = clSilver
    CaptionAlignment = taCenter
    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.MarginLeft = 4
    SubCaption.Font.Color = clBlue
    SubCaption.Font.Style = [fsBold]
    Align = alTop
  end
  object NetGradient6: TNetGradient
    Left = 0
    Height = 40
    Top = 168
    Width = 296
    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 = 4
    SubCaption.Caption = 'Sub Caption 3'
    SubCaption.MarginTop = 20
    SubCaption.Font.Color = clBlue
    SubCaption.Font.Style = [fsBold]
    Align = alTop
  end
  object NetGradient8: TNetGradient
    Left = 0
    Height = 60
    Top = 334
    Width = 296
    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]
    Align = alTop
  end
  object NetGradient9: TNetGradient
    Left = 0
    Height = 60
    Top = 272
    Width = 296
    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]
    Align = alTop
  end
end