object AboutBox: TAboutBox Left = 224 Top = 168 BorderIcons = [] 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 = 9 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 98 Top = 8 Width = 86 Height = 29 Caption = 'BedTris' Font.Color = clBlue Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Version: TLabel Left = 114 Top = 41 Width = 53 Height = 13 Caption = 'Version 2.0' IsControl = True end object Copyright: TLabel Left = 78 Top = 96 Width = 125 Height = 13 Caption = 'Copyright 1996-97 Bedsoft' IsControl = True end object Comments: TLabel Left = 86 Top = 120 Width = 102 Height = 13 Caption = 'bed@melbpc.org.au' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentFont = False WordWrap = True IsControl = True end object Image1: TImage Left = 240 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object Image2: TImage Left = 240 Top = 120 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object Image3: TImage Left = 8 Top = 121 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object Label1: TLabel Left = 107 Top = 63 Width = 67 Height = 20 Caption = 'Freeware' Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object OKButton: TButton Left = 110 Top = 179 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end