home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / Vyzkuste / merak / Setup.exe / 0 / RCDATA / TPOP3FORM / TPOP3FORM.txt < prev   
Text File  |  2003-05-05  |  1KB  |  61 lines

  1. object POP3Form: TPOP3Form
  2.   Left = 247
  3.   Top = 144
  4.   BorderStyle = bsNone
  5.   Caption = 'POP3'
  6.   ClientHeight = 89
  7.   ClientWidth = 385
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object AdvancedTrayIcon: TAdvancedTrayIcon
  22.     Active = True
  23.     Icon.Data = {<image000.ico>}
  24.     SeparateIcon = False
  25.     PopupMenu = PopupMenu
  26.     OnDblClick = ConfigItemClick
  27.     Left = 64
  28.   end
  29.   object PopupMenu: TPopupMenu
  30.     object ConfigItem: TMenuItem
  31.       Caption = '&Config...'
  32.       Default = True
  33.       OnClick = ConfigItemClick
  34.     end
  35.     object StopPOP3ServiceItem: TMenuItem
  36.       Caption = '&Stop POP3 Service'
  37.       OnClick = StopPOP3ServiceItemClick
  38.     end
  39.   end
  40.   object AdvancedInstance: TAdvancedInstance
  41.     AllowedInstaces = 1
  42.     ActionOnExceed = appRestoreAndExit
  43.     Top = 32
  44.   end
  45.   object AdvancedFileExecute: TAdvancedFileExecute
  46.     ExeStyle = esDefault
  47.     WindowState = wsNormal
  48.     Left = 32
  49.   end
  50.   object Timer: TTimer
  51.     Interval = 60000
  52.     OnTimer = TimerTimer
  53.     Left = 32
  54.     Top = 32
  55.   end
  56.   object RemoteAccounts: TObjectCollection
  57.     Left = 64
  58.     Top = 32
  59.   end
  60. end
  61.