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

  1. object UserDialog: TUserDialog
  2.   Left = 130
  3.   Top = 165
  4.   HelpContext = 10011
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Account Properties'
  8.   ClientHeight = 392
  9.   ClientWidth = 586
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Button1: TButton
  25.     Left = 328
  26.     Top = 360
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object bCancel: TButton
  35.     Left = 416
  36.     Top = 360
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object bMacro: TButton
  45.     Left = 176
  46.     Top = 358
  47.     Width = 73
  48.     Height = 27
  49.     Caption = '&Macros...'
  50.     Enabled = False
  51.     TabOrder = 3
  52.     OnClick = bMacroClick
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 0
  56.     Top = 0
  57.     Width = 586
  58.     Height = 345
  59.     Align = alTop
  60.     TabOrder = 4
  61.     object Book: TNotebook
  62.       Left = 169
  63.       Top = 1
  64.       Width = 416
  65.       Height = 343
  66.       Align = alClient
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       PageIndex = 3
  72.       ParentFont = False
  73.       TabOrder = 1
  74.       object TPage
  75.         Left = 0
  76.         Top = 0
  77.         HelpContext = 10012
  78.         Caption = 'General'
  79.         object lName: TLabel
  80.           Left = 16
  81.           Top = 20
  82.           Width = 31
  83.           Height = 13
  84.           Caption = '&Name'
  85.           FocusControl = eName
  86.         end
  87.         object lAddrBook: TLabel
  88.           Left = 24
  89.           Top = 284
  90.           Width = 104
  91.           Height = 13
  92.           Caption = 'Default address book:'
  93.           FocusControl = cbAddrBook
  94.         end
  95.         object eName: TEdit
  96.           Left = 112
  97.           Top = 16
  98.           Width = 289
  99.           Height = 21
  100.           TabOrder = 0
  101.         end
  102.         object GroupBox1: TGroupBox
  103.           Left = 8
  104.           Top = 80
  105.           Width = 393
  106.           Height = 97
  107.           Caption = 'From information'
  108.           TabOrder = 2
  109.           object lFromName: TLabel
  110.             Left = 43
  111.             Top = 20
  112.             Width = 54
  113.             Height = 13
  114.             Alignment = taRightJustify
  115.             Caption = '&From Name'
  116.             FocusControl = eFromName
  117.           end
  118.           object lFromAddr: TLabel
  119.             Left = 33
  120.             Top = 45
  121.             Width = 64
  122.             Height = 13
  123.             Alignment = taRightJustify
  124.             Caption = 'From &Address'
  125.             FocusControl = eFromAddr
  126.           end
  127.           object lOrg: TLabel
  128.             Left = 38
  129.             Top = 70
  130.             Width = 59
  131.             Height = 13
  132.             Alignment = taRightJustify
  133.             Caption = '&Organisation'
  134.             FocusControl = eOrg
  135.           end
  136.           object eFromName: TEdit
  137.             Left = 104
  138.             Top = 16
  139.             Width = 281
  140.             Height = 21
  141.             TabOrder = 0
  142.             OnExit = eFromNameExit
  143.           end
  144.           object eFromAddr: TEdit
  145.             Left = 104
  146.             Top = 41
  147.             Width = 281
  148.             Height = 21
  149.             TabOrder = 1
  150.             OnExit = eFromAddrExit
  151.           end
  152.           object eOrg: TEdit
  153.             Left = 104
  154.             Top = 66
  155.             Width = 281
  156.             Height = 21
  157.             TabOrder = 2
  158.           end
  159.         end
  160.         object GroupBox2: TGroupBox
  161.           Left = 8
  162.           Top = 184
  163.           Width = 393
  164.           Height = 81
  165.           Caption = 'Reply-To information'
  166.           TabOrder = 3
  167.           object lReplyAddr: TLabel
  168.             Left = 31
  169.             Top = 52
  170.             Width = 84
  171.             Height = 13
  172.             Alignment = taRightJustify
  173.             Caption = 'Reply-To A&ddress'
  174.             FocusControl = eReplyAddr
  175.           end
  176.           object lReplyName: TLabel
  177.             Left = 41
  178.             Top = 22
  179.             Width = 74
  180.             Height = 13
  181.             Alignment = taRightJustify
  182.             Caption = '&Reply-To Name'
  183.             FocusControl = eReplyName
  184.           end
  185.           object eReplyName: TEdit
  186.             Left = 120
  187.             Top = 18
  188.             Width = 265
  189.             Height = 21
  190.             TabOrder = 0
  191.           end
  192.           object eReplyAddr: TEdit
  193.             Left = 120
  194.             Top = 48
  195.             Width = 265
  196.             Height = 21
  197.             TabOrder = 1
  198.           end
  199.         end
  200.         object bvCard: TButton
  201.           Left = 270
  202.           Top = 46
  203.           Width = 130
  204.           Height = 25
  205.           Caption = '&Edit personal vCard'
  206.           ParentShowHint = False
  207.           ShowHint = False
  208.           TabOrder = 1
  209.           OnClick = bvCardClick
  210.         end
  211.         object cbDefMailTo: TCheckBox
  212.           Left = 24
  213.           Top = 312
  214.           Width = 377
  215.           Height = 17
  216.           Caption = '&This account is the default for "mailto:" URLs'
  217.           TabOrder = 4
  218.         end
  219.         object bEditCertificates: TButton
  220.           Left = 112
  221.           Top = 46
  222.           Width = 145
  223.           Height = 25
  224.           Caption = 'Edit personal Certificates'
  225.           ParentShowHint = False
  226.           ShowHint = False
  227.           TabOrder = 6
  228.           OnClick = bEditCertificatesClick
  229.         end
  230.         object cbAddrBook: TComboBox
  231.           Left = 176
  232.           Top = 280
  233.           Width = 217
  234.           Height = 21
  235.           Style = csDropDownList
  236.           ItemHeight = 13
  237.           TabOrder = 5
  238.         end
  239.       end
  240.       object TPage
  241.         Left = 0
  242.         Top = 0
  243.         HelpContext = 10013
  244.         Caption = 'Servers'
  245.         object gbSendMail: TGroupBox
  246.           Left = 8
  247.           Top = 8
  248.           Width = 401
  249.           Height = 49
  250.           Caption = 'Send mail'
  251.           TabOrder = 0
  252.           object lSMTPl: TLabel
  253.             Left = 26
  254.             Top = 20
  255.             Width = 64
  256.             Height = 13
  257.             Alignment = taRightJustify
  258.             Caption = '&SMTP Server'
  259.             FocusControl = eSMTP
  260.           end
  261.           object eSMTP: TEdit
  262.             Left = 96
  263.             Top = 16
  264.             Width = 169
  265.             Height = 21
  266.             TabOrder = 0
  267.           end
  268.           object bSendAuth: TButton
  269.             Left = 272
  270.             Top = 14
  271.             Width = 121
  272.             Height = 25
  273.             Caption = 'Authentication...'
  274.             TabOrder = 1
  275.             OnClick = bSendAuthClick
  276.           end
  277.         end
  278.         object gbReceiveMail: TGroupBox
  279.           Left = 8
  280.           Top = 64
  281.           Width = 401
  282.           Height = 105
  283.           Caption = 'Receive mail'
  284.           TabOrder = 1
  285.           object lPop: TLabel
  286.             Left = 37
  287.             Top = 20
  288.             Width = 53
  289.             Height = 13
  290.             Alignment = taRightJustify
  291.             Caption = '&Mail Server'
  292.             FocusControl = ePop
  293.           end
  294.           object lPopUser: TLabel
  295.             Left = 68
  296.             Top = 48
  297.             Width = 22
  298.             Height = 13
  299.             Alignment = taRightJustify
  300.             Caption = '&User'
  301.             FocusControl = ePopUser
  302.           end
  303.           object lProtocol: TLabel
  304.             Left = 259
  305.             Top = 72
  306.             Width = 39
  307.             Height = 13
  308.             Alignment = taRightJustify
  309.             Caption = 'P&rotocol'
  310.             FocusControl = cbProtocol
  311.           end
  312.           object ePop: TEdit
  313.             Left = 96
  314.             Top = 16
  315.             Width = 169
  316.             Height = 21
  317.             TabOrder = 0
  318.           end
  319.           object ePopUser: TEdit
  320.             Left = 96
  321.             Top = 44
  322.             Width = 113
  323.             Height = 21
  324.             TabOrder = 2
  325.           end
  326.           object cbProtocol: TComboBox
  327.             Left = 304
  328.             Top = 68
  329.             Width = 81
  330.             Height = 21
  331.             Style = csDropDownList
  332.             ItemHeight = 13
  333.             Items.Strings = (
  334.               'POP3'
  335.               'IMAP4')
  336.             TabOrder = 4
  337.           end
  338.           object bReceiveAuth: TButton
  339.             Left = 272
  340.             Top = 14
  341.             Width = 121
  342.             Height = 25
  343.             Caption = 'Authentication...'
  344.             TabOrder = 1
  345.             OnClick = bReceAuthClick
  346.           end
  347.           object nbPassword: TNotebook
  348.             Left = 3
  349.             Top = 66
  350.             Width = 211
  351.             Height = 35
  352.             TabOrder = 3
  353.             object TPage
  354.               Left = 0
  355.               Top = 0
  356.               Caption = 'Default'
  357.               object lPsw: TLabel
  358.                 Left = 43
  359.                 Top = 10
  360.                 Width = 46
  361.                 Height = 13
  362.                 Alignment = taRightJustify
  363.                 Caption = '&Password'
  364.                 FocusControl = ePopPsw
  365.               end
  366.               object ePopPsw: TEdit
  367.                 Left = 93
  368.                 Top = 6
  369.                 Width = 113
  370.                 Height = 21
  371.                 PasswordChar = '*'
  372.                 TabOrder = 0
  373.                 Text = 'ePopPsw'
  374.               end
  375.             end
  376.             object TPage
  377.               Left = 0
  378.               Top = 0
  379.               Caption = 'pChange'
  380.               object bChangePwd: TButton
  381.                 Left = 8
  382.                 Top = 6
  383.                 Width = 198
  384.                 Height = 25
  385.                 Caption = 'Change Password'
  386.                 TabOrder = 0
  387.                 OnClick = bReceAuthClick
  388.               end
  389.             end
  390.           end
  391.         end
  392.         object cb8Bit: TRadioGroup
  393.           Left = 8
  394.           Top = 176
  395.           Width = 401
  396.           Height = 41
  397.           Caption = '8-bit characters are treated'
  398.           Columns = 3
  399.           ItemIndex = 0
  400.           Items.Strings = (
  401.             '&Without changes'
  402.             'as &Quoted-printable'
  403.             'as &Base64')
  404.           TabOrder = 2
  405.         end
  406.         object cbFullFetch: TCheckBox
  407.           Left = 16
  408.           Top = 280
  409.           Width = 385
  410.           Height = 17
  411.           Caption = '&Combined delivery (send+receive)'
  412.           TabOrder = 4
  413.         end
  414.         object rgDelivery: TRadioGroup
  415.           Left = 8
  416.           Top = 224
  417.           Width = 401
  418.           Height = 41
  419.           Caption = 'Delivery'
  420.           Columns = 3
  421.           ItemIndex = 0
  422.           Items.Strings = (
  423.             '&Immediate'
  424.             '&Deferred')
  425.           TabOrder = 3
  426.         end
  427.       end
  428.       object TPage
  429.         Left = 0
  430.         Top = 0
  431.         HelpContext = 10014
  432.         Caption = 'Advanced'
  433.         object GroupBox6: TGroupBox
  434.           Left = 8
  435.           Top = 6
  436.           Width = 401
  437.           Height = 128
  438.           Caption = 'Message management'
  439.           TabOrder = 0
  440.           object lKbytes: TLabel
  441.             Left = 348
  442.             Top = 104
  443.             Width = 36
  444.             Height = 13
  445.             Caption = 'K Bytes'
  446.           end
  447.           object lDays: TLabel
  448.             Left = 348
  449.             Top = 59
  450.             Width = 22
  451.             Height = 13
  452.             Caption = 'days'
  453.           end
  454.           object cbLimit: TCheckBox
  455.             Left = 16
  456.             Top = 104
  457.             Width = 281
  458.             Height = 17
  459.             Caption = '&Receive header only if message size is greater than'
  460.             TabOrder = 5
  461.             OnClick = cbLimitClick
  462.           end
  463.           object eSize: TSpinEdit
  464.             Left = 296
  465.             Top = 100
  466.             Width = 49
  467.             Height = 22
  468.             MaxValue = 10000000
  469.             MinValue = 0
  470.             TabOrder = 6
  471.             Value = 0
  472.           end
  473.           object cbDelete: TRadioButton
  474.             Left = 16
  475.             Top = 16
  476.             Width = 377
  477.             Height = 17
  478.             Caption = '&Delete received messages from server'
  479.             Checked = True
  480.             TabOrder = 0
  481.             TabStop = True
  482.             OnClick = cbDeleteClick
  483.           end
  484.           object cbLeave: TRadioButton
  485.             Left = 16
  486.             Top = 37
  487.             Width = 377
  488.             Height = 17
  489.             Caption = '&Leave messages on server'
  490.             TabOrder = 1
  491.             OnClick = cbLeaveClick
  492.           end
  493.           object eMaxDays: TSpinEdit
  494.             Left = 296
  495.             Top = 56
  496.             Width = 49
  497.             Height = 22
  498.             MaxValue = 10000000
  499.             MinValue = 0
  500.             TabOrder = 2
  501.             Value = 0
  502.           end
  503.           object cbDelTrash: TCheckBox
  504.             Left = 32
  505.             Top = 80
  506.             Width = 361
  507.             Height = 17
  508.             Caption = 'Delete message from server when it is removed from &Trash'
  509.             TabOrder = 4
  510.           end
  511.           object cbMaxDays: TCheckBox
  512.             Left = 32
  513.             Top = 58
  514.             Width = 249
  515.             Height = 17
  516.             Caption = '&Keep messages on server for'
  517.             TabOrder = 3
  518.             OnClick = cbMaxDaysClick
  519.           end
  520.         end
  521.         object GroupBox9: TGroupBox
  522.           Left = 8
  523.           Top = 240
  524.           Width = 401
  525.           Height = 49
  526.           Caption = 'Ports'
  527.           TabOrder = 1
  528.           object lSMTP: TLabel
  529.             Left = 16
  530.             Top = 20
  531.             Width = 33
  532.             Height = 13
  533.             Caption = '&SMTP'
  534.             FocusControl = ePortSMTP
  535.           end
  536.           object lPOP3: TLabel
  537.             Left = 152
  538.             Top = 20
  539.             Width = 31
  540.             Height = 13
  541.             Caption = '&POP3'
  542.             FocusControl = ePortPOP
  543.           end
  544.           object lIMAP: TLabel
  545.             Left = 272
  546.             Top = 20
  547.             Width = 35
  548.             Height = 13
  549.             Caption = '&IMAP4'
  550.             FocusControl = ePortIMAP
  551.           end
  552.           object ePortSMTP: TSpinEdit
  553.             Left = 56
  554.             Top = 16
  555.             Width = 57
  556.             Height = 22
  557.             MaxValue = 65535
  558.             MinValue = 0
  559.             TabOrder = 0
  560.             Value = 0
  561.           end
  562.           object ePortPOP: TSpinEdit
  563.             Left = 192
  564.             Top = 16
  565.             Width = 57
  566.             Height = 22
  567.             MaxValue = 65535
  568.             MinValue = 0
  569.             TabOrder = 1
  570.             Value = 0
  571.           end
  572.           object ePortIMAP: TSpinEdit
  573.             Left = 312
  574.             Top = 16
  575.             Width = 57
  576.             Height = 22
  577.             MaxValue = 65535
  578.             MinValue = 0
  579.             TabOrder = 2
  580.             Value = 0
  581.           end
  582.         end
  583.         object GroupBox11: TGroupBox
  584.           Left = 8
  585.           Top = 144
  586.           Width = 401
  587.           Height = 89
  588.           Caption = 'Mail Dispatcher'
  589.           TabOrder = 2
  590.           object lDspLines: TLabel
  591.             Left = 16
  592.             Top = 20
  593.             Width = 217
  594.             Height = 13
  595.             Caption = '&Message body lines to download with header'
  596.             FocusControl = eTopLines
  597.           end
  598.           object eTopLines: TSpinEdit
  599.             Left = 296
  600.             Top = 15
  601.             Width = 49
  602.             Height = 22
  603.             MaxValue = 10000000
  604.             MinValue = 0
  605.             TabOrder = 0
  606.             Value = 0
  607.           end
  608.           object cbAutoDispatch: TCheckBox
  609.             Left = 16
  610.             Top = 42
  611.             Width = 377
  612.             Height = 17
  613.             Caption = 'In&voke automatically at each mail check'
  614.             TabOrder = 1
  615.             OnClick = cbAutoDispatchClick
  616.           end
  617.           object cbDspAll: TCheckBox
  618.             Left = 32
  619.             Top = 64
  620.             Width = 361
  621.             Height = 17
  622.             Caption = 'Show &all messages left on the server'
  623.             TabOrder = 2
  624.           end
  625.         end
  626.       end
  627.       object TPage
  628.         Left = 0
  629.         Top = 0
  630.         HelpContext = 10015
  631.         Caption = 'Options'
  632.         object lMaxLog: TLabel
  633.           Left = 32
  634.           Top = 133
  635.           Width = 105
  636.           Height = 13
  637.           Caption = 'Maximum &Log file size'
  638.         end
  639.         object lLKbytes: TLabel
  640.           Left = 360
  641.           Top = 133
  642.           Width = 35
  643.           Height = 13
  644.           Caption = 'K bytes'
  645.         end
  646.         object lMarkReadOpen: TLabel
  647.           Left = 40
  648.           Top = 116
  649.           Width = 3
  650.           Height = 13
  651.         end
  652.         object lPsec: TLabel
  653.           Left = 360
  654.           Top = 81
  655.           Width = 17
  656.           Height = 13
  657.           Caption = 'sec'
  658.         end
  659.         object GroupBox5: TGroupBox
  660.           Left = 8
  661.           Top = 6
  662.           Width = 401
  663.           Height = 61
  664.           Caption = 'Mailbox checking'
  665.           TabOrder = 0
  666.           object cbCheck: TCheckBox
  667.             Left = 8
  668.             Top = 16
  669.             Width = 377
  670.             Height = 17
  671.             Caption = '&Check mailbox at start-up'
  672.             TabOrder = 0
  673.           end
  674.           object cbAutoCheck: TCheckBox
  675.             Left = 8
  676.             Top = 36
  677.             Width = 249
  678.             Height = 17
  679.             Caption = '&Periodical checking each'
  680.             TabOrder = 1
  681.             OnClick = cbAutoCheckClick
  682.           end
  683.           object eCheck: TSpinEdit
  684.             Left = 264
  685.             Top = 32
  686.             Width = 49
  687.             Height = 22
  688.             MaxValue = 60000
  689.             MinValue = 1
  690.             TabOrder = 2
  691.             Value = 1
  692.           end
  693.           object cbPeriodTime: TComboBox
  694.             Left = 320
  695.             Top = 32
  696.             Width = 73
  697.             Height = 21
  698.             Style = csDropDownList
  699.             ItemHeight = 13
  700.             Items.Strings = (
  701.               'minutes'
  702.               'seconds')
  703.             TabOrder = 3
  704.           end
  705.         end
  706.         object cbEmptyTrash: TCheckBox
  707.           Left = 16
  708.           Top = 232
  709.           Width = 393
  710.           Height = 17
  711.           Caption = '&Empty Trash folder on exit'
  712.           TabOrder = 1
  713.         end
  714.         object eMaxLog: TSpinEdit
  715.           Left = 304
  716.           Top = 129
  717.           Width = 49
  718.           Height = 22
  719.           MaxValue = 10000000
  720.           MinValue = 1
  721.           TabOrder = 2
  722.           Value = 1
  723.         end
  724.         object cbIgnoreAll: TCheckBox
  725.           Left = 16
  726.           Top = 160
  727.           Width = 396
  728.           Height = 17
  729.           Caption = '&Ignore '#39'Check All Accounts'#39' request'
  730.           TabOrder = 3
  731.         end
  732.         object cb8bitHdr: TCheckBox
  733.           Left = 16
  734.           Top = 184
  735.           Width = 396
  736.           Height = 17
  737.           Caption = 'Allow &8-bit characters in message header'
  738.           TabOrder = 4
  739.         end
  740.         object cbCheckLocked: TCheckBox
  741.           Left = 16
  742.           Top = 208
  743.           Width = 396
  744.           Height = 17
  745.           Caption = '&Allow send/fetch without entering the access password (if any)'
  746.           TabOrder = 5
  747.         end
  748.         object cbEditCFG: TGroupBox
  749.           Left = 8
  750.           Top = 256
  751.           Width = 401
  752.           Height = 81
  753.           Caption = 'Message Editor Settings'
  754.           TabOrder = 6
  755.           object cbCfmImmSend: TCheckBox
  756.             Left = 8
  757.             Top = 16
  758.             Width = 262
  759.             Height = 17
  760.             Caption = 'Confirm i&mmediate sending '
  761.             TabOrder = 0
  762.           end
  763.           object cbUsePGP: TCheckBox
  764.             Left = 272
  765.             Top = 16
  766.             Width = 121
  767.             Height = 17
  768.             Caption = 'Enable OpenPGP'
  769.             TabOrder = 1
  770.           end
  771.           object cbUseSMIME: TCheckBox
  772.             Left = 272
  773.             Top = 36
  774.             Width = 121
  775.             Height = 17
  776.             Caption = 'Enable S/MIME'
  777.             TabOrder = 2
  778.           end
  779.           object cbSignCompleted: TCheckBox
  780.             Left = 8
  781.             Top = 36
  782.             Width = 262
  783.             Height = 17
  784.             Caption = 'Sign when Completed'
  785.             TabOrder = 3
  786.           end
  787.           object cbEncryptCompleted: TCheckBox
  788.             Left = 8
  789.             Top = 56
  790.             Width = 265
  791.             Height = 17
  792.             Caption = 'Encrypt when Completed'
  793.             TabOrder = 4
  794.           end
  795.         end
  796.         object cbMarkRead: TCheckBox
  797.           Left = 16
  798.           Top = 80
  799.           Width = 287
  800.           Height = 17
  801.           Caption = 'Mark message as read when it is being read for'
  802.           TabOrder = 7
  803.           OnClick = cbMarkReadClick
  804.         end
  805.         object cbMarkReadOpen: TCheckBox
  806.           Left = 16
  807.           Top = 100
  808.           Width = 397
  809.           Height = 17
  810.           Caption = 'Mark message as read only when it is open in a separate window'
  811.           TabOrder = 8
  812.           OnClick = cbMarkReadOpenClick
  813.         end
  814.         object eReadTime: TSpinEdit
  815.           Left = 304
  816.           Top = 77
  817.           Width = 49
  818.           Height = 22
  819.           MaxValue = 10000000
  820.           MinValue = 0
  821.           TabOrder = 9
  822.           Value = 0
  823.         end
  824.       end
  825.       object TPage
  826.         Left = 0
  827.         Top = 0
  828.         HelpContext = 10016
  829.         Caption = 'Attachments'
  830.         object lHomeDir: TLabel
  831.           Left = 8
  832.           Top = 12
  833.           Width = 76
  834.           Height = 13
  835.           Caption = '&Home Directory'
  836.           FocusControl = bHomeDir
  837.         end
  838.         object GroupBox8: TGroupBox
  839.           Left = 8
  840.           Top = 56
  841.           Width = 401
  842.           Height = 241
  843.           Caption = 'Attachments'
  844.           TabOrder = 0
  845.           object lAttachDir: TLabel
  846.             Left = 8
  847.             Top = 128
  848.             Width = 45
  849.             Height = 13
  850.             Caption = '&Directory'
  851.             FocusControl = eAttachDir
  852.           end
  853.           object bClearAtt: TButton
  854.             Left = 304
  855.             Top = 142
  856.             Width = 89
  857.             Height = 25
  858.             Caption = 'Clear'
  859.             TabOrder = 3
  860.             OnClick = bClearAttClick
  861.           end
  862.           object eAttachDir: TEdit
  863.             Left = 8
  864.             Top = 144
  865.             Width = 201
  866.             Height = 21
  867.             Color = clBtnFace
  868.             ReadOnly = True
  869.             TabOrder = 1
  870.             OnKeyDown = eHomeDirKeyDown
  871.           end
  872.           object bBrowseAtt: TButton
  873.             Left = 216
  874.             Top = 142
  875.             Width = 81
  876.             Height = 25
  877.             Caption = 'Browse'
  878.             TabOrder = 2
  879.             OnClick = bHomeDirClick
  880.           end
  881.           object cbTrashAttach: TCheckBox
  882.             Left = 16
  883.             Top = 184
  884.             Width = 369
  885.             Height = 17
  886.             Caption = 
  887.               'Delete attached files when a message is deleted from &Trash fold' +
  888.               'er'
  889.             TabOrder = 4
  890.           end
  891.           object rgAttach: TRadioGroup
  892.             Left = 8
  893.             Top = 64
  894.             Width = 385
  895.             Height = 59
  896.             Caption = 'File attachments are stored'
  897.             ItemIndex = 0
  898.             Items.Strings = (
  899.               '&Separate from messages in special directory'
  900.               '&In message bodies')
  901.             TabOrder = 5
  902.             OnClick = rgAttachClick
  903.           end
  904.           object rgEncoding: TRadioGroup
  905.             Left = 8
  906.             Top = 16
  907.             Width = 385
  908.             Height = 37
  909.             Caption = 'Default encoding'
  910.             Columns = 2
  911.             ItemIndex = 0
  912.             Items.Strings = (
  913.               '&Base64'
  914.               '&UUE')
  915.             TabOrder = 0
  916.           end
  917.           object cbBindAttach: TCheckBox
  918.             Left = 16
  919.             Top = 208
  920.             Width = 369
  921.             Height = 17
  922.             Caption = 'Bind attachments only while sending out mail'
  923.             TabOrder = 6
  924.           end
  925.         end
  926.         object eHomeDir: TEdit
  927.           Left = 8
  928.           Top = 28
  929.           Width = 217
  930.           Height = 21
  931.           Color = clBtnFace
  932.           ReadOnly = True
  933.           TabOrder = 1
  934.         end
  935.         object bHomeDir: TButton
  936.           Left = 231
  937.           Top = 26
  938.           Width = 82
  939.           Height = 25
  940.           Caption = 'Browse'
  941.           TabOrder = 2
  942.           OnClick = bHomeDirClick
  943.         end
  944.         object bClearHome: TButton
  945.           Left = 320
  946.           Top = 26
  947.           Width = 89
  948.           Height = 25
  949.           Caption = 'Clear'
  950.           TabOrder = 3
  951.         end
  952.       end
  953.       object TPage
  954.         Left = 0
  955.         Top = 0
  956.         HelpContext = 10017
  957.         Caption = 'Templates'
  958.         object GroupBox10: TGroupBox
  959.           Left = 16
  960.           Top = 8
  961.           Width = 393
  962.           Height = 321
  963.           TabOrder = 0
  964.           object lTemp: TLabel
  965.             Left = 8
  966.             Top = 15
  967.             Width = 377
  968.             Height = 194
  969.             AutoSize = False
  970.             WordWrap = True
  971.           end
  972.           object bQuick: TButton
  973.             Left = 8
  974.             Top = 290
  975.             Width = 377
  976.             Height = 25
  977.             Caption = 'Edit Quick Templates'
  978.             TabOrder = 0
  979.             OnClick = bQuickClick
  980.           end
  981.         end
  982.       end
  983.       object TPage
  984.         Left = 0
  985.         Top = 0
  986.         HelpContext = 10018
  987.         Caption = 'Template'
  988.         object lTemplate: TLabel
  989.           Left = 8
  990.           Top = 8
  991.           Width = 136
  992.           Height = 13
  993.           Caption = '&Template for a new message'
  994.           FocusControl = eTemplate
  995.         end
  996.         object lCahrset: TLabel
  997.           Left = 8
  998.           Top = 288
  999.           Width = 88
  1000.           Height = 13
  1001.           Caption = '&Use Character set'
  1002.           FocusControl = cbCharset
  1003.         end
  1004.         object eTemplate: TMemo
  1005.           Left = 8
  1006.           Top = 24
  1007.           Width = 393
  1008.           Height = 249
  1009.           Font.Color = clBlack
  1010.           Font.Height = -13
  1011.           Font.Name = 'Courier'
  1012.           Font.Style = []
  1013.           ParentFont = False
  1014.           PopupMenu = mPop
  1015.           ScrollBars = ssBoth
  1016.           TabOrder = 0
  1017.           WordWrap = False
  1018.           OnEnter = eTemplateEnter
  1019.         end
  1020.         object cbCharset: TComboBox
  1021.           Left = 8
  1022.           Top = 308
  1023.           Width = 177
  1024.           Height = 21
  1025.           Style = csDropDownList
  1026.           ItemHeight = 13
  1027.           TabOrder = 1
  1028.         end
  1029.         object cbRRQ: TCheckBox
  1030.           Left = 200
  1031.           Top = 288
  1032.           Width = 209
  1033.           Height = 17
  1034.           Caption = '&Receipt request'
  1035.           TabOrder = 2
  1036.         end
  1037.         object cbRCR: TCheckBox
  1038.           Left = 200
  1039.           Top = 312
  1040.           Width = 209
  1041.           Height = 17
  1042.           Caption = 'Reading Confirmation'
  1043.           TabOrder = 3
  1044.         end
  1045.       end
  1046.       object TPage
  1047.         Left = 0
  1048.         Top = 0
  1049.         HelpContext = 10019
  1050.         Caption = 'Reply'
  1051.         object lRTemplate: TLabel
  1052.           Left = 8
  1053.           Top = 8
  1054.           Width = 74
  1055.           Height = 13
  1056.           Caption = '&Reply Template'
  1057.           FocusControl = eRTemplate
  1058.         end
  1059.         object eRTemplate: TMemo
  1060.           Left = 8
  1061.           Top = 24
  1062.           Width = 393
  1063.           Height = 217
  1064.           Font.Color = clBlack
  1065.           Font.Height = -13
  1066.           Font.Name = 'Courier'
  1067.           Font.Style = []
  1068.           ParentFont = False
  1069.           PopupMenu = mPop
  1070.           ScrollBars = ssBoth
  1071.           TabOrder = 0
  1072.           WordWrap = False
  1073.           OnEnter = eTemplateEnter
  1074.         end
  1075.         object cbQuote: TRadioGroup
  1076.           Left = 8
  1077.           Top = 256
  1078.           Width = 393
  1079.           Height = 57
  1080.           Caption = 'Sender information used for quotation'
  1081.           Columns = 3
  1082.           ItemIndex = 0
  1083.           Items.Strings = (
  1084.             '&None'
  1085.             '&Initials'
  1086.             '&First name'
  1087.             '&Last Name'
  1088.             'Fir&st initial'
  1089.             'F&ull name')
  1090.           TabOrder = 1
  1091.         end
  1092.         object cbNoFromInReply: TCheckBox
  1093.           Left = 8
  1094.           Top = 320
  1095.           Width = 393
  1096.           Height = 17
  1097.           Caption = 'Do not use FROM name for REPLY-TO address'
  1098.           TabOrder = 2
  1099.         end
  1100.       end
  1101.       object TPage
  1102.         Left = 0
  1103.         Top = 0
  1104.         HelpContext = 10020
  1105.         Caption = 'Forward'
  1106.         object lFTemplate: TLabel
  1107.           Left = 8
  1108.           Top = 8
  1109.           Width = 98
  1110.           Height = 13
  1111.           Caption = '&Forwarding template'
  1112.           FocusControl = eFTemplate
  1113.         end
  1114.         object eFTemplate: TMemo
  1115.           Left = 8
  1116.           Top = 24
  1117.           Width = 393
  1118.           Height = 273
  1119.           Font.Color = clBlack
  1120.           Font.Height = -13
  1121.           Font.Name = 'Courier'
  1122.           Font.Style = []
  1123.           ParentFont = False
  1124.           PopupMenu = mPop
  1125.           ScrollBars = ssBoth
  1126.           TabOrder = 0
  1127.           WordWrap = False
  1128.           OnEnter = eTemplateEnter
  1129.         end
  1130.         object cbMimeFwd: TCheckBox
  1131.           Left = 8
  1132.           Top = 312
  1133.           Width = 401
  1134.           Height = 17
  1135.           Caption = 'Use &MIME standard for forwarding'
  1136.           TabOrder = 1
  1137.         end
  1138.       end
  1139.       object TPage
  1140.         Left = 0
  1141.         Top = 0
  1142.         HelpContext = 10021
  1143.         Caption = 'ReadCfm'
  1144.         object lConfirm: TLabel
  1145.           Left = 8
  1146.           Top = 8
  1147.           Width = 146
  1148.           Height = 13
  1149.           Caption = '&Reading confirmation template'
  1150.         end
  1151.         object eConfirm: TMemo
  1152.           Left = 8
  1153.           Top = 24
  1154.           Width = 393
  1155.           Height = 217
  1156.           Font.Color = clBlack
  1157.           Font.Height = -13
  1158.           Font.Name = 'Courier'
  1159.           Font.Style = []
  1160.           ParentFont = False
  1161.           PopupMenu = mPop
  1162.           ScrollBars = ssBoth
  1163.           TabOrder = 0
  1164.           WordWrap = False
  1165.           OnEnter = eTemplateEnter
  1166.         end
  1167.         object rgRCRaction: TRadioGroup
  1168.           Left = 8
  1169.           Top = 248
  1170.           Width = 393
  1171.           Height = 57
  1172.           Caption = 'Action'
  1173.           Columns = 2
  1174.           ItemIndex = 0
  1175.           Items.Strings = (
  1176.             '&Put in Outbox'
  1177.             '&Send immediately'
  1178.             '&Edit'
  1179.             '&Ignore')
  1180.           TabOrder = 1
  1181.           OnClick = rgRCRactionClick
  1182.         end
  1183.         object cbRCRPrompt: TCheckBox
  1184.           Left = 16
  1185.           Top = 316
  1186.           Width = 393
  1187.           Height = 17
  1188.           Caption = 'Prompt before the &Action'
  1189.           TabOrder = 2
  1190.         end
  1191.       end
  1192.       object TPage
  1193.         Left = 0
  1194.         Top = 0
  1195.         HelpContext = 10018
  1196.         Caption = 'Save text'
  1197.         object lSaveTpl: TLabel
  1198.           Left = 8
  1199.           Top = 8
  1200.           Width = 116
  1201.           Height = 13
  1202.           Caption = '&Save message template'
  1203.         end
  1204.         object eSaveTpl: TMemo
  1205.           Left = 8
  1206.           Top = 24
  1207.           Width = 393
  1208.           Height = 305
  1209.           Font.Color = clBlack
  1210.           Font.Height = -13
  1211.           Font.Name = 'Courier'
  1212.           Font.Style = []
  1213.           ParentFont = False
  1214.           PopupMenu = mPop
  1215.           ScrollBars = ssBoth
  1216.           TabOrder = 0
  1217.           WordWrap = False
  1218.           OnEnter = eTemplateEnter
  1219.         end
  1220.       end
  1221.       object TPage
  1222.         Left = 0
  1223.         Top = 0
  1224.         HelpContext = 10022
  1225.         Caption = 'Cookies'
  1226.         object lCookies: TLabel
  1227.           Left = 8
  1228.           Top = 8
  1229.           Width = 60
  1230.           Height = 13
  1231.           Caption = '&Cookie lines'
  1232.           FocusControl = eCookies
  1233.         end
  1234.         object eCookies: TMemo
  1235.           Left = 8
  1236.           Top = 24
  1237.           Width = 393
  1238.           Height = 265
  1239.           ScrollBars = ssBoth
  1240.           TabOrder = 0
  1241.           WordWrap = False
  1242.         end
  1243.         object bAddCookies: TButton
  1244.           Left = 200
  1245.           Top = 304
  1246.           Width = 131
  1247.           Height = 25
  1248.           Caption = '&Add from file...'
  1249.           TabOrder = 2
  1250.           OnClick = bAddCookiesClick
  1251.         end
  1252.         object bClearCookies: TButton
  1253.           Left = 96
  1254.           Top = 304
  1255.           Width = 75
  1256.           Height = 25
  1257.           Caption = '&Clear'
  1258.           TabOrder = 1
  1259.           OnClick = bClearCookiesClick
  1260.         end
  1261.       end
  1262.       object TPage
  1263.         Left = 0
  1264.         Top = 0
  1265.         Caption = 'Sound'
  1266.         object cbSound: TCheckBox
  1267.           Left = 16
  1268.           Top = 16
  1269.           Width = 385
  1270.           Height = 17
  1271.           Caption = '&Play sound when new mail arrives'
  1272.           TabOrder = 0
  1273.         end
  1274.         object GroupBox7: TGroupBox
  1275.           Left = 8
  1276.           Top = 48
  1277.           Width = 393
  1278.           Height = 145
  1279.           Caption = 'Sound options'
  1280.           TabOrder = 1
  1281.           object lSound: TLabel
  1282.             Left = 8
  1283.             Top = 28
  1284.             Width = 19
  1285.             Height = 13
  1286.             Caption = 'File'
  1287.             FocusControl = eSound
  1288.           end
  1289.           object lInterval: TLabel
  1290.             Left = 112
  1291.             Top = 113
  1292.             Width = 171
  1293.             Height = 13
  1294.             Alignment = taRightJustify
  1295.             Caption = '&Allow sound only within time interval'
  1296.             FocusControl = eInterval
  1297.           end
  1298.           object eSound: TEdit
  1299.             Left = 48
  1300.             Top = 24
  1301.             Width = 337
  1302.             Height = 21
  1303.             Enabled = False
  1304.             TabOrder = 0
  1305.           end
  1306.           object bBrowseWAV: TButton
  1307.             Left = 208
  1308.             Top = 48
  1309.             Width = 83
  1310.             Height = 25
  1311.             Caption = '&Browse...'
  1312.             TabOrder = 1
  1313.             OnClick = bBrowseWAVClick
  1314.           end
  1315.           object bTestSound: TButton
  1316.             Left = 304
  1317.             Top = 48
  1318.             Width = 83
  1319.             Height = 25
  1320.             Caption = '&Test now'
  1321.             TabOrder = 2
  1322.             OnClick = bTestSoundClick
  1323.           end
  1324.           object eInterval: TTimeIntervalEdit
  1325.             Left = 288
  1326.             Top = 110
  1327.             Width = 97
  1328.             Height = 21
  1329.             EditMask = '##:##-##:##;1;0'
  1330.             MaxLength = 11
  1331.             TabOrder = 3
  1332.             Text = '  :  -  :  '
  1333.           end
  1334.         end
  1335.       end
  1336.       object TPage
  1337.         Left = 0
  1338.         Top = 0
  1339.         Caption = 'Network'
  1340.         object cbOwnConnection: TCheckBox
  1341.           Left = 8
  1342.           Top = 24
  1343.           Width = 401
  1344.           Height = 17
  1345.           Caption = 'Use Account-specific Network settings'
  1346.           TabOrder = 0
  1347.           OnClick = cbOwnConnectionClick
  1348.         end
  1349.         object gConnection: TGroupBox
  1350.           Left = 8
  1351.           Top = 56
  1352.           Width = 401
  1353.           Height = 233
  1354.           Caption = 'Connect to the Internet using'
  1355.           TabOrder = 1
  1356.           object lbHold: TLabel
  1357.             Left = 40
  1358.             Top = 148
  1359.             Width = 101
  1360.             Height = 13
  1361.             Caption = '&Pause between dials'
  1362.           end
  1363.           object lbSec: TLabel
  1364.             Left = 312
  1365.             Top = 148
  1366.             Width = 17
  1367.             Height = 13
  1368.             Caption = 'sec'
  1369.           end
  1370.           object lbRetries: TLabel
  1371.             Left = 40
  1372.             Top = 172
  1373.             Width = 128
  1374.             Height = 13
  1375.             Caption = '&Maximum number of retries'
  1376.           end
  1377.           object rbLAN: TRadioButton
  1378.             Left = 8
  1379.             Top = 24
  1380.             Width = 385
  1381.             Height = 17
  1382.             Caption = '&Local Area Network or manual connection'
  1383.             Checked = True
  1384.             TabOrder = 0
  1385.             TabStop = True
  1386.             OnClick = rbLANClick
  1387.           end
  1388.           object rbDUN: TRadioButton
  1389.             Left = 8
  1390.             Top = 48
  1391.             Width = 225
  1392.             Height = 17
  1393.             Caption = '&Dial-up networking connection'
  1394.             TabOrder = 1
  1395.             OnClick = rbLANClick
  1396.           end
  1397.           object lDUN: TComboBox
  1398.             Left = 240
  1399.             Top = 44
  1400.             Width = 145
  1401.             Height = 21
  1402.             Style = csDropDownList
  1403.             ItemHeight = 13
  1404.             Sorted = True
  1405.             TabOrder = 2
  1406.           end
  1407.           object cbAutoDisconnect: TCheckBox
  1408.             Left = 40
  1409.             Top = 72
  1410.             Width = 353
  1411.             Height = 17
  1412.             Caption = 'A&uto-disconnect after mail transmission'
  1413.             TabOrder = 3
  1414.           end
  1415.           object cbUseExistingDUN: TCheckBox
  1416.             Left = 40
  1417.             Top = 120
  1418.             Width = 353
  1419.             Height = 17
  1420.             Caption = 'Use an e&xisting Dial-up connection (if any)'
  1421.             TabOrder = 5
  1422.           end
  1423.           object cbNoAutoDial: TCheckBox
  1424.             Left = 40
  1425.             Top = 96
  1426.             Width = 353
  1427.             Height = 17
  1428.             Caption = '&No automatical dial for periodical checking'
  1429.             TabOrder = 4
  1430.           end
  1431.           object eDialHold: TSpinEdit
  1432.             Left = 240
  1433.             Top = 144
  1434.             Width = 65
  1435.             Height = 22
  1436.             MaxValue = 86400
  1437.             MinValue = 1
  1438.             TabOrder = 6
  1439.             Value = 1
  1440.           end
  1441.           object eRetries: TSpinEdit
  1442.             Left = 240
  1443.             Top = 168
  1444.             Width = 65
  1445.             Height = 22
  1446.             MaxValue = 100000
  1447.             MinValue = 0
  1448.             TabOrder = 7
  1449.             Value = 0
  1450.           end
  1451.           object bMoreDial: TButton
  1452.             Left = 240
  1453.             Top = 200
  1454.             Width = 113
  1455.             Height = 25
  1456.             Caption = 'Mor&e...'
  1457.             TabOrder = 8
  1458.             OnClick = bMoreDialClick
  1459.           end
  1460.         end
  1461.       end
  1462.       object TPage
  1463.         Left = 0
  1464.         Top = 0
  1465.         Caption = 'Memo'
  1466.         object lMemo: TLabel
  1467.           Left = 8
  1468.           Top = 8
  1469.           Width = 29
  1470.           Height = 13
  1471.           Caption = '&Memo'
  1472.           FocusControl = eMemo
  1473.         end
  1474.         object eMemo: TMemo
  1475.           Left = 8
  1476.           Top = 24
  1477.           Width = 393
  1478.           Height = 305
  1479.           Font.Color = clBlack
  1480.           Font.Height = -13
  1481.           Font.Name = 'Courier'
  1482.           Font.Style = []
  1483.           ParentFont = False
  1484.           ScrollBars = ssBoth
  1485.           TabOrder = 0
  1486.         end
  1487.       end
  1488.     end
  1489.     object lTabs: TTreeView
  1490.       Left = 1
  1491.       Top = 1
  1492.       Width = 168
  1493.       Height = 343
  1494.       ReadOnly = True
  1495.       HideSelection = False
  1496.       Indent = 19
  1497.       Items.Data = {
  1498.         09000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  1499.         0747656E6572616C220000000100000000000000FFFFFFFFFFFFFFFF00000000
  1500.         00000000095472616E73706F72742B0000000200000000000000FFFFFFFFFFFF
  1501.         FFFF0000000000000000124D657373616765206D616E6167656D656E74200000
  1502.         000300000000000000FFFFFFFFFFFFFFFF0000000000000000074F7074696F6E
  1503.         732C0000000400000000000000FFFFFFFFFFFFFFFF0000000000000000134669
  1504.         6C65732026206469726563746F72696573220000000500000000000000FFFFFF
  1505.         FFFFFFFFFF00000000060000000954656D706C61746573240000000600000000
  1506.         000000FFFFFFFFFFFFFFFF00000000000000000B4E6577206D6573736167651E
  1507.         0000000700000000000000FFFFFFFFFFFFFFFF0000000000000000055265706C
  1508.         79200000000800000000000000FFFFFFFFFFFFFFFF000000000000000007466F
  1509.         72776172642D0000000900000000000000FFFFFFFFFFFFFFFF00000000000000
  1510.         001452656164696E6720636F6E6669726D6174696F6E250000000A0000000000
  1511.         0000FFFFFFFFFFFFFFFF00000000000000000C53617665206D65737361676520
  1512.         0000000B00000000000000FFFFFFFFFFFFFFFF000000000000000007436F6F6B
  1513.         6965731E0000000C00000000000000FFFFFFFFFFFFFFFF000000000000000005
  1514.         536F756E64200000000D00000000000000FFFFFFFFFFFFFFFF00000000000000
  1515.         00074E6574776F726B1D0000000E00000000000000FFFFFFFFFFFFFFFF000000
  1516.         0000000000044D656D6F}
  1517.       OnChange = lTabsChange
  1518.       Align = alLeft
  1519.       ParentColor = False
  1520.       TabOrder = 0
  1521.       OnKeyPress = lTabsKeyPress
  1522.       Images = lImages
  1523.     end
  1524.   end
  1525.   object bHelp: TButton
  1526.     Left = 504
  1527.     Top = 360
  1528.     Width = 75
  1529.     Height = 25
  1530.     Caption = 'Help'
  1531.     TabOrder = 2
  1532.     OnClick = bHelpClick
  1533.   end
  1534.   object mPop: TPopupMenu
  1535.     Left = 136
  1536.     Top = 320
  1537.     object mmText: TMenuItem
  1538.       Caption = '&Text'
  1539.       ShortCut = 0
  1540.     end
  1541.     object mmSender: TMenuItem
  1542.       Caption = '&Sender info'
  1543.       ShortCut = 0
  1544.     end
  1545.     object mmRece: TMenuItem
  1546.       Caption = '&Recipient info'
  1547.       ShortCut = 0
  1548.     end
  1549.     object mmDef: TMenuItem
  1550.       Caption = '&Pre-defined fields'
  1551.       ShortCut = 0
  1552.     end
  1553.     object mmMisc: TMenuItem
  1554.       Caption = '&Miscellaneous'
  1555.       ShortCut = 0
  1556.     end
  1557.     object N1: TMenuItem
  1558.       Caption = '-'
  1559.       ShortCut = 0
  1560.     end
  1561.     object mtAttachFile: TMenuItem
  1562.       Caption = '&Attach a file...'
  1563.       ShortCut = 32801
  1564.       OnClick = mtAttachFileClick
  1565.     end
  1566.     object mtInclude: TMenuItem
  1567.       Tag = 1
  1568.       Caption = '&Include template file...'
  1569.       ShortCut = 32813
  1570.       OnClick = mtAttachFileClick
  1571.     end
  1572.     object mtPut: TMenuItem
  1573.       Tag = 2
  1574.       Caption = 'P&ut text file...'
  1575.       ShortCut = 0
  1576.       OnClick = mtAttachFileClick
  1577.     end
  1578.     object mtfCookie: TMenuItem
  1579.       Tag = 3
  1580.       Caption = '&Cookie from a file...'
  1581.       ShortCut = 0
  1582.       OnClick = mtAttachFileClick
  1583.     end
  1584.     object mtLanguage: TMenuItem
  1585.       Caption = '&Language'
  1586.       ShortCut = 0
  1587.       Visible = False
  1588.       object mtlAmericanEnglish: TMenuItem
  1589.         Caption = 'American English'
  1590.         Checked = True
  1591.         GroupIndex = 10
  1592.         ShortCut = 0
  1593.         OnClick = mtlAmericanEnglishClick
  1594.       end
  1595.       object BritishEnglish1: TMenuItem
  1596.         Tag = 1
  1597.         Caption = 'British English'
  1598.         GroupIndex = 10
  1599.         ShortCut = 0
  1600.       end
  1601.       object Catalan1: TMenuItem
  1602.         Tag = 2
  1603.         Caption = 'Catalan'
  1604.         GroupIndex = 10
  1605.         ShortCut = 0
  1606.       end
  1607.       object Czech1: TMenuItem
  1608.         Tag = 3
  1609.         Caption = 'Czech'
  1610.         GroupIndex = 10
  1611.         ShortCut = 0
  1612.       end
  1613.       object Danish1: TMenuItem
  1614.         Tag = 4
  1615.         Caption = 'Danish'
  1616.         GroupIndex = 10
  1617.         ShortCut = 0
  1618.       end
  1619.       object Dutch1: TMenuItem
  1620.         Tag = 5
  1621.         Caption = 'Dutch'
  1622.         GroupIndex = 10
  1623.         ShortCut = 0
  1624.       end
  1625.       object Finnish1: TMenuItem
  1626.         Tag = 6
  1627.         Caption = 'Finnish'
  1628.         GroupIndex = 10
  1629.         ShortCut = 0
  1630.       end
  1631.       object French1: TMenuItem
  1632.         Tag = 7
  1633.         Caption = 'French'
  1634.         GroupIndex = 10
  1635.         ShortCut = 0
  1636.       end
  1637.       object German1: TMenuItem
  1638.         Tag = 8
  1639.         Caption = 'German'
  1640.         GroupIndex = 10
  1641.         ShortCut = 0
  1642.       end
  1643.       object Hungarian1: TMenuItem
  1644.         Tag = 9
  1645.         Caption = 'Hungarian'
  1646.         GroupIndex = 10
  1647.         ShortCut = 0
  1648.       end
  1649.       object Italian1: TMenuItem
  1650.         Tag = 10
  1651.         Caption = 'Italian'
  1652.         GroupIndex = 10
  1653.         ShortCut = 0
  1654.       end
  1655.       object NorwegianBokmal1: TMenuItem
  1656.         Tag = 11
  1657.         Caption = 'Norwegian (Bokmal)'
  1658.         GroupIndex = 10
  1659.         ShortCut = 0
  1660.       end
  1661.       object NorwegianNynorsk1: TMenuItem
  1662.         Tag = 12
  1663.         Caption = 'Norwegian (Nynorsk)'
  1664.         GroupIndex = 10
  1665.         ShortCut = 0
  1666.       end
  1667.       object Polish1: TMenuItem
  1668.         Tag = 13
  1669.         Caption = 'Polish'
  1670.         GroupIndex = 10
  1671.         ShortCut = 0
  1672.       end
  1673.       object PortugueseBrazilian1: TMenuItem
  1674.         Tag = 14
  1675.         Caption = 'Portuguese (Brazilian)'
  1676.         GroupIndex = 10
  1677.         ShortCut = 0
  1678.       end
  1679.       object PortugueseIberian1: TMenuItem
  1680.         Tag = 15
  1681.         Caption = 'Portuguese (Iberian)'
  1682.         GroupIndex = 10
  1683.         ShortCut = 0
  1684.       end
  1685.       object Russian1: TMenuItem
  1686.         Tag = 16
  1687.         Caption = 'Russian'
  1688.         GroupIndex = 10
  1689.         ShortCut = 0
  1690.       end
  1691.       object Spanish1: TMenuItem
  1692.         Tag = 17
  1693.         Caption = 'Spanish'
  1694.         GroupIndex = 10
  1695.         ShortCut = 0
  1696.       end
  1697.       object Swedish1: TMenuItem
  1698.         Tag = 18
  1699.         Caption = 'Swedish'
  1700.         GroupIndex = 10
  1701.         ShortCut = 0
  1702.       end
  1703.       object N2: TMenuItem
  1704.         Tag = -1
  1705.         Caption = '-'
  1706.         GroupIndex = 10
  1707.         ShortCut = 0
  1708.       end
  1709.       object AmericanEnglish2: TMenuItem
  1710.         Tag = 19
  1711.         Caption = 'American English'
  1712.         GroupIndex = 10
  1713.         ShortCut = 0
  1714.       end
  1715.       object AustralianEnglish1: TMenuItem
  1716.         Tag = 20
  1717.         Caption = 'Australian English'
  1718.         GroupIndex = 10
  1719.         ShortCut = 0
  1720.       end
  1721.       object BritishEnglish2: TMenuItem
  1722.         Tag = 21
  1723.         Caption = 'British English'
  1724.         GroupIndex = 10
  1725.         ShortCut = 0
  1726.       end
  1727.       object Catalan2: TMenuItem
  1728.         Tag = 22
  1729.         Caption = 'Catalan'
  1730.         GroupIndex = 10
  1731.         ShortCut = 0
  1732.       end
  1733.       object Czech2: TMenuItem
  1734.         Tag = 23
  1735.         Caption = 'Czech'
  1736.         GroupIndex = 10
  1737.         ShortCut = 0
  1738.       end
  1739.       object Danish2: TMenuItem
  1740.         Tag = 24
  1741.         Caption = 'Danish'
  1742.         GroupIndex = 10
  1743.         ShortCut = 0
  1744.       end
  1745.       object Dutch2: TMenuItem
  1746.         Tag = 25
  1747.         Caption = 'Dutch'
  1748.         GroupIndex = 10
  1749.         ShortCut = 0
  1750.       end
  1751.       object Finnish2: TMenuItem
  1752.         Tag = 26
  1753.         Caption = 'Finnish'
  1754.         GroupIndex = 10
  1755.         ShortCut = 0
  1756.       end
  1757.       object French2: TMenuItem
  1758.         Tag = 27
  1759.         Caption = 'French'
  1760.         GroupIndex = 10
  1761.         ShortCut = 0
  1762.       end
  1763.       object FrenchCanadian1: TMenuItem
  1764.         Tag = 28
  1765.         Caption = 'French Canadian'
  1766.         GroupIndex = 10
  1767.         ShortCut = 0
  1768.       end
  1769.       object German2: TMenuItem
  1770.         Tag = 29
  1771.         Caption = 'German'
  1772.         GroupIndex = 10
  1773.         ShortCut = 0
  1774.       end
  1775.       object Hungarian2: TMenuItem
  1776.         Tag = 30
  1777.         Caption = 'Hungarian'
  1778.         GroupIndex = 10
  1779.         ShortCut = 0
  1780.       end
  1781.       object Italian2: TMenuItem
  1782.         Tag = 31
  1783.         Caption = 'Italian'
  1784.         GroupIndex = 10
  1785.         ShortCut = 0
  1786.       end
  1787.       object NorwegianBokmal2: TMenuItem
  1788.         Tag = 32
  1789.         Caption = 'Norwegian (Bokmal)'
  1790.         GroupIndex = 10
  1791.         ShortCut = 0
  1792.       end
  1793.       object NorwegianNynorsk2: TMenuItem
  1794.         Tag = 33
  1795.         Caption = 'Norwegian (Nynorsk)'
  1796.         GroupIndex = 10
  1797.         ShortCut = 0
  1798.       end
  1799.       object Polish2: TMenuItem
  1800.         Tag = 34
  1801.         Caption = 'Polish'
  1802.         GroupIndex = 10
  1803.         ShortCut = 0
  1804.       end
  1805.       object PortugueseBrazilian2: TMenuItem
  1806.         Tag = 35
  1807.         Caption = 'Portuguese (Brazilian)'
  1808.         GroupIndex = 10
  1809.         ShortCut = 0
  1810.       end
  1811.       object PortugueseIberian2: TMenuItem
  1812.         Tag = 36
  1813.         Caption = 'Portuguese (Iberian)'
  1814.         GroupIndex = 10
  1815.         ShortCut = 0
  1816.       end
  1817.       object Russian2: TMenuItem
  1818.         Tag = 37
  1819.         Caption = 'Russian'
  1820.         GroupIndex = 10
  1821.         ShortCut = 0
  1822.       end
  1823.       object Spanish2: TMenuItem
  1824.         Tag = 38
  1825.         Caption = 'Spanish'
  1826.         GroupIndex = 10
  1827.         ShortCut = 0
  1828.       end
  1829.       object Swedish2: TMenuItem
  1830.         Tag = 39
  1831.         Caption = 'Swedish'
  1832.         GroupIndex = 10
  1833.         ShortCut = 0
  1834.       end
  1835.     end
  1836.     object Popup1: TMenuItem
  1837.       Caption = 'Popup'
  1838.       ShortCut = 32889
  1839.       Visible = False
  1840.     end
  1841.   end
  1842.   object lImages: TImageList
  1843.     Left = 112
  1844.     Top = 240
  1845.   end
  1846. end
  1847.