home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / DoubleFractal / fractal.exe / 0 / RCDATA / TFORMOVER / TFORMOVER.txt
Text File  |  2000-04-20  |  1KB  |  56 lines

  1. object FormOver: TFormOver
  2.   Left = 348
  3.   Top = 202
  4.   Width = 435
  5.   Height = 208
  6.   Caption = 'Overview'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 181
  19.     Align = alClient
  20.     Caption = 'Panel1'
  21.     TabOrder = 0
  22.     object Memo1: TMemo
  23.       Left = 1
  24.       Top = 1
  25.       Width = 425
  26.       Height = 179
  27.       Align = alClient
  28.       Lines.Strings = (
  29.         #9#9'OVERVIEW'
  30.         ''
  31.         
  32.           #9'Fractals are infinite complex images defined by a finite defini' +
  33.           'tion. We find in '
  34.         
  35.           'fractals a model to understand many different sciences such as e' +
  36.           'conomy, health and '
  37.         
  38.           'weather. Scientists love fractals. The images are usefull when t' +
  39.           'hey are  applied as '
  40.         'textures and backgrounds.'
  41.         
  42.           #9'Double Fractal is a program that creates fast and easily high c' +
  43.           'omplex images . '
  44.         
  45.           'No specific knowledge is needed to use this program, it is a  pr' +
  46.           'ogram that can be run just '
  47.         'for fun!'
  48.         ''
  49.         '          You can find detailed information at:'
  50.         '          http://www.schulers.com/fractal')
  51.       ReadOnly = True
  52.       TabOrder = 0
  53.     end
  54.   end
  55. end
  56.