home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.4 / 2000-01_Disc_5.4.bin / Launch_disc.exe / 0 / RCDATA / THUH / THUH.txt
Text File  |  1999-10-29  |  2KB  |  70 lines

  1. object huh: Thuh
  2.   Left = 401
  3.   Top = 302
  4.   Width = 382
  5.   Height = 230
  6.   Caption = 'Uh Oh'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 32
  18.     Top = 168
  19.     Width = 105
  20.     Height = 25
  21.     Caption = 'OK'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 240
  27.     Top = 168
  28.     Width = 105
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object Memo1: TMemo
  35.     Left = 8
  36.     Top = 8
  37.     Width = 353
  38.     Height = 145
  39.     Lines.Strings = (
  40.       
  41.         'Uh-oh. It looks like you have an early version of Microsoft Inte' +
  42.         'rnet '
  43.       
  44.         'Explorer installed on your system. The new PC Gamer CD interface' +
  45.         ' '
  46.       
  47.         'requires version 4.0 (or above), and we will install that now if' +
  48.         ' you like. It '
  49.       
  50.         'requires about 15MB of hard-drive space, and will prompt to rebo' +
  51.         'ot your '
  52.       
  53.         'system. Once installed, run the PC Gamer CD again, and everythin' +
  54.         'g '
  55.       
  56.         'should be peachy. If you choose not to install, you can EXPLORE ' +
  57.         'the '
  58.       
  59.         'disc and install the game demos manually. We hope to eliminate t' +
  60.         'his '
  61.       
  62.         'problem by the February 2000 issue, which will not require MSIE ' +
  63.         'at all.'
  64.       ' '
  65.       'Would you like to install Microsoft Internet Explorer 4.0?'
  66.       '')
  67.     TabOrder = 2
  68.   end
  69. end
  70.