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

  1. object FormView: TFormView
  2.   Left = 226
  3.   Top = 125
  4.   Width = 435
  5.   Height = 182
  6.   Caption = 'The View Box'
  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 = 155
  19.     Align = alClient
  20.     Caption = 'Panel1'
  21.     TabOrder = 0
  22.     object Memo1: TMemo
  23.       Left = 1
  24.       Top = 1
  25.       Width = 425
  26.       Height = 153
  27.       Align = alClient
  28.       Lines.Strings = (
  29.         '                 The View Box'
  30.         ''
  31.         
  32.           #9'The View box is not only the place that you can see fractals, b' +
  33.           'ut is also the '
  34.         
  35.           'point where you can select a region with your mouse to zoomming ' +
  36.           'in.'
  37.         ''
  38.         
  39.           #9'Press the left mouse button over the image to start a selection' +
  40.           ' area. If you '
  41.         
  42.           'want to abort it, just press the right mouse button. After that,' +
  43.           ' move your mouse over the '
  44.         
  45.           'image and press the left mouse button again. You will see two bu' +
  46.           'ttons on the image '
  47.         
  48.           'when you complete the selection. Press the left button on the se' +
  49.           'lected area to zoom in or '
  50.         'the "X" button to cancel the operation.')
  51.       ReadOnly = True
  52.       TabOrder = 0
  53.     end
  54.   end
  55. end
  56.