home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / abuserb7.zip / ABUSER.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-06-06  |  1KB  |  65 lines

  1. object Form1: TForm1
  2.   Left = 779
  3.   Top = 162
  4.   Width = 214
  5.   Height = 97
  6.   Caption = 'Abuse Generator'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PopupMenu1: TPopupMenu
  16.     Alignment = paRight
  17.     Left = 88
  18.     Top = 16
  19.     object Test11: TMenuItem
  20.       Caption = '&About'
  21.       ShortCut = 0
  22.       OnClick = Test11Click
  23.     end
  24.     object Configure1: TMenuItem
  25.       Caption = 'Configure'
  26.       ShortCut = 0
  27.       OnClick = Configure1Click
  28.     end
  29.     object Register1: TMenuItem
  30.       Caption = 'Register'
  31.       ShortCut = 0
  32.       OnClick = Register1Click
  33.     end
  34.     object Test21: TMenuItem
  35.       Caption = '-'
  36.       ShortCut = 0
  37.     end
  38.     object Test31: TMenuItem
  39.       Caption = '&Close'
  40.       ShortCut = 0
  41.       OnClick = Test31Click
  42.     end
  43.   end
  44.   object TrayIcon1: TTrayIcon
  45.     Active = True
  46.     ShowDesigning = False
  47.     Icon.Data = {<image000.ico>}
  48.     ToolTip = 'Abuse!!!'
  49.     OnClick = TrayIcon1Click
  50.     PopupMenu = PopupMenu1
  51.     Left = 24
  52.     Top = 16
  53.   end
  54.   object Timer1: TTimer
  55.     Interval = 50000
  56.     OnTimer = Timer1Timer
  57.     Left = 160
  58.     Top = 20
  59.   end
  60.   object ENCRYPT1: TENCRYPT
  61.     Left = 128
  62.     Top = 12
  63.   end
  64. end
  65.