object MainF: TMainF Left = 193 Top = 115 Width = 207 Height = 413 Caption = 'Fractal World' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = CtrMenu OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Gauge: TGauge Left = 8 Top = 272 Width = 177 Height = 36 Progress = 0 end object List: TListBox Left = 0 Top = 8 Width = 193 Height = 257 ItemHeight = 13 TabOrder = 0 end object FullFrac: TCheckBox Left = 8 Top = 344 Width = 177 Height = 17 Caption = 'Generate for whole image' Checked = True State = cbChecked TabOrder = 1 end object CtrMenu: TMainMenu Top = 312 object File1: TMenuItem Caption = '&File' object New2: TMenuItem Caption = '&New' OnClick = New2Click end object Open2: TMenuItem Caption = '&Open' OnClick = Open2Click end object Save2: TMenuItem Caption = '&Save' OnClick = Save2Click end object Exit1: TMenuItem Caption = '&Exit' OnClick = Exit1Click end end object Generate1: TMenuItem Caption = '&Generate' object Julia1: TMenuItem Caption = '&Julia' end object Mandelbrot1: TMenuItem Caption = '&Mandelbrot' end object IFS1: TMenuItem Caption = '&IFS' end object Random1: TMenuItem Caption = '&Random' OnClick = Random1Click end end object Palette1: TMenuItem Caption = '&Palette' object New1: TMenuItem Caption = '&New' OnClick = New1Click end object Open1: TMenuItem Caption = '&Open' OnClick = Open1Click end object Save1: TMenuItem Caption = '&Save' OnClick = Save1Click end end object Help1: TMenuItem Caption = '&Help' object NoneAvailable1: TMenuItem Caption = '&None Available' end object About1: TMenuItem Caption = '&About' end end end object FrcOpenD: TOpenDialog DefaultExt = 'bmp' Left = 112 Top = 312 end object FrcSaveD: TSaveDialog DefaultExt = 'bmp' Left = 144 Top = 312 end object PalOpenD: TOpenDialog DefaultExt = 'pal' Left = 48 Top = 312 end object PalSaveD: TSaveDialog DefaultExt = 'pal' Left = 80 Top = 312 end end