object ReceAuthForm: TReceAuthForm Left = 233 Top = 127 HelpContext = 10050 BorderStyle = bsDialog Caption = 'Mail Retrieval (POP3/IMAP) Authentication' ClientHeight = 273 ClientWidth = 363 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object rbRegular: TRadioButton Left = 16 Top = 16 Width = 346 Height = 17 Caption = '&Regular' TabOrder = 0 OnClick = rbClick end object rbAPOP: TRadioButton Tag = 1 Left = 16 Top = 40 Width = 346 Height = 17 Caption = 'MD5 &APOP Challenge/Response (RFC-1734)' TabOrder = 1 OnClick = rbClick end object rbCRAM: TRadioButton Tag = 2 Left = 16 Top = 64 Width = 346 Height = 17 Caption = 'MD-5 &CRAM-HMAC Challenge/Response (RFC-2095)' TabOrder = 2 OnClick = rbClick end object rbIKEY: TRadioButton Tag = 3 Left = 16 Top = 88 Width = 346 Height = 17 Caption = 'i&Key MD-5 CRAM-HMAC Challenge/Response' Enabled = False TabOrder = 3 OnClick = rbClick end object nb: TNotebook Left = 0 Top = 108 Width = 361 Height = 129 TabOrder = 4 object TPage Left = 0 Top = 0 Caption = 'Default' object lMinutes: TLabel Left = 224 Top = 40 Width = 37 Height = 13 Caption = 'Minutes' Enabled = False FocusControl = spCacheMin Visible = False end object cbPromptPwd: TCheckBox Left = 16 Top = 16 Width = 343 Height = 17 Caption = 'Do not store password, prompt on mail retrieval' TabOrder = 0 end object cbCache: TCheckBox Left = 40 Top = 40 Width = 125 Height = 17 Caption = 'Cache it for' Enabled = False TabOrder = 1 Visible = False end object spCacheMin: TSpinEdit Left = 168 Top = 36 Width = 49 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 Visible = False end end object TPage Left = 0 Top = 0 Caption = 'pgIKEY' object gbIkeyDevice: TGroupBox Left = 8 Top = 6 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 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 = 4 Width = 121 Height = 117 Caption = 'iKey Password' TabOrder = 1 object biKeySetPwd: TButton Left = 8 Top = 16 Width = 105 Height = 25 Caption = 'Set' Enabled = False TabOrder = 0 OnClick = biKeySetPwdClick end object biKeyChangePwd: TButton Left = 8 Top = 48 Width = 105 Height = 25 Caption = 'Change' Enabled = False TabOrder = 1 OnClick = biKeyChangePwdClick end object biKeyRemovePwd: TButton Left = 8 Top = 80 Width = 105 Height = 25 Caption = 'Remove' Enabled = False TabOrder = 2 OnClick = biKeyRemovePwdClick end end end end object bOK: TButton Left = 104 Top = 240 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 5 end object bCancel: TButton Left = 184 Top = 240 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Enabled = False ModalResult = 2 TabOrder = 6 end object bHelp: TButton Left = 264 Top = 240 Width = 75 Height = 25 Caption = 'Help' TabOrder = 7 OnClick = bHelpClick end object iKeyTimer: TTimer Enabled = False Interval = 10 OnTimer = iKeyTimerTimer Left = 8 Top = 240 end end