home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / WEBSPECTOR.EXE / 0 / RCDATA / TDIALOGURLADD / TDIALOGURLADD.txt
Encoding:
Text File  |  1999-08-11  |  17.1 KB  |  595 lines

  1. object dialogurladd: Tdialogurladd
  2.   Left = 159
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add/Edit URL'
  7.   ClientHeight = 354
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label7: TLabel
  22.     Left = 24
  23.     Top = 80
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object okbtn: TBitBtn
  28.     Left = 192
  29.     Top = 304
  30.     Width = 73
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = okbtnClick
  36.     Glyph.Data = {
  37.       DE010000424DDE01000000000000760000002800000024000000120000000100
  38.       0400000000006801000000000000000000001000000000000000000000000000
  39.       80000080000000808000800000008000800080800000C0C0C000808080000000
  40.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  41.       3333333333333333333333330000333333333333333333333333F33333333333
  42.       00003333344333333333333333388F3333333333000033334224333333333333
  43.       338338F3333333330000333422224333333333333833338F3333333300003342
  44.       222224333333333383333338F3333333000034222A22224333333338F338F333
  45.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  46.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  47.       0000333333333A222433333333333338F338F33300003333333333A222433333
  48.       333333338F338F33000033333333333A222433333333333338F338F300003333
  49.       33333333A222433333333333338F338F00003333333333333A22433333333333
  50.       3338F38F000033333333333333A223333333333333338F830000333333333333
  51.       333A333333333333333338330000333333333333333333333333333333333333
  52.       0000}
  53.     NumGlyphs = 2
  54.   end
  55.   object cancelbtn: TBitBtn
  56.     Left = 272
  57.     Top = 304
  58.     Width = 73
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     TabOrder = 1
  63.     OnClick = cancelbtnClick
  64.     Glyph.Data = {
  65.       DE010000424DDE01000000000000760000002800000024000000120000000100
  66.       0400000000006801000000000000000000001000000000000000000000000000
  67.       80000080000000808000800000008000800080800000C0C0C000808080000000
  68.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  69.       333333333333333333333333000033338833333333333333333F333333333333
  70.       0000333911833333983333333388F333333F3333000033391118333911833333
  71.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  72.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  73.       3333F8330000333333911111183333333338F333333F83330000333333311111
  74.       8333333333338F3333383333000033333339111183333333333338F333833333
  75.       00003333339111118333333333333833338F3333000033333911181118333333
  76.       33338333338F333300003333911183911183333333383338F338F33300003333
  77.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  78.       38F338F300003333333333333919333333388333338FFF830000333333333333
  79.       3333333333333333333888330000333333333333333333333333333333333333
  80.       0000}
  81.     NumGlyphs = 2
  82.   end
  83.   object BitBtn1: TBitBtn
  84.     Left = 352
  85.     Top = 304
  86.     Width = 73
  87.     Height = 25
  88.     Caption = 'Help'
  89.     TabOrder = 2
  90.     OnClick = BitBtn1Click
  91.     Kind = bkHelp
  92.   end
  93.   object StatusBar1: TStatusBar
  94.     Left = 0
  95.     Top = 335
  96.     Width = 427
  97.     Height = 19
  98.     Panels = <
  99.       item
  100.         Width = 50
  101.       end>
  102.     SimplePanel = False
  103.   end
  104.   object PageControl1: TPageControl
  105.     Left = 0
  106.     Top = 0
  107.     Width = 427
  108.     Height = 297
  109.     ActivePage = TabSheet2
  110.     Align = alTop
  111.     HotTrack = True
  112.     TabOrder = 4
  113.     object TabSheet1: TTabSheet
  114.       Caption = 'Enter URL'
  115.       object Label1: TLabel
  116.         Left = 28
  117.         Top = 4
  118.         Width = 350
  119.         Height = 26
  120.         Caption = 
  121.           'Please enter the URL you wish to monitor. A description of this ' +
  122.           'URL is also required. Invalid URL(s) will be referenced in the W' +
  123.           'ebspector Error Log.'
  124.         WordWrap = True
  125.       end
  126.       object Label9: TLabel
  127.         Left = 4
  128.         Top = 4
  129.         Width = 15
  130.         Height = 22
  131.         Caption = '1.'
  132.         Font.Charset = ANSI_CHARSET
  133.         Font.Color = clWindowText
  134.         Font.Height = -19
  135.         Font.Name = 'Times New Roman'
  136.         Font.Style = [fsBold]
  137.         ParentFont = False
  138.       end
  139.       object Label4: TLabel
  140.         Left = 28
  141.         Top = 38
  142.         Width = 357
  143.         Height = 13
  144.         Caption = 
  145.           'We suggest you click '#39'Validate'#39' to ensure the existence of the e' +
  146.           'ntered URL.'
  147.       end
  148.       object Label10: TLabel
  149.         Left = 4
  150.         Top = 34
  151.         Width = 15
  152.         Height = 22
  153.         Caption = '2.'
  154.         Font.Charset = ANSI_CHARSET
  155.         Font.Color = clWindowText
  156.         Font.Height = -19
  157.         Font.Name = 'Times New Roman'
  158.         Font.Style = [fsBold]
  159.         ParentFont = False
  160.       end
  161.       object Label8: TLabel
  162.         Left = 28
  163.         Top = 64
  164.         Width = 376
  165.         Height = 26
  166.         Caption = 
  167.           'For HTML pages with frames, Webspector can only monitor one fram' +
  168.           'e per URL. If your URL contains frames, please click '#39'Frames'#39' to' +
  169.           ' choose a frame. '
  170.         WordWrap = True
  171.       end
  172.       object Label11: TLabel
  173.         Left = 4
  174.         Top = 62
  175.         Width = 15
  176.         Height = 22
  177.         Caption = '3.'
  178.         Font.Charset = ANSI_CHARSET
  179.         Font.Color = clWindowText
  180.         Font.Height = -19
  181.         Font.Name = 'Times New Roman'
  182.         Font.Style = [fsBold]
  183.         ParentFont = False
  184.       end
  185.       object GroupBox2: TGroupBox
  186.         Left = 4
  187.         Top = 112
  188.         Width = 409
  189.         Height = 145
  190.         Caption = 'URL Information'
  191.         TabOrder = 0
  192.         object Label2: TLabel
  193.           Left = 8
  194.           Top = 23
  195.           Width = 25
  196.           Height = 13
  197.           Caption = 'URL:'
  198.         end
  199.         object Label3: TLabel
  200.           Left = 8
  201.           Top = 51
  202.           Width = 56
  203.           Height = 13
  204.           Caption = 'Description:'
  205.         end
  206.         object Label5: TLabel
  207.           Left = 8
  208.           Top = 78
  209.           Width = 51
  210.           Height = 13
  211.           Caption = 'Username:'
  212.         end
  213.         object Label6: TLabel
  214.           Left = 214
  215.           Top = 78
  216.           Width = 49
  217.           Height = 13
  218.           Caption = 'Password:'
  219.         end
  220.         object urltoadd: TEdit
  221.           Left = 72
  222.           Top = 19
  223.           Width = 329
  224.           Height = 22
  225.           Font.Charset = ANSI_CHARSET
  226.           Font.Color = clWindowText
  227.           Font.Height = -11
  228.           Font.Name = 'Arial'
  229.           Font.Style = []
  230.           ParentFont = False
  231.           TabOrder = 0
  232.           Text = 'http://'
  233.         end
  234.         object description: TEdit
  235.           Left = 72
  236.           Top = 48
  237.           Width = 329
  238.           Height = 21
  239.           TabOrder = 1
  240.         end
  241.         object username: TEdit
  242.           Left = 72
  243.           Top = 76
  244.           Width = 129
  245.           Height = 21
  246.           TabOrder = 2
  247.         end
  248.         object password: TEdit
  249.           Left = 272
  250.           Top = 76
  251.           Width = 129
  252.           Height = 21
  253.           TabOrder = 3
  254.         end
  255.         object maskpw: TCheckBox
  256.           Left = 272
  257.           Top = 104
  258.           Width = 97
  259.           Height = 17
  260.           Caption = 'Mask Password'
  261.           TabOrder = 4
  262.           OnClick = maskpwClick
  263.         end
  264.         object abortbtn: TBitBtn
  265.           Left = 168
  266.           Top = 112
  267.           Width = 81
  268.           Height = 25
  269.           Cancel = True
  270.           Caption = 'Abort'
  271.           Enabled = False
  272.           TabOrder = 5
  273.           OnClick = abortbtnClick
  274.           Glyph.Data = {
  275.             DE010000424DDE01000000000000760000002800000024000000120000000100
  276.             0400000000006801000000000000000000001000000000000000000000000000
  277.             80000080000000808000800000008000800080800000C0C0C000808080000000
  278.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  279.             3333333333333FFFFF333333000033333388888833333333333F888888FFF333
  280.             000033338811111188333333338833FFF388FF33000033381119999111833333
  281.             38F338888F338FF30000339119933331111833338F388333383338F300003391
  282.             13333381111833338F8F3333833F38F3000039118333381119118338F38F3338
  283.             33F8F38F000039183333811193918338F8F333833F838F8F0000391833381119
  284.             33918338F8F33833F8338F8F000039183381119333918338F8F3833F83338F8F
  285.             000039183811193333918338F8F833F83333838F000039118111933339118338
  286.             F3833F83333833830000339111193333391833338F33F8333FF838F300003391
  287.             11833338111833338F338FFFF883F83300003339111888811183333338FF3888
  288.             83FF83330000333399111111993333333388FFFFFF8833330000333333999999
  289.             3333333333338888883333330000333333333333333333333333333333333333
  290.             0000}
  291.           NumGlyphs = 2
  292.         end
  293.         object validatebtn: TBitBtn
  294.           Left = 88
  295.           Top = 112
  296.           Width = 73
  297.           Height = 25
  298.           Caption = 'Validate'
  299.           TabOrder = 7
  300.           OnClick = validatebtnClick
  301.           Glyph.Data = {
  302.             76010000424D7601000000000000760000002800000020000000100000000100
  303.             04000000000000010000120B0000120B00001000000000000000000000000000
  304.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  305.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500000000000
  306.             055557777777777775F508888888888880557F5FFFFFFFFFF75F080000000000
  307.             88057577777777775F755080FFFFFF05088057F7FFFFFF7575F70000000000F0
  308.             F08077777777775757F70FFFFFFFFF0F008075F5FF5FF57577F750F00F00FFF0
  309.             F08057F775775557F7F750FFFFFFFFF0F08057FF5555555757F7000FFFFFFFFF
  310.             0000777FF5FFFFF577770900F00000F000907F775777775777F7090FFFFFFFFF
  311.             00907F7F555555557757000FFFFFFFFF0F00777F5FFF5FF57F77550F000F00FF
  312.             0F05557F777577557F7F550FFFFFFFFF0005557F555FFFFF7775550FFF000000
  313.             05555575FF777777755555500055555555555557775555555555}
  314.           NumGlyphs = 2
  315.         end
  316.         object framebtn: TBitBtn
  317.           Left = 8
  318.           Top = 112
  319.           Width = 73
  320.           Height = 25
  321.           Caption = 'Frames'
  322.           TabOrder = 6
  323.           OnClick = framebtnClick
  324.           Glyph.Data = {
  325.             76010000424D7601000000000000760000002800000020000000100000000100
  326.             04000000000000010000130B0000130B00001000000000000000000000000000
  327.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  328.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  329.             33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
  330.             00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
  331.             70E337F3333F333337F3E0F33303333370E337F3337FF33337F3E0F333003333
  332.             70E337F33377FF3337F3E0F33300033370E337F333777FF337F3E0F333000033
  333.             70E337F33377773337F3E0F33300033370E337F33377733337F3E0F333003333
  334.             70E337F33377333337F3E0F33303333370E337F33373333337F3E0F333333333
  335.             70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
  336.             00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
  337.           NumGlyphs = 2
  338.         end
  339.       end
  340.     end
  341.     object TabSheet2: TTabSheet
  342.       Caption = 'Customize Retrieval'
  343.       object Downloads: TGroupBox
  344.         Left = 4
  345.         Top = 4
  346.         Width = 409
  347.         Height = 105
  348.         Caption = 'Downloads'
  349.         TabOrder = 0
  350.         object Label17: TLabel
  351.           Left = 176
  352.           Top = 20
  353.           Width = 73
  354.           Height = 13
  355.           Caption = 'Size Threshold:'
  356.         end
  357.         object Label18: TLabel
  358.           Left = 372
  359.           Top = 22
  360.           Width = 26
  361.           Height = 13
  362.           Caption = 'Bytes'
  363.         end
  364.         object Label12: TLabel
  365.           Left = 176
  366.           Top = 49
  367.           Width = 73
  368.           Height = 13
  369.           Caption = 'HTTP Timeout:'
  370.         end
  371.         object Label19: TLabel
  372.           Left = 372
  373.           Top = 78
  374.           Width = 19
  375.           Height = 13
  376.           Caption = 'Sec'
  377.         end
  378.         object Label13: TLabel
  379.           Left = 176
  380.           Top = 78
  381.           Width = 67
  382.           Height = 13
  383.           Caption = 'Slow Timeout:'
  384.         end
  385.         object Label20: TLabel
  386.           Left = 372
  387.           Top = 49
  388.           Width = 19
  389.           Height = 13
  390.           Caption = 'Sec'
  391.         end
  392.         object keeplatest: TCheckBox
  393.           Left = 8
  394.           Top = 28
  395.           Width = 145
  396.           Height = 17
  397.           Caption = 'Keep Only Latest Page'
  398.           TabOrder = 0
  399.         end
  400.         object sizethreshold: TEdit
  401.           Left = 288
  402.           Top = 18
  403.           Width = 73
  404.           Height = 21
  405.           TabOrder = 2
  406.         end
  407.         object sizepriority: TCheckBox
  408.           Left = 8
  409.           Top = 56
  410.           Width = 97
  411.           Height = 17
  412.           Caption = 'Size Priority'
  413.           TabOrder = 1
  414.         end
  415.         object delayvalue: TEdit
  416.           Left = 288
  417.           Top = 46
  418.           Width = 73
  419.           Height = 21
  420.           TabOrder = 3
  421.         end
  422.         object timeoutvalue: TEdit
  423.           Left = 288
  424.           Top = 76
  425.           Width = 73
  426.           Height = 21
  427.           TabOrder = 4
  428.         end
  429.       end
  430.       object GroupBox1: TGroupBox
  431.         Left = 4
  432.         Top = 116
  433.         Width = 409
  434.         Height = 150
  435.         Caption = 'Highlighting'
  436.         TabOrder = 1
  437.         object changecolor: TLabel
  438.           Left = 192
  439.           Top = 20
  440.           Width = 145
  441.           Height = 13
  442.           Caption = 'Change Color will look like this.'
  443.           Color = clSilver
  444.           Font.Charset = DEFAULT_CHARSET
  445.           Font.Color = clBlack
  446.           Font.Height = -11
  447.           Font.Name = 'MS Sans Serif'
  448.           Font.Style = []
  449.           ParentColor = False
  450.           ParentFont = False
  451.         end
  452.         object keywordcolor: TLabel
  453.           Left = 192
  454.           Top = 52
  455.           Width = 149
  456.           Height = 13
  457.           Caption = 'Keyword Color will look like this.'
  458.           Color = clSilver
  459.           Font.Charset = DEFAULT_CHARSET
  460.           Font.Color = clBlack
  461.           Font.Height = -11
  462.           Font.Name = 'MS Sans Serif'
  463.           Font.Style = []
  464.           ParentColor = False
  465.           ParentFont = False
  466.         end
  467.         object Label16: TLabel
  468.           Left = 8
  469.           Top = 130
  470.           Width = 194
  471.           Height = 13
  472.           Caption = '(Phrasal searches should be in "Quotes")'
  473.         end
  474.         object Label21: TLabel
  475.           Left = 8
  476.           Top = 82
  477.           Width = 49
  478.           Height = 13
  479.           Caption = 'Keywords:'
  480.         end
  481.         object Bevel1: TBevel
  482.           Left = 8
  483.           Top = 44
  484.           Width = 393
  485.           Height = 1
  486.         end
  487.         object highlighter: TCheckBox
  488.           Left = 8
  489.           Top = 20
  490.           Width = 113
  491.           Height = 17
  492.           Caption = 'Highlight Changes'
  493.           TabOrder = 0
  494.           OnClick = highlighterClick
  495.         end
  496.         object enablekey: TCheckBox
  497.           Left = 8
  498.           Top = 52
  499.           Width = 161
  500.           Height = 17
  501.           Caption = 'Enable Keyword Highlighting'
  502.           TabOrder = 2
  503.           OnClick = enablekeyClick
  504.         end
  505.         object keylist: TEdit
  506.           Left = 80
  507.           Top = 80
  508.           Width = 321
  509.           Height = 21
  510.           Color = clSilver
  511.           Enabled = False
  512.           TabOrder = 4
  513.         end
  514.         object word: TCheckBox
  515.           Left = 160
  516.           Top = 108
  517.           Width = 145
  518.           Height = 17
  519.           Caption = 'Match Whole Word Only'
  520.           Color = clBtnFace
  521.           Enabled = False
  522.           Font.Charset = DEFAULT_CHARSET
  523.           Font.Color = clGray
  524.           Font.Height = -11
  525.           Font.Name = 'MS Sans Serif'
  526.           Font.Style = []
  527.           ParentColor = False
  528.           ParentFont = False
  529.           TabOrder = 6
  530.         end
  531.         object casesensitive: TCheckBox
  532.           Left = 320
  533.           Top = 108
  534.           Width = 81
  535.           Height = 17
  536.           Caption = 'Match Case'
  537.           Enabled = False
  538.           Font.Charset = DEFAULT_CHARSET
  539.           Font.Color = clGray
  540.           Font.Height = -11
  541.           Font.Name = 'MS Sans Serif'
  542.           Font.Style = []
  543.           ParentFont = False
  544.           TabOrder = 7
  545.         end
  546.         object setkeycolor: TBitBtn
  547.           Left = 350
  548.           Top = 50
  549.           Width = 51
  550.           Height = 20
  551.           Caption = 'Set'
  552.           Enabled = False
  553.           TabOrder = 3
  554.           OnClick = setkeycolorClick
  555.         end
  556.         object sethighcolor: TBitBtn
  557.           Left = 350
  558.           Top = 16
  559.           Width = 51
  560.           Height = 20
  561.           Caption = 'Set'
  562.           Enabled = False
  563.           TabOrder = 1
  564.           OnClick = sethighcolorClick
  565.         end
  566.         object filterkey: TCheckBox
  567.           Left = 8
  568.           Top = 108
  569.           Width = 129
  570.           Height = 17
  571.           Caption = 'Keywords must appear'
  572.           Enabled = False
  573.           Font.Charset = DEFAULT_CHARSET
  574.           Font.Color = clGray
  575.           Font.Height = -11
  576.           Font.Name = 'MS Sans Serif'
  577.           Font.Style = []
  578.           ParentFont = False
  579.           TabOrder = 5
  580.         end
  581.       end
  582.     end
  583.   end
  584.   object HTMLcolorDialog1: THTMLcolorDialog
  585.     Ctl3D = True
  586.     Left = 48
  587.     Top = 300
  588.   end
  589.   object TomEncryption1: TTomEncryption
  590.     Key = 'webspectorpassword147'
  591.     Left = 316
  592.     Top = 112
  593.   end
  594. end
  595.