home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / aquascape / setup.exe / 0 / RCDATA / TCOLORTEST / TCOLORTEST.txt
Text File  |  1997-06-29  |  2KB  |  66 lines

  1. object ColorTest: TColorTest
  2.   Left = 206
  3.   Top = 322
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '256 Color Test'
  7.   ClientHeight = 139
  8.   ClientWidth = 429
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 9
  19.     Width = 413
  20.     Height = 39
  21.     Caption = 
  22.       'Setup will now attempt to switch to a 256 color graphics mode.  ' +
  23.       'This may take a couple seconds during which your screen might fl' +
  24.       'icker. If the screen doesn'#39't reappear, Setup will return you in ' +
  25.       '15 seconds.'
  26.     WordWrap = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 57
  31.     Width = 417
  32.     Height = 48
  33.     AutoSize = False
  34.     Caption = 
  35.       'Note: Your computer may lock up, as some graphics cards do not s' +
  36.       'upport dynamic mode changes.  If this happens, don'#39't worry.  The' +
  37.       ' installation has been completed and you do not need to run Setu' +
  38.       'p again.'
  39.     Font.Color = clMaroon
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     WordWrap = True
  45.   end
  46.   object OkButton: TBitBtn
  47.     Left = 125
  48.     Top = 109
  49.     Width = 84
  50.     Height = 25
  51.     Caption = 'Proceed'
  52.     TabOrder = 0
  53.     OnClick = OkButtonClick
  54.     Kind = bkOK
  55.   end
  56.   object BitBtn1: TBitBtn
  57.     Left = 221
  58.     Top = 109
  59.     Width = 84
  60.     Height = 25
  61.     TabOrder = 1
  62.     OnClick = BitBtn1Click
  63.     Kind = bkCancel
  64.   end
  65. end
  66.