home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TRECEAUTHFORM / TRECEAUTHFORM.txt
Text File  |  2001-09-09  |  6KB  |  287 lines

  1. object ReceAuthForm: TReceAuthForm
  2.   Left = 233
  3.   Top = 127
  4.   HelpContext = 10050
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Retrieval (POP3/IMAP) Authentication'
  7.   ClientHeight = 273
  8.   ClientWidth = 363
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object rbRegular: TRadioButton
  19.     Left = 16
  20.     Top = 16
  21.     Width = 346
  22.     Height = 17
  23.     Caption = '&Regular'
  24.     TabOrder = 0
  25.     OnClick = rbClick
  26.   end
  27.   object rbAPOP: TRadioButton
  28.     Tag = 1
  29.     Left = 16
  30.     Top = 40
  31.     Width = 346
  32.     Height = 17
  33.     Caption = 'MD5 &APOP Challenge/Response (RFC-1734)'
  34.     TabOrder = 1
  35.     OnClick = rbClick
  36.   end
  37.   object rbCRAM: TRadioButton
  38.     Tag = 2
  39.     Left = 16
  40.     Top = 64
  41.     Width = 346
  42.     Height = 17
  43.     Caption = 'MD-5 &CRAM-HMAC Challenge/Response (RFC-2095)'
  44.     TabOrder = 2
  45.     OnClick = rbClick
  46.   end
  47.   object rbIKEY: TRadioButton
  48.     Tag = 3
  49.     Left = 16
  50.     Top = 88
  51.     Width = 346
  52.     Height = 17
  53.     Caption = 'i&Key MD-5 CRAM-HMAC Challenge/Response'
  54.     Enabled = False
  55.     TabOrder = 3
  56.     OnClick = rbClick
  57.   end
  58.   object nb: TNotebook
  59.     Left = 0
  60.     Top = 108
  61.     Width = 361
  62.     Height = 129
  63.     TabOrder = 4
  64.     object TPage
  65.       Left = 0
  66.       Top = 0
  67.       Caption = 'Default'
  68.       object lMinutes: TLabel
  69.         Left = 224
  70.         Top = 40
  71.         Width = 37
  72.         Height = 13
  73.         Caption = 'Minutes'
  74.         Enabled = False
  75.         FocusControl = spCacheMin
  76.         Visible = False
  77.       end
  78.       object cbPromptPwd: TCheckBox
  79.         Left = 16
  80.         Top = 16
  81.         Width = 343
  82.         Height = 17
  83.         Caption = 'Do not store password, prompt on mail retrieval'
  84.         TabOrder = 0
  85.       end
  86.       object cbCache: TCheckBox
  87.         Left = 40
  88.         Top = 40
  89.         Width = 125
  90.         Height = 17
  91.         Caption = 'Cache it for'
  92.         Enabled = False
  93.         TabOrder = 1
  94.         Visible = False
  95.       end
  96.       object spCacheMin: TSpinEdit
  97.         Left = 168
  98.         Top = 36
  99.         Width = 49
  100.         Height = 22
  101.         Enabled = False
  102.         MaxValue = 0
  103.         MinValue = 0
  104.         TabOrder = 2
  105.         Value = 0
  106.         Visible = False
  107.       end
  108.     end
  109.     object TPage
  110.       Left = 0
  111.       Top = 0
  112.       Caption = 'pgIKEY'
  113.       object gbIkeyDevice: TGroupBox
  114.         Left = 8
  115.         Top = 6
  116.         Width = 217
  117.         Height = 115
  118.         Caption = 'iKey Token to Use'
  119.         TabOrder = 0
  120.         object biKeyBrowse: TButton
  121.           Left = 112
  122.           Top = 80
  123.           Width = 97
  124.           Height = 25
  125.           Caption = 'Browse'
  126.           TabOrder = 0
  127.           OnClick = biKeyBrowseClick
  128.         end
  129.         object biKeyRefresh: TButton
  130.           Left = 8
  131.           Top = 80
  132.           Width = 97
  133.           Height = 25
  134.           Caption = 'Refresh'
  135.           TabOrder = 1
  136.           OnClick = biKeyRefreshClick
  137.         end
  138.         object nbCurIKey: TNotebook
  139.           Left = 2
  140.           Top = 15
  141.           Width = 213
  142.           Height = 64
  143.           Align = alTop
  144.           TabOrder = 2
  145.           object TPage
  146.             Left = 0
  147.             Top = 0
  148.             Caption = 'Default'
  149.             object lSN: TLabel
  150.               Left = 2
  151.               Top = 34
  152.               Width = 64
  153.               Height = 13
  154.               Alignment = taRightJustify
  155.               AutoSize = False
  156.               Caption = 'S/N:'
  157.               FocusControl = eiKeySerNum
  158.             end
  159.             object lName: TLabel
  160.               Left = 2
  161.               Top = 8
  162.               Width = 64
  163.               Height = 19
  164.               Alignment = taRightJustify
  165.               AutoSize = False
  166.               Caption = 'Name:'
  167.               FocusControl = eiKeyName
  168.             end
  169.             object eiKeySerNum: TEdit
  170.               Left = 70
  171.               Top = 34
  172.               Width = 137
  173.               Height = 21
  174.               TabStop = False
  175.               BorderStyle = bsNone
  176.               ParentColor = True
  177.               ReadOnly = True
  178.               TabOrder = 0
  179.             end
  180.             object eiKeyName: TEdit
  181.               Left = 70
  182.               Top = 8
  183.               Width = 137
  184.               Height = 21
  185.               TabStop = False
  186.               BorderStyle = bsNone
  187.               ParentColor = True
  188.               ParentShowHint = False
  189.               ReadOnly = True
  190.               ShowHint = True
  191.               TabOrder = 1
  192.             end
  193.           end
  194.           object TPage
  195.             Left = 0
  196.             Top = 0
  197.             Caption = 'pgNoIKey'
  198.             object lbNoIKey: TLabel
  199.               Left = 16
  200.               Top = 16
  201.               Width = 123
  202.               Height = 13
  203.               Caption = 'No iKey currently selected'
  204.             end
  205.           end
  206.         end
  207.       end
  208.       object gbiKeyPwd: TGroupBox
  209.         Left = 232
  210.         Top = 4
  211.         Width = 121
  212.         Height = 117
  213.         Caption = 'iKey Password'
  214.         TabOrder = 1
  215.         object biKeySetPwd: TButton
  216.           Left = 8
  217.           Top = 16
  218.           Width = 105
  219.           Height = 25
  220.           Caption = 'Set'
  221.           Enabled = False
  222.           TabOrder = 0
  223.           OnClick = biKeySetPwdClick
  224.         end
  225.         object biKeyChangePwd: TButton
  226.           Left = 8
  227.           Top = 48
  228.           Width = 105
  229.           Height = 25
  230.           Caption = 'Change'
  231.           Enabled = False
  232.           TabOrder = 1
  233.           OnClick = biKeyChangePwdClick
  234.         end
  235.         object biKeyRemovePwd: TButton
  236.           Left = 8
  237.           Top = 80
  238.           Width = 105
  239.           Height = 25
  240.           Caption = 'Remove'
  241.           Enabled = False
  242.           TabOrder = 2
  243.           OnClick = biKeyRemovePwdClick
  244.         end
  245.       end
  246.     end
  247.   end
  248.   object bOK: TButton
  249.     Left = 104
  250.     Top = 240
  251.     Width = 75
  252.     Height = 25
  253.     Caption = 'OK'
  254.     Default = True
  255.     Enabled = False
  256.     ModalResult = 1
  257.     TabOrder = 5
  258.   end
  259.   object bCancel: TButton
  260.     Left = 184
  261.     Top = 240
  262.     Width = 75
  263.     Height = 25
  264.     Cancel = True
  265.     Caption = 'Cancel'
  266.     Enabled = False
  267.     ModalResult = 2
  268.     TabOrder = 6
  269.   end
  270.   object bHelp: TButton
  271.     Left = 264
  272.     Top = 240
  273.     Width = 75
  274.     Height = 25
  275.     Caption = 'Help'
  276.     TabOrder = 7
  277.     OnClick = bHelpClick
  278.   end
  279.   object iKeyTimer: TTimer
  280.     Enabled = False
  281.     Interval = 10
  282.     OnTimer = iKeyTimerTimer
  283.     Left = 8
  284.     Top = 240
  285.   end
  286. end
  287.