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

  1. object GraphicsForm: TGraphicsForm
  2.   Left = 191
  3.   Top = 225
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 162
  8.   ClientWidth = 425
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 5
  19.     Top = 31
  20.     Width = 416
  21.     Height = 52
  22.     AutoSize = False
  23.     Caption = 
  24.       'AquaScape will run in all graphics modes; however, it has been o' +
  25.       'ptimized for the 256 color mode for maximum animation performanc' +
  26.       'e and the lowest memory usage.'
  27.     Transparent = True
  28.     WordWrap = True
  29.   end
  30.   object Label3: TLabel
  31.     Left = 5
  32.     Top = 65
  33.     Width = 416
  34.     Height = 34
  35.     AutoSize = False
  36.     Caption = 
  37.       'AquaScape can attempt to run in 256 colors when activated and th' +
  38.       'en return to your normal graphics mode when it exits.  Some grap' +
  39.       'hics cards do not support this ability.'
  40.     WordWrap = True
  41.   end
  42.   object Label4: TLabel
  43.     Left = 5
  44.     Top = 91
  45.     Width = 416
  46.     Height = 34
  47.     AutoSize = False
  48.     Caption = 
  49.       'Setup can perform a test now to determine this ability, or you c' +
  50.       'an change this option later using the configuration program.'
  51.     WordWrap = True
  52.   end
  53.   object Label5: TLabel
  54.     Left = 5
  55.     Top = 9
  56.     Width = 89
  57.     Height = 13
  58.     Caption = 'Important Note:'
  59.     Font.Color = clYellow
  60.     Font.Height = -12
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold, fsUnderline]
  63.     ParentFont = False
  64.   end
  65.   object YesButton: TBitBtn
  66.     Left = 97
  67.     Top = 130
  68.     Width = 113
  69.     Height = 25
  70.     Caption = '256 Color Test'
  71.     TabOrder = 0
  72.     OnClick = YesButtonClick
  73.     Kind = bkYes
  74.   end
  75.   object NoButton: TBitBtn
  76.     Left = 221
  77.     Top = 130
  78.     Width = 97
  79.     Height = 25
  80.     Caption = 'No, thanks'
  81.     TabOrder = 1
  82.     OnClick = NoButtonClick
  83.     Kind = bkNo
  84.   end
  85. end
  86.