object WABDAboutForm: TWABDAboutForm Left = 332 Top = 164 BorderStyle = bsDialog Caption = 'About' ClientHeight = 179 ClientWidth = 349 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 349 Height = 179 Align = alClient end object Button1: TButton Left = 139 Top = 126 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = Button1Click end object Timer1: TTimer Interval = 30 OnTimer = Timer1Timer Left = 16 Top = 128 end end