object FrInfo: TFrInfo
  Left = 277
  Top = 100
  Width = 633
  Height = 444
  Caption = 'Info'
  Color = clBtnFace
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 625
    Height = 129
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 10
      Top = 48
      Width = 31
      Height = 13
      Caption = 'Author'
    end
    object Label2: TLabel
      Left = 10
      Top = 78
      Width = 20
      Height = 13
      Caption = 'Title'
    end
    object Label3: TLabel
      Left = 184
      Top = 8
      Width = 53
      Height = 13
      Caption = 'Description'
    end
    object Label4: TLabel
      Left = 11
      Top = 107
      Width = 80
      Height = 13
      Caption = 'Last Modification'
    end
    object lbTime: TLabel
      Left = 100
      Top = 107
      Width = 42
      Height = 13
      Caption = '00:00:00'
    end
    object edAuthor: TEdit
      Left = 56
      Top = 44
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'edAuthor'
    end
    object edTitle: TEdit
      Left = 56
      Top = 74
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
    end
    object edDescr: TMemo
      Left = 246
      Top = 4
      Width = 374
      Height = 119
      Lines.Strings = (
        'edDescr')
      ScrollBars = ssVertical
      TabOrder = 2
    end
    object BitBtn1: TBitBtn
      Left = 6
      Top = 10
      Width = 75
      Height = 25
      TabOrder = 3
      Kind = bkCancel
    end
    object BitBtn2: TBitBtn
      Left = 88
      Top = 10
      Width = 75
      Height = 25
      TabOrder = 4
      Kind = bkOK
    end
  end
  object Memo: TMemo
    Left = 0
    Top = 129
    Width = 625
    Height = 288
    Lines.Strings = (
      'Memo')
    ScrollBars = ssVertical
    TabOrder = 1
  end
end
