home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TADVDIALOG / TADVDIALOG.txt
Text File  |  1999-06-02  |  8KB  |  377 lines

  1. object AdvDialog: TAdvDialog
  2.   Left = 268
  3.   Top = 103
  4.   ActiveControl = PageControl1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Job settings'
  8.   ClientHeight = 433
  9.   ClientWidth = 360
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CancelBtn: 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 OkBtn: 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 = OkBtnClick
  39.   end
  40.   object PageControl1: TPageControl
  41.     Left = 0
  42.     Top = 0
  43.     Width = 360
  44.     Height = 400
  45.     ActivePage = TabSheet6
  46.     TabOrder = 0
  47.     object TabSheet5: TTabSheet
  48.       Caption = 'General'
  49.       object Label8: TLabel
  50.         Left = 20
  51.         Top = 90
  52.         Width = 80
  53.         Height = 13
  54.         Caption = 'Title (description)'
  55.       end
  56.       object Label3: TLabel
  57.         Left = 20
  58.         Top = 18
  59.         Width = 41
  60.         Height = 13
  61.         Caption = 'Location'
  62.       end
  63.       object Label10: TLabel
  64.         Left = 20
  65.         Top = 220
  66.         Width = 68
  67.         Height = 13
  68.         Caption = 'Rename file to'
  69.       end
  70.       object Label1: TLabel
  71.         Left = 20
  72.         Top = 142
  73.         Width = 134
  74.         Height = 13
  75.         Caption = 'Save to folder or <category>'
  76.       end
  77.       object TitleEdit: TEdit
  78.         Left = 20
  79.         Top = 108
  80.         Width = 311
  81.         Height = 21
  82.         TabOrder = 3
  83.       end
  84.       object LocBtn: TButton
  85.         Left = 236
  86.         Top = 65
  87.         Width = 89
  88.         Height = 23
  89.         Cancel = True
  90.         Caption = 'Locations...'
  91.         TabOrder = 2
  92.         OnClick = LocBtnClick
  93.       end
  94.       object SiteBtn: TButton
  95.         Left = 104
  96.         Top = 65
  97.         Width = 125
  98.         Height = 23
  99.         Caption = 'Site settings...'
  100.         TabOrder = 1
  101.         OnClick = SiteBtnClick
  102.       end
  103.       object UrlEdit: TEdit
  104.         Left = 20
  105.         Top = 36
  106.         Width = 311
  107.         Height = 21
  108.         TabOrder = 0
  109.         OnChange = UrlEditChange
  110.       end
  111.       object LocalFileEdit: TEdit
  112.         Left = 20
  113.         Top = 240
  114.         Width = 121
  115.         Height = 21
  116.         TabOrder = 7
  117.       end
  118.       object BrowseBtn: TButton
  119.         Left = 236
  120.         Top = 189
  121.         Width = 89
  122.         Height = 23
  123.         Cancel = True
  124.         Caption = 'Browse...'
  125.         TabOrder = 5
  126.         OnClick = BrowseBtnClick
  127.       end
  128.       object GroupBox7: TGroupBox
  129.         Left = 20
  130.         Top = 284
  131.         Width = 313
  132.         Height = 69
  133.         Caption = ' Start '
  134.         TabOrder = 8
  135.         object Label13: TLabel
  136.           Left = 16
  137.           Top = 18
  138.           Width = 14
  139.           Height = 13
  140.           Caption = 'On'
  141.         end
  142.         object Label16: TLabel
  143.           Left = 128
  144.           Top = 18
  145.           Width = 10
  146.           Height = 13
  147.           Caption = 'At'
  148.         end
  149.         object NowBtn: TSpeedButton
  150.           Left = 228
  151.           Top = 36
  152.           Width = 45
  153.           Height = 21
  154.           Caption = 'Now'
  155.           OnClick = NowBtnClick
  156.         end
  157.         object Label17: TLabel
  158.           Left = 267
  159.           Top = 18
  160.           Width = 31
  161.           Height = 13
  162.           Caption = 'Priority'
  163.           Visible = False
  164.         end
  165.         object DateTimePicker1: TDateTimePicker
  166.           Left = 12
  167.           Top = 36
  168.           Width = 105
  169.           Height = 21
  170.           CalAlignment = dtaLeft
  171.           Date = 35862.064069560200000000
  172.           Time = 35862.064069560200000000
  173.           DateFormat = dfShort
  174.           DateMode = dmComboBox
  175.           Kind = dtkDate
  176.           ParseInput = False
  177.         end
  178.         object DateTimePicker2: TDateTimePicker
  179.           Left = 124
  180.           Top = 36
  181.           Width = 97
  182.           Height = 21
  183.           CalAlignment = dtaLeft
  184.           Date = 35862.064582523100000000
  185.           Time = 35862.064582523100000000
  186.           DateFormat = dfShort
  187.           DateMode = dmComboBox
  188.           Kind = dtkTime
  189.           ParseInput = False
  190.         end
  191.         object PrioritySpinEdit: TSpinEdit
  192.           Left = 265
  193.           Top = 36
  194.           Width = 37
  195.           Height = 22
  196.           MaxLength = 1
  197.           MaxValue = 9
  198.           MinValue = 1
  199.           TabOrder = 2
  200.           Value = 1
  201.           Visible = False
  202.         end
  203.       end
  204.       object LocalFolderCombo: TComboBox
  205.         Left = 20
  206.         Top = 160
  207.         Width = 311
  208.         Height = 21
  209.         ItemHeight = 13
  210.         TabOrder = 4
  211.         Text = 'LocalFolderCombo'
  212.       end
  213.       object CheckBox2: TCheckBox
  214.         Left = 20
  215.         Top = 188
  216.         Width = 201
  217.         Height = 17
  218.         Caption = 'Restore source directories'
  219.         TabOrder = 6
  220.       end
  221.     end
  222.     object TabSheet6: TTabSheet
  223.       Caption = 'Advanced'
  224.       object Label47: TLabel
  225.         Left = 20
  226.         Top = 18
  227.         Width = 38
  228.         Height = 13
  229.         Caption = 'Referrer'
  230.       end
  231.       object Label5: TLabel
  232.         Left = 20
  233.         Top = 70
  234.         Width = 53
  235.         Height = 13
  236.         Caption = 'User Agent'
  237.       end
  238.       object Label21: TLabel
  239.         Left = 300
  240.         Top = 138
  241.         Width = 25
  242.         Height = 13
  243.         Caption = 'bytes'
  244.       end
  245.       object GroupBox6: TGroupBox
  246.         Left = 20
  247.         Top = 248
  248.         Width = 313
  249.         Height = 105
  250.         TabOrder = 6
  251.         object Label2: TLabel
  252.           Left = 12
  253.           Top = 27
  254.           Width = 27
  255.           Height = 13
  256.           Caption = 'Every'
  257.         end
  258.         object CheckBox3: TCheckBox
  259.           Left = 12
  260.           Top = 0
  261.           Width = 149
  262.           Height = 17
  263.           Caption = 'Start Job regularly'
  264.           TabOrder = 0
  265.           OnClick = EnableDisable
  266.         end
  267.         object SpinEdit2: TSpinEdit
  268.           Left = 60
  269.           Top = 24
  270.           Width = 57
  271.           Height = 22
  272.           MaxLength = 2
  273.           MaxValue = 99
  274.           MinValue = 1
  275.           TabOrder = 1
  276.           Value = 1
  277.         end
  278.         object CheckBox4: TCheckBox
  279.           Left = 12
  280.           Top = 56
  281.           Width = 293
  282.           Height = 17
  283.           Caption = 'Download only newer files'
  284.           TabOrder = 2
  285.         end
  286.         object CheckBox7: TCheckBox
  287.           Left = 12
  288.           Top = 80
  289.           Width = 289
  290.           Height = 17
  291.           Caption = 'Preserve old files'
  292.           TabOrder = 3
  293.         end
  294.         object ComboBox1: TComboBox
  295.           Left = 124
  296.           Top = 24
  297.           Width = 77
  298.           Height = 21
  299.           Style = csDropDownList
  300.           ItemHeight = 13
  301.           Items.Strings = (
  302.             'Days'
  303.             'Hours'
  304.             'Minutes')
  305.           TabOrder = 4
  306.         end
  307.       end
  308.       object ComboBox4: TComboBox
  309.         Left = 20
  310.         Top = 88
  311.         Width = 313
  312.         Height = 21
  313.         ItemHeight = 13
  314.         Items.Strings = (
  315.           'Net Vampire/3.3'
  316.           'Mozilla/4.04 [en] (Win95; I ;Nav)'
  317.           'Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)')
  318.         TabOrder = 1
  319.       end
  320.       object CheckBox6: TCheckBox
  321.         Left = 32
  322.         Top = 136
  323.         Width = 193
  324.         Height = 17
  325.         Caption = 'Force retry if received less than'
  326.         TabOrder = 2
  327.         OnClick = EnableDisable
  328.       end
  329.       object SpinEdit1: TSpinEdit
  330.         Left = 228
  331.         Top = 133
  332.         Width = 65
  333.         Height = 22
  334.         MaxLength = 9
  335.         MaxValue = 999999999
  336.         MinValue = 1
  337.         TabOrder = 3
  338.         Value = 1
  339.       end
  340.       object CheckBox5: TCheckBox
  341.         Left = 32
  342.         Top = 192
  343.         Width = 297
  344.         Height = 17
  345.         Caption = 'Strip proxy messages from the  file'
  346.         TabOrder = 5
  347.       end
  348.       object Edit1: TEdit
  349.         Left = 20
  350.         Top = 36
  351.         Width = 313
  352.         Height = 21
  353.         TabOrder = 0
  354.       end
  355.       object CheckBox1: TCheckBox
  356.         Left = 32
  357.         Top = 164
  358.         Width = 301
  359.         Height = 17
  360.         Caption = 'Ignore file time change'
  361.         TabOrder = 4
  362.       end
  363.     end
  364.   end
  365.   object BrowseDir1: TBrowseDir
  366.     Directory = '\'
  367.     Title = 'Select folder'
  368.     CustomButtonCaption = 'Create folder'
  369.     Left = 20
  370.     Top = 404
  371.   end
  372.   object KMLang1: TKMLang
  373.     Left = 4
  374.     Top = 4
  375.   end
  376. end
  377.