object PBTermAboutBox: TPBTermAboutBox Left = 243 Top = 108 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About PBTerm' ClientHeight = 162 ClientWidth = 298 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AboutPanel: TPanel Left = 8 Top = 8 Width = 281 Height = 105 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 64 Height = 64 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 169 Height = 16 Caption = 'PBTerm - PaintBall Terminal' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Version: TLabel Left = 196 Top = 32 Width = 59 Height = 13 Caption = 'Version 1.50' IsControl = True end object Copyright: TLabel Left = 42 Top = 76 Width = 198 Height = 14 Caption = 'Copyright � 1996,1997 David R. Michael.' Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False IsControl = True end object Comments: TLabel Left = 88 Top = 44 Width = 171 Height = 16 Caption = 'Unregistered' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 95 Top = 88 Width = 90 Height = 14 Caption = 'All Rights Reserved' Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False IsControl = True end end object OKButton: TButton Left = 120 Top = 122 Width = 65 Height = 33 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end