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

  1. object PBTermWhoForm: TPBTermWhoForm
  2.   Left = 302
  3.   Top = 181
  4.   Width = 508
  5.   Height = 314
  6.   Caption = 'Who is Online'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnHide = FormHide
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ButtonPanel: TPanel
  17.     Left = 419
  18.     Top = 0
  19.     Width = 81
  20.     Height = 287
  21.     Align = alRight
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object UpdateButton: TButton
  25.       Left = 4
  26.       Top = 4
  27.       Width = 75
  28.       Height = 25
  29.       Caption = '&Update'
  30.       TabOrder = 0
  31.       OnClick = UpdateButtonClick
  32.     end
  33.     object DoneButton: TButton
  34.       Left = 4
  35.       Top = 28
  36.       Width = 75
  37.       Height = 25
  38.       Caption = '&Done'
  39.       Default = True
  40.       TabOrder = 1
  41.       OnClick = DoneButtonClick
  42.     end
  43.   end
  44.   object WhoSectionListBox: TSectionListBox
  45.     Left = 0
  46.     Top = 0
  47.     Width = 419
  48.     Height = 287
  49.     Align = alClient
  50.     Color = clWindow
  51.     Delimiter = ';'
  52.     Enabled = True
  53.     ExtendedSelect = True
  54.     FontList.Color = clWindowText
  55.     FontList.Height = -11
  56.     FontList.Name = 'MS Sans Serif'
  57.     FontList.Style = []
  58.     FontHeader.Color = clBlack
  59.     FontHeader.Height = -11
  60.     FontHeader.Name = 'MS Sans Serif'
  61.     FontHeader.Style = []
  62.     ItemHeight = 16
  63.     MultiSelect = False
  64.     TabOrder = 1
  65.     Sections.Sections = (
  66.       #0'85'#0'Character Name'
  67.       #0'68'#0'Player Name'
  68.       #0'22'#0'Lvl'
  69.       #0'38'#0'Status'
  70.       #0'37'#0'Splats'
  71.       #0'29'#0'Bots'
  72.       #0'41'#0'Games'
  73.       #0'66'#0'Team Name')
  74.     Sorted = False
  75.     object TotalOnlineLabel: TLabel
  76.       Left = 1
  77.       Top = 233
  78.       Width = 417
  79.       Height = 16
  80.       Align = alBottom
  81.       AutoSize = False
  82.       Caption = 'Players Online'
  83.       Font.Color = clBlack
  84.       Font.Height = -13
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.     end
  89.     object WhoListBox: TListBox
  90.       Left = 1
  91.       Top = 249
  92.       Width = 417
  93.       Height = 37
  94.       Align = alBottom
  95.       ItemHeight = 13
  96.       TabOrder = 2
  97.       Visible = False
  98.     end
  99.   end
  100.   object WhoTimer: TTimer
  101.     Enabled = False
  102.     OnTimer = WhoTimerTimer
  103.     Left = 8
  104.     Top = 56
  105.   end
  106.   object WhoWinSaver: TWinSaver
  107.     IniFileName = '\Software\DavidRM\PBTerm\WinSaver'
  108.     IniSection = 'WhoWinSaver'
  109.     SaveVisible = False
  110.     Left = 36
  111.     Top = 56
  112.   end
  113. end
  114.