home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / sharewarefin / BMPRBLLR.ZIP / bbbdemo.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-03-20  |  3KB  |  156 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 273
  9.   ClientWidth = 427
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 409
  24.     Height = 225
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 60
  28.       Top = 16
  29.       Width = 288
  30.       Height = 29
  31.       Caption = 'ALI-PAL Software Presents'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clGreen
  34.       Font.Height = -24
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object Label2: TLabel
  40.       Left = 144
  41.       Top = 48
  42.       Width = 120
  43.       Height = 24
  44.       Caption = 'Games for two'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clGreen
  47.       Font.Height = -19
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object Label3: TLabel
  53.       Left = 67
  54.       Top = 96
  55.       Width = 276
  56.       Height = 36
  57.       Caption = 'Bumper Boat Billards'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clBlue
  60.       Font.Height = -32
  61.       Font.Name = 'Times New Roman'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object Label4: TLabel
  66.       Left = 129
  67.       Top = 152
  68.       Width = 155
  69.       Height = 13
  70.       Caption = 'Using The Delphi Games Creator'
  71.     end
  72.     object Label5: TLabel
  73.       Left = 51
  74.       Top = 72
  75.       Width = 307
  76.       Height = 16
  77.       Caption = 'Games that two people can play - inspired by Alison'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clGreen
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object Label6: TLabel
  86.       Left = 89
  87.       Top = 185
  88.       Width = 236
  89.       Height = 13
  90.       Caption = 'Players from SpriteLib Copyright 1996  Ari Feldman'
  91.     end
  92.     object Label7: TLabel
  93.       Left = 66
  94.       Top = 169
  95.       Width = 282
  96.       Height = 13
  97.       Caption = '    Copyright 1996,1997 John Pullen, Paul Bearne, Jeff Kurtz'
  98.     end
  99.     object Label8: TLabel
  100.       Left = 114
  101.       Top = 137
  102.       Width = 184
  103.       Height = 13
  104.       Caption = 'Copyright 1997,1998 Patrick A. Shields'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clBlack
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentFont = False
  111.     end
  112.     object Image2: TImage
  113.       Left = 345
  114.       Top = 140
  115.       Width = 44
  116.       Height = 20
  117.       AutoSize = True
  118.       Picture.Data = {<image000.bmp>}
  119.     end
  120.     object Image1: TImage
  121.       Left = 19
  122.       Top = 140
  123.       Width = 44
  124.       Height = 20
  125.       AutoSize = True
  126.       Picture.Data = {<image001.bmp>}
  127.     end
  128.     object Label9: TLabel
  129.       Left = 74
  130.       Top = 203
  131.       Width = 262
  132.       Height = 13
  133.       Caption = 'For additional games  see http://www.sni.net/~pshields'
  134.     end
  135.   end
  136.   object BitBtn1: TBitBtn
  137.     Left = 176
  138.     Top = 240
  139.     Width = 75
  140.     Height = 25
  141.     TabOrder = 1
  142.     Kind = bkOK
  143.   end
  144.   object ButtonOrder: TButton
  145.     Left = 298
  146.     Top = 239
  147.     Width = 75
  148.     Height = 25
  149.     Hint = 'Press to order full play version'
  150.     Caption = 'Ordering'
  151.     TabOrder = 2
  152.     Visible = False
  153.     OnClick = ButtonOrderClick
  154.   end
  155. end
  156.