object TrayForm: TTrayForm Left = 404 Top = 322 Width = 112 Height = 71 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object TrayIcon1: TTrayIcon Active = False ShowDesigning = False Icon.Data = {} OnClick = TrayIcon1Click OnRightClick = TrayIcon1RightClick PopupMenu = PopupMenu1 Left = 8 end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 48 object Show1: TMenuItem Caption = 'Show' OnClick = Show1Click end object Terminate1: TMenuItem Caption = 'Terminate' OnClick = Terminate1Click end object StartHidden1: TMenuItem Caption = 'Hide On Startup' OnClick = StartHidden1Click end object Get1: TMenuItem Caption = 'Capture Web Site Into New Record' OnClick = Get1Click end object QuickAccessSites1: TMenuItem Caption = 'Quick Access Sites:' Enabled = False end end end