object AboutBox: TAboutBox Left = 352 Top = 173 BorderStyle = bsDialog Caption = 'About' ClientHeight = 254 ClientWidth = 298 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 201 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 16 Width = 73 Height = 49 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 96 Top = 16 Width = 174 Height = 13 Caption = 'Mandelbrot set via Level Set Method' IsControl = True end object Version: TLabel Left = 96 Top = 40 Width = 53 Height = 13 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 233 Height = 17 Caption = 'Jo�o Paulo Schwarz Sch�ler, Copyright 1997' IsControl = True end object Comments: TLabel Left = 8 Top = 160 Width = 249 Height = 17 Caption = 'Apoio: TEKCON INFORM�TICA LTDA' WordWrap = True IsControl = True end object Label1: TLabel Left = 32 Top = 96 Width = 161 Height = 17 Caption = 'http://www.schulers.com/jpss' end object Label2: TLabel Left = 32 Top = 176 Width = 177 Height = 17 Caption = 'http://www.schulers.com/tekcon' end object Label3: TLabel Left = 8 Top = 120 Width = 49 Height = 13 Caption = 'Source at:' end object Label4: TLabel Left = 32 Top = 136 Width = 219 Height = 13 Caption = 'http://www.schulers.com/jpss/pascal/lsm.htm' end end object OKButton: TButton Left = 111 Top = 220 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end