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
Text File  |  2001-09-09  |  8KB  |  327 lines

  1. object SMTPAdvancedOptions: TSMTPAdvancedOptions
  2.   Left = 170
  3.   Top = 114
  4.   HelpContext = 10051
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mail Transmission (SMTP) Authentication'
  8.   ClientHeight = 327
  9.   ClientWidth = 381
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bOK: TButton
  20.     Left = 112
  21.     Top = 291
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object bCancel: TButton
  30.     Left = 200
  31.     Top = 291
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object cbPOPbeforeSMTP: TCheckBox
  40.     Left = 8
  41.     Top = 268
  42.     Width = 353
  43.     Height = 17
  44.     Caption = '&Use "POP before SMTP" authentication'
  45.     TabOrder = 2
  46.     OnClick = SetCheckers
  47.   end
  48.   object gbSMTPauth: TGroupBox
  49.     Left = 8
  50.     Top = 28
  51.     Width = 363
  52.     Height = 225
  53.     TabOrder = 3
  54.     object rbMailRetrievalSettings: TRadioButton
  55.       Left = 8
  56.       Top = 12
  57.       Width = 345
  58.       Height = 17
  59.       Caption = 'Use settings of Mail Retrieval'
  60.       TabOrder = 0
  61.       OnClick = SetCheckers
  62.     end
  63.     object rbSpecificSettings: TRadioButton
  64.       Left = 8
  65.       Top = 30
  66.       Width = 345
  67.       Height = 17
  68.       Caption = 'Use specific settings'
  69.       TabOrder = 1
  70.       OnClick = SetCheckers
  71.     end
  72.     object rbIKEY: TRadioButton
  73.       Left = 8
  74.       Top = 48
  75.       Width = 345
  76.       Height = 17
  77.       Caption = 'Store password on iKey'
  78.       TabOrder = 2
  79.       OnClick = SetCheckers
  80.     end
  81.     object Notebook: TNotebook
  82.       Left = 2
  83.       Top = 66
  84.       Width = 354
  85.       Height = 154
  86.       PageIndex = 1
  87.       TabOrder = 3
  88.       object TPage
  89.         Left = 0
  90.         Top = 0
  91.         Caption = 'Default'
  92.         object lSpecPwd: TLabel
  93.           Left = 49
  94.           Top = 45
  95.           Width = 46
  96.           Height = 13
  97.           Alignment = taRightJustify
  98.           Caption = 'Pass&word'
  99.           FocusControl = eSpecPwd
  100.         end
  101.         object lSpecUser: TLabel
  102.           Left = 74
  103.           Top = 11
  104.           Width = 22
  105.           Height = 13
  106.           Alignment = taRightJustify
  107.           Caption = 'User'
  108.           FocusControl = eSpecUser
  109.         end
  110.         object eSpecPwd: TEdit
  111.           Left = 104
  112.           Top = 40
  113.           Width = 241
  114.           Height = 21
  115.           PasswordChar = '*'
  116.           TabOrder = 0
  117.         end
  118.         object cbSpecMD5: TCheckBox
  119.           Left = 7
  120.           Top = 72
  121.           Width = 339
  122.           Height = 17
  123.           Caption = 'Require secure (MD5) authentication'
  124.           TabOrder = 1
  125.         end
  126.         object eSpecUser: TEdit
  127.           Left = 104
  128.           Top = 8
  129.           Width = 241
  130.           Height = 21
  131.           TabOrder = 2
  132.         end
  133.       end
  134.       object TPage
  135.         Left = 0
  136.         Top = 0
  137.         Caption = 'pgIkey'
  138.         object lUserIKEY: TLabel
  139.           Left = 74
  140.           Top = 11
  141.           Width = 22
  142.           Height = 13
  143.           Alignment = taRightJustify
  144.           Caption = 'User'
  145.           FocusControl = eUserIKEY
  146.         end
  147.         object gbIkeyDevice: TGroupBox
  148.           Left = 8
  149.           Top = 36
  150.           Width = 217
  151.           Height = 115
  152.           Caption = 'iKey Token to Use'
  153.           TabOrder = 0
  154.           object biKeyBrowse: TButton
  155.             Left = 112
  156.             Top = 80
  157.             Width = 97
  158.             Height = 25
  159.             Caption = 'Browse'
  160.             TabOrder = 0
  161.             OnClick = biKeyBrowseClick
  162.           end
  163.           object biKeyRefresh: TButton
  164.             Left = 8
  165.             Top = 80
  166.             Width = 97
  167.             Height = 25
  168.             Caption = 'Refresh'
  169.             TabOrder = 1
  170.             OnClick = biKeyRefreshClick
  171.           end
  172.           object nbCurIKey: TNotebook
  173.             Left = 2
  174.             Top = 15
  175.             Width = 213
  176.             Height = 64
  177.             Align = alTop
  178.             PageIndex = 1
  179.             TabOrder = 2
  180.             object TPage
  181.               Left = 0
  182.               Top = 0
  183.               Caption = 'Default'
  184.               object lSN: TLabel
  185.                 Left = 2
  186.                 Top = 34
  187.                 Width = 64
  188.                 Height = 13
  189.                 Alignment = taRightJustify
  190.                 AutoSize = False
  191.                 Caption = 'S/N:'
  192.                 FocusControl = eiKeySerNum
  193.               end
  194.               object lName: TLabel
  195.                 Left = 2
  196.                 Top = 8
  197.                 Width = 64
  198.                 Height = 19
  199.                 Alignment = taRightJustify
  200.                 AutoSize = False
  201.                 Caption = 'Name:'
  202.                 FocusControl = eiKeyName
  203.               end
  204.               object eiKeySerNum: TEdit
  205.                 Left = 70
  206.                 Top = 34
  207.                 Width = 137
  208.                 Height = 21
  209.                 TabStop = False
  210.                 BorderStyle = bsNone
  211.                 ParentColor = True
  212.                 ReadOnly = True
  213.                 TabOrder = 0
  214.               end
  215.               object eiKeyName: TEdit
  216.                 Left = 70
  217.                 Top = 8
  218.                 Width = 137
  219.                 Height = 21
  220.                 TabStop = False
  221.                 BorderStyle = bsNone
  222.                 ParentColor = True
  223.                 ParentShowHint = False
  224.                 ReadOnly = True
  225.                 ShowHint = True
  226.                 TabOrder = 1
  227.               end
  228.             end
  229.             object TPage
  230.               Left = 0
  231.               Top = 0
  232.               Caption = 'pgNoIKey'
  233.               object lbNoIKey: TLabel
  234.                 Left = 16
  235.                 Top = 16
  236.                 Width = 123
  237.                 Height = 13
  238.                 Caption = 'No iKey currently selected'
  239.               end
  240.             end
  241.           end
  242.         end
  243.         object gbiKeyPwd: TGroupBox
  244.           Left = 232
  245.           Top = 36
  246.           Width = 121
  247.           Height = 117
  248.           Caption = 'iKey Password'
  249.           TabOrder = 1
  250.           object biKeySetPwd: TButton
  251.             Left = 8
  252.             Top = 16
  253.             Width = 105
  254.             Height = 25
  255.             Caption = 'Set'
  256.             TabOrder = 0
  257.             OnClick = biKeySetPwdClick
  258.           end
  259.           object biKeyChangePwd: TButton
  260.             Left = 8
  261.             Top = 48
  262.             Width = 105
  263.             Height = 25
  264.             Caption = 'Change'
  265.             TabOrder = 1
  266.             OnClick = biKeyChangePwdClick
  267.           end
  268.           object biKeyRemovePwd: TButton
  269.             Left = 8
  270.             Top = 80
  271.             Width = 105
  272.             Height = 25
  273.             Caption = 'Remove'
  274.             TabOrder = 2
  275.             OnClick = biKeyRemovePwdClick
  276.           end
  277.         end
  278.         object eUserIKEY: TEdit
  279.           Left = 104
  280.           Top = 8
  281.           Width = 241
  282.           Height = 21
  283.           TabOrder = 2
  284.         end
  285.       end
  286.       object TPage
  287.         Left = 0
  288.         Top = 0
  289.         Caption = 'pgSame'
  290.         object cbMailRetrMD5: TCheckBox
  291.           Left = 7
  292.           Top = 12
  293.           Width = 339
  294.           Height = 17
  295.           Caption = 'Require secure (MD5) authentication'
  296.           TabOrder = 0
  297.         end
  298.       end
  299.     end
  300.   end
  301.   object cbSMTPAuth: TCheckBox
  302.     Left = 8
  303.     Top = 8
  304.     Width = 360
  305.     Height = 17
  306.     Caption = '&Perform SMTP Authentication (RFC 2554)'
  307.     TabOrder = 4
  308.     OnClick = SetCheckers
  309.   end
  310.   object bHelp: TButton
  311.     Left = 288
  312.     Top = 292
  313.     Width = 75
  314.     Height = 25
  315.     Caption = 'Help'
  316.     TabOrder = 5
  317.     OnClick = bHelpClick
  318.   end
  319.   object iKeyTimer: TTimer
  320.     Enabled = False
  321.     Interval = 10
  322.     OnTimer = iKeyTimerTimer
  323.     Left = 8
  324.     Top = 288
  325.   end
  326. end
  327.