home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 July
/
PCWorld_1999-07_cd.bin
/
software
/
Servis
/
Sytinem
/
SYTINEM.EXE
/
0
/
RCDATA
/
TMAILSERVERSETTINGSFORM
/
TMAILSERVERSETTINGSFORM.txt
Wrap
Text File
|
1998-08-31
|
4KB
|
184 lines
object MailServerSettingsForm: TMailServerSettingsForm
Left = 215
Top = 168
ActiveControl = ServerNameEdit
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Mail server settings'
ClientHeight = 151
ClientWidth = 218
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ShowHint = True
OnCreate = FormCreate
Version = 'TGradientForm v1.60'
UseWin98Gradient = True
PixelsPerInch = 96
TextHeight = 13
object ServerNameLabel: TLabel
Left = 8
Top = 7
Width = 80
Height = 13
Caption = '&Server name:'
FocusControl = ServerNameEdit
end
object UsernameLabel: TLabel
Left = 8
Top = 31
Width = 63
Height = 13
Caption = '&Username:'
FocusControl = UserNameEdit
end
object POP3ServerLabel: TLabel
Left = 8
Top = 79
Width = 78
Height = 13
Caption = 'P&OP3 Server:'
FocusControl = POP3ServerEdit
end
object IntervalLabel: TLabel
Left = 8
Top = 103
Width = 50
Height = 13
Caption = '&Interval:'
FocusControl = IntervalEdit
end
object MinutesLabel: TLabel
Left = 184
Top = 103
Width = 31
Height = 13
Caption = '[min]'
end
object FirstBevel: TBevel
Left = 0
Top = 124
Width = 217
Height = 9
Shape = bsTopLine
end
object PasswordLabel: TLabel
Left = 8
Top = 55
Width = 59
Height = 13
Caption = '&Password:'
FocusControl = PasswordEdit
end
object CancelGradBtn: TGradBtn
Left = 143
Top = 129
Width = 75
Height = 22
Hint = 'Lose changes and exit'
BtnHiliteClr = clWhite
BtnShadowClr = clBlack
BeginColor = 13553358
EndColor = 6250335
GradientStyle = gsVertical
TextStyle = tsInset
TextShadeType = stHeavy
Presets = Aluminum
Caption = 'Cancel'
OnClick = CancelGradBtnClick
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = [fsBold]
TabOrder = 1
TabStop = True
end
object OKGradBtn: TGradBtn
Left = 64
Top = 129
Width = 75
Height = 22
Hint = 'Save changes and exit'
BtnHiliteClr = clWhite
BtnShadowClr = clBlack
BeginColor = 13553358
EndColor = 6250335
GradientStyle = gsVertical
TextStyle = tsInset
TextShadeType = stHeavy
Presets = Aluminum
Caption = 'OK'
OnClick = OKGradBtnClick
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Verdana'
Font.Style = [fsBold]
TabOrder = 0
TabStop = True
end
object IntervalUpDown: TUpDown
Left = 153
Top = 100
Width = 15
Height = 21
Associate = IntervalEdit
Min = 1
Max = 32000
Position = 10
TabOrder = 7
Thousands = False
Wrap = False
end
object IntervalEdit: TEdit
Left = 96
Top = 100
Width = 57
Height = 21
Hint = 'Duration between mail checks'
TabOrder = 6
Text = '10'
OnEnter = IntervalEditEnter
OnExit = IntervalEditExit
end
object ServerNameEdit: TEdit
Left = 96
Top = 4
Width = 121
Height = 21
Hint = 'Friendly name for this mailserver'
TabOrder = 2
OnChange = ServerNameEditChange
end
object UserNameEdit: TEdit
Left = 96
Top = 28
Width = 121
Height = 21
Hint = 'Username to use for this mailserver'
TabOrder = 3
OnChange = UserNameEditChange
end
object POP3ServerEdit: TEdit
Left = 96
Top = 76
Width = 121
Height = 21
Hint = #39'IP adres'#39' or '#39'DNS name'#39' of this mailserver'
TabOrder = 5
OnChange = POP3ServerEditChange
end
object PasswordEdit: TEdit
Left = 96
Top = 52
Width = 121
Height = 21
Hint = 'Password to use for this mailserver'
PasswordChar = '*'
TabOrder = 4
end
end