object Form1: TForm1
  Left = 237
  Top = 335
  Width = 679
  Height = 419
  Caption = 'Form1'
  Color = 12632256
  Font.Color = 12632256
  Font.Height = -13
  Font.Name = 'Arial'
  Font.Style = []
  PixelsPerInch = 120
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 373
    BorderWidth = 1
    Height = 30
    BevelInner = bvNone
    Align = alTop
    TabOrder = 1
    object Preview: TButton
    Width = 75
      Left = 8
      Top = 2
      Height = 25
      Width = 75
      Caption = '&Preview'
      TabOrder = 2
      OnClick = PreviewClick
    end
  end
  object CBReport1: TCBReport
    Left = 0
    Top = 32
    Width = 992
    Height = 1403
    Font.Color = clWindowText
    Font.Height = 16
    Font.Name = 'Arial'
    Font.Style = []
    Color = 15794175
    ParentFont = False
    About = 'Version 7.0'
    AboutRegistered = 'Not Registered'
    Bands.Detail = DetailBand1
    Bands.Title = TitleBand1
    Bands.PageHeader = PageHeaderBand
    Bands.PageFooter = PageFooterBand
    Bands.LabelBand = LabelBand1
    Viewer.BkColor = 11234567
    Viewer.Heading = 'CBBands Viewer'
    Viewer.ShowCancelDialog = True
    Viewer.MinimizeRunForm = True
    Viewer.ZoomPercentage = 100.0
    Page.MarginLeft = 0.4
    Page.MarginTop = 0.4
    Page.MarginRight = 0.4
    Page.MarginBottom = 0.4
    Page.PaperSize = A4
    OutputTo = poViewer
    Orientation = poPortrait
    Units = poInches
    Copies = 1
    RewindBeforePrint = True
    object PageHeaderBand: TCBPageHeader
      Left = 49
      Top = 49
      Width = 890
      Height = 50
      Color = clWhite
      Align = alTop
      BandType = cbPageHeaderBand
      object Label1: TLabel
        Left = 400
        Top = 28
        Width = 120
        Height = 24
        Caption = 'Report Header'
        AutoSize = False
        Font.Color = clWindowText 
        Font.Height = 20
        Font.Name = 'Arial'
        Font.Style = [fsBold]
        ParentFont = False  
      end
    end
    object DetailBand1: TCBDetail
      Left = 49
      Top = 172
      Width = 894
      Height = 270
      Color = 14155775
      Align = alTop
      BandType = cbDetailBand
      BevelOuter = bvNone
      BevelInner = bvNone
      GroupHeader = GroupHeader1
      GroupFooter = GroupFooter1
      NextDetailBand = DetailBand2
      object Label2: TLabel
        Left = 367
        Top = 28
        Width = 280
        Height = 20
        Caption = '(Place your VCL Components here)'
        AutoSize = False
        Font.Color = clWindowText 
        Font.Height = 16
        Font.Name = 'Arial'
        Font.Style = []
        ParentFont = False  
      end
    end
    object PageFooterBand: TCBPageFooter
      Left = 49
      Top = 254
      Width = 894
      Height = 60
      Color = clWhite
      Align = alTop
      BandType = cbPageFooterBand
      object Label3: TLabel
        Left = 403
        Top = 28
        Width = 120
        Height = 24
        Caption = 'Report Footer'
        AutoSize = False
        Font.Color = clWindowText 
        Font.Height = 20
        Font.Name = 'Arial'
        Font.Style = [fsBold]
        ParentFont = False  
      end
      object CBSystem1: TCBSystem
        Left = 8
        Top = 36
        Width = 120
        Height = 16
        ParentFont = False
        BorderStyle = bsNone
        Font.Color = clWindowText
        Font.Height = 14
        Font.Name = 'Arial'
        Font.Style = []
        Color = clWhite
        Data = cbDateTime
        DisplayFormat = '0'
        Text = '1'
        Alignment = taRightJustify 
      end
      object Label4: TLabel
        Left = 790
        Top = 36
        Width = 64
        Height = 18
        Caption = 'Page : '
        AutoSize = False
        Font.Color = clWindowText 
        Font.Height = 14
        Font.Name = 'Arial'
        Font.Style = []
        ParentFont = False  
      end
      object CBSystem2: TCBSystem
        Left = 830
        Top = 36
        Width = 40
        Height = 16
        ParentFont = False
        BorderStyle = bsNone
        Font.Color = clWindowText
        Font.Height = 14
        Font.Name = 'Arial'
        Font.Style = []
        Color = clWhite
        Data = cbPageNumber
        DisplayFormat = '0'
        Text = '1'
        Alignment = taRightJustify 
      end
    end
  end
end
