object Form1: TForm1 Left = 105 Top = 279 Width = 122 Height = 73 Caption = 'AutoFloppy' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Timer1: TTimer Tag = 1 Enabled = False Interval = 10000 OnTimer = Timer1Timer Left = 16 Top = 8 end object TrayIcon1: TTrayIcon Active = True ShowDesigning = False Icon.Data = {} ToolTip = 'AutoFloppy (Right-Click for menu.)' PopupMenu = PopupMenu1 Left = 40 Top = 8 end object PopupMenu1: TPopupMenu Left = 64 Top = 8 object Options1: TMenuItem Caption = '&Options' ShortCut = 0 OnClick = Options1Click end object About1: TMenuItem Caption = '&About' ShortCut = 0 OnClick = About1Click end object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit1Click end end end