object Form4: TForm4 Left = 220 Top = 142 BorderStyle = bsDialog Caption = 'Signup' ClientHeight = 182 ClientWidth = 347 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 326 Height = 26 Caption = 'Signup has found a browser installed on your computer but could ' + 'not find Microsoft Internet Connection Wizard.' WordWrap = True end object Label2: TLabel Left = 64 Top = 72 Width = 169 Height = 33 Caption = 'Install Internet ' end object Label3: TLabel Left = 72 Top = 96 Width = 209 Height = 25 Caption = 'Label3' end object Label4: TLabel Left = 80 Top = 80 Width = 177 Height = 33 Caption = 'Label4' end object RadioGroup1: TRadioGroup Left = 16 Top = 48 Width = 305 Height = 81 Caption = 'How would you like to proceed ?' TabOrder = 0 end object RadioButton1: TRadioButton Left = 56 Top = 72 Width = 217 Height = 17 Caption = '&Install Internet Explorer (recommended)' Checked = True TabOrder = 1 TabStop = True end object RadioButton2: TRadioButton Left = 56 Top = 96 Width = 241 Height = 17 Caption = '&Use your existing Internet Browser to connect.' TabOrder = 2 end object Button1: TButton Left = 80 Top = 144 Width = 65 Height = 25 Caption = '&OK' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 144 Width = 65 Height = 25 Caption = '&Cancel' TabOrder = 4 OnClick = Button2Click end object CheckWinExec1: TCheckWinExec Left = 304 Top = 152 end end