home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / DoubleFractal / fractal.exe / 0 / RCDATA / TFORMCONTROL / TFORMCONTROL.txt
Text File  |  2000-04-20  |  988b  |  45 lines

  1. object FormControl: TFormControl
  2.   Left = 200
  3.   Top = 109
  4.   Width = 435
  5.   Height = 150
  6.   Caption = 'The Control 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 = 123
  19.     Align = alClient
  20.     Caption = 'Panel1'
  21.     TabOrder = 0
  22.     object Memo1: TMemo
  23.       Left = 1
  24.       Top = 1
  25.       Width = 425
  26.       Height = 121
  27.       Align = alClient
  28.       Lines.Strings = (
  29.         #9'The Control Box'
  30.         ''
  31.         
  32.           #9'The Control box is used to move, zoom and control colors. Note ' +
  33.           'that only a '
  34.         '64k colors operating video card can use the RGB functions.'
  35.         ''
  36.         
  37.           #9'The buttons on the Control box are allways disabled while a fra' +
  38.           'ctal is on '
  39.         'generation.')
  40.       ReadOnly = True
  41.       TabOrder = 0
  42.     end
  43.   end
  44. end
  45.