home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / Arghh! / _SETUP.1 / Arrghh.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-05-27  |  2KB  |  80 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 257
  8.   ClientWidth = 367
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 346
  21.     Height = 198
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 10
  26.       Top = 10
  27.       Width = 64
  28.       Height = 64
  29.       Picture.Data = {<image000.bmp>}
  30.       IsControl = True
  31.     end
  32.     object ProductName: TLabel
  33.       Left = 108
  34.       Top = 20
  35.       Width = 42
  36.       Height = 16
  37.       Caption = 'Arrghh!'
  38.       IsControl = True
  39.     end
  40.     object Version: TLabel
  41.       Left = 108
  42.       Top = 49
  43.       Width = 66
  44.       Height = 16
  45.       Caption = 'Version 1.0'
  46.       IsControl = True
  47.     end
  48.     object Copyright: TLabel
  49.       Left = 10
  50.       Top = 98
  51.       Width = 327
  52.       Height = 16
  53.       Alignment = taCenter
  54.       Caption = 'Copyright ∩┐╜ 1997, Moonlight Entertainment.'
  55.       IsControl = True
  56.     end
  57.     object Comments: TLabel
  58.       Left = 8
  59.       Top = 120
  60.       Width = 329
  61.       Height = 17
  62.       Alignment = taCenter
  63.       Caption = 'All rights reserved.'
  64.       WordWrap = True
  65.       IsControl = True
  66.     end
  67.   end
  68.   object OKButton: TButton
  69.     Left = 145
  70.     Top = 219
  71.     Width = 80
  72.     Height = 32
  73.     Caption = 'OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 1
  77.     IsControl = True
  78.   end
  79. end
  80.