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

  1. object PBTermReadHelpForm: TPBTermReadHelpForm
  2.   Left = 272
  3.   Top = 167
  4.   Width = 495
  5.   Height = 383
  6.   HelpContext = 6
  7.   Caption = 'Paintball Net Help Reader'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BottomPanel: TPanel
  21.     Left = 0
  22.     Top = 324
  23.     Width = 487
  24.     Height = 32
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object ReadHelpButton: TButton
  29.       Left = 248
  30.       Top = 4
  31.       Width = 75
  32.       Height = 25
  33.       Caption = '&Read Help'
  34.       Default = True
  35.       TabOrder = 1
  36.       OnClick = ReadHelpButtonClick
  37.     end
  38.     object HelpComboBox: TComboBox
  39.       Left = 4
  40.       Top = 4
  41.       Width = 241
  42.       Height = 24
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ItemHeight = 16
  48.       ParentFont = False
  49.       TabOrder = 0
  50.     end
  51.     object DonePanel: TPanel
  52.       Left = 404
  53.       Top = 0
  54.       Width = 83
  55.       Height = 32
  56.       Align = alRight
  57.       BevelOuter = bvNone
  58.       TabOrder = 3
  59.       object DoneButton: TButton
  60.         Left = 4
  61.         Top = 4
  62.         Width = 75
  63.         Height = 25
  64.         Caption = '&Done'
  65.         TabOrder = 0
  66.         OnClick = DoneButtonClick
  67.       end
  68.     end
  69.     object CommandListButton: TButton
  70.       Left = 328
  71.       Top = 4
  72.       Width = 75
  73.       Height = 25
  74.       Caption = '&Commands'
  75.       TabOrder = 2
  76.       OnClick = CommandListButtonClick
  77.     end
  78.   end
  79.   object HelpMemo: TMemo
  80.     Left = 0
  81.     Top = 0
  82.     Width = 487
  83.     Height = 324
  84.     Align = alClient
  85.     ReadOnly = True
  86.     ScrollBars = ssVertical
  87.     TabOrder = 1
  88.   end
  89. end
  90.