object frmINFO: TfrmINFO Left = 192 Top = 107 BorderStyle = bsDialog Caption = 'Informations' ClientHeight = 270 ClientWidth = 332 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 248 Top = 240 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 0 end object Memo1: TMemo Left = 8 Top = 8 Width = 313 Height = 224 ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end end