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

  1. object frmDownloadOptions: TfrmDownloadOptions
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 341
  7.   ClientWidth = 465
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pcOptions: TdxPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 465
  23.     Height = 289
  24.     ActivePage = dxtsGeneral
  25.     Align = alTop
  26.     HideButtons = False
  27.     HotTrack = False
  28.     MultiLine = True
  29.     OwnerDraw = False
  30.     RaggedRight = False
  31.     ScrollOpposite = False
  32.     TabHeight = 0
  33.     TabOrder = 0
  34.     TabPosition = dxtpTop
  35.     TabWidth = 0
  36.     object dxtsGeneral: TdxTabSheet
  37.       Caption = 'General'
  38.       object lblDefaultDir: TTntLabel
  39.         Left = 16
  40.         Top = 14
  41.         Width = 433
  42.         Height = 13
  43.         AutoSize = False
  44.         Caption = 'Default Download Folder:'
  45.       end
  46.       object lblBandwidth: TTntLabel
  47.         Left = 16
  48.         Top = 126
  49.         Width = 78
  50.         Height = 13
  51.         Caption = 'Bandwidth Limit:'
  52.       end
  53.       object lblTryCount: TTntLabel
  54.         Left = 16
  55.         Top = 159
  56.         Width = 200
  57.         Height = 13
  58.         Caption = 'Number of attempts when error happens:'
  59.       end
  60.       object lblKbs: TTntLabel
  61.         Left = 429
  62.         Top = 126
  63.         Width = 20
  64.         Height = 13
  65.         Caption = 'kb/s'
  66.       end
  67.       object lblMaxJobs: TTntLabel
  68.         Left = 16
  69.         Top = 95
  70.         Width = 135
  71.         Height = 13
  72.         Caption = 'Maximum Simultaneous Jobs'
  73.       end
  74.       object edtDefaultDir: TTntEdit
  75.         Left = 16
  76.         Top = 33
  77.         Width = 345
  78.         Height = 21
  79.         Enabled = False
  80.         ReadOnly = True
  81.         TabOrder = 0
  82.       end
  83.       object btnBrowse: TTntButton
  84.         Left = 374
  85.         Top = 31
  86.         Width = 75
  87.         Height = 25
  88.         Caption = 'Browse...'
  89.         TabOrder = 1
  90.         OnClick = btnBrowseClick
  91.       end
  92.       object cmbBandwidth: TTntComboBox
  93.         Left = 335
  94.         Top = 123
  95.         Width = 82
  96.         Height = 21
  97.         AutoComplete = False
  98.         DropDownCount = 16
  99.         ItemHeight = 13
  100.         TabOrder = 4
  101.         Items.Strings = (
  102.           '5'
  103.           '10'
  104.           '20'
  105.           '30'
  106.           '50'
  107.           '60'
  108.           '70'
  109.           '80'
  110.           '100'
  111.           '120'
  112.           '150'
  113.           '180'
  114.           '200'
  115.           '300'
  116.           '500'
  117.           '1000'
  118.           '2000')
  119.       end
  120.       object cmbTryCount: TTntComboBox
  121.         Left = 335
  122.         Top = 156
  123.         Width = 114
  124.         Height = 21
  125.         Style = csDropDownList
  126.         DropDownCount = 16
  127.         ItemHeight = 13
  128.         ItemIndex = 10
  129.         TabOrder = 5
  130.         Text = '20'
  131.         Items.Strings = (
  132.           '1'
  133.           '2'
  134.           '3'
  135.           '4'
  136.           '5'
  137.           '6'
  138.           '7'
  139.           '8'
  140.           '9'
  141.           '10'
  142.           '20'
  143.           '30'
  144.           '50'
  145.           '100'
  146.           '200')
  147.       end
  148.       object chbTakeOver: TTntCheckBox
  149.         Left = 16
  150.         Top = 62
  151.         Width = 433
  152.         Height = 17
  153.         Caption = 'Take Over Browser'#39's File Download'
  154.         TabOrder = 2
  155.       end
  156.       object cmbMaxJobs: TTntComboBox
  157.         Left = 335
  158.         Top = 92
  159.         Width = 114
  160.         Height = 21
  161.         Style = csDropDownList
  162.         DropDownCount = 16
  163.         ItemHeight = 13
  164.         ItemIndex = 7
  165.         TabOrder = 3
  166.         Text = '8'
  167.         Items.Strings = (
  168.           '1'
  169.           '2'
  170.           '3'
  171.           '4'
  172.           '5'
  173.           '6'
  174.           '7'
  175.           '8'
  176.           '9'
  177.           '10'
  178.           '12')
  179.       end
  180.       object chbClearOnExit: TTntCheckBox
  181.         Left = 16
  182.         Top = 190
  183.         Width = 433
  184.         Height = 17
  185.         Caption = 'Clear All Download History on Exit'
  186.         TabOrder = 6
  187.       end
  188.       object chbAutoOpen: TTntCheckBox
  189.         Left = 16
  190.         Top = 222
  191.         Width = 433
  192.         Height = 17
  193.         Caption = 'Always Open the Download File When Finished'
  194.         TabOrder = 7
  195.       end
  196.     end
  197.     object dxtsProxy: TdxTabSheet
  198.       Caption = 'Proxy'
  199.       object lblHTTPProxyAddress: TTntLabel
  200.         Left = 16
  201.         Top = 39
  202.         Width = 43
  203.         Height = 13
  204.         Caption = 'Address:'
  205.         Enabled = False
  206.       end
  207.       object lblHTTPProxyPort: TTntLabel
  208.         Left = 160
  209.         Top = 39
  210.         Width = 24
  211.         Height = 13
  212.         Caption = 'Port:'
  213.         Enabled = False
  214.       end
  215.       object lblHTTPProxyUserName: TTntLabel
  216.         Left = 16
  217.         Top = 85
  218.         Width = 52
  219.         Height = 13
  220.         Caption = 'Username:'
  221.         Enabled = False
  222.       end
  223.       object lblHTTPProxyPassword: TTntLabel
  224.         Left = 160
  225.         Top = 85
  226.         Width = 50
  227.         Height = 13
  228.         Caption = 'Password:'
  229.         Enabled = False
  230.       end
  231.       object lblHTTPProxyConfirm: TTntLabel
  232.         Left = 304
  233.         Top = 85
  234.         Width = 114
  235.         Height = 13
  236.         Caption = 'Password Confirmation:'
  237.         Enabled = False
  238.       end
  239.       object lblFTPProxyAddress: TTntLabel
  240.         Left = 16
  241.         Top = 165
  242.         Width = 43
  243.         Height = 13
  244.         Caption = 'Address:'
  245.         Enabled = False
  246.       end
  247.       object lblFTPProxyUserName: TTntLabel
  248.         Left = 16
  249.         Top = 211
  250.         Width = 52
  251.         Height = 13
  252.         Caption = 'Username:'
  253.         Enabled = False
  254.       end
  255.       object lblFTPProxyPort: TTntLabel
  256.         Left = 160
  257.         Top = 165
  258.         Width = 24
  259.         Height = 13
  260.         Caption = 'Port:'
  261.         Enabled = False
  262.       end
  263.       object lblFTPProxyPassword: TTntLabel
  264.         Left = 160
  265.         Top = 211
  266.         Width = 50
  267.         Height = 13
  268.         Caption = 'Password:'
  269.         Enabled = False
  270.       end
  271.       object lblFTPProxyConfirm: TTntLabel
  272.         Left = 304
  273.         Top = 211
  274.         Width = 114
  275.         Height = 13
  276.         Caption = 'Password Confirmation:'
  277.         Enabled = False
  278.       end
  279.       object chbHTTPProxy: TTntCheckBox
  280.         Left = 8
  281.         Top = 16
  282.         Width = 433
  283.         Height = 17
  284.         Caption = 'Use HTTP Proxy Server'
  285.         TabOrder = 0
  286.         OnClick = chbHTTPProxyClick
  287.       end
  288.       object edtHTTPProxyServer: TAlignEdit
  289.         Left = 16
  290.         Top = 58
  291.         Width = 138
  292.         Height = 21
  293.         Enabled = False
  294.         TabOrder = 1
  295.       end
  296.       object edtHTTPProxyUser: TAlignEdit
  297.         Left = 16
  298.         Top = 104
  299.         Width = 138
  300.         Height = 21
  301.         Enabled = False
  302.         TabOrder = 2
  303.       end
  304.       object edtHTTPProxyPort: TAlignEdit
  305.         Left = 160
  306.         Top = 58
  307.         Width = 138
  308.         Height = 21
  309.         Enabled = False
  310.         TabOrder = 3
  311.       end
  312.       object edtHTTPProxyPass: TAlignEdit
  313.         Left = 160
  314.         Top = 104
  315.         Width = 138
  316.         Height = 21
  317.         Enabled = False
  318.         PasswordChar = '*'
  319.         TabOrder = 4
  320.       end
  321.       object edtHTTPProxyConfirm: TAlignEdit
  322.         Left = 304
  323.         Top = 104
  324.         Width = 138
  325.         Height = 21
  326.         Enabled = False
  327.         PasswordChar = '*'
  328.         TabOrder = 5
  329.       end
  330.       object chbFTPProxy: TTntCheckBox
  331.         Left = 8
  332.         Top = 142
  333.         Width = 433
  334.         Height = 17
  335.         Caption = 'Use FTP Proxy Server'
  336.         TabOrder = 6
  337.         OnClick = chbFTPProxyClick
  338.       end
  339.       object edtFTPProxyServer: TAlignEdit
  340.         Left = 16
  341.         Top = 184
  342.         Width = 138
  343.         Height = 21
  344.         Enabled = False
  345.         TabOrder = 7
  346.       end
  347.       object edtFTPProxyUser: TAlignEdit
  348.         Left = 16
  349.         Top = 230
  350.         Width = 138
  351.         Height = 21
  352.         Enabled = False
  353.         TabOrder = 8
  354.       end
  355.       object edtFTPProxyPort: TAlignEdit
  356.         Left = 160
  357.         Top = 184
  358.         Width = 138
  359.         Height = 21
  360.         Enabled = False
  361.         TabOrder = 9
  362.       end
  363.       object edtFTPProxyPass: TAlignEdit
  364.         Left = 160
  365.         Top = 230
  366.         Width = 138
  367.         Height = 21
  368.         Enabled = False
  369.         PasswordChar = '*'
  370.         TabOrder = 10
  371.       end
  372.       object edtFTPProxyConfirm: TAlignEdit
  373.         Left = 304
  374.         Top = 230
  375.         Width = 138
  376.         Height = 21
  377.         Enabled = False
  378.         PasswordChar = '*'
  379.         TabOrder = 11
  380.       end
  381.     end
  382.   end
  383.   object btnOK: TTntButton
  384.     Left = 286
  385.     Top = 304
  386.     Width = 75
  387.     Height = 25
  388.     Caption = 'OK'
  389.     TabOrder = 1
  390.     OnClick = btnOKClick
  391.   end
  392.   object btnCancel: TTntButton
  393.     Left = 374
  394.     Top = 304
  395.     Width = 75
  396.     Height = 25
  397.     Caption = 'Cancel'
  398.     ModalResult = 2
  399.     TabOrder = 2
  400.   end
  401.   object FolderDlg: TabfBrowseFolderDlg
  402.     Left = 416
  403.   end
  404. end
  405.