object ImportantForm: TImportantForm Left = 657 Top = 305 BorderStyle = bsDialog Caption = 'IMPORTANT - PLEASE READ THIS!' ClientHeight = 118 ClientWidth = 265 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object LInfo: TLabel Left = 8 Top = 8 Width = 249 Height = 65 AutoSize = False WordWrap = True end object OKButton1: TOKButton Left = 95 Top = 88 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object Timer: TTimer Interval = 500 OnTimer = TimerTimer Left = 168 Top = 24 end end