home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TSMTPADVANCEDOPTIONS
/
TSMTPADVANCEDOPTIONS.txt
Wrap
Text File
|
2001-09-09
|
8KB
|
327 lines
object SMTPAdvancedOptions: TSMTPAdvancedOptions
Left = 170
Top = 114
HelpContext = 10051
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Mail Transmission (SMTP) Authentication'
ClientHeight = 327
ClientWidth = 381
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object bOK: TButton
Left = 112
Top = 291
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object bCancel: TButton
Left = 200
Top = 291
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object cbPOPbeforeSMTP: TCheckBox
Left = 8
Top = 268
Width = 353
Height = 17
Caption = '&Use "POP before SMTP" authentication'
TabOrder = 2
OnClick = SetCheckers
end
object gbSMTPauth: TGroupBox
Left = 8
Top = 28
Width = 363
Height = 225
TabOrder = 3
object rbMailRetrievalSettings: TRadioButton
Left = 8
Top = 12
Width = 345
Height = 17
Caption = 'Use settings of Mail Retrieval'
TabOrder = 0
OnClick = SetCheckers
end
object rbSpecificSettings: TRadioButton
Left = 8
Top = 30
Width = 345
Height = 17
Caption = 'Use specific settings'
TabOrder = 1
OnClick = SetCheckers
end
object rbIKEY: TRadioButton
Left = 8
Top = 48
Width = 345
Height = 17
Caption = 'Store password on iKey'
TabOrder = 2
OnClick = SetCheckers
end
object Notebook: TNotebook
Left = 2
Top = 66
Width = 354
Height = 154
PageIndex = 1
TabOrder = 3
object TPage
Left = 0
Top = 0
Caption = 'Default'
object lSpecPwd: TLabel
Left = 49
Top = 45
Width = 46
Height = 13
Alignment = taRightJustify
Caption = 'Pass&word'
FocusControl = eSpecPwd
end
object lSpecUser: TLabel
Left = 74
Top = 11
Width = 22
Height = 13
Alignment = taRightJustify
Caption = 'User'
FocusControl = eSpecUser
end
object eSpecPwd: TEdit
Left = 104
Top = 40
Width = 241
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object cbSpecMD5: TCheckBox
Left = 7
Top = 72
Width = 339
Height = 17
Caption = 'Require secure (MD5) authentication'
TabOrder = 1
end
object eSpecUser: TEdit
Left = 104
Top = 8
Width = 241
Height = 21
TabOrder = 2
end
end
object TPage
Left = 0
Top = 0
Caption = 'pgIkey'
object lUserIKEY: TLabel
Left = 74
Top = 11
Width = 22
Height = 13
Alignment = taRightJustify
Caption = 'User'
FocusControl = eUserIKEY
end
object gbIkeyDevice: TGroupBox
Left = 8
Top = 36
Width = 217
Height = 115
Caption = 'iKey Token to Use'
TabOrder = 0
object biKeyBrowse: TButton
Left = 112
Top = 80
Width = 97
Height = 25
Caption = 'Browse'
TabOrder = 0
OnClick = biKeyBrowseClick
end
object biKeyRefresh: TButton
Left = 8
Top = 80
Width = 97
Height = 25
Caption = 'Refresh'
TabOrder = 1
OnClick = biKeyRefreshClick
end
object nbCurIKey: TNotebook
Left = 2
Top = 15
Width = 213
Height = 64
Align = alTop
PageIndex = 1
TabOrder = 2
object TPage
Left = 0
Top = 0
Caption = 'Default'
object lSN: TLabel
Left = 2
Top = 34
Width = 64
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'S/N:'
FocusControl = eiKeySerNum
end
object lName: TLabel
Left = 2
Top = 8
Width = 64
Height = 19
Alignment = taRightJustify
AutoSize = False
Caption = 'Name:'
FocusControl = eiKeyName
end
object eiKeySerNum: TEdit
Left = 70
Top = 34
Width = 137
Height = 21
TabStop = False
BorderStyle = bsNone
ParentColor = True
ReadOnly = True
TabOrder = 0
end
object eiKeyName: TEdit
Left = 70
Top = 8
Width = 137
Height = 21
TabStop = False
BorderStyle = bsNone
ParentColor = True
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 1
end
end
object TPage
Left = 0
Top = 0
Caption = 'pgNoIKey'
object lbNoIKey: TLabel
Left = 16
Top = 16
Width = 123
Height = 13
Caption = 'No iKey currently selected'
end
end
end
end
object gbiKeyPwd: TGroupBox
Left = 232
Top = 36
Width = 121
Height = 117
Caption = 'iKey Password'
TabOrder = 1
object biKeySetPwd: TButton
Left = 8
Top = 16
Width = 105
Height = 25
Caption = 'Set'
TabOrder = 0
OnClick = biKeySetPwdClick
end
object biKeyChangePwd: TButton
Left = 8
Top = 48
Width = 105
Height = 25
Caption = 'Change'
TabOrder = 1
OnClick = biKeyChangePwdClick
end
object biKeyRemovePwd: TButton
Left = 8
Top = 80
Width = 105
Height = 25
Caption = 'Remove'
TabOrder = 2
OnClick = biKeyRemovePwdClick
end
end
object eUserIKEY: TEdit
Left = 104
Top = 8
Width = 241
Height = 21
TabOrder = 2
end
end
object TPage
Left = 0
Top = 0
Caption = 'pgSame'
object cbMailRetrMD5: TCheckBox
Left = 7
Top = 12
Width = 339
Height = 17
Caption = 'Require secure (MD5) authentication'
TabOrder = 0
end
end
end
end
object cbSMTPAuth: TCheckBox
Left = 8
Top = 8
Width = 360
Height = 17
Caption = '&Perform SMTP Authentication (RFC 2554)'
TabOrder = 4
OnClick = SetCheckers
end
object bHelp: TButton
Left = 288
Top = 292
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 5
OnClick = bHelpClick
end
object iKeyTimer: TTimer
Enabled = False
Interval = 10
OnTimer = iKeyTimerTimer
Left = 8
Top = 288
end
end