home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TPROGRAMOPTIONSFORM / TPROGRAMOPTIONSFORM.txt < prev   
Encoding:
Text File  |  2002-10-30  |  37.7 KB  |  1,154 lines

  1. object ProgramOptionsForm: TProgramOptionsForm
  2.   Left = 321
  3.   Top = 153
  4.   HelpContext = 1028
  5.   ActiveControl = btOk
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 344
  9.   ClientWidth = 492
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = 11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PrintScale = poNone
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object plButtons: TPanel
  27.     Left = 0
  28.     Top = 312
  29.     Width = 492
  30.     Height = 32
  31.     Align = alBottom
  32.     BevelOuter = bvNone
  33.     TabOrder = 1
  34.     object btCancel: TBitBtn
  35.       Left = 328
  36.       Top = 4
  37.       Width = 75
  38.       Height = 25
  39.       TabOrder = 2
  40.       Kind = bkCancel
  41.     end
  42.     object btOk: TBitBtn
  43.       Left = 168
  44.       Top = 4
  45.       Width = 75
  46.       Height = 25
  47.       TabOrder = 0
  48.       Kind = bkOK
  49.     end
  50.     object btApply: TBitBtn
  51.       Left = 248
  52.       Top = 4
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'Apply'
  56.       Enabled = False
  57.       TabOrder = 1
  58.       OnClick = btApplyClick
  59.       Glyph.Data = {
  60.         DE010000424DDE01000000000000760000002800000024000000120000000100
  61.         0400000000006801000000000000000000001000000000000000000000000000
  62.         80000080000000808000800000008000800080800000C0C0C000808080000000
  63.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  64.         3333333333333333333333330000333333333333333333333333F33333333333
  65.         00003333344333333333333333388F3333333333000033334224333333333333
  66.         338338F3333333330000333422224333333333333833338F3333333300003342
  67.         222224333333333383333338F3333333000034222A22224333333338F338F333
  68.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  69.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  70.         0000333333333A222433333333333338F338F33300003333333333A222433333
  71.         333333338F338F33000033333333333A222433333333333338F338F300003333
  72.         33333333A222433333333333338F338F00003333333333333A22433333333333
  73.         3338F38F000033333333333333A223333333333333338F830000333333333333
  74.         333A333333333333333338330000333333333333333333333333333333333333
  75.         0000}
  76.       NumGlyphs = 2
  77.     end
  78.     object btHelp: TBitBtn
  79.       Left = 408
  80.       Top = 4
  81.       Width = 75
  82.       Height = 25
  83.       TabOrder = 3
  84.       Kind = bkHelp
  85.     end
  86.   end
  87.   object pcOpt: TPageControl
  88.     Left = 0
  89.     Top = 0
  90.     Width = 492
  91.     Height = 312
  92.     ActivePage = TabSheet4
  93.     Align = alClient
  94.     TabOrder = 0
  95.     OnChange = pcOptChange
  96.     object TabSheet2: TTabSheet
  97.       HelpContext = 1028
  98.       BorderWidth = 4
  99.       Caption = 'General'
  100.       ImageIndex = 1
  101.       object Label1: TLabel
  102.         Left = 276
  103.         Top = 248
  104.         Width = 35
  105.         Height = 13
  106.         Caption = 'Kbytes.'
  107.       end
  108.       object Label14: TLabel
  109.         Left = 29
  110.         Top = 21
  111.         Width = 369
  112.         Height = 13
  113.         Caption = 
  114.           'you can press the Shift key when clicking on a link to achieve t' +
  115.           'he same result)'
  116.       end
  117.       object Label15: TLabel
  118.         Left = 317
  119.         Top = 9
  120.         Width = 87
  121.         Height = 13
  122.         Caption = ' (if this option is off'
  123.       end
  124.       object gbConnOpt: TGroupBox
  125.         Left = 10
  126.         Top = 64
  127.         Width = 455
  128.         Height = 105
  129.         Caption = ' Connection Options '
  130.         TabOrder = 0
  131.         object Label3: TLabel
  132.           Left = 268
  133.           Top = 48
  134.           Width = 77
  135.           Height = 13
  136.           AutoSize = False
  137.           Caption = 'Timeout (sec.):'
  138.           Color = clBtnFace
  139.           ParentColor = False
  140.         end
  141.         object Label8: TLabel
  142.           Left = 268
  143.           Top = 20
  144.           Width = 77
  145.           Height = 13
  146.           AutoSize = False
  147.           Caption = 'Max retries:'
  148.           Color = clBtnFace
  149.           ParentColor = False
  150.         end
  151.         object Label11: TLabel
  152.           Left = 16
  153.           Top = 48
  154.           Width = 153
  155.           Height = 13
  156.           AutoSize = False
  157.           Caption = 'Max connections per server:'
  158.           Color = clBtnFace
  159.           ParentColor = False
  160.         end
  161.         object Label2: TLabel
  162.           Left = 16
  163.           Top = 20
  164.           Width = 149
  165.           Height = 13
  166.           AutoSize = False
  167.           Caption = 'Max connections:'
  168.           Color = clBtnFace
  169.           ParentColor = False
  170.         end
  171.         object Label4: TLabel
  172.           Left = 16
  173.           Top = 76
  174.           Width = 157
  175.           Height = 13
  176.           AutoSize = False
  177.           Caption = 'Pause between connection:'
  178.           Color = clBtnFace
  179.           ParentColor = False
  180.         end
  181.         object edMaxConn: TxxxSpinEdit
  182.           Left = 188
  183.           Top = 18
  184.           Width = 49
  185.           Height = 19
  186.           Value = 0
  187.           MaxValue = 99
  188.           MinValue = 0
  189.           OnChanging = edMaxConnChanging
  190.         end
  191.         object edMaxConnPerServ: TxxxSpinEdit
  192.           Left = 188
  193.           Top = 46
  194.           Width = 49
  195.           Height = 19
  196.           Value = 1
  197.           MaxValue = 10
  198.           MinValue = 1
  199.           OnChanging = edMaxConnChanging
  200.         end
  201.         object edTries: TxxxSpinEdit
  202.           Left = 376
  203.           Top = 18
  204.           Width = 49
  205.           Height = 19
  206.           Value = 1
  207.           MaxValue = 99
  208.           MinValue = 0
  209.           OnChanging = edMaxConnChanging
  210.         end
  211.         object edTimeOut: TxxxSpinEdit
  212.           Left = 376
  213.           Top = 46
  214.           Width = 49
  215.           Height = 19
  216.           Value = 0
  217.           MaxValue = 100
  218.           MinValue = 0
  219.           OnChanging = edMaxConnChanging
  220.         end
  221.         object edPause: TxxxSpinEdit
  222.           Left = 188
  223.           Top = 74
  224.           Width = 49
  225.           Height = 19
  226.           Value = 0
  227.           MaxValue = 100
  228.           MinValue = 0
  229.           OnChanging = edMaxConnChanging
  230.         end
  231.       end
  232.       object gbStartupopt: TGroupBox
  233.         Left = 10
  234.         Top = 180
  235.         Width = 455
  236.         Height = 45
  237.         Caption = ' Startup Options '
  238.         TabOrder = 1
  239.         object cbOpenNew: TCheckBox
  240.           Left = 8
  241.           Top = 20
  242.           Width = 117
  243.           Height = 17
  244.           Caption = 'Open new project'
  245.           TabOrder = 0
  246.           OnClick = cbOpenNewClick
  247.         end
  248.         object cbLaunchBrowser: TCheckBox
  249.           Left = 152
  250.           Top = 20
  251.           Width = 101
  252.           Height = 17
  253.           Caption = 'Launch browser'
  254.           TabOrder = 1
  255.           OnClick = cbOpenNewClick
  256.         end
  257.         object cbGoToOnline: TCheckBox
  258.           Left = 296
  259.           Top = 20
  260.           Width = 97
  261.           Height = 17
  262.           Caption = 'Go online'
  263.           TabOrder = 2
  264.         end
  265.       end
  266.       object cbDiskSize: TCheckBox
  267.         Left = 12
  268.         Top = 248
  269.         Width = 189
  270.         Height = 17
  271.         Caption = 'Stop if free disk space drops below'
  272.         TabOrder = 2
  273.         OnClick = cbDiskSizeClick
  274.       end
  275.       object edDiskSize: TxxxEdit
  276.         Left = 200
  277.         Top = 244
  278.         Width = 69
  279.         Height = 21
  280.         MaxLength = 10
  281.         TabOrder = 3
  282.         Text = '300'
  283.         KeyFilter = kfDigitOnly
  284.       end
  285.       object cbAttachToTask: TCheckBox
  286.         Left = 8
  287.         Top = 40
  288.         Width = 449
  289.         Height = 17
  290.         Caption = 
  291.           'Attach linked resources retrieved by other tasks to the task loa' +
  292.           'ded in the built-in browser'
  293.         TabOrder = 4
  294.       end
  295.       object cbCreateTaskOnLink: TCheckBox
  296.         Left = 8
  297.         Top = 5
  298.         Width = 313
  299.         Height = 17
  300.         Caption = 'Create a new task for every link clicked in the built-in browser'
  301.         TabOrder = 5
  302.       end
  303.     end
  304.     object TabSheet3: TTabSheet
  305.       HelpContext = 1029
  306.       BorderWidth = 4
  307.       Caption = 'Proxy'
  308.       ImageIndex = 3
  309.       object rbDirectConnection: TRadioButton
  310.         Left = 18
  311.         Top = 13
  312.         Width = 211
  313.         Height = 17
  314.         Caption = 'Do not use proxy'
  315.         Checked = True
  316.         TabOrder = 0
  317.         TabStop = True
  318.         OnClick = rbDirectConnectionClick
  319.       end
  320.       object rbIESettings: TRadioButton
  321.         Left = 18
  322.         Top = 42
  323.         Width = 239
  324.         Height = 21
  325.         Caption = 'Use IE proxy settings'
  326.         TabOrder = 1
  327.         OnClick = rbDirectConnectionClick
  328.       end
  329.       object GroupBox7: TGroupBox
  330.         Left = 8
  331.         Top = 77
  332.         Width = 455
  333.         Height = 125
  334.         Caption = '  '
  335.         TabOrder = 3
  336.         object Label5: TLabel
  337.           Left = 7
  338.           Top = 40
  339.           Width = 51
  340.           Height = 13
  341.           Caption = 'Http proxy:'
  342.         end
  343.         object Label6: TLabel
  344.           Left = 7
  345.           Top = 69
  346.           Width = 46
  347.           Height = 13
  348.           Caption = 'Ftp proxy:'
  349.         end
  350.         object Label7: TLabel
  351.           Left = 88
  352.           Top = 16
  353.           Width = 72
  354.           Height = 13
  355.           Caption = 'Server Address'
  356.         end
  357.         object Label9: TLabel
  358.           Left = 236
  359.           Top = 16
  360.           Width = 19
  361.           Height = 13
  362.           Caption = 'Port'
  363.         end
  364.         object Label12: TLabel
  365.           Left = 300
  366.           Top = 16
  367.           Width = 50
  368.           Height = 13
  369.           Caption = 'UserName'
  370.         end
  371.         object Label10: TLabel
  372.           Left = 372
  373.           Top = 16
  374.           Width = 46
  375.           Height = 13
  376.           Caption = 'Password'
  377.         end
  378.         object edHttpProxy: TxxxEdit
  379.           Left = 71
  380.           Top = 37
  381.           Width = 146
  382.           Height = 21
  383.           Color = clBtnFace
  384.           Enabled = False
  385.           TabOrder = 0
  386.           Text = 'edHttpProxy'
  387.           OnChange = edHttpProxyChange
  388.           KeyFilter = kfAll
  389.         end
  390.         object edFtpProxy: TxxxEdit
  391.           Left = 71
  392.           Top = 65
  393.           Width = 146
  394.           Height = 21
  395.           Color = clBtnFace
  396.           Enabled = False
  397.           TabOrder = 4
  398.           Text = 'edFtpProxy'
  399.           OnChange = edHttpProxyChange
  400.           KeyFilter = kfAll
  401.         end
  402.         object cbUsethesame: TCheckBox
  403.           Left = 60
  404.           Top = 96
  405.           Width = 189
  406.           Height = 17
  407.           Caption = 'Use the same for both protocols'
  408.           Checked = True
  409.           Enabled = False
  410.           State = cbChecked
  411.           TabOrder = 8
  412.           OnClick = cbUsethesameClick
  413.         end
  414.         object edHttpProxyPort: TxxxEdit
  415.           Left = 226
  416.           Top = 37
  417.           Width = 65
  418.           Height = 21
  419.           Color = clBtnFace
  420.           Enabled = False
  421.           TabOrder = 1
  422.           Text = 'edHttpProxyPort'
  423.           OnChange = edHttpProxyChange
  424.           KeyFilter = kfDigitOnly
  425.         end
  426.         object edFtpProxyPort: TxxxEdit
  427.           Left = 226
  428.           Top = 65
  429.           Width = 65
  430.           Height = 21
  431.           Color = clBtnFace
  432.           Enabled = False
  433.           TabOrder = 5
  434.           Text = 'edFtpProxyPort'
  435.           OnChange = edHttpProxyChange
  436.           KeyFilter = kfDigitOnly
  437.         end
  438.         object edHttpUserName: TxxxEdit
  439.           Left = 300
  440.           Top = 37
  441.           Width = 65
  442.           Height = 21
  443.           Color = clBtnFace
  444.           Enabled = False
  445.           TabOrder = 2
  446.           Text = 'edHttpUserName'
  447.           OnChange = edHttpProxyChange
  448.           KeyFilter = kfAll
  449.         end
  450.         object edFtpUserName: TxxxEdit
  451.           Left = 300
  452.           Top = 65
  453.           Width = 65
  454.           Height = 21
  455.           Color = clBtnFace
  456.           Enabled = False
  457.           TabOrder = 6
  458.           Text = 'edFtpUserName'
  459.           OnChange = edHttpProxyChange
  460.           KeyFilter = kfAll
  461.         end
  462.         object edHttpPassword: TxxxEdit
  463.           Left = 374
  464.           Top = 37
  465.           Width = 65
  466.           Height = 21
  467.           Color = clBtnFace
  468.           Enabled = False
  469.           PasswordChar = '*'
  470.           TabOrder = 3
  471.           Text = 'edHttpPassword'
  472.           OnChange = edHttpProxyChange
  473.           KeyFilter = kfAll
  474.         end
  475.         object edFtpPassword: TxxxEdit
  476.           Left = 374
  477.           Top = 65
  478.           Width = 65
  479.           Height = 21
  480.           Color = clBtnFace
  481.           Enabled = False
  482.           PasswordChar = '*'
  483.           TabOrder = 7
  484.           Text = 'edFtpPassword'
  485.           OnChange = edHttpProxyChange
  486.           KeyFilter = kfAll
  487.         end
  488.       end
  489.       object rbUseProxy: TRadioButton
  490.         Left = 18
  491.         Top = 74
  492.         Width = 71
  493.         Height = 17
  494.         Caption = 'Use proxy:'
  495.         TabOrder = 2
  496.         OnClick = rbDirectConnectionClick
  497.       end
  498.     end
  499.     object TabSheet1: TTabSheet
  500.       HelpContext = 1030
  501.       BorderWidth = 4
  502.       Caption = 'Ping'
  503.       ImageIndex = 3
  504.       object GroupBox6: TGroupBox
  505.         Left = 0
  506.         Top = 0
  507.         Width = 476
  508.         Height = 276
  509.         Align = alClient
  510.         Caption = '     '
  511.         TabOrder = 0
  512.         object cbEnablePing: TCheckBox
  513.           Left = 13
  514.           Top = -2
  515.           Width = 84
  516.           Height = 17
  517.           Caption = 'Enable ping'
  518.           TabOrder = 0
  519.           OnClick = cbEnablePingClick
  520.         end
  521.         object Panel2: TPanel
  522.           Left = 2
  523.           Top = 233
  524.           Width = 472
  525.           Height = 41
  526.           Align = alBottom
  527.           BevelOuter = bvNone
  528.           TabOrder = 1
  529.           object btAdd: TButton
  530.             Left = 8
  531.             Top = 8
  532.             Width = 75
  533.             Height = 25
  534.             Action = acAdd
  535.             TabOrder = 0
  536.           end
  537.           object Button3: TButton
  538.             Left = 88
  539.             Top = 8
  540.             Width = 75
  541.             Height = 25
  542.             Action = acRemovePingHosts
  543.             TabOrder = 1
  544.           end
  545.           object Button2: TButton
  546.             Left = 168
  547.             Top = 8
  548.             Width = 75
  549.             Height = 25
  550.             Action = acEditPingHosts
  551.             TabOrder = 2
  552.           end
  553.         end
  554.         object Panel3: TPanel
  555.           Left = 2
  556.           Top = 15
  557.           Width = 472
  558.           Height = 218
  559.           Align = alClient
  560.           BevelOuter = bvNone
  561.           BorderWidth = 5
  562.           TabOrder = 2
  563.           object Panel4: TPanel
  564.             Left = 5
  565.             Top = 5
  566.             Width = 462
  567.             Height = 208
  568.             Align = alClient
  569.             BevelOuter = bvNone
  570.             TabOrder = 0
  571.             object lvPingHost: TListView
  572.               Left = 0
  573.               Top = 0
  574.               Width = 462
  575.               Height = 208
  576.               Align = alClient
  577.               Columns = <
  578.                 item
  579.                   Caption = 'Hosts'
  580.                   Width = 300
  581.                 end
  582.                 item
  583.                   Caption = 'Status'
  584.                   Width = 100
  585.                 end>
  586.               Enabled = False
  587.               SmallImages = ImageList1
  588.               TabOrder = 0
  589.               ViewStyle = vsReport
  590.               OnEdited = lvPingHostEdited
  591.               OnEditing = lvPingHostEditing
  592.             end
  593.           end
  594.         end
  595.       end
  596.     end
  597.     object Browser: TTabSheet
  598.       HelpContext = 1031
  599.       BorderWidth = 4
  600.       Caption = 'Browser'
  601.       ImageIndex = 4
  602.       object gbLinks: TGroupBox
  603.         Left = 218
  604.         Top = 5
  605.         Width = 255
  606.         Height = 113
  607.         Caption = ' Placing the cursor on a link that was not retrieved: '
  608.         TabOrder = 0
  609.         object cbShowCursor: TCheckBox
  610.           Left = 15
  611.           Top = 20
  612.           Width = 217
  613.           Height = 17
  614.           Caption = 'Changes cursor to hour glass'
  615.           TabOrder = 0
  616.           OnClick = cbShowCursorClick
  617.         end
  618.         object cbHighlighting: TCheckBox
  619.           Left = 15
  620.           Top = 40
  621.           Width = 185
  622.           Height = 17
  623.           Caption = 'Highlights the link'
  624.           TabOrder = 1
  625.           OnClick = cbShowCursorClick
  626.         end
  627.         object cbShowHintOnLinks: TCheckBox
  628.           Left = 15
  629.           Top = 60
  630.           Width = 185
  631.           Height = 17
  632.           Caption = 'Displays a hint'
  633.           TabOrder = 2
  634.           OnClick = cbShowCursorClick
  635.         end
  636.       end
  637.       object gbScripts: TGroupBox
  638.         Left = 0
  639.         Top = 130
  640.         Width = 473
  641.         Height = 123
  642.         Caption = ' Script behavior: '
  643.         TabOrder = 1
  644.         object cbAllowOpen: TCheckBox
  645.           Left = 15
  646.           Top = 20
  647.           Width = 353
  648.           Height = 17
  649.           Caption = 'Allow scripts to open new browser windows'
  650.           TabOrder = 0
  651.           OnClick = cbShowCursorClick
  652.         end
  653.         object cbOpenAtClosing: TCheckBox
  654.           Left = 15
  655.           Top = 60
  656.           Width = 369
  657.           Height = 17
  658.           Caption = 'Allow scripts to open new windows on close'
  659.           TabOrder = 1
  660.           OnClick = cbShowCursorClick
  661.         end
  662.         object cbAutoUndock: TCheckBox
  663.           Left = 15
  664.           Top = 80
  665.           Width = 365
  666.           Height = 17
  667.           Caption = 'Allow scripts to undock, resize, and move browser windows'
  668.           TabOrder = 2
  669.           OnClick = cbShowCursorClick
  670.         end
  671.         object cbAutoHideMenu: TCheckBox
  672.           Left = 15
  673.           Top = 100
  674.           Width = 393
  675.           Height = 17
  676.           Caption = 'Allow scripts to hide browser toolbars and menus'
  677.           TabOrder = 3
  678.           OnClick = cbShowCursorClick
  679.         end
  680.         object cbCloseFromScript: TCheckBox
  681.           Left = 15
  682.           Top = 40
  683.           Width = 369
  684.           Height = 17
  685.           Caption = 'Allow scripts to close browser windows'
  686.           TabOrder = 4
  687.           OnClick = cbShowCursorClick
  688.         end
  689.       end
  690.       object cbOpenBrowserinTabs: TCheckBox
  691.         Left = 12
  692.         Top = 260
  693.         Width = 173
  694.         Height = 17
  695.         Caption = 'Open browser windows in tabs'
  696.         TabOrder = 2
  697.         OnContextPopup = cbOpenBrowserinTabsContextPopup
  698.       end
  699.       object GroupBox1: TGroupBox
  700.         Left = 0
  701.         Top = 5
  702.         Width = 209
  703.         Height = 113
  704.         Caption = ' Home page: '
  705.         TabOrder = 3
  706.         object edOcHome: TEdit
  707.           Left = 8
  708.           Top = 80
  709.           Width = 193
  710.           Height = 21
  711.           MaxLength = 255
  712.           TabOrder = 0
  713.           Text = 'edOcHome'
  714.         end
  715.         object rbUseBlank: TRadioButton
  716.           Left = 15
  717.           Top = 20
  718.           Width = 113
  719.           Height = 17
  720.           Caption = 'Blank page'
  721.           TabOrder = 1
  722.           OnClick = rbUseBlankClick
  723.         end
  724.         object rbUseIEHome: TRadioButton
  725.           Left = 15
  726.           Top = 40
  727.           Width = 113
  728.           Height = 17
  729.           Caption = 'IE home page'
  730.           TabOrder = 2
  731.           OnClick = rbUseBlankClick
  732.         end
  733.         object rbUseCustom: TRadioButton
  734.           Left = 15
  735.           Top = 60
  736.           Width = 138
  737.           Height = 17
  738.           Caption = 'Page specified below:'
  739.           TabOrder = 3
  740.           OnClick = rbUseCustomClick
  741.         end
  742.       end
  743.     end
  744.     object TabSheet4: TTabSheet
  745.       HelpContext = 1040
  746.       Caption = 'Confirmations'
  747.       ImageIndex = 4
  748.       object asd: TGroupBox
  749.         Left = 10
  750.         Top = 10
  751.         Width = 455
  752.         Height = 249
  753.         Caption = ' Display Confirmation Boxes: '
  754.         TabOrder = 0
  755.         object Label13: TLabel
  756.           Left = 196
  757.           Top = 20
  758.           Width = 84
  759.           Height = 13
  760.           Caption = 'Auto answer with:'
  761.         end
  762.         object cbConfirm1: TCheckBox
  763.           Left = 15
  764.           Top = 20
  765.           Width = 162
  766.           Height = 13
  767.           Caption = 'Enqueue URL in offline mode.'
  768.           TabOrder = 0
  769.           OnClick = cbConfirm1Click
  770.         end
  771.         object cbConfirm5: TCheckBox
  772.           Tag = 4
  773.           Left = 15
  774.           Top = 110
  775.           Width = 300
  776.           Height = 13
  777.           Caption = 'Create duplicate task'
  778.           TabOrder = 4
  779.         end
  780.         object cbConfirm4: TCheckBox
  781.           Tag = 3
  782.           Left = 15
  783.           Top = 90
  784.           Width = 300
  785.           Height = 13
  786.           Caption = 'Create task for opened page'
  787.           TabOrder = 3
  788.         end
  789.         object cbConfirm2: TCheckBox
  790.           Tag = 1
  791.           Left = 15
  792.           Top = 40
  793.           Width = 186
  794.           Height = 13
  795.           Caption = 'Enqueue links from  text selection'
  796.           TabOrder = 1
  797.         end
  798.         object cbConfirm6: TCheckBox
  799.           Tag = 5
  800.           Left = 15
  801.           Top = 140
  802.           Width = 300
  803.           Height = 13
  804.           Caption = 'Delete task'
  805.           TabOrder = 5
  806.         end
  807.         object cbConfirm7: TCheckBox
  808.           Tag = 6
  809.           Left = 15
  810.           Top = 160
  811.           Width = 300
  812.           Height = 13
  813.           Caption = 'Delete task item'
  814.           TabOrder = 6
  815.         end
  816.         object cbConfirm9: TCheckBox
  817.           Tag = 8
  818.           Left = 15
  819.           Top = 210
  820.           Width = 300
  821.           Height = 13
  822.           Caption = 'Abort connection'
  823.           TabOrder = 8
  824.         end
  825.         object cbConfirm8: TCheckBox
  826.           Tag = 7
  827.           Left = 15
  828.           Top = 180
  829.           Width = 300
  830.           Height = 13
  831.           Caption = 'Delete folder'
  832.           TabOrder = 7
  833.         end
  834.         object cbConfirm3: TCheckBox
  835.           Tag = 2
  836.           Left = 15
  837.           Top = 70
  838.           Width = 300
  839.           Height = 13
  840.           Caption = 'Create tasks from links in a text selection'
  841.           TabOrder = 2
  842.         end
  843.         object rbNoAnswer: TRadioButton
  844.           Left = 328
  845.           Top = 20
  846.           Width = 41
  847.           Height = 17
  848.           Caption = 'No'
  849.           TabOrder = 9
  850.         end
  851.         object rbYesAnswer: TRadioButton
  852.           Left = 288
  853.           Top = 20
  854.           Width = 41
  855.           Height = 17
  856.           Caption = 'Yes'
  857.           TabOrder = 10
  858.         end
  859.       end
  860.     end
  861.     object TabSheet5: TTabSheet
  862.       HelpContext = 1041
  863.       Caption = 'Authorization'
  864.       ImageIndex = 5
  865.       object Image1: TImage
  866.         Left = 16
  867.         Top = 16
  868.         Width = 33
  869.         Height = 41
  870.         Picture.Data = {<image000.ico>}
  871.       end
  872.       object Label16: TLabel
  873.         Left = 72
  874.         Top = 56
  875.         Width = 54
  876.         Height = 13
  877.         Caption = ' responses)'
  878.       end
  879.       object Label17: TLabel
  880.         Left = 192
  881.         Top = 36
  882.         Width = 286
  883.         Height = 13
  884.         Caption = ' (for 401 '#39'Unauthorized'#39' or 407 '#39'Proxy authentication required'#39
  885.       end
  886.       object cbDisplayLogon: TCheckBox
  887.         Left = 54
  888.         Top = 36
  889.         Width = 139
  890.         Height = 17
  891.         Caption = 'Display logon dialog box'
  892.         TabOrder = 0
  893.       end
  894.       object cbDontAuthorizeIfCancel: TCheckBox
  895.         Left = 54
  896.         Top = 83
  897.         Width = 393
  898.         Height = 17
  899.         Caption = 
  900.           'Do not reauthorize on the same realm if authorization was cancel' +
  901.           'led'
  902.         TabOrder = 1
  903.       end
  904.     end
  905.   end
  906.   object ActionList1: TActionList
  907.     Left = 292
  908.     Top = 180
  909.     object acRemovePingHosts: TAction
  910.       Caption = 'Remove'
  911.       ShortCut = 46
  912.       OnExecute = acRemovePingHostsExecute
  913.       OnUpdate = acRemovePingHostsUpdate
  914.     end
  915.     object acEditPingHosts: TAction
  916.       Caption = 'Edit'
  917.       ShortCut = 113
  918.       OnExecute = acEditPingHostsExecute
  919.       OnUpdate = acRemovePingHostsUpdate
  920.     end
  921.     object acAdd: TAction
  922.       Caption = 'Add'
  923.       ShortCut = 45
  924.       OnExecute = acAddExecute
  925.       OnUpdate = acAddUpdate
  926.     end
  927.   end
  928.   object ImageList1: TImageList
  929.     Left = 320
  930.     Top = 184
  931.     Bitmap = {
  932.       494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  933.       0000000000003600000028000000400000003000000001001000000000000018
  934.       0000000000000000000000000000000000000000000000000000000000000000
  935.       0000000000000000000000000000000000000000000000000000000000000000
  936.       0000000000000000000000000000000000000000000000000000000000000000
  937.       0000000000000000000000000000000000000000000000000000000000000000
  938.       0000000000000000000000000000000000000000000000000000000000000000
  939.       0000000000000000000000000000000000000000000000000000000000000000
  940.       0000000000000000000000000000000000000000000000000000000000000000
  941.       0000000000000000000000000000000000000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000000000000000
  943.       0000000000000000000000000000000000000000000000000000000000000000
  944.       0000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       0000000000000000000000000000000000000000000000000000000000000000
  947.       0000000000000000000000000000000000000000000000000000000000000000
  948.       0000000000000000000000000000000000000000000000000000000000000000
  949.       0000000000000000000000000000000000000000000000000000000000000000
  950.       0000000000000000000000000000000000000000000000000000000000000000
  951.       0000000000000000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       0000000000000000000000000000000000000000000000000000000000000000
  959.       0000000000000000000000000000000000000000000000000000000000000000
  960.       0000000000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000000000000000000000000000000000000000000000
  964.       0000000000000000000000000000000000000000000000000000000000000000
  965.       0000000000000000000000000000000000000000000000000000000000000000
  966.       0000000000000000000000000000000000000000000000000000000000000000
  967.       0000000000000000000000000000000000000000000000000000000000000000
  968.       0000000000000000000000000000000000000000000000000000000000000000
  969.       0000000000000000000000000000000000000000000000000000000000000000
  970.       0000000000000000000000000000000000000000000000000000000000000000
  971.       0000000000000000000000000000000000000000000000000000000000000000
  972.       0000000000000000000000000000000000000000000000000000000000000000
  973.       0000000000000000000000000000000000000000000000000000000000000000
  974.       0000000000000000000000000000000000000000000000000000000000000000
  975.       0000000000000000000000000000000000000000000000000000000000000000
  976.       0000000000000000000000000000000000000000000000000000000000000000
  977.       0000000000000000000000000000000000000000000000000000000000000000
  978.       0000000000000000000000000000000000000000000000000000000000000000
  979.       0000000000000000000000000000000000000000000000000000000000000000
  980.       0000000000000000000000000000000000000000000000000000000000000000
  981.       0000000000000000000000000000000000000000000000000000000000000000
  982.       0000000000000000000000000000000000000000000000000000000000000000
  983.       0000000000000000000000000000000000000000000000000000000000000000
  984.       0000000000000000000000000000000000000000000000000000000000000000
  985.       0000000000000000000000000000000000000000000000000000000000000000
  986.       0000000000000000000000000000000000000000000000000000000000000000
  987.       0000000000000000000000000000000000000000000000000000000000000000
  988.       0000000000000000000000000000000000000000000000000000000000000000
  989.       0000000000000000000000000000000000000000000000000000000000000000
  990.       0000000000000000000000000000000000000000000000000000000000000000
  991.       0000000000000000000000000000000000000000000000000000000000000000
  992.       0000000000000000000000000000000000000000000000000000000000000000
  993.       0000000000000000000000000000000000000000000000000000000000000000
  994.       0000000000000000000000000000000000000000000000000000000000000000
  995.       0000000000000000000000000000000000000000000000000000000000000000
  996.       0000000000000000000000000000000000000000000000000000000000000000
  997.       0000000000000000000000000000000000000000000000000000000000000000
  998.       0000000000000000000000000000000000000000000000000000000000000000
  999.       0000000000000000000000000000000000000000000000000000000000000000
  1000.       0000000000000000000000000000000000000000000000000000000000000000
  1001.       0000000000000000000000000000000000000000000000000000000000000000
  1002.       0000000000000000000000000000000000000000000000000000000000000000
  1003.       0000000000000000000000000000000000000000000000000000000000000000
  1004.       0000000000000000000000000000000000000000000000000000000000000000
  1005.       0000000000000000000000000000000000000000000000000000000000000000
  1006.       0000000000000000000000000000000000000000000000000000000000000000
  1007.       0000000000000000000000000000000000000000000000000000000000000000
  1008.       0000000000000000000000000000000000000000000000000000000000000000
  1009.       0000000000000000000000000000000000000000000000000000000000000000
  1010.       0000000000000000000000000000000000000000000000000000000000000000
  1011.       0000000000000000000000000000000000000000000000000000000000000000
  1012.       0000000000000000000000000000000000000000000000000000000000000000
  1013.       0000000000000000000000000000000000000000000000000000000000000000
  1014.       0000000000000000000000000000000000000000000000000000000000000000
  1015.       0000000000000000000000000000000000000000000000000000000000000000
  1016.       0000000000000000000000000000000000000000000000000000000000000000
  1017.       0000000000000000000000000000000000000000000000000000000000000000
  1018.       0000000000000000000000000000000000000000000000000000000000000000
  1019.       0000000000000000000000000000000000000000000000000000000000000000
  1020.       0000000000000000000000000000000000000000000000000000000000000000
  1021.       0000000000000000000000000000000000000000000000000000000000000000
  1022.       0000000000000000000000000000000000000000000000000000000000000000
  1023.       0000000000000000000000000000000000000000000000000000000000000000
  1024.       0000000000000000000000000000000000000000000000000000000000000000
  1025.       0000000000000000000000000000000000000000000000000000000000000000
  1026.       0000000000000000000000000000000000000000000000000000000000000000
  1027.       0000000000000000000000000000000000000000000000000000000000000000
  1028.       0000000000000000000000000000000000000000000000000000000000000000
  1029.       0000000000000000000000000000000000000000000000000000000000000000
  1030.       0000000000000000000000000000000000000000000000000000000000000000
  1031.       0000000000000000000000000000000000000000000000000000000000000000
  1032.       0000000000000000000000000000000000000000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       0000000000000000000000000000000000000000000000000000000000000000
  1035.       0000000000000000000000000000000000000000000000000000000000000000
  1036.       0000000000000000000000000000000000000000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000000000000000000000000000000000000000000000000000000000000000
  1040.       0000000000000000000000000000000000000000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000000000000000000000000000000000000000000000000000000000
  1043.       0000000000000000000000000000000000000000000000000000000000000000
  1044.       0000000000000000000000000000000000000000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       0000000000000000000000000000000000000000000000000000000000000000
  1048.       0000000000000000000000000000000000000000000000000000000000000000
  1049.       0000000000000000000000000000000000000000000000000000000000000000
  1050.       0000000000000000000000000000000000000000000000000000000000000000
  1051.       0000000000000000000000000000000000000000000000000000000000000000
  1052.       0000000000000000000000000000000000000000000000000000000000000000
  1053.       0000000000000000000000000000000000000000000000000000000000000000
  1054.       0000000000000000000000000000000000000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       0000000000000000000000000000000000000000000000000000000000000000
  1058.       0000000000000000000000000000000000000000000000000000000000000000
  1059.       0000000000000000000000000000000000000000000000000000000000000000
  1060.       0000000000000000000000000000000000000000000000000000000000000000
  1061.       0000000000000000000000000000000000000000000000000000000000000000
  1062.       0000000000000000000000000000000000000000000000000000000000000000
  1063.       0000000000000000000000000000000000000000000000000000000000000000
  1064.       0000000000000000000000000000000000000000000000000000000000000000
  1065.       0000000000000000000000000000000000000000000000000000000000000000
  1066.       0000000000000000000000000000000000000000000000000000000000000000
  1067.       0000000000000000000000000000000000000000000000000000000000000000
  1068.       0000000000000000000000000000000000000000000000000000000000000000
  1069.       0000000000000000000000000000000000000000000000000000000000000000
  1070.       0000000000000000000000000000000000000000000000000000000000000000
  1071.       0000000000000000000000000000000000000000000000000000000000000000
  1072.       0000000000000000000000000000000000000000000000000000000000000000
  1073.       0000000000000000000000000000000000000000000000000000000000000000
  1074.       0000000000000000000000000000000000000000000000000000000083440040
  1075.       0020000C0004631C000000000000000000000000000000000000000044160006
  1076.       000160002000C41000000000000000000000000000000000000000008C314A29
  1077.       841021040000630C00000000000000000000000000000000000000002342E13D
  1078.       0021600C2004C214000000000000000000000000000000000000227000680048
  1079.       0028000C00000000210800000000000000000000000000000000820F40076006
  1080.       4005600000000000410400000000000000000000000000000000B556734E8C31
  1081.       A514210400000000210400000000000000000000000000000000636F4267414A
  1082.       4029600C0000000040080000000000000000000000000000E758847C007C0060
  1083.       003C001C000400000000631C000000000000000000000000C722E417E0070007
  1084.       E001E000400000000000C41000000000000000000000000010421863F75E3146
  1085.       2925630C210400000000630C000000000000000000000000C656E57FE27B015F
  1086.       E13DE018200800000000C2140000000000000000000000004B79297DC67C007C
  1087.       005800340014000400000004000000000000000000000000EB2FEA2BE61FE00B
  1088.       C006A001A0002000000020000000000000000000000000001863396718631863
  1089.       104208214208210400002104000000000000000000000000CB7BEA7FE77FE27F
  1090.       C15AA035A014200400002004000000000000000000000000107E0F7EAC7DE77C
  1091.       007C00580034001C000C000C000000000000000000000000F047F043ED3BE723
  1092.       E007C006A001E000600060000000000000000000000000005A6B5A6B39671863
  1093.       1863EF3D0821630C21042104000000000000000000000000F17FF17FEE7FE97F
  1094.       E27BA256A035E018600C600C000000000000000000000000B67ED67E947EEF7D
  1095.       087D007C0058003C00280020000000000000000000000000F55BF65FF453EF43
  1096.       E827E007C006E005400500010000000000000000000000009C739C737B6F5A6B
  1097.       1863186310422925A5148410000000000000000000000000F67FF77FF47FF07F
  1098.       E97FE27BC15AE13D40290021000000000000000000000000197F7B7F5A7FD67E
  1099.       EF7DE77C007C006000480040000000000000000000000000F867FB6FFA6BF55B
  1100.       EF43E723E00700074006E0050000000000000000000000009C73DE7BBD777B6F
  1101.       5A6B1863186331468C314A29000000000000000000000000F87BFC7FFA7FF67F
  1102.       F07FE97FE27F0263414AE13D000000000000000000000000325ADE7FDE7F5A7F
  1103.       947EAD7DC67C007C00648348000000000000000000000000D14AFE7BFE7BFA6B
  1104.       F457ED3BE61FE00720074416000000000000000000000000734EFF7FFF7FBD77
  1105.       7B6F396718631863524A8C31000000000000000000000000D056FE7FFD7FFA7F
  1106.       F57FEE7FE77FE27B4267234200000000000000000000000000005A73DE7F7B7F
  1107.       F77E107E4A7D847C2170000000000000000000000000000000009A6BFE7BFC73
  1108.       F75FF047EA2FE417820F000000000000000000000000000000005A6BFF7FDE7B
  1109.       9C735A6B39671863B556000000000000000000000000000000009973FE7FFC7F
  1110.       F77FF17FEB7FE67F826F000000000000000000000000000000000000525A397F
  1111.       B57E107E6B7DE7580000000000000000000000000000000000000000D14AF967
  1112.       F55BF047CA33C7220000000000000000000000000000000000000000734E9C73
  1113.       9C735A6B186310420000000000000000000000000000000000000000D056F97B
  1114.       F67FF17FCC7BC656000000000000000000000000000000000000000000000000
  1115.       0000000000000000000000000000000000000000000000000000000000000000
  1116.       0000000000000000000000000000000000000000000000000000000000000000
  1117.       0000000000000000000000000000000000000000000000000000000000000000
  1118.       0000000000000000000000000000000000000000000000000000000000000000
  1119.       0000000000000000000000000000000000000000000000000000000000000000
  1120.       0000000000000000000000000000000000000000000000000000000000000000
  1121.       0000000000000000000000000000000000000000000000000000000000000000
  1122.       0000000000000000000000000000000000000000000000000000000000000000
  1123.       0000000000000000000000000000000000000000000000000000000000000000
  1124.       0000000000000000000000000000000000000000000000000000000000000000
  1125.       0000000000000000000000000000000000000000000000000000000000000000
  1126.       000000000000000000000000000000000000424D3E000000000000003E000000
  1127.       2800000040000000300000000100010000000000800100000000000000000000
  1128.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1129.       0000000000000000000000000000000000000000000000000000000000000000
  1130.       0000000000000000000000000000000000000000000000000000000000000000
  1131.       0000000000000000000000000000000000000000000000000000000000000000
  1132.       0000000000000000000000000000000000000000000000000000000000000000
  1133.       0000000000000000000000000000000000000000000000000000000000000000
  1134.       0000000000000000000000000000000000000000000000000000000000000000
  1135.       0000000000000000000000000000000000000000000000000000000000000000
  1136.       00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  1137.       FFFFFFFFFFFFFFFFF81FF81FF81FF81FF00FF00FF00FF00FE007E007E007E007
  1138.       E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007E007
  1139.       E007E007E007E007F00FF00FF00FF00FF81FF81FF81FF81FFFFFFFFFFFFFFFFF
  1140.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
  1141.       000000000000}
  1142.   end
  1143.   object ColorDialog1: TColorDialog
  1144.     Ctl3D = True
  1145.     Left = 356
  1146.     Top = 212
  1147.   end
  1148.   object Timer1: TTimer
  1149.     OnTimer = Timer1Timer
  1150.     Left = 380
  1151.     Top = 189
  1152.   end
  1153. end
  1154.