home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / fractal / fractal.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-06-27  |  373b  |  18 lines

  1. object Form1: TForm1
  2.   Left = 242
  3.   Top = 279
  4.   Width = 745
  5.   Height = 430
  6.   Caption = 'Mandelbrot set via Level Set Method'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17. end
  18.