object AboutBox: TAboutBox Left = 349 Top = 138 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 Product: TLabel Left = 96 Top = 16 Width = 81 Height = 13 Alignment = taCenter Caption = 'Wargasm Trainer' IsControl = True end object Version: TLabel Left = 104 Top = 40 Width = 59 Height = 13 Alignment = taCenter Caption = 'Version 1.00' IsControl = True end object Copyright: TLabel Left = 40 Top = 64 Width = 205 Height = 13 Alignment = taCenter Caption = 'Copyright (C) 1998 Jonathan '#39'Ash'#39' Gwilliams' IsControl = True end object Comments: TLabel Left = 8 Top = 88 Width = 261 Height = 65 Alignment = taCenter Caption = 'Email bug-reports, queries and comments to me at gastropod98@hot' + 'mail.com and I'#39'll try and sort them out! Thanks go to Haze, Intr' + 'epid, Arlki and Darth Vader for the Technical Info, and Wolf for' + ' use of the computer and '#39'Moral Support'#39 WordWrap = True IsControl = True end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end