object Form8: TForm8 Left = 204 Top = 155 BorderStyle = bsDialog Caption = 'Connecting to Internet!' ClientHeight = 177 ClientWidth = 425 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 16 Width = 363 Height = 13 Caption = 'You will be connected to http://home.sol.no/~olagrae/winigolf/ho' + 'lefame.htm' end object Label2: TLabel Left = 8 Top = 48 Width = 104 Height = 13 Caption = 'Encrypted scorecode:' end object Label3: TLabel Left = 8 Top = 104 Width = 410 Height = 13 Caption = 'Copy && Paste the encrypted scorecode to register your score on ' + 'the internet top 100 list' end object Image1: TImage Left = 8 Top = 14 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object Button1: TButton Left = 80 Top = 136 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 272 Top = 136 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = Button2Click end object Edit1: TEdit Left = 8 Top = 72 Width = 409 Height = 21 ReadOnly = True TabOrder = 2 end end