object InfoForm: TInfoForm Left = 200 Top = 108 BorderIcons = [] BorderStyle = bsSingle Caption = 'Info' ClientHeight = 244 ClientWidth = 405 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 405 Height = 200 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Memo1: TMemo Left = 2 Top = 2 Width = 400 Height = 196 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Memo1') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end object Panel3: TPanel Left = 0 Top = 202 Width = 405 Height = 40 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object Button1: TButton Left = 165 Top = 8 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end end end