object MyAboutBox: TMyAboutBox Left = 259 Top = 156 BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 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 = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 89 Height = 57 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 104 Top = 16 Width = 30 Height = 11 Caption = 'JP1 Set' IsControl = True end object Version: TLabel Left = 104 Top = 40 Width = 43 Height = 10 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 173 Height = 10 Caption = 'Jo�o Paulo Schwarz Sch�ler, Copyright 1997' IsControl = True end object Comments: TLabel Left = 8 Top = 120 Width = 150 Height = 11 Caption = 'Apoio: TEKCON INFORM�TICA LTDA' WordWrap = True IsControl = True end object Label1: TLabel Left = 32 Top = 96 Width = 116 Height = 10 Caption = 'http://www.schulers.com/jpss' end object Label2: TLabel Left = 32 Top = 136 Width = 128 Height = 10 Caption = 'http://www.schulers.com/tekcon' end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end