object Form1: TForm1 Left = 779 Top = 162 Width = 214 Height = 97 Caption = 'Abuse Generator' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PopupMenu1: TPopupMenu Alignment = paRight Left = 88 Top = 16 object Test11: TMenuItem Caption = '&About' ShortCut = 0 OnClick = Test11Click end object Configure1: TMenuItem Caption = 'Configure' ShortCut = 0 OnClick = Configure1Click end object Register1: TMenuItem Caption = 'Register' ShortCut = 0 OnClick = Register1Click end object Test21: TMenuItem Caption = '-' ShortCut = 0 end object Test31: TMenuItem Caption = '&Close' ShortCut = 0 OnClick = Test31Click end end object TrayIcon1: TTrayIcon Active = True ShowDesigning = False Icon.Data = {} ToolTip = 'Abuse!!!' OnClick = TrayIcon1Click PopupMenu = PopupMenu1 Left = 24 Top = 16 end object Timer1: TTimer Interval = 50000 OnTimer = Timer1Timer Left = 160 Top = 20 end object ENCRYPT1: TENCRYPT Left = 128 Top = 12 end end