home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMVERIFYPREF / TFRMVERIFYPREF.txt
Text File  |  1997-04-22  |  9KB  |  389 lines

  1. object frmVerifyPref: TfrmVerifyPref
  2.   Left = 182
  3.   Top = 117
  4.   HelpContext = 220
  5.   BorderStyle = bsDialog
  6.   Caption = 'Verification Perferences'
  7.   ClientHeight = 322
  8.   ClientWidth = 379
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pgeVerifyPref: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 379
  24.     Height = 293
  25.     HelpContext = 220
  26.     ActivePage = TabSheet1
  27.     Align = alTop
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       HelpContext = 220
  31.       Caption = 'Verification'
  32.       object GroupBox4: TGroupBox
  33.         Left = 6
  34.         Top = 4
  35.         Width = 359
  36.         Height = 85
  37.         Caption = 'Verify These Links'
  38.         TabOrder = 0
  39.         object radAll: TRadioButton
  40.           Left = 8
  41.           Top = 16
  42.           Width = 341
  43.           Height = 17
  44.           HelpContext = 220
  45.           Caption = '&All Links  (Retrieves all link whether local or remote)'
  46.           TabOrder = 0
  47.         end
  48.         object radLocal: TRadioButton
  49.           Left = 8
  50.           Top = 40
  51.           Width = 345
  52.           Height = 17
  53.           HelpContext = 220
  54.           Caption = '&Local Links Only  (Retrieves only links local to your site)'
  55.           TabOrder = 1
  56.         end
  57.         object radRemote: TRadioButton
  58.           Left = 8
  59.           Top = 64
  60.           Width = 341
  61.           Height = 13
  62.           HelpContext = 220
  63.           Caption = '&Remote Links Only  (Retreives only links external to your site)'
  64.           TabOrder = 2
  65.         end
  66.       end
  67.       object GroupBox5: TGroupBox
  68.         Left = 180
  69.         Top = 96
  70.         Width = 185
  71.         Height = 61
  72.         Caption = 'Include'
  73.         TabOrder = 2
  74.         object chkMoved: TCheckBox
  75.           Left = 8
  76.           Top = 16
  77.           Width = 113
  78.           Height = 13
  79.           HelpContext = 220
  80.           Caption = 'Mo&ved Documents'
  81.           State = cbChecked
  82.           TabOrder = 0
  83.         end
  84.         object chkImages: TCheckBox
  85.           Left = 8
  86.           Top = 36
  87.           Width = 121
  88.           Height = 17
  89.           HelpContext = 220
  90.           Caption = 'Graphic &Images'
  91.           State = cbChecked
  92.           TabOrder = 1
  93.         end
  94.       end
  95.       object GroupBox2: TGroupBox
  96.         Left = 6
  97.         Top = 96
  98.         Width = 167
  99.         Height = 149
  100.         Caption = 'Verify These Link Types'
  101.         TabOrder = 1
  102.         object chkhttp: TCheckBox
  103.           Left = 9
  104.           Top = 18
  105.           Width = 74
  106.           Height = 17
  107.           HelpContext = 220
  108.           Caption = '&http, https'
  109.           TabOrder = 0
  110.         end
  111.         object chkftp: TCheckBox
  112.           Left = 9
  113.           Top = 42
  114.           Width = 74
  115.           Height = 17
  116.           HelpContext = 220
  117.           Caption = '&ftp'
  118.           TabOrder = 1
  119.         end
  120.         object chkMailto: TCheckBox
  121.           Left = 9
  122.           Top = 66
  123.           Width = 74
  124.           Height = 17
  125.           HelpContext = 220
  126.           Caption = '&mailto'
  127.           TabOrder = 2
  128.         end
  129.         object chknews: TCheckBox
  130.           Left = 9
  131.           Top = 90
  132.           Width = 74
  133.           Height = 17
  134.           HelpContext = 220
  135.           Caption = '&news'
  136.           TabOrder = 3
  137.         end
  138.         object chkgopher: TCheckBox
  139.           Left = 9
  140.           Top = 114
  141.           Width = 74
  142.           Height = 17
  143.           HelpContext = 220
  144.           Caption = '&gopher'
  145.           TabOrder = 4
  146.         end
  147.       end
  148.     end
  149.     object TabSheet2: TTabSheet
  150.       HelpContext = 220
  151.       Caption = 'General'
  152.       object GroupBox1: TGroupBox
  153.         Left = 6
  154.         Top = 7
  155.         Width = 359
  156.         Height = 49
  157.         Caption = 'Default News Server'
  158.         TabOrder = 0
  159.         object edNewsServer: TEdit
  160.           Left = 8
  161.           Top = 16
  162.           Width = 345
  163.           Height = 21
  164.           HelpContext = 220
  165.           TabOrder = 0
  166.           Text = 'news'
  167.         end
  168.       end
  169.       object GroupBox10: TGroupBox
  170.         Left = 6
  171.         Top = 67
  172.         Width = 187
  173.         Height = 69
  174.         Caption = 'Frames'
  175.         TabOrder = 1
  176.         object radNeverFrame: TRadioButton
  177.           Left = 8
  178.           Top = 16
  179.           Width = 157
  180.           Height = 13
  181.           HelpContext = 220
  182.           Caption = 'Never Check For &Frames'
  183.           Checked = True
  184.           TabOrder = 0
  185.           TabStop = True
  186.         end
  187.         object radNotifyFrame: TRadioButton
  188.           Left = 8
  189.           Top = 32
  190.           Width = 177
  191.           Height = 13
  192.           HelpContext = 220
  193.           Caption = '&Notify When Frames are Present'
  194.           TabOrder = 1
  195.         end
  196.         object radShowFrame: TRadioButton
  197.           Left = 8
  198.           Top = 48
  199.           Width = 169
  200.           Height = 13
  201.           HelpContext = 220
  202.           Caption = '&Show All Frames Found'
  203.           TabOrder = 2
  204.         end
  205.       end
  206.       object GroupBox3: TGroupBox
  207.         Left = 196
  208.         Top = 67
  209.         Width = 169
  210.         Height = 69
  211.         Caption = 'Time out'
  212.         TabOrder = 2
  213.         object Label1: TLabel
  214.           Left = 8
  215.           Top = 32
  216.           Width = 65
  217.           Height = 13
  218.           Caption = '&Time out after'
  219.           FocusControl = edTimeOut
  220.         end
  221.         object edTimeOut: TEdit
  222.           Left = 80
  223.           Top = 28
  224.           Width = 73
  225.           Height = 21
  226.           HelpContext = 220
  227.           TabOrder = 0
  228.           Text = '60'
  229.           OnExit = edTimeOutExit
  230.         end
  231.       end
  232.       object GroupBox13: TGroupBox
  233.         Left = 8
  234.         Top = 155
  235.         Width = 357
  236.         Height = 45
  237.         Caption = 'FTP Login'
  238.         TabOrder = 3
  239.         object Label9: TLabel
  240.           Left = 135
  241.           Top = 20
  242.           Width = 29
  243.           Height = 13
  244.           Caption = '&E-Mail'
  245.           FocusControl = edEMailAddress
  246.         end
  247.         object Label14: TLabel
  248.           Left = 8
  249.           Top = 20
  250.           Width = 48
  251.           Height = 13
  252.           Caption = '&Username'
  253.           FocusControl = edUserName
  254.         end
  255.         object edEMailAddress: TEdit
  256.           Left = 168
  257.           Top = 16
  258.           Width = 181
  259.           Height = 21
  260.           HelpContext = 220
  261.           TabOrder = 1
  262.           Text = 'guest'
  263.           OnExit = edEMailAddressExit
  264.         end
  265.         object edUserName: TEdit
  266.           Left = 60
  267.           Top = 16
  268.           Width = 65
  269.           Height = 21
  270.           HelpContext = 220
  271.           TabOrder = 0
  272.           Text = 'anonymous'
  273.           OnExit = edUserNameExit
  274.         end
  275.       end
  276.     end
  277.     object TabSheet3: TTabSheet
  278.       HelpContext = 220
  279.       Caption = 'Skip'
  280.       object lblSkip: TLabel
  281.         Left = 4
  282.         Top = 4
  283.         Width = 125
  284.         Height = 17
  285.         AutoSize = False
  286.         Caption = 'Skip these while verifying.'
  287.       end
  288.       object lblSkip1: TLabel
  289.         Left = 4
  290.         Top = 23
  291.         Width = 286
  292.         Height = 13
  293.         Caption = 
  294.           'Any link that is retrieved will be compared to the following lis' +
  295.           't.'
  296.       end
  297.       object lblSkip2: TLabel
  298.         Left = 4
  299.         Top = 36
  300.         Width = 275
  301.         Height = 13
  302.         Caption = 'If the link resembles any of the following in any way, then it'
  303.       end
  304.       object lblSkip3: TLabel
  305.         Left = 4
  306.         Top = 49
  307.         Width = 292
  308.         Height = 13
  309.         Caption = 
  310.           'will be ignored.  (This feature is most useful with links that t' +
  311.           'ake'
  312.       end
  313.       object Label3: TLabel
  314.         Left = 4
  315.         Top = 62
  316.         Width = 195
  317.         Height = 13
  318.         Caption = 'considerable time in returning a response.'
  319.       end
  320.       object Label4: TLabel
  321.         Left = 4
  322.         Top = 75
  323.         Width = 135
  324.         Height = 13
  325.         Caption = 'For Example: Web Counters)'
  326.       end
  327.       object lstSkip: TListBox
  328.         Left = 4
  329.         Top = 96
  330.         Width = 245
  331.         Height = 145
  332.         HelpContext = 220
  333.         ItemHeight = 13
  334.         TabOrder = 0
  335.       end
  336.       object btnAdd: TButton
  337.         Left = 256
  338.         Top = 96
  339.         Width = 85
  340.         Height = 25
  341.         HelpContext = 220
  342.         Caption = '&Add'
  343.         TabOrder = 1
  344.         OnClick = btnAddClick
  345.       end
  346.       object btnRemove: TButton
  347.         Left = 256
  348.         Top = 124
  349.         Width = 85
  350.         Height = 25
  351.         HelpContext = 220
  352.         Caption = '&Remove'
  353.         TabOrder = 2
  354.         OnClick = btnRemoveClick
  355.       end
  356.     end
  357.   end
  358.   object btnDefault: TButton
  359.     Left = 178
  360.     Top = 297
  361.     Width = 65
  362.     Height = 22
  363.     HelpContext = 220
  364.     Caption = '&Default'
  365.     TabOrder = 1
  366.     OnClick = btnDefaultClick
  367.   end
  368.   object btnOK: TButton
  369.     Left = 246
  370.     Top = 297
  371.     Width = 65
  372.     Height = 22
  373.     HelpContext = 220
  374.     Caption = '&OK'
  375.     TabOrder = 2
  376.     OnClick = btnOKClick
  377.   end
  378.   object btnCancel: TButton
  379.     Left = 314
  380.     Top = 297
  381.     Width = 65
  382.     Height = 22
  383.     HelpContext = 220
  384.     Caption = '&Cancel'
  385.     TabOrder = 3
  386.     OnClick = btnCancelClick
  387.   end
  388. end
  389.