home *** CD-ROM | disk | FTP | other *** search
- object ZapProtect: TZapProtect
- Left = 0
- Top = 0
- Caption = 'ZapProtect'
- ClientHeight = 210
- ClientWidth = 273
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PrintScale = poNone
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object ZapTrayIcon: TTrayIcon
- PopupMenu = TrayPopupMenu
- Visible = True
- Left = 64
- Top = 24
- end
- object TrayPopupMenu: TPopupMenu
- Left = 104
- Top = 24
- object ChangeAutomaticProtectionSettings1: TMenuItem
- Caption = 'Change Secure Vault Settings'
- Visible = False
- OnClick = ChangeAutomaticProtectionSettings1Click
- end
- object ShowDownloadsFolder1: TMenuItem
- Caption = 'Show Secure Vault Folder'
- OnClick = ShowDownloadsFolder1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object VisitZapSharesWebsite1: TMenuItem
- Caption = 'Visit ZapShares Website'
- OnClick = VisitZapSharesWebsite1Click
- end
- object TellAFriendAboutZapShares1: TMenuItem
- Caption = 'Tell Your Friends About ZapShares'
- OnClick = TellAFriendAboutZapShares1Click
- end
- object Help1: TMenuItem
- Caption = 'Help Using ZapShares'
- OnClick = Help1Click
- end
- end
- object ConfigMonitor: TDirMonitor
- Directory = 'c:\'
- FilterNotification = [nfFILE_NAME, nfATTRIBUTES, nfSIZE, nfLAST_WRITE, nfCREATION]
- FilterAction = [faADDED, faREMOVED, faMODIFIED]
- OnChange = ConfigMonitorChange
- Left = 64
- Top = 120
- end
- object UpdateTimer: TTimer
- Enabled = False
- Interval = 60000
- OnTimer = UpdateTimerTimer
- Left = 64
- Top = 72
- end
- object StopSeedingTimer: TTimer
- Enabled = False
- Interval = 31000
- OnTimer = StopSeedingTimerTimer
- Left = 104
- Top = 72
- end
- object TorrentMonitor: TDirMonitor
- Directory = 'c:\'
- WatchSubtree = True
- FilterNotification = [nfFILE_NAME, nfDIR_NAME]
- FilterAction = [faREMOVED]
- OnChange = TorrentMonitorChange
- Left = 104
- Top = 120
- end
- end
-