home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.13 / 2000-10_Disc_5.13.bin / startdisc.exe / 0 / RCDATA / THUH / THUH.txt
Text File  |  1999-12-01  |  1KB  |  59 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 Dire' +
  42.         'ct X'
  43.       'installed on your system. The new PC Gamer CD interface '
  44.       
  45.         'requires version 7.0 (or above), and we will install that now if' +
  46.         ' you like.'
  47.       ''
  48.       
  49.         'Once installed, run the PC Gamer CD again, and everything should' +
  50.         ' '
  51.       'be peachy. If you choose not to install, you can EXPLORE the '
  52.       'disc and install the game demos manually. '
  53.       ' '
  54.       'Would you like to install Direct-X 7.0?'
  55.       '')
  56.     TabOrder = 2
  57.   end
  58. end
  59.