object LogViewForm: TLogViewForm Left = 229 Top = 336 BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 343 ClientWidth = 529 Color = clBtnFace Constraints.MinHeight = 370 Constraints.MinWidth = 537 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Memo: TMemo Left = 6 Top = 7 Width = 517 Height = 299 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True ScrollBars = ssBoth TabOrder = 1 OnKeyDown = MemoKeyDown end object OKButton: TButton Left = 448 Top = 313 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end