object AboutForm: TAboutForm Left = 221 Top = 162 Width = 279 Height = 295 Caption = ' About TurboGo' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 6 Top = 8 Width = 260 Height = 17 Alignment = taCenter AutoSize = False Caption = 'TurboGo for Windows 95' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 6 Top = 28 Width = 260 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Version 1.0' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 6 Top = 48 Width = 260 Height = 17 Alignment = taCenter AutoSize = False Caption = '(c) 1997, Arnoud van der Loeff' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 14 Top = 80 Width = 242 Height = 81 Caption = ' Registered to: ' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object lbl_naam: TLabel Left = 10 Top = 24 Width = 220 Height = 17 AutoSize = False Caption = 'TurboGo for Windows 95' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lbl_nummer: TLabel Left = 11 Top = 48 Width = 220 Height = 17 AutoSize = False Caption = 'TurboGo for Windows 95' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object btn_hoeregistreren: TBitBtn Left = 15 Top = 224 Width = 240 Height = 33 Caption = '&How do I register?' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = btn_hoeregistrerenClick Kind = bkHelp end object BitBtn1: TBitBtn Left = 87 Top = 176 Width = 97 Height = 33 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Kind = bkOK end end