object Form9: TForm9 Left = 185 Top = 220 HelpContext = 790 BorderIcons = [] BorderStyle = bsDialog Caption = 'Connecting to ' ClientHeight = 78 ClientWidth = 309 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Image1: TImage Left = 27 Top = 21 Width = 32 Height = 32 AutoSize = True Center = True ParentShowHint = False Picture.Data = {} ShowHint = False end object Label1: TLabel Left = 86 Top = 23 Width = 3 Height = 14 Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 240 Top = 48 Width = 59 Height = 25 Caption = 'Cancel' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Timer1: TTimer Enabled = False Interval = 120000 OnTimer = Timer1Timer Left = 140 Top = 15 end end