home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / billcmp1.zip / INSTALL / INSTADV.DFM / INSTADV.txt
Text File  |  1995-04-21  |  2KB  |  81 lines

  1. object dlgAdvertisement: TdlgAdvertisement
  2.   Left = 120
  3.   Top = 11
  4.   BorderStyle = bsDialog
  5.   Caption = 'Information You Can'#39't Live Without'
  6.   ClientHeight = 402
  7.   ClientWidth = 440
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 440
  19.     Height = 113
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object Memo1: TMemo
  23.       Left = 8
  24.       Top = 8
  25.       Width = 409
  26.       Height = 89
  27.       TabStop = False
  28.       Enabled = False
  29.       Lines.Strings = (
  30.         'Author: '
  31.         'Bill White'
  32.         '3117 Raymond Drive'
  33.         'Atlanta, GA 30340'
  34.         '(404)457-5348'
  35.         'CompuServe Address: 73612.3477@compuserve.com'
  36.         '')
  37.       TabOrder = 0
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 0
  42.     Top = 113
  43.     Width = 440
  44.     Height = 289
  45.     Align = alClient
  46.     TabOrder = 1
  47.     object Memo2: TMemo
  48.       Left = 11
  49.       Top = 16
  50.       Width = 417
  51.       Height = 209
  52.       TabStop = False
  53.       Enabled = False
  54.       Lines.Strings = (
  55.         'More software to come...'
  56.         ''
  57.         'SPACE'
  58.         ''
  59.         'A game of cunning, wit, ruthlessness, and good old fashioned '
  60.         'power struggle.  Vie against your friends to conquer a universe'
  61.         'of planets in this MULTI-PLAYER ONLY game!  Thats right, you'
  62.         'can'#39't twiddle your thumbs and play yourself, you MUST play'
  63.         'against someone you love, or maybe even someone you don'#39't'
  64.         'love; either way you must crush those who oppose you.'
  65.         ''
  66.         'Coming Soon (probably around April 25th) to a cyperspace outlet'
  67.         'near you!'
  68.         '')
  69.       TabOrder = 0
  70.     end
  71.     object BitBtn1: TBitBtn
  72.       Left = 175
  73.       Top = 240
  74.       Width = 89
  75.       Height = 33
  76.       TabOrder = 1
  77.       Kind = bkOK
  78.     end
  79.   end
  80. end
  81.