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

  1. object FormGet: TFormGet
  2.   Left = 259
  3.   Top = 109
  4.   Width = 435
  5.   Height = 204
  6.   Caption = 'Getting Started'
  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 = 177
  19.     Align = alClient
  20.     Caption = 'Panel1'
  21.     TabOrder = 0
  22.     object Memo1: TMemo
  23.       Left = 1
  24.       Top = 1
  25.       Width = 425
  26.       Height = 175
  27.       Align = alClient
  28.       Lines.Strings = (
  29.         #9#9'Getting Started'
  30.         ''
  31.         
  32.           #9'Running the fractal.exe file, you will see a window named Doubl' +
  33.           'e Fractal and 6 '
  34.         
  35.           'small fractal images. Each image can be clicked to generate a cl' +
  36.           'ass of fractal images. '
  37.         
  38.           'When you click a initial small fractal image, it brings you to a' +
  39.           'nother window wich is '
  40.         
  41.           'divided in 4 parts : the menu (File, Edit, Move, View, Options, ' +
  42.           'Help), the Position box, the '
  43.         'View box and the Control box.'
  44.         ''
  45.         #9'The View box is the place where the fractal image appears.'
  46.         ''
  47.         
  48.           #9'The Control box is used to move the image across, zoom in, zoom' +
  49.           ' out and '
  50.         'change colors.')
  51.       ReadOnly = True
  52.       TabOrder = 0
  53.     end
  54.   end
  55. end
  56.