object MemoViewForm: TMemoViewForm Left = 443 Top = 336 Width = 348 Height = 110 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = 'Memo View' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object MemoDisplay: TDBMemo Left = 0 Top = 0 Width = 340 Height = 83 Align = alClient DataSource = MemoDataSource ParentColor = True ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False end object MemoDataSource: TDataSource Left = 280 Top = 24 end end