home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TNEWTASKFRM / TNEWTASKFRM.txt
Encoding:
Text File  |  2002-10-30  |  8.6 KB  |  347 lines

  1. object NewTAskFrm: TNewTAskFrm
  2.   Left = 389
  3.   Top = 212
  4.   HelpContext = 1023
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Task'
  7.   ClientHeight = 327
  8.   ClientWidth = 480
  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 = False
  16.   Position = poMainFormCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 288
  27.     Width = 480
  28.     Height = 39
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 1
  32.     object btOk: TBitBtn
  33.       Left = 228
  34.       Top = 9
  35.       Width = 75
  36.       Height = 25
  37.       Anchors = [akRight, akBottom]
  38.       TabOrder = 0
  39.       Kind = bkOK
  40.     end
  41.     object btCancel: TBitBtn
  42.       Left = 312
  43.       Top = 9
  44.       Width = 75
  45.       Height = 25
  46.       Anchors = [akRight, akBottom]
  47.       TabOrder = 1
  48.       Kind = bkCancel
  49.     end
  50.     object tbHelp: TBitBtn
  51.       Left = 396
  52.       Top = 9
  53.       Width = 75
  54.       Height = 25
  55.       Anchors = [akRight, akBottom]
  56.       TabOrder = 2
  57.       Kind = bkHelp
  58.     end
  59.   end
  60.   object pcNewTask: TPageControl
  61.     Left = 0
  62.     Top = 0
  63.     Width = 480
  64.     Height = 288
  65.     ActivePage = tsGeneral
  66.     Align = alClient
  67.     TabOrder = 0
  68.     OnChange = pcNewTaskChange
  69.     object tsGeneral: TTabSheet
  70.       HelpContext = 1023
  71.       BorderWidth = 3
  72.       Caption = 'General'
  73.       object Label10: TLabel
  74.         Left = 7
  75.         Top = 17
  76.         Width = 116
  77.         Height = 13
  78.         Caption = 'Starting address (URL) : '
  79.         Layout = tlCenter
  80.       end
  81.       object Label11: TLabel
  82.         Left = 7
  83.         Top = 78
  84.         Width = 99
  85.         Height = 13
  86.         Caption = 'Retrieve pages up to'
  87.         Layout = tlCenter
  88.       end
  89.       object Label2: TLabel
  90.         Left = 174
  91.         Top = 78
  92.         Width = 134
  93.         Height = 13
  94.         Caption = 'links away from this address.'
  95.         Layout = tlCenter
  96.       end
  97.       object lbTaskName: TLabel
  98.         Left = 7
  99.         Top = 115
  100.         Width = 62
  101.         Height = 13
  102.         Caption = 'Task name : '
  103.         Layout = tlCenter
  104.       end
  105.       object seLevels: TxxxSpinEdit
  106.         Left = 120
  107.         Top = 74
  108.         Width = 41
  109.         Height = 21
  110.         Hint = 
  111.           'The number of levels to download beginning from '#13#10'the starting U' +
  112.           'RL. Setting this to 0 will download '#13#10'only a single page referen' +
  113.           'ced by the supplied URL. '#13#10'Setting this to 1 will download the p' +
  114.           'age referenced by '#13#10'the URL and all the pages linked to this pag' +
  115.           'e. '#13#10'The number of levels can be up to 255 but '#13#10'it is not recom' +
  116.           'mended to set it higher than 4 unless '#13#10'you use filters.'
  117.         Value = 0
  118.         MaxValue = 99
  119.         MinValue = 0
  120.         OnChanging = seLevelsChanging
  121.       end
  122.       object edTaskName: TxxxEdit
  123.         Left = 8
  124.         Top = 132
  125.         Width = 449
  126.         Height = 21
  127.         Hint = 'Assign a name to the task. The name is for your reference only.'
  128.         ParentShowHint = False
  129.         ShowHint = True
  130.         TabOrder = 1
  131.         KeyFilter = kfAll
  132.       end
  133.       object cbNewVer: TCheckBox
  134.         Left = 8
  135.         Top = 180
  136.         Width = 179
  137.         Height = 17
  138.         Caption = 'Download new version of task'
  139.         TabOrder = 2
  140.       end
  141.       object edUrl: TIconizedEdit
  142.         Left = 8
  143.         Top = 36
  144.         Width = 449
  145.         Height = 21
  146.         TabOrder = 3
  147.         Text = 'edUrl'
  148.         OnExit = cbUrlEditExit
  149.         IconLeft = 4
  150.         IconTop = 0
  151.       end
  152.     end
  153.     object TabSheet2: TTabSheet
  154.       HelpContext = 1039
  155.       BorderWidth = 3
  156.       Caption = 'Filters'
  157.       ImageIndex = 3
  158.       inline FiltersFrame: TFilterFrame
  159.         Width = 466
  160.         Height = 254
  161.         Align = alClient
  162.         inherited Splitter1: TSplitter
  163.           Height = 254
  164.         end
  165.         inherited Panel3: TPanel
  166.           Height = 254
  167.           inherited tvFilters: TTreeView
  168.             Height = 248
  169.           end
  170.         end
  171.         inherited plFlt1: TPanel
  172.           Width = 338
  173.           Height = 254
  174.           inherited GroupBox1: TGroupBox
  175.             Width = 332
  176.             Height = 165
  177.             inherited plFilter: TPanel
  178.               Width = 328
  179.               Height = 148
  180.               inherited lbFltCaption: TLabel
  181.                 Width = 322
  182.               end
  183.               inherited mmHTMLPagesUrlMask: TMemo
  184.                 Width = 322
  185.                 Height = 89
  186.                 Lines.Strings = ()
  187.               end
  188.               inherited Panel6: TPanel
  189.                 Top = 118
  190.                 Width = 322
  191.                 inherited Label3: TLabel
  192.                   Height = 13
  193.                 end
  194.                 inherited edHTMLPagesSize: TxxxEdit
  195.                   Width = 157
  196.                 end
  197.               end
  198.             end
  199.             inherited rbCustomFilter: TRadioButton
  200.               Caption = 'Download only URLs that match the following patterns: '
  201.             end
  202.           end
  203.           inherited plFilter1: TPanel
  204.             Width = 332
  205.             inherited plFilterTypeName: TPanel
  206.               Width = 332
  207.             end
  208.           end
  209.           inherited cbSimpleFilter: TComboBox
  210.             Left = 128
  211.             Width = 209
  212.           end
  213.         end
  214.       end
  215.     end
  216.     object tsAdvOpt: TTabSheet
  217.       HelpContext = 1023
  218.       BorderWidth = 3
  219.       Caption = 'Advanced Options'
  220.       object Label1: TLabel
  221.         Left = 8
  222.         Top = 148
  223.         Width = 110
  224.         Height = 13
  225.         Caption = 'Referrer Page Address:'
  226.       end
  227.       object gbAgents: TGroupBox
  228.         Left = 8
  229.         Top = 8
  230.         Width = 453
  231.         Height = 93
  232.         Caption = 'User Agent :'
  233.         TabOrder = 0
  234.         object rbEICheck: TRadioButton
  235.           Left = 8
  236.           Top = 24
  237.           Width = 185
  238.           Height = 17
  239.           Hint = 
  240.             'Identify as Microsoft Internet Explorer. Choose a version in the' +
  241.             ' box at the right.'
  242.           Caption = 'Microsoft Internet Explorer, version'
  243.           Checked = True
  244.           ParentShowHint = False
  245.           ShowHint = True
  246.           TabOrder = 0
  247.           TabStop = True
  248.           OnClick = rbEICheckClick
  249.         end
  250.         object cbVer: TxxxComboBox
  251.           Left = 366
  252.           Top = 20
  253.           Width = 73
  254.           Height = 21
  255.           Hint = 
  256.             'Identify as Microsoft Internet Explorer. Choose a version in the' +
  257.             ' box at the right.'
  258.           ItemHeight = 13
  259.           ParentShowHint = False
  260.           ShowHint = True
  261.           TabOrder = 1
  262.           Text = '5.5 '
  263.           Items.Strings = (
  264.             '6.0'
  265.             '5.5 '
  266.             '5.01'
  267.             '5.0'
  268.             '4.01'
  269.             '4.0'
  270.             '3.0A')
  271.           ItemIndex = -1
  272.         end
  273.         object rbOther: TRadioButton
  274.           Left = 8
  275.           Top = 56
  276.           Width = 53
  277.           Height = 17
  278.           Caption = 'Other:'
  279.           TabOrder = 2
  280.           OnClick = rbEICheckClick
  281.         end
  282.         object cbUserAgents: TxxxComboBox
  283.           Left = 60
  284.           Top = 54
  285.           Width = 381
  286.           Height = 21
  287.           Color = clBtnFace
  288.           Enabled = False
  289.           ItemHeight = 13
  290.           TabOrder = 3
  291.           Text = 'Mozilla/4.0 [en] (Win95; I)'
  292.           Items.Strings = (
  293.             'Mozilla/3.0Gold (Win95; I)'
  294.             'Mozilla/4.0 [en] (Win95; I)'
  295.             'Mozilla/4.5 [en] (WinNT; I)'
  296.             'Mozilla/4.7 [en] (Win98; I)'
  297.             'Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)'
  298.             'Mozilla/3.01 (compatible;)')
  299.           ItemIndex = -1
  300.         end
  301.       end
  302.       object cbGraphPrior: TCheckBox
  303.         Left = 8
  304.         Top = 120
  305.         Width = 333
  306.         Height = 17
  307.         Caption = 'Retrieve images only after retrieving last webpage of the task'
  308.         TabOrder = 1
  309.       end
  310.       object edReferer: TxxxEdit
  311.         Left = 8
  312.         Top = 164
  313.         Width = 453
  314.         Height = 21
  315.         TabOrder = 2
  316.         OnExit = edRefererExit
  317.         KeyFilter = kfAll
  318.       end
  319.     end
  320.     object tsNotes: TTabSheet
  321.       HelpContext = 1023
  322.       BorderWidth = 3
  323.       Caption = 'Notes'
  324.       ImageIndex = 2
  325.       object Panel3: TPanel
  326.         Left = 0
  327.         Top = 0
  328.         Width = 466
  329.         Height = 254
  330.         Align = alClient
  331.         BevelOuter = bvNone
  332.         TabOrder = 0
  333.         object mmNotes: TMemo
  334.           Left = 0
  335.           Top = 0
  336.           Width = 466
  337.           Height = 254
  338.           Align = alClient
  339.           ScrollBars = ssVertical
  340.           TabOrder = 0
  341.           OnChange = mmNotesChange
  342.         end
  343.       end
  344.     end
  345.   end
  346. end
  347.