home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / screen / SETUP.EXE / 0 / RCDATA / TDIRECTXFORM / TDIRECTXFORM.txt
Text File  |  1998-03-04  |  2KB  |  94 lines

  1. object DirectXForm: TDirectXForm
  2.   Left = 298
  3.   Top = 393
  4.   BorderStyle = bsDialog
  5.   Caption = 'DirectX'
  6.   ClientHeight = 167
  7.   ClientWidth = 517
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label1: TLabel
  18.     Left = 12
  19.     Top = 14
  20.     Width = 489
  21.     Height = 39
  22.     AutoSize = False
  23.     Caption = 
  24.       'AquaScape optionally supports DirectX, a free extension to Windo' +
  25.       'ws 95/NT, that boosts multimedia and animation performance.  It ' +
  26.       'appears you currently do not have DirectX installed.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 12
  37.     Top = 50
  38.     Width = 481
  39.     Height = 47
  40.     AutoSize = False
  41.     Caption = 
  42.       'If you install DirectX in the future, be sure to check the "Use ' +
  43.       'DirectX" checkbox in the AquaScape Control Center.  If your syst' +
  44.       'em normally runs in 16-bit or 24-bit color, AquaScape performanc' +
  45.       'e could be boosted by 25-75% using DirectX.'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'Arial'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     WordWrap = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 13
  56.     Top = 105
  57.     Width = 168
  58.     Height = 14
  59.     AutoSize = False
  60.     Caption = 'DirectX can be downloaded from:'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clNavy
  63.     Font.Height = -11
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Label4: TLabel
  69.     Left = 181
  70.     Top = 105
  71.     Width = 336
  72.     Height = 14
  73.     Cursor = crHandPoint
  74.     AutoSize = False
  75.     Caption = 'http://www.softseek.com/Utilities/System/Review_9136_index.html'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlue
  78.     Font.Height = -11
  79.     Font.Name = 'Arial'
  80.     Font.Style = [fsUnderline]
  81.     ParentFont = False
  82.     OnClick = Label4Click
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 216
  86.     Top = 135
  87.     Width = 75
  88.     Height = 25
  89.     TabOrder = 0
  90.     OnClick = BitBtn1Click
  91.     Kind = bkOK
  92.   end
  93. end
  94.