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

  1. object PBTermChatForm: TPBTermChatForm
  2.   Left = 220
  3.   Top = 183
  4.   Width = 700
  5.   Height = 135
  6.   Caption = 'PBTerm Chat Window'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = ChatMenu
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ChatRichEdit: TRichEdit
  18.     Left = 0
  19.     Top = 0
  20.     Width = 692
  21.     Height = 89
  22.     Align = alClient
  23.     Font.Color = clBlue
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     MaxLength = 1000000
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.     OnEnter = ChatRichEditEnter
  33.   end
  34.   object ChatMenu: TMainMenu
  35.     Left = 8
  36.     Top = 8
  37.     object OptionsMenu: TMenuItem
  38.       Caption = '&Options'
  39.       ShortCut = 0
  40.       object OptionsStayonTop: TMenuItem
  41.         Caption = 'Stay on &Top'
  42.         ShortCut = 0
  43.         OnClick = OptionsStayonTopClick
  44.       end
  45.     end
  46.   end
  47. end
  48.