home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / fractal / fractal.exe / 0 / RCDATA / TFORMPOS / TFORMPOS.txt
Text File  |  2000-06-27  |  1KB  |  52 lines

  1. object FormPos: TFormPos
  2.   Left = 200
  3.   Top = 109
  4.   Width = 435
  5.   Height = 171
  6.   Caption = 'The Position 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 = 144
  19.     Align = alClient
  20.     Caption = 'Panel1'
  21.     TabOrder = 0
  22.     object Memo1: TMemo
  23.       Left = 1
  24.       Top = 1
  25.       Width = 425
  26.       Height = 142
  27.       Align = alClient
  28.       Lines.Strings = (
  29.         ' '#9'The Position Box'
  30.         ''
  31.         
  32.           #9'The Position box is usually used by expert users who know exacl' +
  33.           'y where to go. '
  34.         
  35.           'If you want to enter a new position , press the Edit button and ' +
  36.           'type on the "X" and "Y" '
  37.         
  38.           'spaces the x and y intervals . If you want to abort this, press ' +
  39.           'the "Cancel" button. In '
  40.         'order to apply your new position, press "Submit".'
  41.         ''
  42.         '          You can find detailed information at:'
  43.         '          http://www.schulers.com/fractal'
  44.         #9
  45.         ''
  46.         '')
  47.       ReadOnly = True
  48.       TabOrder = 0
  49.     end
  50.   end
  51. end
  52.