home *** CD-ROM | disk | FTP | other *** search
- object SMTPAdvancedOptions: TSMTPAdvancedOptions
- Left = 170
- Top = 114
- HelpContext = 10051
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Mail Transmission (SMTP) Authentication'
- ClientHeight = 409
- ClientWidth = 381
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object lCacheBIO: TLabel
- Left = 192
- Top = 284
- Width = 37
- Height = 13
- Caption = 'Minutes'
- Enabled = False
- FocusControl = eCacheBIO
- end
- object BottomBevel: TBevel
- Left = 8
- Top = 334
- Width = 365
- Height = 9
- Shape = bsBottomLine
- end
- object bOK: TButton
- Left = 112
- Top = 371
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 200
- Top = 371
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object cbPOPbeforeSMTP: TCheckBox
- Left = 8
- Top = 348
- 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 = 229
- TabOrder = 1
- 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 the token'
- 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 = 1
- end
- object cbSpecMD5: TCheckBox
- Left = 7
- Top = 72
- Width = 339
- Height = 17
- Caption = 'Require secure (MD5) authentication'
- TabOrder = 2
- end
- object eSpecUser: TEdit
- Left = 104
- Top = 8
- Width = 241
- Height = 21
- TabOrder = 0
- 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 = 'Token to Use'
- TabOrder = 1
- object biKeyBrowse: TButton
- Left = 112
- Top = 80
- Width = 97
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = biKeyBrowseClick
- end
- object biKeyRefresh: TButton
- Left = 8
- Top = 80
- Width = 97
- Height = 25
- Caption = 'Refresh'
- TabOrder = 0
- OnClick = biKeyRefreshClick
- end
- object nbCurIKey: TNotebook
- Left = 2
- Top = 15
- Width = 213
- Height = 64
- Align = alTop
- 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 = 1
- 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 = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'pgNoIKey'
- object lbNoIKey: TLabel
- Left = 16
- Top = 16
- Width = 130
- Height = 13
- Caption = 'No token currently selected'
- end
- end
- end
- end
- object gbiKeyPwd: TGroupBox
- Left = 232
- Top = 36
- Width = 121
- Height = 117
- Caption = 'Token Password'
- TabOrder = 2
- 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 = 0
- 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 = 0
- OnClick = SetCheckers
- end
- object bHelp: TButton
- Left = 288
- Top = 372
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 5
- OnClick = bHelpClick
- end
- object cbEnableBIO: TCheckBox
- Left = 8
- Top = 260
- Width = 361
- Height = 17
- Caption = 'Enable Biometric Authentication (Requires TLS)'
- Enabled = False
- TabOrder = 6
- OnClick = cbEnableBIOClick
- end
- object cbCacheBIO: TCheckBox
- Left = 8
- Top = 284
- Width = 125
- Height = 17
- Caption = 'Cache it for'
- Enabled = False
- TabOrder = 7
- end
- object eCacheBIO: TXSpinEdit
- Left = 136
- Top = 280
- Width = 49
- Height = 21
- Enabled = False
- TabOrder = 8
- Text = '5'
- MinValue = 1
- MaxValue = 9999
- Value = 5
- Step = 1
- end
- object cbBioReader: TComboBox
- Left = 8
- Top = 308
- Width = 365
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 9
- end
- object iKeyTimer: TTimer
- Enabled = False
- Interval = 10
- OnTimer = iKeyTimerTimer
- Left = 8
- Top = 360
- end
- end
-