home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / DLH / dlh_8_99.exe / 0599.DLM / wargasm / WargasmTrainerv1.0.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1998-02-26  |  2KB  |  77 lines

  1. object AboutBox: TAboutBox
  2.   Left = 349
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object Product: TLabel
  25.       Left = 96
  26.       Top = 16
  27.       Width = 81
  28.       Height = 13
  29.       Alignment = taCenter
  30.       Caption = 'Wargasm Trainer'
  31.       IsControl = True
  32.     end
  33.     object Version: TLabel
  34.       Left = 104
  35.       Top = 40
  36.       Width = 59
  37.       Height = 13
  38.       Alignment = taCenter
  39.       Caption = 'Version 1.00'
  40.       IsControl = True
  41.     end
  42.     object Copyright: TLabel
  43.       Left = 40
  44.       Top = 64
  45.       Width = 205
  46.       Height = 13
  47.       Alignment = taCenter
  48.       Caption = 'Copyright (C) 1998 Jonathan '#39'Ash'#39' Gwilliams'
  49.       IsControl = True
  50.     end
  51.     object Comments: TLabel
  52.       Left = 8
  53.       Top = 88
  54.       Width = 261
  55.       Height = 65
  56.       Alignment = taCenter
  57.       Caption = 
  58.         'Email bug-reports, queries and comments to me at gastropod98@hot' +
  59.         'mail.com and I'#39'll try and sort them out! Thanks go to Haze, Intr' +
  60.         'epid, Arlki and Darth Vader for the Technical Info, and Wolf for' +
  61.         ' use of the computer and '#39'Moral Support'#39
  62.       WordWrap = True
  63.       IsControl = True
  64.     end
  65.   end
  66.   object OKButton: TButton
  67.     Left = 111
  68.     Top = 180
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.   end
  76. end
  77.