object Form2: TForm2
  Left = 366
  Height = 365
  Top = 181
  Width = 826
  Caption = 'ID_CAPTION'
  ClientHeight = 365
  ClientWidth = 826
  OnCreate = FormCreate
  Position = poMainFormCenter
  LCLVersion = '1.0.14.0'
  object Panel1: TPanel
    Left = 0
    Height = 44
    Top = 321
    Width = 826
    Align = alBottom
    BevelOuter = bvNone
    ClientHeight = 44
    ClientWidth = 826
    TabOrder = 0
    object BitBtn1: TBitBtn
      Left = 0
      Height = 44
      Top = 0
      Width = 826
      Align = alClient
      Caption = 'ID_CLOSE'
      Kind = bkClose
      ModalResult = 11
      OnClick = BitBtn1Click
      TabOrder = 0
    end
  end
  object Memo1: TMemo
    Left = 0
    Height = 321
    Top = 0
    Width = 826
    Align = alClient
    Font.Height = -17
    Font.Name = 'Courier New'
    Lines.Strings = (
      'Memo1'
    )
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssAutoBoth
    TabOrder = 1
  end
end