object AboutBox: TAboutBox Left = 243 Top = 108 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 257 ClientWidth = 367 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 10 Top = 10 Width = 346 Height = 198 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 10 Top = 10 Width = 64 Height = 64 Picture.Data = {} IsControl = True end object ProductName: TLabel Left = 108 Top = 20 Width = 42 Height = 16 Caption = 'Arrghh!' IsControl = True end object Version: TLabel Left = 108 Top = 49 Width = 66 Height = 16 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 10 Top = 98 Width = 327 Height = 16 Alignment = taCenter Caption = 'Copyright � 1997, Moonlight Entertainment.' IsControl = True end object Comments: TLabel Left = 8 Top = 120 Width = 329 Height = 17 Alignment = taCenter Caption = 'All rights reserved.' WordWrap = True IsControl = True end end object OKButton: TButton Left = 145 Top = 219 Width = 80 Height = 32 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end