home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 441 / _SETUP.1 / PTF.exe / 0 / RCDATA / TFMBONUS / TFMBONUS.txt
Text File  |  1997-11-15  |  722b  |  38 lines

  1. object fmBonus: TfmBonus
  2.   Left = 422
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bonus Points Help'
  7.   ClientHeight = 191
  8.   ClientWidth = 257
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RichEdit1: TRichEdit
  18.     Left = 8
  19.     Top = 8
  20.     Width = 241
  21.     Height = 145
  22.     TabStop = False
  23.     HideScrollBars = False
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.   end
  28.   object bbOK: TBitBtn
  29.     Left = 91
  30.     Top = 160
  31.     Width = 75
  32.     Height = 25
  33.     TabOrder = 1
  34.     OnClick = bbOKClick
  35.     Kind = bkClose
  36.   end
  37. end
  38.