object frmAboutBox: TfrmAboutBox Left = 228 Top = 191 BorderStyle = bsDialog Caption = 'About PsyTELDrop' ClientHeight = 244 ClientWidth = 212 Font.Charset = DEFAULT_CHARSET 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 = 193 Height = 193 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object Bevel1: TBevel Left = 13 Top = 91 Width = 167 Height = 3 end object imgProgramIcon: TImage Left = 9 Top = 9 Width = 48 Height = 48 Center = True Picture.Data = {} Transparent = True IsControl = True end object lblProductName: TLabel Left = 72 Top = 13 Width = 78 Height = 16 Caption = 'PsyTELDrop' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object lblVersion: TLabel Left = 72 Top = 37 Width = 53 Height = 13 Caption = 'Version 1.3' IsControl = True end object lblCopyright: TLabel Left = 19 Top = 65 Width = 71 Height = 13 Caption = 'Copyright 2002' IsControl = True end object url1: TRUrllabel Left = 168 Top = 40 Width = 17 Height = 13 Cursor = crHandPoint Caption = 'url1' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False Visible = False DetectMouse = True UrlType = Mail ActiveColor = clRed end object lblPsyTEL: TLabel Left = 31 Top = 103 Width = 93 Height = 13 Cursor = crHandPoint Caption = 'PsyTEL HomePage' DragCursor = crHandPoint Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblPsyTELClick end object lblMail: TLabel Left = 107 Top = 65 Width = 67 Height = 13 Cursor = crHandPoint Caption = 'Layer3Maniac' DragCursor = crHandPoint Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblMailClick end object lblMayhem: TLabel Left = 31 Top = 163 Width = 76 Height = 13 Cursor = crHandPoint Caption = 'Project Mayhem' DragCursor = crDefault Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblMayhemClick end object lblDownload: TLabel Left = 31 Top = 123 Width = 83 Height = 13 Cursor = crHandPoint Caption = 'FAAC HomePage' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblDownloadClick end object lblRoberto: TLabel Left = 31 Top = 143 Width = 98 Height = 13 Cursor = crHandPoint Caption = 'Rare Audio Software' DragCursor = crDefault Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = lblRobertoClick end end object btnOK: TButton Left = 69 Top = 211 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end end