1object DumpBox: TDumpBox
2  Left = 366
3  Height = 440
4  Top = 501
5  Width = 635
6  ActiveControl = Memo1
7  Caption = 'DumpBox'
8  ClientHeight = 440
9  ClientWidth = 635
10  Font.Height = -11
11  Font.Name = 'MS Sans Serif'
12  LCLVersion = '0.9.27'
13  object Memo1: TMemo
14    Left = 0
15    Height = 440
16    Top = 0
17    Width = 635
18    Align = alClient
19    Lines.Strings = (
20      'Memo1'
21    )
22    ReadOnly = True
23    TabOrder = 0
24    WordWrap = False
25  end
26end
27