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

  1. object frmDownloadAllLinks: TfrmDownloadAllLinks
  2.   Left = 243
  3.   Top = 316
  4.   BorderStyle = bsSizeToolWin
  5.   Caption = 'Download Links'
  6.   ClientHeight = 475
  7.   ClientWidth = 639
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = TntFormDestroy
  18.   OnShow = TntFormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bv: TBevel
  22.     Left = 0
  23.     Top = 433
  24.     Width = 639
  25.     Height = 2
  26.     Align = alBottom
  27.     ExplicitTop = 441
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 639
  33.     Height = 35
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     object lblOpenAllLinks: TTntLabel
  38.       Left = 16
  39.       Top = 16
  40.       Width = 215
  41.       Height = 13
  42.       Caption = 'Please select the links you want to download:'
  43.     end
  44.   end
  45.   object Panel2: TPanel
  46.     AlignWithMargins = True
  47.     Left = 16
  48.     Top = 51
  49.     Width = 607
  50.     Height = 168
  51.     Margins.Left = 16
  52.     Margins.Top = 16
  53.     Margins.Right = 16
  54.     Margins.Bottom = 16
  55.     Align = alClient
  56.     BevelOuter = bvNone
  57.     TabOrder = 1
  58.     object lvLinks: TTntListView
  59.       Left = 0
  60.       Top = 0
  61.       Width = 607
  62.       Height = 168
  63.       Align = alClient
  64.       BevelKind = bkTile
  65.       BorderStyle = bsNone
  66.       Checkboxes = True
  67.       Columns = <
  68.         item
  69.           Caption = 'Title'
  70.           MinWidth = 100
  71.           Width = 150
  72.         end
  73.         item
  74.           Caption = 'URL'
  75.           Width = 430
  76.         end>
  77.       ColumnClick = False
  78.       FlatScrollBars = True
  79.       HideSelection = False
  80.       MultiSelect = True
  81.       ReadOnly = True
  82.       RowSelect = True
  83.       ParentShowHint = False
  84.       ShowHint = True
  85.       TabOrder = 0
  86.       ViewStyle = vsReport
  87.       OnKeyDown = lvLinksKeyDown
  88.     end
  89.   end
  90.   object Panel3: TPanel
  91.     AlignWithMargins = True
  92.     Left = 0
  93.     Top = 262
  94.     Width = 639
  95.     Height = 49
  96.     Margins.Left = 0
  97.     Margins.Top = 0
  98.     Margins.Right = 0
  99.     Margins.Bottom = 8
  100.     Align = alBottom
  101.     BevelOuter = bvNone
  102.     TabOrder = 3
  103.     object lblSaveTo: TTntLabel
  104.       Left = 16
  105.       Top = 0
  106.       Width = 44
  107.       Height = 13
  108.       Caption = 'Save To:'
  109.     end
  110.     object Panel6: TPanel
  111.       Left = 0
  112.       Top = 22
  113.       Width = 639
  114.       Height = 27
  115.       Align = alBottom
  116.       BevelOuter = bvNone
  117.       TabOrder = 0
  118.       object Panel7: TPanel
  119.         Left = 521
  120.         Top = 0
  121.         Width = 118
  122.         Height = 27
  123.         Align = alRight
  124.         BevelOuter = bvNone
  125.         TabOrder = 0
  126.         object btnBrowse: TTntButton
  127.           Left = 13
  128.           Top = 1
  129.           Width = 97
  130.           Height = 25
  131.           Caption = 'Browse...'
  132.           TabOrder = 0
  133.           OnClick = btnBrowseClick
  134.         end
  135.       end
  136.       object Panel8: TPanel
  137.         AlignWithMargins = True
  138.         Left = 16
  139.         Top = 3
  140.         Width = 502
  141.         Height = 21
  142.         Margins.Left = 16
  143.         Align = alClient
  144.         BevelOuter = bvNone
  145.         TabOrder = 1
  146.         object edtFolder: TAlignEdit
  147.           Left = 0
  148.           Top = 0
  149.           Width = 502
  150.           Height = 21
  151.           Enabled = False
  152.           TabOrder = 0
  153.           Align = alClient
  154.         end
  155.       end
  156.     end
  157.   end
  158.   object Panel4: TPanel
  159.     Left = 0
  160.     Top = 435
  161.     Width = 639
  162.     Height = 40
  163.     Align = alBottom
  164.     BevelOuter = bvNone
  165.     TabOrder = 5
  166.     object Panel5: TPanel
  167.       Left = 404
  168.       Top = 0
  169.       Width = 235
  170.       Height = 40
  171.       Align = alRight
  172.       BevelOuter = bvNone
  173.       TabOrder = 0
  174.       object btnOK: TTntButton
  175.         Left = 19
  176.         Top = 9
  177.         Width = 97
  178.         Height = 25
  179.         Caption = 'OK'
  180.         ModalResult = 1
  181.         TabOrder = 0
  182.         OnClick = btnOKClick
  183.       end
  184.       object btnCancel: TTntButton
  185.         Left = 130
  186.         Top = 9
  187.         Width = 97
  188.         Height = 25
  189.         Caption = 'Cancel'
  190.         ModalResult = 2
  191.         TabOrder = 1
  192.       end
  193.     end
  194.   end
  195.   object Panel9: TPanel
  196.     Left = 0
  197.     Top = 235
  198.     Width = 639
  199.     Height = 27
  200.     Align = alBottom
  201.     BevelOuter = bvNone
  202.     TabOrder = 2
  203.     object Panel10: TPanel
  204.       Left = 296
  205.       Top = 0
  206.       Width = 343
  207.       Height = 27
  208.       Align = alRight
  209.       BevelOuter = bvNone
  210.       TabOrder = 0
  211.       object btnSelectAll: TTntButton
  212.         Left = 16
  213.         Top = 1
  214.         Width = 97
  215.         Height = 25
  216.         Caption = 'Select All'
  217.         TabOrder = 0
  218.         OnClick = btnSelectAllClick
  219.       end
  220.       object btnInvert: TTntButton
  221.         Left = 127
  222.         Top = 1
  223.         Width = 97
  224.         Height = 25
  225.         Caption = 'Invert Selection'
  226.         TabOrder = 1
  227.         OnClick = btnInvertClick
  228.       end
  229.       object btnSelect: TTntButton
  230.         Left = 238
  231.         Top = 1
  232.         Width = 97
  233.         Height = 25
  234.         Caption = 'Select...'
  235.         TabOrder = 2
  236.         OnClick = btnSelectClick
  237.       end
  238.     end
  239.   end
  240.   object pnlAdvanced: TTntPanel
  241.     Left = 0
  242.     Top = 319
  243.     Width = 639
  244.     Height = 82
  245.     Align = alBottom
  246.     BevelOuter = bvNone
  247.     TabOrder = 4
  248.     object lblCategory: TTntLabel
  249.       Left = 16
  250.       Top = 4
  251.       Width = 45
  252.       Height = 13
  253.       Caption = 'Category:'
  254.     end
  255.     object Panel11: TPanel
  256.       AlignWithMargins = True
  257.       Left = 0
  258.       Top = 22
  259.       Width = 639
  260.       Height = 30
  261.       Margins.Left = 0
  262.       Margins.Top = 4
  263.       Margins.Right = 0
  264.       Margins.Bottom = 30
  265.       Align = alBottom
  266.       BevelOuter = bvNone
  267.       TabOrder = 0
  268.       object Panel12: TPanel
  269.         Left = 521
  270.         Top = 0
  271.         Width = 118
  272.         Height = 30
  273.         Align = alRight
  274.         BevelOuter = bvNone
  275.         TabOrder = 1
  276.         object btnNewCategory: TTntButton
  277.           Left = 13
  278.           Top = 2
  279.           Width = 97
  280.           Height = 25
  281.           Caption = 'New...'
  282.           TabOrder = 0
  283.           OnClick = btnNewCategoryClick
  284.         end
  285.       end
  286.       object Panel13: TPanel
  287.         AlignWithMargins = True
  288.         Left = 16
  289.         Top = 3
  290.         Width = 502
  291.         Height = 24
  292.         Margins.Left = 16
  293.         Align = alClient
  294.         BevelOuter = bvNone
  295.         TabOrder = 0
  296.       end
  297.       object Panel14: TPanel
  298.         AlignWithMargins = True
  299.         Left = 16
  300.         Top = 3
  301.         Width = 502
  302.         Height = 24
  303.         Margins.Left = 16
  304.         Align = alClient
  305.         BevelOuter = bvNone
  306.         TabOrder = 2
  307.         object cmbCategory: TAlignComboBox
  308.           AlignWithMargins = True
  309.           Left = 0
  310.           Top = 0
  311.           Width = 502
  312.           Height = 21
  313.           Margins.Left = 0
  314.           Margins.Top = 0
  315.           Margins.Right = 0
  316.           Margins.Bottom = 1
  317.           Align = alClient
  318.           Style = csDropDownList
  319.           TabOrder = 0
  320.           OnChange = cmbCategoryChange
  321.         end
  322.       end
  323.     end
  324.     object chbUpdatePath: TTntCheckBox
  325.       Left = 24
  326.       Top = 54
  327.       Width = 491
  328.       Height = 17
  329.       Caption = 'Update Category Path'
  330.       Checked = True
  331.       State = cbChecked
  332.       TabOrder = 1
  333.     end
  334.   end
  335.   object pnlDownloader: TTntPanel
  336.     Left = 0
  337.     Top = 401
  338.     Width = 639
  339.     Height = 32
  340.     Align = alBottom
  341.     BevelOuter = bvNone
  342.     TabOrder = 6
  343.     object lblUse: TTntLabel
  344.       Left = 16
  345.       Top = 9
  346.       Width = 31
  347.       Height = 13
  348.       Caption = 'Utilize:'
  349.     end
  350.     object cbDownloaders: TTntComboBox
  351.       Left = 80
  352.       Top = 6
  353.       Width = 438
  354.       Height = 21
  355.       Style = csDropDownList
  356.       ItemHeight = 13
  357.       ItemIndex = 0
  358.       TabOrder = 0
  359.       Text = 'Avant Downloader'
  360.       Items.Strings = (
  361.         'Avant Downloader')
  362.     end
  363.   end
  364.   object FolderDlg: TabfBrowseFolderDlg
  365.     Left = 600
  366.     Top = 8
  367.   end
  368. end
  369.