home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / abuserb7.zip / ABUSER.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-06-06  |  3KB  |  117 lines

  1. object AboutBox: TAboutBox
  2.   Left = 290
  3.   Top = 179
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 241
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 201
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 24
  28.       Top = 16
  29.       Width = 45
  30.       Height = 45
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 121
  39.       Height = 25
  40.       Caption = 'The Abuser!'
  41.       Color = clBtnFace
  42.       Font.Color = clActiveCaption
  43.       Font.Height = -20
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentColor = False
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 92
  52.       Top = 40
  53.       Width = 84
  54.       Height = 13
  55.       Caption = 'Beta Version 0.7b'
  56.       IsControl = True
  57.     end
  58.     object Copyright: TLabel
  59.       Left = 56
  60.       Top = 68
  61.       Width = 173
  62.       Height = 13
  63.       Alignment = taCenter
  64.       Caption = 'Copyright ∩┐╜ 1996 by Andrew Vessey'
  65.       IsControl = True
  66.     end
  67.     object Comments: TLabel
  68.       Left = 28
  69.       Top = 88
  70.       Width = 224
  71.       Height = 26
  72.       Alignment = taCenter
  73.       Caption = 
  74.         'An Insult Generator from the demented minds at Lazarus Multimedi' +
  75.         'a Publishing'
  76.       Font.Color = clActiveCaption
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       WordWrap = True
  82.       IsControl = True
  83.     end
  84.     object Label1: TLabel
  85.       Left = 8
  86.       Top = 120
  87.       Width = 265
  88.       Height = 52
  89.       Alignment = taCenter
  90.       Caption = 
  91.         'A mere $2.00 will eliminate this screen and make you a really co' +
  92.         'ol person! Send your money to Andrew Vessey, 2933 Cara Ct., Blac' +
  93.         'ksburg, VA 24060 or email avessey@vt.edu'
  94.       WordWrap = True
  95.     end
  96.     object Label2: TLabel
  97.       Left = 112
  98.       Top = 180
  99.       Width = 63
  100.       Height = 13
  101.       Alignment = taCenter
  102.       Caption = 'Unregistered!'
  103.     end
  104.   end
  105.   object OKButton: TButton
  106.     Left = 115
  107.     Top = 212
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 1
  114.     OnClick = OKButtonClick
  115.   end
  116. end
  117.