home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 267 / _SETUP.1 / PBTerm.exe / 0 / RCDATA / TPBTERMABOUTBOX / TPBTERMABOUTBOX.txt < prev   
Text File  |  1997-02-09  |  2KB  |  107 lines

  1. object PBTermAboutBox: TPBTermAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About PBTerm'
  7.   ClientHeight = 162
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object AboutPanel: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 105
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 64
  28.       Height = 64
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 169
  37.       Height = 16
  38.       Caption = 'PBTerm - PaintBall Terminal'
  39.       Font.Color = clBlack
  40.       Font.Height = -13
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 196
  48.       Top = 32
  49.       Width = 59
  50.       Height = 13
  51.       Caption = 'Version 1.50'
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 42
  56.       Top = 76
  57.       Width = 198
  58.       Height = 14
  59.       Caption = 'Copyright ï¿½ 1996,1997 David R. Michael.'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'Times New Roman'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Comments: TLabel
  68.       Left = 88
  69.       Top = 44
  70.       Width = 171
  71.       Height = 16
  72.       Caption = 'Unregistered'
  73.       Font.Color = clBlack
  74.       Font.Height = -13
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       WordWrap = True
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 95
  83.       Top = 88
  84.       Width = 90
  85.       Height = 14
  86.       Caption = 'All Rights Reserved'
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'Times New Roman'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       IsControl = True
  93.     end
  94.   end
  95.   object OKButton: TButton
  96.     Left = 120
  97.     Top = 122
  98.     Width = 65
  99.     Height = 33
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.     IsControl = True
  105.   end
  106. end
  107.