home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / netVampire / _SETUP.1 / Vampire.exe / 0 / RCDATA / TSITEDIALOG / TSITEDIALOG.txt
Text File  |  1998-11-30  |  12KB  |  545 lines

  1. object SiteDialog: TSiteDialog
  2.   Left = 257
  3.   Top = 62
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Site settings'
  7.   ClientHeight = 433
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 280
  21.     Top = 406
  22.     Width = 75
  23.     Height = 23
  24.     Cancel = True
  25.     Caption = 'Cancel'
  26.     ModalResult = 2
  27.     TabOrder = 2
  28.   end
  29.   object Button2: TButton
  30.     Left = 197
  31.     Top = 406
  32.     Width = 75
  33.     Height = 23
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.     OnClick = Button2Click
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 0
  42.     Top = 0
  43.     Width = 360
  44.     Height = 400
  45.     ActivePage = TabSheet3
  46.     TabOrder = 0
  47.     OnChange = PageControl1Change
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'General'
  50.       object GroupBox1: TGroupBox
  51.         Left = 20
  52.         Top = 276
  53.         Width = 313
  54.         Height = 77
  55.         Caption = ' Description '
  56.         TabOrder = 2
  57.         object Label1: TLabel
  58.           Left = 12
  59.           Top = 15
  60.           Width = 289
  61.           Height = 54
  62.           AutoSize = False
  63.           Caption = 
  64.             'IMPORTANT! The settings in this dialog apply to all existing and' +
  65.             ' new Jobs that work with this site. '
  66.           WordWrap = True
  67.         end
  68.       end
  69.       object GroupBox3: TGroupBox
  70.         Left = 20
  71.         Top = 108
  72.         Width = 313
  73.         Height = 73
  74.         Caption = ' Login '
  75.         TabOrder = 1
  76.         object Label26: TLabel
  77.           Left = 204
  78.           Top = 24
  79.           Width = 46
  80.           Height = 13
  81.           Caption = 'Password'
  82.         end
  83.         object Label3: TLabel
  84.           Left = 108
  85.           Top = 24
  86.           Width = 22
  87.           Height = 13
  88.           Caption = 'User'
  89.         end
  90.         object Edit13: TEdit
  91.           Left = 108
  92.           Top = 40
  93.           Width = 89
  94.           Height = 21
  95.           TabOrder = 2
  96.         end
  97.         object Edit14: TEdit
  98.           Left = 204
  99.           Top = 40
  100.           Width = 89
  101.           Height = 21
  102.           PasswordChar = '*'
  103.           TabOrder = 3
  104.           OnDblClick = Edit14DblClick
  105.         end
  106.         object RadioButton1: TRadioButton
  107.           Left = 16
  108.           Top = 20
  109.           Width = 89
  110.           Height = 17
  111.           Caption = 'Anonymous'
  112.           TabOrder = 0
  113.           OnClick = EnableDisable
  114.         end
  115.         object RadioButton2: TRadioButton
  116.           Left = 16
  117.           Top = 44
  118.           Width = 73
  119.           Height = 17
  120.           Caption = 'Authorised'
  121.           TabOrder = 1
  122.           OnClick = EnableDisable
  123.         end
  124.       end
  125.       object GroupBox4: TGroupBox
  126.         Left = 20
  127.         Top = 20
  128.         Width = 313
  129.         Height = 73
  130.         Caption = ' Address '
  131.         TabOrder = 0
  132.         object Label14: TLabel
  133.           Left = 16
  134.           Top = 24
  135.           Width = 39
  136.           Height = 13
  137.           Caption = 'Protocol'
  138.         end
  139.         object Label19: TLabel
  140.           Left = 92
  141.           Top = 24
  142.           Width = 22
  143.           Height = 13
  144.           Caption = 'Host'
  145.         end
  146.         object Label15: TLabel
  147.           Left = 232
  148.           Top = 24
  149.           Width = 19
  150.           Height = 13
  151.           Caption = 'Port'
  152.         end
  153.         object ComboBox2: TComboBox
  154.           Left = 16
  155.           Top = 40
  156.           Width = 70
  157.           Height = 21
  158.           Style = csDropDownList
  159.           Color = clBtnFace
  160.           Enabled = False
  161.           ItemHeight = 13
  162.           Items.Strings = (
  163.             ''
  164.             'FTP'
  165.             'GOPHER'
  166.             'HTTP')
  167.           TabOrder = 0
  168.         end
  169.         object Edit9: TEdit
  170.           Left = 92
  171.           Top = 40
  172.           Width = 133
  173.           Height = 21
  174.           Color = clBtnFace
  175.           Enabled = False
  176.           TabOrder = 1
  177.         end
  178.         object SpinEdit3: TSpinEdit
  179.           Left = 232
  180.           Top = 40
  181.           Width = 63
  182.           Height = 22
  183.           Color = clBtnFace
  184.           Enabled = False
  185.           MaxValue = 0
  186.           MinValue = 0
  187.           TabOrder = 2
  188.           Value = 0
  189.         end
  190.       end
  191.     end
  192.     object TabSheet2: TTabSheet
  193.       Caption = 'Timing'
  194.       object GroupBox8: TGroupBox
  195.         Left = 20
  196.         Top = 20
  197.         Width = 313
  198.         Height = 105
  199.         Caption = ' Timeout '
  200.         TabOrder = 0
  201.         object Label7: TLabel
  202.           Left = 180
  203.           Top = 26
  204.           Width = 5
  205.           Height = 13
  206.           Caption = 's'
  207.         end
  208.         object Label8: TLabel
  209.           Left = 180
  210.           Top = 48
  211.           Width = 5
  212.           Height = 13
  213.           Caption = 's'
  214.         end
  215.         object Label9: TLabel
  216.           Left = 180
  217.           Top = 72
  218.           Width = 5
  219.           Height = 13
  220.           Caption = 's'
  221.         end
  222.         object CheckBox1: TCheckBox
  223.           Left = 16
  224.           Top = 24
  225.           Width = 97
  226.           Height = 17
  227.           Caption = 'Connection'
  228.           TabOrder = 0
  229.           OnClick = EnableDisable
  230.         end
  231.         object CheckBox2: TCheckBox
  232.           Left = 16
  233.           Top = 48
  234.           Width = 97
  235.           Height = 17
  236.           Caption = 'Command reply'
  237.           TabOrder = 2
  238.           OnClick = EnableDisable
  239.         end
  240.         object CheckBox3: TCheckBox
  241.           Left = 16
  242.           Top = 72
  243.           Width = 97
  244.           Height = 17
  245.           Caption = 'Data'
  246.           TabOrder = 4
  247.           OnClick = EnableDisable
  248.         end
  249.         object SpinEdit8: TSpinEdit
  250.           Left = 120
  251.           Top = 22
  252.           Width = 57
  253.           Height = 22
  254.           MaxLength = 3
  255.           MaxValue = 999
  256.           MinValue = 1
  257.           TabOrder = 1
  258.           Value = 1
  259.         end
  260.         object SpinEdit1: TSpinEdit
  261.           Left = 120
  262.           Top = 46
  263.           Width = 57
  264.           Height = 22
  265.           MaxLength = 3
  266.           MaxValue = 999
  267.           MinValue = 1
  268.           TabOrder = 3
  269.           Value = 1
  270.         end
  271.         object SpinEdit2: TSpinEdit
  272.           Left = 120
  273.           Top = 70
  274.           Width = 57
  275.           Height = 22
  276.           MaxLength = 3
  277.           MaxValue = 999
  278.           MinValue = 1
  279.           TabOrder = 5
  280.           Value = 1
  281.         end
  282.       end
  283.       object GroupBox5: TGroupBox
  284.         Left = 20
  285.         Top = 140
  286.         Width = 313
  287.         Height = 81
  288.         Caption = ' Pause '
  289.         TabOrder = 1
  290.         object Label10: TLabel
  291.           Left = 76
  292.           Top = 28
  293.           Width = 5
  294.           Height = 13
  295.           Caption = 's'
  296.         end
  297.         object Label37: TLabel
  298.           Left = 92
  299.           Top = 28
  300.           Width = 21
  301.           Height = 13
  302.           Caption = 'after'
  303.         end
  304.         object Label38: TLabel
  305.           Left = 164
  306.           Top = 28
  307.           Width = 89
  308.           Height = 13
  309.           Caption = 'connection failures'
  310.         end
  311.         object Label12: TLabel
  312.           Left = 76
  313.           Top = 52
  314.           Width = 5
  315.           Height = 13
  316.           Caption = 's'
  317.         end
  318.         object Label34: TLabel
  319.           Left = 92
  320.           Top = 52
  321.           Width = 21
  322.           Height = 13
  323.           Caption = 'after'
  324.         end
  325.         object Label35: TLabel
  326.           Left = 164
  327.           Top = 52
  328.           Width = 83
  329.           Height = 13
  330.           Caption = 'bad server replies'
  331.         end
  332.         object SpinEdit4: TSpinEdit
  333.           Left = 16
  334.           Top = 24
  335.           Width = 57
  336.           Height = 22
  337.           MaxLength = 4
  338.           MaxValue = 9999
  339.           MinValue = 0
  340.           TabOrder = 0
  341.           Value = 0
  342.         end
  343.         object SpinEdit9: TSpinEdit
  344.           Left = 120
  345.           Top = 24
  346.           Width = 37
  347.           Height = 22
  348.           MaxLength = 2
  349.           MaxValue = 99
  350.           MinValue = 1
  351.           TabOrder = 1
  352.           Value = 1
  353.         end
  354.         object SpinEdit15: TSpinEdit
  355.           Left = 16
  356.           Top = 48
  357.           Width = 57
  358.           Height = 22
  359.           MaxLength = 4
  360.           MaxValue = 9999
  361.           MinValue = 0
  362.           TabOrder = 2
  363.           Value = 0
  364.         end
  365.         object SpinEdit16: TSpinEdit
  366.           Left = 120
  367.           Top = 48
  368.           Width = 37
  369.           Height = 22
  370.           MaxLength = 2
  371.           MaxValue = 99
  372.           MinValue = 1
  373.           TabOrder = 3
  374.           Value = 1
  375.         end
  376.       end
  377.       object GroupBox6: TGroupBox
  378.         Left = 20
  379.         Top = 276
  380.         Width = 313
  381.         Height = 77
  382.         Caption = ' Description '
  383.         TabOrder = 2
  384.         object Label2: TLabel
  385.           Left = 12
  386.           Top = 15
  387.           Width = 289
  388.           Height = 54
  389.           AutoSize = False
  390.           Caption = 
  391.             'Set timeout values depending on the site speed. The faster the s' +
  392.             'ite, the smaller values should be used. For very slow sites, dis' +
  393.             'able some or all timeouts by unchecking the corresponding checkb' +
  394.             'oxes.'
  395.           WordWrap = True
  396.         end
  397.       end
  398.     end
  399.     object TabSheet3: TTabSheet
  400.       Caption = 'Connections'
  401.       object Label33: TLabel
  402.         Left = 20
  403.         Top = 20
  404.         Width = 26
  405.         Height = 13
  406.         Caption = 'Proxy'
  407.       end
  408.       object Label41: TLabel
  409.         Left = 152
  410.         Top = 220
  411.         Width = 95
  412.         Height = 13
  413.         Caption = 'connections per site'
  414.       end
  415.       object GroupBox15: TGroupBox
  416.         Left = 20
  417.         Top = 100
  418.         Width = 313
  419.         Height = 101
  420.         Caption = ' Abort Job '
  421.         TabOrder = 2
  422.         object Label36: TLabel
  423.           Left = 129
  424.           Top = 50
  425.           Width = 83
  426.           Height = 13
  427.           Caption = 'bad server replies'
  428.         end
  429.         object Label39: TLabel
  430.           Left = 129
  431.           Top = 25
  432.           Width = 82
  433.           Height = 13
  434.           Caption = 'connection errors'
  435.         end
  436.         object CheckBox7: TCheckBox
  437.           Left = 16
  438.           Top = 24
  439.           Width = 53
  440.           Height = 17
  441.           Caption = 'After'
  442.           TabOrder = 0
  443.           OnClick = EnableDisable
  444.         end
  445.         object SpinEdit19: TSpinEdit
  446.           Left = 65
  447.           Top = 22
  448.           Width = 57
  449.           Height = 22
  450.           MaxLength = 3
  451.           MaxValue = 999
  452.           MinValue = 1
  453.           TabOrder = 1
  454.           Value = 1
  455.         end
  456.         object CheckBox8: TCheckBox
  457.           Left = 16
  458.           Top = 48
  459.           Width = 53
  460.           Height = 17
  461.           Caption = 'After'
  462.           TabOrder = 2
  463.           OnClick = EnableDisable
  464.         end
  465.         object SpinEdit20: TSpinEdit
  466.           Left = 65
  467.           Top = 47
  468.           Width = 57
  469.           Height = 22
  470.           MaxLength = 3
  471.           MaxValue = 999
  472.           MinValue = 1
  473.           TabOrder = 3
  474.           Value = 1
  475.         end
  476.         object CheckBox9: TCheckBox
  477.           Left = 16
  478.           Top = 72
  479.           Width = 137
  480.           Height = 17
  481.           Caption = 'If restart not supported'
  482.           TabOrder = 4
  483.         end
  484.       end
  485.       object Button4: TButton
  486.         Left = 253
  487.         Top = 69
  488.         Width = 75
  489.         Height = 23
  490.         Caption = 'Configure...'
  491.         TabOrder = 1
  492.         OnClick = Button4Click
  493.       end
  494.       object GroupBox16: TGroupBox
  495.         Left = 20
  496.         Top = 276
  497.         Width = 313
  498.         Height = 77
  499.         Caption = ' Description '
  500.         TabOrder = 5
  501.         object Label4: TLabel
  502.           Left = 12
  503.           Top = 15
  504.           Width = 289
  505.           Height = 54
  506.           AutoSize = False
  507.           Caption = 
  508.             'Limit the number of attempts and concurrent connections to the s' +
  509.             'ite.'
  510.           WordWrap = True
  511.         end
  512.       end
  513.       object ComboBox4: TComboBox
  514.         Left = 20
  515.         Top = 36
  516.         Width = 313
  517.         Height = 21
  518.         Style = csDropDownList
  519.         ItemHeight = 13
  520.         TabOrder = 0
  521.       end
  522.       object CheckBox12: TCheckBox
  523.         Left = 36
  524.         Top = 218
  525.         Width = 49
  526.         Height = 17
  527.         Caption = 'Max.'
  528.         TabOrder = 3
  529.         OnClick = EnableDisable
  530.       end
  531.       object SpinEdit21: TSpinEdit
  532.         Left = 92
  533.         Top = 216
  534.         Width = 49
  535.         Height = 22
  536.         MaxLength = 2
  537.         MaxValue = 99
  538.         MinValue = 1
  539.         TabOrder = 4
  540.         Value = 1
  541.       end
  542.     end
  543.   end
  544. end
  545.