home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / ZapShares / ZapSharesSetup.exe / ZapSharesProtect.exe / 0 / RCDATA / TZAPPROTECT / TZAPPROTECT.txt
Encoding:
Text File  |  2010-01-04  |  2.1 KB  |  87 lines

  1. object ZapProtect: TZapProtect
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'ZapProtect'
  5.   ClientHeight = 210
  6.   ClientWidth = 273
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object ZapTrayIcon: TTrayIcon
  22.     PopupMenu = TrayPopupMenu
  23.     Visible = True
  24.     Left = 64
  25.     Top = 24
  26.   end
  27.   object TrayPopupMenu: TPopupMenu
  28.     Left = 104
  29.     Top = 24
  30.     object ChangeAutomaticProtectionSettings1: TMenuItem
  31.       Caption = 'Change Secure Vault Settings'
  32.       Visible = False
  33.       OnClick = ChangeAutomaticProtectionSettings1Click
  34.     end
  35.     object ShowDownloadsFolder1: TMenuItem
  36.       Caption = 'Show Secure Vault Folder'
  37.       OnClick = ShowDownloadsFolder1Click
  38.     end
  39.     object N1: TMenuItem
  40.       Caption = '-'
  41.     end
  42.     object VisitZapSharesWebsite1: TMenuItem
  43.       Caption = 'Visit ZapShares Website'
  44.       OnClick = VisitZapSharesWebsite1Click
  45.     end
  46.     object TellAFriendAboutZapShares1: TMenuItem
  47.       Caption = 'Tell Your Friends About ZapShares'
  48.       OnClick = TellAFriendAboutZapShares1Click
  49.     end
  50.     object Help1: TMenuItem
  51.       Caption = 'Help Using ZapShares'
  52.       OnClick = Help1Click
  53.     end
  54.   end
  55.   object ConfigMonitor: TDirMonitor
  56.     Directory = 'c:\'
  57.     FilterNotification = [nfFILE_NAME, nfATTRIBUTES, nfSIZE, nfLAST_WRITE, nfCREATION]
  58.     FilterAction = [faADDED, faREMOVED, faMODIFIED]
  59.     OnChange = ConfigMonitorChange
  60.     Left = 64
  61.     Top = 120
  62.   end
  63.   object UpdateTimer: TTimer
  64.     Enabled = False
  65.     Interval = 60000
  66.     OnTimer = UpdateTimerTimer
  67.     Left = 64
  68.     Top = 72
  69.   end
  70.   object StopSeedingTimer: TTimer
  71.     Enabled = False
  72.     Interval = 31000
  73.     OnTimer = StopSeedingTimerTimer
  74.     Left = 104
  75.     Top = 72
  76.   end
  77.   object TorrentMonitor: TDirMonitor
  78.     Directory = 'c:\'
  79.     WatchSubtree = True
  80.     FilterNotification = [nfFILE_NAME, nfDIR_NAME]
  81.     FilterAction = [faREMOVED]
  82.     OnChange = TorrentMonitorChange
  83.     Left = 104
  84.     Top = 120
  85.   end
  86. end
  87.