home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / of1r.rar / EidosNet / setup.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-10-26  |  2KB  |  97 lines

  1. object Form4: TForm4
  2.   Left = 220
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = 'Signup'
  6.   ClientHeight = 182
  7.   ClientWidth = 347
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 326
  21.     Height = 26
  22.     Caption = 
  23.       'Signup has found a browser installed on your computer but could ' +
  24.       'not find Microsoft Internet Connection Wizard.'
  25.     WordWrap = True
  26.   end
  27.   object Label2: TLabel
  28.     Left = 64
  29.     Top = 72
  30.     Width = 169
  31.     Height = 33
  32.     Caption = 'Install Internet '
  33.   end
  34.   object Label3: TLabel
  35.     Left = 72
  36.     Top = 96
  37.     Width = 209
  38.     Height = 25
  39.     Caption = 'Label3'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 80
  43.     Top = 80
  44.     Width = 177
  45.     Height = 33
  46.     Caption = 'Label4'
  47.   end
  48.   object RadioGroup1: TRadioGroup
  49.     Left = 16
  50.     Top = 48
  51.     Width = 305
  52.     Height = 81
  53.     Caption = 'How would you like to proceed ?'
  54.     TabOrder = 0
  55.   end
  56.   object RadioButton1: TRadioButton
  57.     Left = 56
  58.     Top = 72
  59.     Width = 217
  60.     Height = 17
  61.     Caption = '&Install Internet Explorer (recommended)'
  62.     Checked = True
  63.     TabOrder = 1
  64.     TabStop = True
  65.   end
  66.   object RadioButton2: TRadioButton
  67.     Left = 56
  68.     Top = 96
  69.     Width = 241
  70.     Height = 17
  71.     Caption = '&Use your existing Internet Browser to connect.'
  72.     TabOrder = 2
  73.   end
  74.   object Button1: TButton
  75.     Left = 80
  76.     Top = 144
  77.     Width = 65
  78.     Height = 25
  79.     Caption = '&OK'
  80.     TabOrder = 3
  81.     OnClick = Button1Click
  82.   end
  83.   object Button2: TButton
  84.     Left = 192
  85.     Top = 144
  86.     Width = 65
  87.     Height = 25
  88.     Caption = '&Cancel'
  89.     TabOrder = 4
  90.     OnClick = Button2Click
  91.   end
  92.   object CheckWinExec1: TCheckWinExec
  93.     Left = 304
  94.     Top = 152
  95.   end
  96. end
  97.