home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / adownloader.exe / 0 / RCDATA / TFRMAVANTDOWNLOADERTASK / TFRMAVANTDOWNLOADERTASK.txt
Text File  |  2013-04-03  |  7KB  |  346 lines

  1. object frmAvantDownloaderTask: TfrmAvantDownloaderTask
  2.   Left = 0
  3.   Top = 0
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Task'
  7.   ClientHeight = 577
  8.   ClientWidth = 465
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = TntFormDestroy
  19.   OnShow = TntFormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnlTop: TTntPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 465
  26.     Height = 129
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object lblLink: TTntLabel
  31.       Left = 16
  32.       Top = 8
  33.       Width = 22
  34.       Height = 13
  35.       Caption = 'Link:'
  36.     end
  37.     object lblSaveAs: TTntLabel
  38.       Left = 16
  39.       Top = 54
  40.       Width = 43
  41.       Height = 13
  42.       Caption = 'Save As:'
  43.     end
  44.     object bvAdvanced: TBevel
  45.       Left = 0
  46.       Top = 127
  47.       Width = 465
  48.       Height = 2
  49.       Align = alBottom
  50.       ExplicitTop = 55
  51.     end
  52.     object cmbLink: TTntComboBox
  53.       Left = 16
  54.       Top = 27
  55.       Width = 433
  56.       Height = 21
  57.       ItemHeight = 13
  58.       TabOrder = 0
  59.       OnChange = cmbLinkChange
  60.     end
  61.     object btnBrowse: TTntButton
  62.       Left = 374
  63.       Top = 71
  64.       Width = 75
  65.       Height = 25
  66.       Caption = 'Browse...'
  67.       TabOrder = 2
  68.       OnClick = btnBrowseClick
  69.     end
  70.     object chbAutoRename: TTntCheckBox
  71.       Left = 16
  72.       Top = 102
  73.       Width = 431
  74.       Height = 17
  75.       Caption = 'Auto Update File Name'
  76.       TabOrder = 3
  77.     end
  78.     object chbFileName: TTntComboBox
  79.       Left = 16
  80.       Top = 73
  81.       Width = 352
  82.       Height = 21
  83.       ItemHeight = 13
  84.       TabOrder = 1
  85.       OnEnter = chbFileNameEnter
  86.       OnSelect = chbFileNameSelect
  87.     end
  88.   end
  89.   object pnlAdvanced: TTntPanel
  90.     Left = 0
  91.     Top = 129
  92.     Width = 465
  93.     Height = 336
  94.     Align = alTop
  95.     BevelOuter = bvNone
  96.     TabOrder = 1
  97.     Visible = False
  98.     object lblUsername: TTntLabel
  99.       Left = 24
  100.       Top = 155
  101.       Width = 52
  102.       Height = 13
  103.       Caption = 'Username:'
  104.     end
  105.     object lblPassword: TTntLabel
  106.       Left = 248
  107.       Top = 155
  108.       Width = 50
  109.       Height = 13
  110.       Caption = 'Password:'
  111.     end
  112.     object lblPriority: TTntLabel
  113.       Left = 248
  114.       Top = 82
  115.       Width = 38
  116.       Height = 13
  117.       Caption = 'Priority:'
  118.       Visible = False
  119.     end
  120.     object lblThreads: TTntLabel
  121.       Left = 16
  122.       Top = 82
  123.       Width = 43
  124.       Height = 13
  125.       Caption = 'Threads:'
  126.     end
  127.     object lblCategory: TTntLabel
  128.       Left = 16
  129.       Top = 10
  130.       Width = 49
  131.       Height = 13
  132.       Caption = 'Category:'
  133.     end
  134.     object lblNote: TTntLabel
  135.       Left = 16
  136.       Top = 231
  137.       Width = 27
  138.       Height = 13
  139.       Caption = 'Note:'
  140.     end
  141.     object chbLogin: TTntCheckBox
  142.       Left = 16
  143.       Top = 132
  144.       Width = 433
  145.       Height = 17
  146.       Caption = 'Server Login'
  147.       TabOrder = 5
  148.       OnClick = chbLoginClick
  149.     end
  150.     object edtUsername: TTntEdit
  151.       Left = 24
  152.       Top = 174
  153.       Width = 201
  154.       Height = 21
  155.       TabOrder = 6
  156.     end
  157.     object edtPassword: TTntEdit
  158.       Left = 248
  159.       Top = 174
  160.       Width = 201
  161.       Height = 21
  162.       PasswordChar = '*'
  163.       TabOrder = 7
  164.     end
  165.     object cmbPriority: TTntComboBox
  166.       Left = 248
  167.       Top = 101
  168.       Width = 201
  169.       Height = 21
  170.       ItemHeight = 13
  171.       TabOrder = 4
  172.       Visible = False
  173.     end
  174.     object cmbCategory: TTntComboBox
  175.       Left = 23
  176.       Top = 29
  177.       Width = 345
  178.       Height = 21
  179.       Style = csDropDownList
  180.       ItemHeight = 13
  181.       TabOrder = 0
  182.       OnChange = cmbCategoryChange
  183.     end
  184.     object btnNewCategory: TTntButton
  185.       Left = 374
  186.       Top = 28
  187.       Width = 75
  188.       Height = 25
  189.       Caption = 'New...'
  190.       TabOrder = 1
  191.       OnClick = btnNewCategoryClick
  192.     end
  193.     object chbUpdatePath: TTntCheckBox
  194.       Left = 24
  195.       Top = 56
  196.       Width = 425
  197.       Height = 17
  198.       Caption = 'Update Category Path'
  199.       Checked = True
  200.       State = cbChecked
  201.       TabOrder = 2
  202.     end
  203.     object mmNote: TTntMemo
  204.       Left = 16
  205.       Top = 250
  206.       Width = 433
  207.       Height = 75
  208.       TabOrder = 9
  209.     end
  210.     object cmbThreads: TTntComboBox
  211.       Left = 16
  212.       Top = 101
  213.       Width = 209
  214.       Height = 21
  215.       Style = csDropDownList
  216.       ItemHeight = 13
  217.       ItemIndex = 2
  218.       TabOrder = 3
  219.       Text = '3'
  220.       Items.Strings = (
  221.         '1'
  222.         '2'
  223.         '3'
  224.         '4'
  225.         '5'
  226.         '6'
  227.         '7'
  228.         '8'
  229.         '9'
  230.         '10'
  231.         '11'
  232.         '12')
  233.     end
  234.     object chbTakeOver: TTntCheckBox
  235.       Left = 16
  236.       Top = 208
  237.       Width = 433
  238.       Height = 17
  239.       Caption = 'Take Over Browser'#39's File Download'
  240.       TabOrder = 8
  241.     end
  242.   end
  243.   object pnlBottom: TTntPanel
  244.     Left = 0
  245.     Top = 529
  246.     Width = 465
  247.     Height = 48
  248.     Align = alTop
  249.     BevelOuter = bvNone
  250.     TabOrder = 3
  251.     object btnOK: TTntButton
  252.       Left = 286
  253.       Top = 10
  254.       Width = 75
  255.       Height = 25
  256.       Caption = 'OK'
  257.       ModalResult = 1
  258.       TabOrder = 1
  259.     end
  260.     object btnCancel: TTntButton
  261.       Left = 374
  262.       Top = 10
  263.       Width = 75
  264.       Height = 25
  265.       Caption = 'Cancel'
  266.       ModalResult = 2
  267.       TabOrder = 2
  268.     end
  269.     object btnAdvanced: TTntButton
  270.       Left = 16
  271.       Top = 10
  272.       Width = 75
  273.       Height = 25
  274.       Caption = 'Advanced'
  275.       TabOrder = 0
  276.       OnClick = btnAdvancedClick
  277.     end
  278.   end
  279.   object pnlRun: TTntPanel
  280.     Left = 0
  281.     Top = 465
  282.     Width = 465
  283.     Height = 32
  284.     Align = alTop
  285.     BevelOuter = bvNone
  286.     TabOrder = 2
  287.     object chbOpen: TTntCheckBox
  288.       Left = 16
  289.       Top = 6
  290.       Width = 433
  291.       Height = 17
  292.       Caption = 'Open the file when complete'
  293.       TabOrder = 0
  294.       OnClick = chbLoginClick
  295.     end
  296.   end
  297.   object pnlDownloader: TTntPanel
  298.     Left = 0
  299.     Top = 497
  300.     Width = 465
  301.     Height = 32
  302.     Align = alTop
  303.     BevelOuter = bvNone
  304.     TabOrder = 4
  305.     object lblUse: TTntLabel
  306.       Left = 16
  307.       Top = 9
  308.       Width = 32
  309.       Height = 13
  310.       Caption = 'Utilize:'
  311.     end
  312.     object cbDownloaders: TTntComboBox
  313.       Left = 80
  314.       Top = 6
  315.       Width = 369
  316.       Height = 21
  317.       Style = csDropDownList
  318.       ItemHeight = 13
  319.       ItemIndex = 0
  320.       TabOrder = 0
  321.       Text = 'Avant Downloader'
  322.       Items.Strings = (
  323.         'Avant Downloader')
  324.     end
  325.   end
  326.   object SaveDialog: TSaveDialog
  327.     Left = 392
  328.   end
  329.   object AppEvents: TApplicationEvents
  330.     OnMessage = AppEventsMessage
  331.     Left = 424
  332.   end
  333.   object tmrUpdateFileName: TTimer
  334.     Enabled = False
  335.     Interval = 500
  336.     OnTimer = tmrUpdateFileNameTimer
  337.     Left = 360
  338.   end
  339.   object tmrSetTop: TTimer
  340.     Enabled = False
  341.     Interval = 1500
  342.     OnTimer = tmrSetTopTimer
  343.     Left = 328
  344.   end
  345. end
  346.