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
Wrap
Text File
|
2003-05-05
|
1KB
|
61 lines
object POP3Form: TPOP3Form
Left = 247
Top = 144
BorderStyle = bsNone
Caption = 'POP3'
ClientHeight = 89
ClientWidth = 385
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object AdvancedTrayIcon: TAdvancedTrayIcon
Active = True
Icon.Data = {<image000.ico>}
SeparateIcon = False
PopupMenu = PopupMenu
OnDblClick = ConfigItemClick
Left = 64
end
object PopupMenu: TPopupMenu
object ConfigItem: TMenuItem
Caption = '&Config...'
Default = True
OnClick = ConfigItemClick
end
object StopPOP3ServiceItem: TMenuItem
Caption = '&Stop POP3 Service'
OnClick = StopPOP3ServiceItemClick
end
end
object AdvancedInstance: TAdvancedInstance
AllowedInstaces = 1
ActionOnExceed = appRestoreAndExit
Top = 32
end
object AdvancedFileExecute: TAdvancedFileExecute
ExeStyle = esDefault
WindowState = wsNormal
Left = 32
end
object Timer: TTimer
Interval = 60000
OnTimer = TimerTimer
Left = 32
Top = 32
end
object RemoteAccounts: TObjectCollection
Left = 64
Top = 32
end
end