home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Chkml32 / CHKML32.EXE / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Encoding:
Text File  |  1998-03-26  |  41.8 KB  |  1,746 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 290
  3.   Top = 60
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 432
  7.   ClientWidth = 420
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 4
  18.     Top = 0
  19.     Width = 415
  20.     Height = 401
  21.     ActivePage = TabSheet1
  22.     MultiLine = True
  23.     TabOrder = 2
  24.     OnChange = lstEntriesChange
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'E-mail addresses'
  27.       object Label14: TLabel
  28.         Left = 5
  29.         Top = 5
  30.         Width = 111
  31.         Height = 13
  32.         Caption = 'Mailboxes to check'
  33.         Font.Color = clBlack
  34.         Font.Height = -11
  35.         Font.Name = 'MS Sans Serif'
  36.         Font.Style = [fsBold]
  37.         ParentFont = False
  38.       end
  39.       object cmdAdd: TButton
  40.         Left = 12
  41.         Top = 324
  42.         Width = 50
  43.         Height = 25
  44.         Caption = '&Add'
  45.         ParentShowHint = False
  46.         ShowHint = True
  47.         TabOrder = 1
  48.         OnClick = cmdAddClick
  49.       end
  50.       object cmdDel: TButton
  51.         Left = 131
  52.         Top = 324
  53.         Width = 50
  54.         Height = 25
  55.         Caption = '&Delete'
  56.         ParentShowHint = False
  57.         ShowHint = True
  58.         TabOrder = 3
  59.         OnClick = cmdDelClick
  60.       end
  61.       object GroupBox1: TGroupBox
  62.         Left = 196
  63.         Top = 0
  64.         Width = 205
  65.         Height = 349
  66.         Caption = ' Selected Mailbox '
  67.         Color = clBtnFace
  68.         Font.Color = clBlack
  69.         Font.Height = -11
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = [fsBold]
  72.         ParentColor = False
  73.         ParentFont = False
  74.         TabOrder = 4
  75.         object Label15: TLabel
  76.           Left = 7
  77.           Top = 64
  78.           Width = 170
  79.           Height = 13
  80.           Caption = 'POP3 User name'
  81.           Font.Color = clBlack
  82.           Font.Height = -11
  83.           Font.Name = 'MS Sans Serif'
  84.           Font.Style = []
  85.           ParentFont = False
  86.         end
  87.         object Label16: TLabel
  88.           Left = 7
  89.           Top = 112
  90.           Width = 170
  91.           Height = 13
  92.           Caption = 'POP3 Password'
  93.           Font.Color = clBlack
  94.           Font.Height = -11
  95.           Font.Name = 'MS Sans Serif'
  96.           Font.Style = []
  97.           ParentFont = False
  98.         end
  99.         object Label17: TLabel
  100.           Left = 7
  101.           Top = 160
  102.           Width = 134
  103.           Height = 13
  104.           Caption = 'POP3 (incoming mail) Server'
  105.           Font.Color = clBlack
  106.           Font.Height = -11
  107.           Font.Name = 'MS Sans Serif'
  108.           Font.Style = []
  109.           ParentFont = False
  110.         end
  111.         object Label20: TLabel
  112.           Left = 7
  113.           Top = 208
  114.           Width = 170
  115.           Height = 13
  116.           Caption = 'E-mail program'
  117.           Font.Color = clBlack
  118.           Font.Height = -11
  119.           Font.Name = 'MS Sans Serif'
  120.           Font.Style = []
  121.           ParentFont = False
  122.         end
  123.         object Label21: TLabel
  124.           Left = 7
  125.           Top = 304
  126.           Width = 67
  127.           Height = 13
  128.           Caption = 'AVI file to play'
  129.           Font.Color = clBlack
  130.           Font.Height = -11
  131.           Font.Name = 'MS Sans Serif'
  132.           Font.Style = []
  133.           ParentFont = False
  134.         end
  135.         object Label22: TLabel
  136.           Left = 7
  137.           Top = 256
  138.           Width = 79
  139.           Height = 13
  140.           Caption = 'Wave file to play'
  141.           Font.Color = clBlack
  142.           Font.Height = -11
  143.           Font.Name = 'MS Sans Serif'
  144.           Font.Style = []
  145.           ParentFont = False
  146.         end
  147.         object Label44: TLabel
  148.           Left = 7
  149.           Top = 16
  150.           Width = 65
  151.           Height = 13
  152.           Caption = 'Mailbox name'
  153.           Font.Color = clBlack
  154.           Font.Height = -11
  155.           Font.Name = 'MS Sans Serif'
  156.           Font.Style = []
  157.           ParentFont = False
  158.         end
  159.         object edsUser: TEdit
  160.           Left = 7
  161.           Top = 80
  162.           Width = 190
  163.           Height = 21
  164.           Font.Color = clBlack
  165.           Font.Height = -11
  166.           Font.Name = 'MS Sans Serif'
  167.           Font.Style = []
  168.           ParentFont = False
  169.           ParentShowHint = False
  170.           ShowHint = True
  171.           TabOrder = 1
  172.           OnChange = edsUserChange
  173.         end
  174.         object edsPass: TEdit
  175.           Left = 7
  176.           Top = 128
  177.           Width = 190
  178.           Height = 21
  179.           Font.Color = clBlack
  180.           Font.Height = -11
  181.           Font.Name = 'MS Sans Serif'
  182.           Font.Style = []
  183.           ParentFont = False
  184.           ParentShowHint = False
  185.           PasswordChar = '*'
  186.           ShowHint = True
  187.           TabOrder = 2
  188.           OnChange = edsPassChange
  189.         end
  190.         object edsServer: TEdit
  191.           Left = 7
  192.           Top = 176
  193.           Width = 190
  194.           Height = 21
  195.           Font.Color = clBlack
  196.           Font.Height = -11
  197.           Font.Name = 'MS Sans Serif'
  198.           Font.Style = []
  199.           ParentFont = False
  200.           ParentShowHint = False
  201.           ShowHint = True
  202.           TabOrder = 3
  203.           OnChange = edsServerChange
  204.         end
  205.         object EdsUserEmailProg: TEdit
  206.           Left = 7
  207.           Top = 224
  208.           Width = 190
  209.           Height = 21
  210.           Font.Color = clBlack
  211.           Font.Height = -11
  212.           Font.Name = 'MS Sans Serif'
  213.           Font.Style = []
  214.           ParentFont = False
  215.           ParentShowHint = False
  216.           ShowHint = True
  217.           TabOrder = 4
  218.           OnChange = EdsUserEmailProgChange
  219.         end
  220.         object edsUserAvi: TEdit
  221.           Left = 7
  222.           Top = 320
  223.           Width = 190
  224.           Height = 21
  225.           Font.Color = clBlack
  226.           Font.Height = -11
  227.           Font.Name = 'MS Sans Serif'
  228.           Font.Style = []
  229.           ParentFont = False
  230.           ParentShowHint = False
  231.           ShowHint = True
  232.           TabOrder = 6
  233.           OnChange = edsUserAviChange
  234.         end
  235.         object edsUserWave: TEdit
  236.           Left = 7
  237.           Top = 272
  238.           Width = 190
  239.           Height = 21
  240.           Font.Color = clBlack
  241.           Font.Height = -11
  242.           Font.Name = 'MS Sans Serif'
  243.           Font.Style = []
  244.           ParentFont = False
  245.           ParentShowHint = False
  246.           ShowHint = True
  247.           TabOrder = 5
  248.           OnChange = edsUserWaveChange
  249.         end
  250.         object cmdUWaveBrowsr: TButton
  251.           Left = 142
  252.           Top = 252
  253.           Width = 57
  254.           Height = 17
  255.           Caption = 'Browse...'
  256.           Font.Color = clBlack
  257.           Font.Height = -11
  258.           Font.Name = 'MS Sans Serif'
  259.           Font.Style = []
  260.           ParentFont = False
  261.           ParentShowHint = False
  262.           ShowHint = True
  263.           TabOrder = 10
  264.           OnClick = cmdUWaveBrowsrClick
  265.         end
  266.         object cmdUAVIbrowsr: TButton
  267.           Left = 142
  268.           Top = 300
  269.           Width = 57
  270.           Height = 17
  271.           Caption = 'Browse...'
  272.           Font.Color = clBlack
  273.           Font.Height = -11
  274.           Font.Name = 'MS Sans Serif'
  275.           Font.Style = []
  276.           ParentFont = False
  277.           ParentShowHint = False
  278.           ShowHint = True
  279.           TabOrder = 12
  280.           OnClick = cmdUAVIbrowsrClick
  281.         end
  282.         object cmdEEmailBrowse: TButton
  283.           Left = 142
  284.           Top = 204
  285.           Width = 57
  286.           Height = 17
  287.           Caption = 'Browse...'
  288.           Font.Color = clBlack
  289.           Font.Height = -11
  290.           Font.Name = 'MS Sans Serif'
  291.           Font.Style = []
  292.           ParentFont = False
  293.           ParentShowHint = False
  294.           ShowHint = True
  295.           TabOrder = 8
  296.           OnClick = cmdEEmailBrowseClick
  297.         end
  298.         object cmdUserEmailProgTest: TButton
  299.           Left = 96
  300.           Top = 204
  301.           Width = 41
  302.           Height = 17
  303.           Caption = 'Test'
  304.           Font.Color = clBlack
  305.           Font.Height = -11
  306.           Font.Name = 'MS Sans Serif'
  307.           Font.Style = []
  308.           ParentFont = False
  309.           ParentShowHint = False
  310.           ShowHint = True
  311.           TabOrder = 7
  312.           OnClick = cmdUserEmailProgTestClick
  313.         end
  314.         object cmdUserWaveTest: TButton
  315.           Left = 96
  316.           Top = 252
  317.           Width = 41
  318.           Height = 17
  319.           Caption = 'Test'
  320.           Font.Color = clBlack
  321.           Font.Height = -11
  322.           Font.Name = 'MS Sans Serif'
  323.           Font.Style = []
  324.           ParentFont = False
  325.           ParentShowHint = False
  326.           ShowHint = True
  327.           TabOrder = 9
  328.           OnClick = cmdUserWaveTestClick
  329.         end
  330.         object cmdTestUserAvi: TButton
  331.           Left = 96
  332.           Top = 300
  333.           Width = 41
  334.           Height = 17
  335.           Caption = 'Test'
  336.           Font.Color = clBlack
  337.           Font.Height = -11
  338.           Font.Name = 'MS Sans Serif'
  339.           Font.Style = []
  340.           ParentFont = False
  341.           ParentShowHint = False
  342.           ShowHint = True
  343.           TabOrder = 11
  344.           OnClick = cmdTestUserAviClick
  345.         end
  346.         object edsName: TEdit
  347.           Left = 7
  348.           Top = 32
  349.           Width = 190
  350.           Height = 21
  351.           Hint = 'The name of the mailbox (totally up to you).'
  352.           Font.Color = clBlack
  353.           Font.Height = -11
  354.           Font.Name = 'MS Sans Serif'
  355.           Font.Style = []
  356.           ParentFont = False
  357.           ParentShowHint = False
  358.           ShowHint = True
  359.           TabOrder = 0
  360.           OnKeyUp = edsNameKeyUp
  361.         end
  362.       end
  363.       object lstUser: TCheckListBox
  364.         Left = 12
  365.         Top = 24
  366.         Width = 169
  367.         Height = 293
  368.         Author = 'Pablo Pissanetzky'
  369.         Bitmap.Data = {
  370.           EE000000424DEE000000000000007600000028000000140000000A0000000100
  371.           04000000000078000000C40E0000C40E00000000000000000000000000000000
  372.           80000080000000808000800000008000800080800000C0C0C000808080000000
  373.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00077777777707
  374.           7777777700000FFFFFFFF70FFFFFFFF700000FFFFFFFF70FFF0FFFF700000FFF
  375.           FFFFF70FF000FFF700000FFFFFFFF70F00000FF700000FFFFFFFF70FF0F000F7
  376.           00000FFFFFFFF70FFFFF00F700000FFFFFFFF70FFFFFF0F700000FFFFFFFF70F
  377.           FFFFFFF70000000000000000000000000000}
  378.         Ctl3D = True
  379.         ItemHeight = 13
  380.         OnClick = lstUserClick
  381.         ParentCtl3D = False
  382.         ParentShowHint = False
  383.         ShowHint = True
  384.         TabOrder = 0
  385.       end
  386.       object cmdCopy: TButton
  387.         Left = 72
  388.         Top = 324
  389.         Width = 50
  390.         Height = 25
  391.         Caption = '&Copy'
  392.         ParentShowHint = False
  393.         ShowHint = True
  394.         TabOrder = 2
  395.         OnClick = cmdCopyClick
  396.       end
  397.     end
  398.     object TabSheet2: TTabSheet
  399.       Caption = 'Notifications'
  400.       object Label1: TLabel
  401.         Left = 5
  402.         Top = 53
  403.         Width = 110
  404.         Height = 13
  405.         Caption = 'Sound notifications'
  406.         Font.Color = clBlack
  407.         Font.Height = -11
  408.         Font.Name = 'MS Sans Serif'
  409.         Font.Style = [fsBold]
  410.         ParentFont = False
  411.       end
  412.       object Label2: TLabel
  413.         Left = 5
  414.         Top = 140
  415.         Width = 108
  416.         Height = 13
  417.         Caption = 'Visual notifications'
  418.         Font.Color = clBlack
  419.         Font.Height = -11
  420.         Font.Name = 'MS Sans Serif'
  421.         Font.Style = [fsBold]
  422.         ParentFont = False
  423.       end
  424.       object Label18: TLabel
  425.         Left = 5
  426.         Top = 5
  427.         Width = 151
  428.         Height = 13
  429.         Caption = 'Time between mail checks'
  430.         Font.Color = clBlack
  431.         Font.Height = -11
  432.         Font.Name = 'MS Sans Serif'
  433.         Font.Style = [fsBold]
  434.         ParentFont = False
  435.       end
  436.       object Label19: TLabel
  437.         Left = 46
  438.         Top = 30
  439.         Width = 36
  440.         Height = 13
  441.         Caption = 'minutes'
  442.       end
  443.       object Label11: TLabel
  444.         Left = 5
  445.         Top = 264
  446.         Width = 102
  447.         Height = 13
  448.         Caption = 'E-mail notification'
  449.         Font.Color = clBlack
  450.         Font.Height = -11
  451.         Font.Name = 'MS Sans Serif'
  452.         Font.Style = [fsBold]
  453.         ParentFont = False
  454.       end
  455.       object Label12: TLabel
  456.         Left = 15
  457.         Top = 308
  458.         Width = 120
  459.         Height = 13
  460.         Caption = 'Your notify e-mail address'
  461.       end
  462.       object Label63: TLabel
  463.         Left = 239
  464.         Top = 308
  465.         Width = 106
  466.         Height = 13
  467.         Caption = 'Subject of notify e-mail'
  468.       end
  469.       object chkWave: TCheckBox
  470.         Left = 15
  471.         Top = 92
  472.         Width = 300
  473.         Height = 17
  474.         Caption = '&Play wavefile when there is mail in the mailboxes'
  475.         ParentShowHint = False
  476.         ShowHint = True
  477.         TabOrder = 2
  478.         OnClick = chkWaveClick
  479.       end
  480.       object chkBeep: TCheckBox
  481.         Left = 15
  482.         Top = 72
  483.         Width = 300
  484.         Height = 17
  485.         Caption = '&Beep when there is mail in the mailboxes'
  486.         ParentShowHint = False
  487.         ShowHint = True
  488.         TabOrder = 1
  489.         OnClick = chkWaveClick
  490.       end
  491.       object chkStartMail: TCheckBox
  492.         Left = 15
  493.         Top = 160
  494.         Width = 300
  495.         Height = 17
  496.         Caption = 'Start email program'
  497.         ParentShowHint = False
  498.         ShowHint = True
  499.         TabOrder = 4
  500.       end
  501.       object chkShowHeaders: TCheckBox
  502.         Left = 15
  503.         Top = 180
  504.         Width = 300
  505.         Height = 17
  506.         Caption = 'View headers'
  507.         ParentShowHint = False
  508.         ShowHint = True
  509.         TabOrder = 5
  510.       end
  511.       object chkOnlyNew: TCheckBox
  512.         Left = 15
  513.         Top = 112
  514.         Width = 300
  515.         Height = 17
  516.         Caption = 'Play sounds &only if there is new mail in the mailboxes'
  517.         ParentShowHint = False
  518.         ShowHint = True
  519.         TabOrder = 3
  520.       end
  521.       object chkMessageBox: TCheckBox
  522.         Left = 15
  523.         Top = 200
  524.         Width = 300
  525.         Height = 17
  526.         Caption = 'Display a messagebox'
  527.         ParentShowHint = False
  528.         ShowHint = True
  529.         TabOrder = 6
  530.       end
  531.       object chkAVI: TCheckBox
  532.         Left = 15
  533.         Top = 220
  534.         Width = 300
  535.         Height = 17
  536.         Caption = 'Play an AVI movie'
  537.         ParentShowHint = False
  538.         ShowHint = True
  539.         TabOrder = 7
  540.         OnClick = chkAVIClick
  541.       end
  542.       object edsMin: TEdit
  543.         Left = 14
  544.         Top = 25
  545.         Width = 27
  546.         Height = 21
  547.         ParentShowHint = False
  548.         ShowHint = True
  549.         TabOrder = 0
  550.         Text = '5'
  551.       end
  552.       object chkLoopAvi: TCheckBox
  553.         Left = 15
  554.         Top = 240
  555.         Width = 300
  556.         Height = 17
  557.         Caption = 'Loop AVI movie'
  558.         Enabled = False
  559.         ParentShowHint = False
  560.         ShowHint = True
  561.         TabOrder = 8
  562.       end
  563.       object chkEmailNotif: TCheckBox
  564.         Left = 15
  565.         Top = 284
  566.         Width = 300
  567.         Height = 17
  568.         Caption = 'Use e-mail notification'
  569.         ParentShowHint = False
  570.         ShowHint = True
  571.         TabOrder = 9
  572.       end
  573.       object edsForwEmail: TEdit
  574.         Left = 15
  575.         Top = 324
  576.         Width = 218
  577.         Height = 21
  578.         ParentShowHint = False
  579.         ShowHint = True
  580.         TabOrder = 10
  581.       end
  582.       object edsForwSubj: TEdit
  583.         Left = 240
  584.         Top = 324
  585.         Width = 157
  586.         Height = 21
  587.         ParentShowHint = False
  588.         ShowHint = True
  589.         TabOrder = 11
  590.       end
  591.       object chkEmailImpOnly: TCheckBox
  592.         Left = 159
  593.         Top = 284
  594.         Width = 238
  595.         Height = 17
  596.         Caption = 'Notify only when you have important e-mails'
  597.         ParentShowHint = False
  598.         ShowHint = True
  599.         TabOrder = 12
  600.       end
  601.     end
  602.     object TabSheet3: TTabSheet
  603.       Caption = 'Addresses / Paths'
  604.       object Label4: TLabel
  605.         Left = 15
  606.         Top = 28
  607.         Width = 117
  608.         Height = 13
  609.         Caption = 'Your main e-mail address'
  610.       end
  611.       object Label5: TLabel
  612.         Left = 15
  613.         Top = 140
  614.         Width = 106
  615.         Height = 13
  616.         Caption = 'Default E-mail program'
  617.       end
  618.       object Label7: TLabel
  619.         Left = 15
  620.         Top = 72
  621.         Width = 230
  622.         Height = 13
  623.         Caption = 'The address to your SMTP (outgoing mail) server'
  624.       end
  625.       object Label3: TLabel
  626.         Left = 15
  627.         Top = 200
  628.         Width = 116
  629.         Height = 13
  630.         Caption = 'Default Wave file to play'
  631.       end
  632.       object Label6: TLabel
  633.         Left = 15
  634.         Top = 260
  635.         Width = 104
  636.         Height = 13
  637.         Caption = 'Default AVI file to play'
  638.       end
  639.       object Label8: TLabel
  640.         Left = 5
  641.         Top = 5
  642.         Width = 59
  643.         Height = 13
  644.         Caption = 'Addresses'
  645.         Font.Color = clBlack
  646.         Font.Height = -11
  647.         Font.Name = 'MS Sans Serif'
  648.         Font.Style = [fsBold]
  649.         ParentFont = False
  650.       end
  651.       object Label9: TLabel
  652.         Left = 5
  653.         Top = 120
  654.         Width = 33
  655.         Height = 13
  656.         Caption = 'Paths'
  657.         Font.Color = clBlack
  658.         Font.Height = -11
  659.         Font.Name = 'MS Sans Serif'
  660.         Font.Style = [fsBold]
  661.         ParentFont = False
  662.       end
  663.       object edsEmail: TEdit
  664.         Left = 15
  665.         Top = 44
  666.         Width = 300
  667.         Height = 21
  668.         ParentShowHint = False
  669.         ShowHint = True
  670.         TabOrder = 0
  671.       end
  672.       object edsEmailProg: TEdit
  673.         Left = 15
  674.         Top = 156
  675.         Width = 300
  676.         Height = 21
  677.         ParentShowHint = False
  678.         ShowHint = True
  679.         TabOrder = 2
  680.       end
  681.       object edsSMTP: TEdit
  682.         Left = 15
  683.         Top = 88
  684.         Width = 300
  685.         Height = 21
  686.         ParentShowHint = False
  687.         ShowHint = True
  688.         TabOrder = 1
  689.       end
  690.       object edsWavefile: TEdit
  691.         Left = 15
  692.         Top = 216
  693.         Width = 300
  694.         Height = 21
  695.         ParentShowHint = False
  696.         ShowHint = True
  697.         TabOrder = 3
  698.       end
  699.       object edsAVIfile: TEdit
  700.         Left = 15
  701.         Top = 276
  702.         Width = 300
  703.         Height = 21
  704.         ParentShowHint = False
  705.         ShowHint = True
  706.         TabOrder = 4
  707.       end
  708.       object TabSheet6: TTabSheet
  709.         Caption = 'Addresses / Paths'
  710.         object Label30: TLabel
  711.           Left = 15
  712.           Top = 28
  713.           Width = 117
  714.           Height = 13
  715.           Caption = 'Your main e-mail address'
  716.         end
  717.         object Label31: TLabel
  718.           Left = 15
  719.           Top = 140
  720.           Width = 69
  721.           Height = 13
  722.           Caption = 'E-mail program'
  723.         end
  724.         object Label32: TLabel
  725.           Left = 15
  726.           Top = 72
  727.           Width = 159
  728.           Height = 13
  729.           Caption = 'The address to your SMTP server'
  730.         end
  731.         object Label33: TLabel
  732.           Left = 15
  733.           Top = 188
  734.           Width = 79
  735.           Height = 13
  736.           Caption = 'Wave file to play'
  737.         end
  738.         object Label34: TLabel
  739.           Left = 15
  740.           Top = 236
  741.           Width = 67
  742.           Height = 13
  743.           Caption = 'AVI file to play'
  744.         end
  745.         object Label35: TLabel
  746.           Left = 5
  747.           Top = 5
  748.           Width = 59
  749.           Height = 13
  750.           Caption = 'Addresses'
  751.           Font.Color = clBlack
  752.           Font.Height = -11
  753.           Font.Name = 'MS Sans Serif'
  754.           Font.Style = [fsBold]
  755.           ParentFont = False
  756.         end
  757.         object Label36: TLabel
  758.           Left = 5
  759.           Top = 120
  760.           Width = 33
  761.           Height = 13
  762.           Caption = 'Paths'
  763.           Font.Color = clBlack
  764.           Font.Height = -11
  765.           Font.Name = 'MS Sans Serif'
  766.           Font.Style = [fsBold]
  767.           ParentFont = False
  768.         end
  769.         object Edit9: TEdit
  770.           Left = 15
  771.           Top = 44
  772.           Width = 300
  773.           Height = 21
  774.           TabOrder = 0
  775.           Text = 'Edit9'
  776.         end
  777.         object Edit10: TEdit
  778.           Left = 15
  779.           Top = 156
  780.           Width = 300
  781.           Height = 21
  782.           TabOrder = 2
  783.           Text = 'Edit10'
  784.         end
  785.         object Edit11: TEdit
  786.           Left = 15
  787.           Top = 88
  788.           Width = 300
  789.           Height = 21
  790.           TabOrder = 1
  791.           Text = 'Edit11'
  792.         end
  793.         object Edit12: TEdit
  794.           Left = 15
  795.           Top = 204
  796.           Width = 300
  797.           Height = 21
  798.           TabOrder = 3
  799.           Text = 'Edit12'
  800.         end
  801.         object Edit13: TEdit
  802.           Left = 15
  803.           Top = 252
  804.           Width = 300
  805.           Height = 21
  806.           TabOrder = 4
  807.           Text = 'Edit13'
  808.         end
  809.         object TabSheet7: TTabSheet
  810.           Caption = 'Addresses / Paths'
  811.           object Label37: TLabel
  812.             Left = 15
  813.             Top = 28
  814.             Width = 117
  815.             Height = 13
  816.             Caption = 'Your main e-mail address'
  817.           end
  818.           object Label38: TLabel
  819.             Left = 15
  820.             Top = 140
  821.             Width = 69
  822.             Height = 13
  823.             Caption = 'E-mail program'
  824.           end
  825.           object Label39: TLabel
  826.             Left = 15
  827.             Top = 72
  828.             Width = 159
  829.             Height = 13
  830.             Caption = 'The address to your SMTP server'
  831.           end
  832.           object Label40: TLabel
  833.             Left = 15
  834.             Top = 188
  835.             Width = 79
  836.             Height = 13
  837.             Caption = 'Wave file to play'
  838.           end
  839.           object Label41: TLabel
  840.             Left = 15
  841.             Top = 236
  842.             Width = 67
  843.             Height = 13
  844.             Caption = 'AVI file to play'
  845.           end
  846.           object Label42: TLabel
  847.             Left = 5
  848.             Top = 5
  849.             Width = 59
  850.             Height = 13
  851.             Caption = 'Addresses'
  852.             Font.Color = clBlack
  853.             Font.Height = -11
  854.             Font.Name = 'MS Sans Serif'
  855.             Font.Style = [fsBold]
  856.             ParentFont = False
  857.           end
  858.           object Label43: TLabel
  859.             Left = 5
  860.             Top = 120
  861.             Width = 33
  862.             Height = 13
  863.             Caption = 'Paths'
  864.             Font.Color = clBlack
  865.             Font.Height = -11
  866.             Font.Name = 'MS Sans Serif'
  867.             Font.Style = [fsBold]
  868.             ParentFont = False
  869.           end
  870.           object Edit14: TEdit
  871.             Left = 15
  872.             Top = 44
  873.             Width = 300
  874.             Height = 21
  875.             TabOrder = 0
  876.             Text = 'Edit4'
  877.           end
  878.           object Edit15: TEdit
  879.             Left = 15
  880.             Top = 156
  881.             Width = 300
  882.             Height = 21
  883.             TabOrder = 2
  884.             Text = 'Edit5'
  885.           end
  886.           object Edit16: TEdit
  887.             Left = 15
  888.             Top = 88
  889.             Width = 300
  890.             Height = 21
  891.             TabOrder = 1
  892.             Text = 'Edit6'
  893.           end
  894.           object Edit17: TEdit
  895.             Left = 15
  896.             Top = 204
  897.             Width = 300
  898.             Height = 21
  899.             TabOrder = 3
  900.             Text = 'Edit7'
  901.           end
  902.           object Edit18: TEdit
  903.             Left = 15
  904.             Top = 252
  905.             Width = 300
  906.             Height = 21
  907.             TabOrder = 4
  908.             Text = 'Edit8'
  909.           end
  910.           object Button8: TButton
  911.             Left = -37
  912.             Top = -12
  913.             Width = 75
  914.             Height = 25
  915.             Caption = 'Button7'
  916.             TabOrder = 5
  917.           end
  918.         end
  919.       end
  920.       object cmdBrowseEmailM: TButton
  921.         Left = 256
  922.         Top = 136
  923.         Width = 57
  924.         Height = 17
  925.         Caption = 'Browse...'
  926.         ParentShowHint = False
  927.         ShowHint = True
  928.         TabOrder = 6
  929.         OnClick = cmdBrowseEmailMClick
  930.       end
  931.       object cmdBrowseWaveM: TButton
  932.         Left = 256
  933.         Top = 196
  934.         Width = 57
  935.         Height = 17
  936.         Caption = 'Browse...'
  937.         ParentShowHint = False
  938.         ShowHint = True
  939.         TabOrder = 7
  940.         OnClick = cmdBrowseWaveMClick
  941.       end
  942.       object cmdBrowseAVIM: TButton
  943.         Left = 256
  944.         Top = 256
  945.         Width = 57
  946.         Height = 17
  947.         Caption = 'Browse...'
  948.         ParentShowHint = False
  949.         ShowHint = True
  950.         TabOrder = 8
  951.         OnClick = cmdBrowseAVIMClick
  952.       end
  953.       object cmdTestEmailM: TButton
  954.         Left = 208
  955.         Top = 136
  956.         Width = 41
  957.         Height = 17
  958.         Caption = 'Test'
  959.         Font.Color = clBlack
  960.         Font.Height = -11
  961.         Font.Name = 'MS Sans Serif'
  962.         Font.Style = []
  963.         ParentFont = False
  964.         ParentShowHint = False
  965.         ShowHint = True
  966.         TabOrder = 9
  967.         OnClick = cmdTestEmailMClick
  968.       end
  969.       object cmdTestWaveM: TButton
  970.         Left = 208
  971.         Top = 196
  972.         Width = 41
  973.         Height = 17
  974.         Caption = 'Test'
  975.         Font.Color = clBlack
  976.         Font.Height = -11
  977.         Font.Name = 'MS Sans Serif'
  978.         Font.Style = []
  979.         ParentFont = False
  980.         ParentShowHint = False
  981.         ShowHint = True
  982.         TabOrder = 10
  983.         OnClick = cmdTestWaveMClick
  984.       end
  985.       object cmdTestAVIM: TButton
  986.         Left = 208
  987.         Top = 256
  988.         Width = 41
  989.         Height = 17
  990.         Caption = 'Test'
  991.         Font.Color = clBlack
  992.         Font.Height = -11
  993.         Font.Name = 'MS Sans Serif'
  994.         Font.Style = []
  995.         ParentFont = False
  996.         ParentShowHint = False
  997.         ShowHint = True
  998.         TabOrder = 11
  999.         OnClick = cmdTestAVIMClick
  1000.       end
  1001.     end
  1002.     object TabSheet5: TTabSheet
  1003.       Caption = 'Misc'
  1004.       object lblPass: TLabel
  1005.         Left = 5
  1006.         Top = 5
  1007.         Width = 55
  1008.         Height = 13
  1009.         Caption = 'Password'
  1010.         Font.Color = clBlack
  1011.         Font.Height = -11
  1012.         Font.Name = 'MS Sans Serif'
  1013.         Font.Style = [fsBold]
  1014.         ParentFont = False
  1015.       end
  1016.       object Label23: TLabel
  1017.         Left = 15
  1018.         Top = 28
  1019.         Width = 149
  1020.         Height = 13
  1021.         Caption = 'Password for the settings dialog'
  1022.       end
  1023.       object Label24: TLabel
  1024.         Left = 5
  1025.         Top = 73
  1026.         Width = 88
  1027.         Height = 13
  1028.         Caption = 'Other functions'
  1029.         Font.Color = clBlack
  1030.         Font.Height = -11
  1031.         Font.Name = 'MS Sans Serif'
  1032.         Font.Style = [fsBold]
  1033.         ParentFont = False
  1034.       end
  1035.       object Label25: TLabel
  1036.         Left = 254
  1037.         Top = 314
  1038.         Width = 40
  1039.         Height = 13
  1040.         Caption = 'seconds'
  1041.       end
  1042.       object Label26: TLabel
  1043.         Left = 213
  1044.         Top = 289
  1045.         Width = 166
  1046.         Height = 13
  1047.         Caption = 'Time before a timeout occurs'
  1048.         Font.Color = clBlack
  1049.         Font.Height = -11
  1050.         Font.Name = 'MS Sans Serif'
  1051.         Font.Style = [fsBold]
  1052.         ParentFont = False
  1053.       end
  1054.       object Label59: TLabel
  1055.         Left = 5
  1056.         Top = 245
  1057.         Width = 125
  1058.         Height = 13
  1059.         Caption = 'CheckMail Web News'
  1060.         Font.Color = clBlack
  1061.         Font.Height = -11
  1062.         Font.Name = 'MS Sans Serif'
  1063.         Font.Style = [fsBold]
  1064.         ParentFont = False
  1065.       end
  1066.       object Label60: TLabel
  1067.         Left = 5
  1068.         Top = 289
  1069.         Width = 126
  1070.         Height = 13
  1071.         Caption = 'Show part of message'
  1072.         Font.Color = clBlack
  1073.         Font.Height = -11
  1074.         Font.Name = 'MS Sans Serif'
  1075.         Font.Style = [fsBold]
  1076.         ParentFont = False
  1077.       end
  1078.       object Label61: TLabel
  1079.         Left = 16
  1080.         Top = 314
  1081.         Width = 67
  1082.         Height = 13
  1083.         Caption = 'Show the first '
  1084.       end
  1085.       object Label62: TLabel
  1086.         Left = 118
  1087.         Top = 314
  1088.         Width = 21
  1089.         Height = 13
  1090.         Caption = 'lines'
  1091.       end
  1092.       object edsPassword: TEdit
  1093.         Left = 15
  1094.         Top = 44
  1095.         Width = 300
  1096.         Height = 21
  1097.         ParentShowHint = False
  1098.         ShowHint = True
  1099.         TabOrder = 0
  1100.       end
  1101.       object chkDelete: TCheckBox
  1102.         Left = 15
  1103.         Top = 152
  1104.         Width = 150
  1105.         Height = 17
  1106.         Caption = '&Disable delete messages'
  1107.         ParentShowHint = False
  1108.         ShowHint = True
  1109.         TabOrder = 4
  1110.       end
  1111.       object chkAutoConf: TCheckBox
  1112.         Left = 15
  1113.         Top = 132
  1114.         Width = 300
  1115.         Height = 17
  1116.         Caption = '&Automatically confirm delete questions'
  1117.         ParentShowHint = False
  1118.         ShowHint = True
  1119.         TabOrder = 2
  1120.       end
  1121.       object chkShowSize: TCheckBox
  1122.         Left = 15
  1123.         Top = 172
  1124.         Width = 122
  1125.         Height = 17
  1126.         Caption = '&Show message size '
  1127.         ParentShowHint = False
  1128.         ShowHint = True
  1129.         TabOrder = 3
  1130.       end
  1131.       object edsTimeOut: TEdit
  1132.         Left = 222
  1133.         Top = 309
  1134.         Width = 27
  1135.         Height = 21
  1136.         ParentShowHint = False
  1137.         ShowHint = True
  1138.         TabOrder = 8
  1139.         Text = '30'
  1140.       end
  1141.       object chkFastPref: TCheckBox
  1142.         Left = 15
  1143.         Top = 92
  1144.         Width = 366
  1145.         Height = 17
  1146.         Caption = 
  1147.           '&CheckMail updates the settings in Netscape Mail 3 and/or Intern' +
  1148.           'et Mail 3'
  1149.         ParentShowHint = False
  1150.         ShowHint = True
  1151.         TabOrder = 1
  1152.       end
  1153.       object chkStartMin: TCheckBox
  1154.         Left = 15
  1155.         Top = 212
  1156.         Width = 142
  1157.         Height = 17
  1158.         Caption = 'Always start &minimized'
  1159.         ParentShowHint = False
  1160.         ShowHint = True
  1161.         TabOrder = 5
  1162.       end
  1163.       object chkNews: TCheckBox
  1164.         Left = 16
  1165.         Top = 264
  1166.         Width = 329
  1167.         Height = 17
  1168.         Caption = '&Yes! Of course I want to receive news about CheckMail!'
  1169.         ParentShowHint = False
  1170.         ShowHint = True
  1171.         TabOrder = 9
  1172.       end
  1173.       object ediLines: TEdit
  1174.         Left = 86
  1175.         Top = 309
  1176.         Width = 27
  1177.         Height = 21
  1178.         ParentShowHint = False
  1179.         ShowHint = True
  1180.         TabOrder = 10
  1181.         Text = '0'
  1182.       end
  1183.       object chkUserDrawn: TCheckBox
  1184.         Left = 203
  1185.         Top = 212
  1186.         Width = 166
  1187.         Height = 17
  1188.         Caption = 'Show colors &in VH listbox'
  1189.         ParentShowHint = False
  1190.         ShowHint = True
  1191.         TabOrder = 7
  1192.       end
  1193.       object chkCloseWindow: TCheckBox
  1194.         Left = 15
  1195.         Top = 112
  1196.         Width = 230
  1197.         Height = 17
  1198.         Caption = 'Close window when &e-mail program starts'
  1199.         ParentShowHint = False
  1200.         ShowHint = True
  1201.         TabOrder = 6
  1202.       end
  1203.       object chkShowDel: TCheckBox
  1204.         Left = 15
  1205.         Top = 192
  1206.         Width = 142
  1207.         Height = 17
  1208.         Caption = 'Show dele&ted messages'
  1209.         ParentShowHint = False
  1210.         ShowHint = True
  1211.         TabOrder = 11
  1212.       end
  1213.       object chkShowInfo: TCheckBox
  1214.         Left = 203
  1215.         Top = 192
  1216.         Width = 166
  1217.         Height = 17
  1218.         Caption = 'Show extended info in &listbox'
  1219.         ParentShowHint = False
  1220.         ShowHint = True
  1221.         TabOrder = 12
  1222.       end
  1223.     end
  1224.     object TabSheet4: TTabSheet
  1225.       Caption = 'Reject Mail'
  1226.       object Label10: TLabel
  1227.         Left = 5
  1228.         Top = 5
  1229.         Width = 92
  1230.         Height = 13
  1231.         Caption = 'Reject mail from'
  1232.         Font.Color = clBlack
  1233.         Font.Height = -11
  1234.         Font.Name = 'MS Sans Serif'
  1235.         Font.Style = [fsBold]
  1236.         ParentFont = False
  1237.       end
  1238.       object Label13: TLabel
  1239.         Left = 5
  1240.         Top = 189
  1241.         Width = 81
  1242.         Height = 13
  1243.         Caption = 'Rejection mail'
  1244.         Font.Color = clBlack
  1245.         Font.Height = -11
  1246.         Font.Name = 'MS Sans Serif'
  1247.         Font.Style = [fsBold]
  1248.         ParentFont = False
  1249.       end
  1250.       object lbl444: TLabel
  1251.         Left = 16
  1252.         Top = 212
  1253.         Width = 39
  1254.         Height = 13
  1255.         Caption = 'Subject:'
  1256.       end
  1257.       object Label46: TLabel
  1258.         Left = 15
  1259.         Top = 72
  1260.         Width = 61
  1261.         Height = 13
  1262.         Caption = 'Reject mail...'
  1263.       end
  1264.       object lstRejected: TMemo
  1265.         Left = 191
  1266.         Top = 24
  1267.         Width = 200
  1268.         Height = 157
  1269.         ParentShowHint = False
  1270.         ScrollBars = ssVertical
  1271.         ShowHint = True
  1272.         TabOrder = 3
  1273.         WordWrap = False
  1274.       end
  1275.       object chkRejection: TCheckBox
  1276.         Left = 15
  1277.         Top = 24
  1278.         Width = 174
  1279.         Height = 17
  1280.         Caption = '&Enable e-mail rejection'
  1281.         ParentShowHint = False
  1282.         ShowHint = True
  1283.         TabOrder = 0
  1284.       end
  1285.       object chkAutoResp: TCheckBox
  1286.         Left = 15
  1287.         Top = 44
  1288.         Width = 174
  1289.         Height = 17
  1290.         Caption = '&Auto-respond to rejected mail'
  1291.         ParentShowHint = False
  1292.         ShowHint = True
  1293.         TabOrder = 1
  1294.       end
  1295.       object lstRejText: TMemo
  1296.         Left = 15
  1297.         Top = 240
  1298.         Width = 378
  1299.         Height = 105
  1300.         ParentShowHint = False
  1301.         ShowHint = True
  1302.         TabOrder = 5
  1303.       end
  1304.       object txtSubject: TEdit
  1305.         Left = 64
  1306.         Top = 209
  1307.         Width = 329
  1308.         Height = 21
  1309.         ParentShowHint = False
  1310.         ShowHint = True
  1311.         TabOrder = 4
  1312.       end
  1313.       object lstRejField: TComboBox
  1314.         Left = 15
  1315.         Top = 93
  1316.         Width = 162
  1317.         Height = 21
  1318.         Style = csDropDownList
  1319.         ItemHeight = 13
  1320.         Items.Strings = (
  1321.           'from these addresses'
  1322.           'to these addresses'
  1323.           'with these subjects')
  1324.         ParentShowHint = False
  1325.         ShowHint = True
  1326.         TabOrder = 2
  1327.         OnClick = lstRejFieldClick
  1328.       end
  1329.     end
  1330.     object TabSheet9: TTabSheet
  1331.       Caption = 'Important Mail'
  1332.       object Label50: TLabel
  1333.         Left = 15
  1334.         Top = 248
  1335.         Width = 114
  1336.         Height = 13
  1337.         Caption = 'Important AVI file to play'
  1338.       end
  1339.       object Label49: TLabel
  1340.         Left = 15
  1341.         Top = 200
  1342.         Width = 126
  1343.         Height = 13
  1344.         Caption = 'Important Wave file to play'
  1345.       end
  1346.       object Label48: TLabel
  1347.         Left = 5
  1348.         Top = 5
  1349.         Width = 108
  1350.         Height = 13
  1351.         Caption = 'Important mail from'
  1352.         Font.Color = clBlack
  1353.         Font.Height = -11
  1354.         Font.Name = 'MS Sans Serif'
  1355.         Font.Style = [fsBold]
  1356.         ParentFont = False
  1357.       end
  1358.       object Label47: TLabel
  1359.         Left = 15
  1360.         Top = 48
  1361.         Width = 74
  1362.         Height = 13
  1363.         Caption = 'Important mail...'
  1364.       end
  1365.       object edsImpAVI: TEdit
  1366.         Left = 15
  1367.         Top = 264
  1368.         Width = 376
  1369.         Height = 21
  1370.         ParentShowHint = False
  1371.         ShowHint = True
  1372.         TabOrder = 6
  1373.       end
  1374.       object edsImpAVIBrowse: TButton
  1375.         Left = 334
  1376.         Top = 244
  1377.         Width = 57
  1378.         Height = 17
  1379.         Caption = 'Browse...'
  1380.         ParentShowHint = False
  1381.         ShowHint = True
  1382.         TabOrder = 8
  1383.         OnClick = edsImpAVIBrowseClick
  1384.       end
  1385.       object edsImpAVITest: TButton
  1386.         Left = 286
  1387.         Top = 244
  1388.         Width = 41
  1389.         Height = 17
  1390.         Caption = 'Test'
  1391.         Font.Color = clBlack
  1392.         Font.Height = -11
  1393.         Font.Name = 'MS Sans Serif'
  1394.         Font.Style = []
  1395.         ParentFont = False
  1396.         ParentShowHint = False
  1397.         ShowHint = True
  1398.         TabOrder = 7
  1399.         OnClick = edsImpAVITestClick
  1400.       end
  1401.       object edsImpWave: TEdit
  1402.         Left = 15
  1403.         Top = 216
  1404.         Width = 376
  1405.         Height = 21
  1406.         ParentShowHint = False
  1407.         ShowHint = True
  1408.         TabOrder = 3
  1409.       end
  1410.       object edsImpWaveTest: TButton
  1411.         Left = 286
  1412.         Top = 196
  1413.         Width = 41
  1414.         Height = 17
  1415.         Caption = 'Test'
  1416.         Font.Color = clBlack
  1417.         Font.Height = -11
  1418.         Font.Name = 'MS Sans Serif'
  1419.         Font.Style = []
  1420.         ParentFont = False
  1421.         ParentShowHint = False
  1422.         ShowHint = True
  1423.         TabOrder = 4
  1424.         OnClick = edsImpWaveTestClick
  1425.       end
  1426.       object edsImpWaveBrowse: TButton
  1427.         Left = 334
  1428.         Top = 196
  1429.         Width = 57
  1430.         Height = 17
  1431.         Caption = 'Browse...'
  1432.         ParentShowHint = False
  1433.         ShowHint = True
  1434.         TabOrder = 5
  1435.         OnClick = edsImpWaveBrowseClick
  1436.       end
  1437.       object lstImportant: TMemo
  1438.         Left = 191
  1439.         Top = 24
  1440.         Width = 200
  1441.         Height = 157
  1442.         ParentShowHint = False
  1443.         ScrollBars = ssVertical
  1444.         ShowHint = True
  1445.         TabOrder = 2
  1446.         WordWrap = False
  1447.       end
  1448.       object chkImpMail: TCheckBox
  1449.         Left = 15
  1450.         Top = 24
  1451.         Width = 174
  1452.         Height = 17
  1453.         Caption = '&Enable important e-mails'
  1454.         ParentShowHint = False
  1455.         ShowHint = True
  1456.         TabOrder = 0
  1457.         OnClick = chkImpMailClick
  1458.       end
  1459.       object lstImpField: TComboBox
  1460.         Left = 15
  1461.         Top = 69
  1462.         Width = 162
  1463.         Height = 21
  1464.         Style = csDropDownList
  1465.         ItemHeight = 13
  1466.         Items.Strings = (
  1467.           'from these addresses'
  1468.           'to these addresses'
  1469.           'with these subjects')
  1470.         ParentShowHint = False
  1471.         ShowHint = True
  1472.         TabOrder = 1
  1473.         OnClick = lstImpFieldClick
  1474.       end
  1475.     end
  1476.     object TabSheet8: TTabSheet
  1477.       Caption = 'DialUp'
  1478.       object Label28: TLabel
  1479.         Left = 5
  1480.         Top = 193
  1481.         Width = 49
  1482.         Height = 13
  1483.         Caption = 'Hang up'
  1484.         Font.Color = clBlack
  1485.         Font.Height = -11
  1486.         Font.Name = 'MS Sans Serif'
  1487.         Font.Style = [fsBold]
  1488.         ParentFont = False
  1489.       end
  1490.       object Label29: TLabel
  1491.         Left = 15
  1492.         Top = 68
  1493.         Width = 95
  1494.         Height = 13
  1495.         Caption = 'Use this dialup entry'
  1496.       end
  1497.       object Label27: TLabel
  1498.         Left = 5
  1499.         Top = 5
  1500.         Width = 41
  1501.         Height = 13
  1502.         Caption = 'Dial up'
  1503.         Font.Color = clBlack
  1504.         Font.Height = -11
  1505.         Font.Name = 'MS Sans Serif'
  1506.         Font.Style = [fsBold]
  1507.         ParentFont = False
  1508.       end
  1509.       object Label53: TLabel
  1510.         Left = 16
  1511.         Top = 136
  1512.         Width = 191
  1513.         Height = 13
  1514.         Caption = 'Delay before CheckMail starts checking:'
  1515.       end
  1516.       object Label54: TLabel
  1517.         Left = 16
  1518.         Top = 160
  1519.         Width = 141
  1520.         Height = 13
  1521.         Caption = 'Time between redial attempts:'
  1522.       end
  1523.       object Label55: TLabel
  1524.         Left = 264
  1525.         Top = 136
  1526.         Width = 40
  1527.         Height = 13
  1528.         Caption = 'seconds'
  1529.       end
  1530.       object Label56: TLabel
  1531.         Left = 264
  1532.         Top = 160
  1533.         Width = 36
  1534.         Height = 13
  1535.         Caption = 'minutes'
  1536.       end
  1537.       object Label57: TLabel
  1538.         Left = 264
  1539.         Top = 112
  1540.         Width = 36
  1541.         Height = 13
  1542.         Caption = 'minutes'
  1543.       end
  1544.       object Label58: TLabel
  1545.         Left = 16
  1546.         Top = 112
  1547.         Width = 109
  1548.         Height = 13
  1549.         Caption = 'Time between dial ups:'
  1550.       end
  1551.       object rbNever: TRadioButton
  1552.         Left = 15
  1553.         Top = 252
  1554.         Width = 113
  1555.         Height = 17
  1556.         Caption = '&Never disconnect'
  1557.         ParentShowHint = False
  1558.         ShowHint = True
  1559.         TabOrder = 8
  1560.       end
  1561.       object rbAlways: TRadioButton
  1562.         Left = 15
  1563.         Top = 232
  1564.         Width = 113
  1565.         Height = 17
  1566.         Caption = '&Always disconnect'
  1567.         ParentShowHint = False
  1568.         ShowHint = True
  1569.         TabOrder = 7
  1570.       end
  1571.       object rbNew: TRadioButton
  1572.         Left = 15
  1573.         Top = 212
  1574.         Width = 226
  1575.         Height = 17
  1576.         Caption = '&Disconnect if there is no new mail'
  1577.         ParentShowHint = False
  1578.         ShowHint = True
  1579.         TabOrder = 6
  1580.       end
  1581.       object lstEntries: TComboBox
  1582.         Left = 15
  1583.         Top = 84
  1584.         Width = 186
  1585.         Height = 21
  1586.         Style = csDropDownList
  1587.         ItemHeight = 0
  1588.         ParentShowHint = False
  1589.         ShowHint = True
  1590.         TabOrder = 2
  1591.         OnChange = lstEntriesChange
  1592.       end
  1593.       object chkPauseDialUp: TCheckBox
  1594.         Left = 15
  1595.         Top = 24
  1596.         Width = 362
  1597.         Height = 17
  1598.         Caption = '&Suspend CheckMail if no DialUp connection is active'
  1599.         ParentShowHint = False
  1600.         ShowHint = True
  1601.         TabOrder = 0
  1602.       end
  1603.       object chkDialup: TCheckBox
  1604.         Left = 15
  1605.         Top = 44
  1606.         Width = 300
  1607.         Height = 17
  1608.         Caption = '&Use dialup connection'
  1609.         ParentShowHint = False
  1610.         ShowHint = True
  1611.         TabOrder = 1
  1612.         OnClick = chkDialupClick
  1613.       end
  1614.       object ediRedialTime: TEdit
  1615.         Left = 216
  1616.         Top = 158
  1617.         Width = 41
  1618.         Height = 21
  1619.         ParentShowHint = False
  1620.         ShowHint = True
  1621.         TabOrder = 5
  1622.       end
  1623.       object ediDelay: TEdit
  1624.         Left = 216
  1625.         Top = 134
  1626.         Width = 41
  1627.         Height = 21
  1628.         ParentShowHint = False
  1629.         ShowHint = True
  1630.         TabOrder = 4
  1631.       end
  1632.       object ediDialTime: TEdit
  1633.         Left = 216
  1634.         Top = 110
  1635.         Width = 41
  1636.         Height = 21
  1637.         ParentShowHint = False
  1638.         ShowHint = True
  1639.         TabOrder = 3
  1640.       end
  1641.     end
  1642.     object TabSheet10: TTabSheet
  1643.       Caption = 'Pager'
  1644.       object Label45: TLabel
  1645.         Left = 15
  1646.         Top = 120
  1647.         Width = 155
  1648.         Height = 13
  1649.         Caption = 'Phone number and code to send'
  1650.       end
  1651.       object Label51: TLabel
  1652.         Left = 15
  1653.         Top = 76
  1654.         Width = 95
  1655.         Height = 13
  1656.         Caption = 'Use this dialup entry'
  1657.       end
  1658.       object Label52: TLabel
  1659.         Left = 5
  1660.         Top = 9
  1661.         Width = 81
  1662.         Height = 13
  1663.         Caption = 'Number Pager'
  1664.         Font.Color = clBlack
  1665.         Font.Height = -11
  1666.         Font.Name = 'MS Sans Serif'
  1667.         Font.Style = [fsBold]
  1668.         ParentFont = False
  1669.       end
  1670.       object edsCode: TEdit
  1671.         Left = 15
  1672.         Top = 136
  1673.         Width = 329
  1674.         Height = 21
  1675.         ParentShowHint = False
  1676.         ShowHint = True
  1677.         TabOrder = 3
  1678.       end
  1679.       object lstPager: TComboBox
  1680.         Left = 15
  1681.         Top = 92
  1682.         Width = 186
  1683.         Height = 21
  1684.         Style = csDropDownList
  1685.         ItemHeight = 0
  1686.         ParentShowHint = False
  1687.         ShowHint = True
  1688.         TabOrder = 2
  1689.         OnChange = lstPagerChange
  1690.       end
  1691.       object chkPager: TCheckBox
  1692.         Left = 15
  1693.         Top = 28
  1694.         Width = 300
  1695.         Height = 17
  1696.         Caption = '&Use pager function'
  1697.         ParentShowHint = False
  1698.         ShowHint = True
  1699.         TabOrder = 0
  1700.       end
  1701.       object chkOnlyImp: TCheckBox
  1702.         Left = 15
  1703.         Top = 48
  1704.         Width = 242
  1705.         Height = 17
  1706.         Caption = '&Page only when you have important e-mails'
  1707.         ParentShowHint = False
  1708.         ShowHint = True
  1709.         TabOrder = 1
  1710.       end
  1711.     end
  1712.   end
  1713.   object cmdOk: TButton
  1714.     Left = 262
  1715.     Top = 404
  1716.     Width = 75
  1717.     Height = 25
  1718.     Caption = '&Ok'
  1719.     Default = True
  1720.     ParentShowHint = False
  1721.     ShowHint = True
  1722.     TabOrder = 0
  1723.     OnClick = cmdOkClick
  1724.   end
  1725.   object cmdCancel: TButton
  1726.     Left = 342
  1727.     Top = 404
  1728.     Width = 75
  1729.     Height = 25
  1730.     Cancel = True
  1731.     Caption = '&Cancel'
  1732.     ParentShowHint = False
  1733.     ShowHint = True
  1734.     TabOrder = 1
  1735.     OnClick = cmdCancelClick
  1736.   end
  1737.   object OpenDialog1: TOpenDialog
  1738.     FileEditStyle = fsEdit
  1739.     Filter = 
  1740.       'Movies|*.avi|Sounds|*.wav|Programs|*.exe; *.bat; *.com; *.lnk; *' +
  1741.       '.pif|All files|*.*'
  1742.     Left = 3
  1743.     Top = 403
  1744.   end
  1745. end
  1746.