object PBTermWhoForm: TPBTermWhoForm Left = 302 Top = 181 Width = 508 Height = 314 Caption = 'Who is Online' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ButtonPanel: TPanel Left = 419 Top = 0 Width = 81 Height = 287 Align = alRight BevelOuter = bvNone TabOrder = 0 object UpdateButton: TButton Left = 4 Top = 4 Width = 75 Height = 25 Caption = '&Update' TabOrder = 0 OnClick = UpdateButtonClick end object DoneButton: TButton Left = 4 Top = 28 Width = 75 Height = 25 Caption = '&Done' Default = True TabOrder = 1 OnClick = DoneButtonClick end end object WhoSectionListBox: TSectionListBox Left = 0 Top = 0 Width = 419 Height = 287 Align = alClient Color = clWindow Delimiter = ';' Enabled = True ExtendedSelect = True FontList.Color = clWindowText FontList.Height = -11 FontList.Name = 'MS Sans Serif' FontList.Style = [] FontHeader.Color = clBlack FontHeader.Height = -11 FontHeader.Name = 'MS Sans Serif' FontHeader.Style = [] ItemHeight = 16 MultiSelect = False TabOrder = 1 Sections.Sections = ( #0'85'#0'Character Name' #0'68'#0'Player Name' #0'22'#0'Lvl' #0'38'#0'Status' #0'37'#0'Splats' #0'29'#0'Bots' #0'41'#0'Games' #0'66'#0'Team Name') Sorted = False object TotalOnlineLabel: TLabel Left = 1 Top = 233 Width = 417 Height = 16 Align = alBottom AutoSize = False Caption = 'Players Online' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object WhoListBox: TListBox Left = 1 Top = 249 Width = 417 Height = 37 Align = alBottom ItemHeight = 13 TabOrder = 2 Visible = False end end object WhoTimer: TTimer Enabled = False OnTimer = WhoTimerTimer Left = 8 Top = 56 end object WhoWinSaver: TWinSaver IniFileName = '\Software\DavidRM\PBTerm\WinSaver' IniSection = 'WhoWinSaver' SaveVisible = False Left = 36 Top = 56 end end