object frmDownloadOptions: TfrmDownloadOptions Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 341 ClientWidth = 465 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pcOptions: TdxPageControl Left = 0 Top = 0 Width = 465 Height = 289 ActivePage = dxtsGeneral Align = alTop HideButtons = False HotTrack = False MultiLine = True OwnerDraw = False RaggedRight = False ScrollOpposite = False TabHeight = 0 TabOrder = 0 TabPosition = dxtpTop TabWidth = 0 object dxtsGeneral: TdxTabSheet Caption = 'General' object lblDefaultDir: TTntLabel Left = 16 Top = 14 Width = 433 Height = 13 AutoSize = False Caption = 'Default Download Folder:' end object lblBandwidth: TTntLabel Left = 16 Top = 126 Width = 78 Height = 13 Caption = 'Bandwidth Limit:' end object lblTryCount: TTntLabel Left = 16 Top = 159 Width = 200 Height = 13 Caption = 'Number of attempts when error happens:' end object lblKbs: TTntLabel Left = 429 Top = 126 Width = 20 Height = 13 Caption = 'kb/s' end object lblMaxJobs: TTntLabel Left = 16 Top = 95 Width = 135 Height = 13 Caption = 'Maximum Simultaneous Jobs' end object edtDefaultDir: TTntEdit Left = 16 Top = 33 Width = 345 Height = 21 Enabled = False ReadOnly = True TabOrder = 0 end object btnBrowse: TTntButton Left = 374 Top = 31 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 1 OnClick = btnBrowseClick end object cmbBandwidth: TTntComboBox Left = 335 Top = 123 Width = 82 Height = 21 AutoComplete = False DropDownCount = 16 ItemHeight = 13 TabOrder = 4 Items.Strings = ( '5' '10' '20' '30' '50' '60' '70' '80' '100' '120' '150' '180' '200' '300' '500' '1000' '2000') end object cmbTryCount: TTntComboBox Left = 335 Top = 156 Width = 114 Height = 21 Style = csDropDownList DropDownCount = 16 ItemHeight = 13 ItemIndex = 10 TabOrder = 5 Text = '20' Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '20' '30' '50' '100' '200') end object chbTakeOver: TTntCheckBox Left = 16 Top = 62 Width = 433 Height = 17 Caption = 'Take Over Browser'#39's File Download' TabOrder = 2 end object cmbMaxJobs: TTntComboBox Left = 335 Top = 92 Width = 114 Height = 21 Style = csDropDownList DropDownCount = 16 ItemHeight = 13 ItemIndex = 7 TabOrder = 3 Text = '8' Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '12') end object chbClearOnExit: TTntCheckBox Left = 16 Top = 190 Width = 433 Height = 17 Caption = 'Clear All Download History on Exit' TabOrder = 6 end object chbAutoOpen: TTntCheckBox Left = 16 Top = 222 Width = 433 Height = 17 Caption = 'Always Open the Download File When Finished' TabOrder = 7 end end object dxtsProxy: TdxTabSheet Caption = 'Proxy' object lblHTTPProxyAddress: TTntLabel Left = 16 Top = 39 Width = 43 Height = 13 Caption = 'Address:' Enabled = False end object lblHTTPProxyPort: TTntLabel Left = 160 Top = 39 Width = 24 Height = 13 Caption = 'Port:' Enabled = False end object lblHTTPProxyUserName: TTntLabel Left = 16 Top = 85 Width = 52 Height = 13 Caption = 'Username:' Enabled = False end object lblHTTPProxyPassword: TTntLabel Left = 160 Top = 85 Width = 50 Height = 13 Caption = 'Password:' Enabled = False end object lblHTTPProxyConfirm: TTntLabel Left = 304 Top = 85 Width = 114 Height = 13 Caption = 'Password Confirmation:' Enabled = False end object lblFTPProxyAddress: TTntLabel Left = 16 Top = 165 Width = 43 Height = 13 Caption = 'Address:' Enabled = False end object lblFTPProxyUserName: TTntLabel Left = 16 Top = 211 Width = 52 Height = 13 Caption = 'Username:' Enabled = False end object lblFTPProxyPort: TTntLabel Left = 160 Top = 165 Width = 24 Height = 13 Caption = 'Port:' Enabled = False end object lblFTPProxyPassword: TTntLabel Left = 160 Top = 211 Width = 50 Height = 13 Caption = 'Password:' Enabled = False end object lblFTPProxyConfirm: TTntLabel Left = 304 Top = 211 Width = 114 Height = 13 Caption = 'Password Confirmation:' Enabled = False end object chbHTTPProxy: TTntCheckBox Left = 8 Top = 16 Width = 433 Height = 17 Caption = 'Use HTTP Proxy Server' TabOrder = 0 OnClick = chbHTTPProxyClick end object edtHTTPProxyServer: TAlignEdit Left = 16 Top = 58 Width = 138 Height = 21 Enabled = False TabOrder = 1 end object edtHTTPProxyUser: TAlignEdit Left = 16 Top = 104 Width = 138 Height = 21 Enabled = False TabOrder = 2 end object edtHTTPProxyPort: TAlignEdit Left = 160 Top = 58 Width = 138 Height = 21 Enabled = False TabOrder = 3 end object edtHTTPProxyPass: TAlignEdit Left = 160 Top = 104 Width = 138 Height = 21 Enabled = False PasswordChar = '*' TabOrder = 4 end object edtHTTPProxyConfirm: TAlignEdit Left = 304 Top = 104 Width = 138 Height = 21 Enabled = False PasswordChar = '*' TabOrder = 5 end object chbFTPProxy: TTntCheckBox Left = 8 Top = 142 Width = 433 Height = 17 Caption = 'Use FTP Proxy Server' TabOrder = 6 OnClick = chbFTPProxyClick end object edtFTPProxyServer: TAlignEdit Left = 16 Top = 184 Width = 138 Height = 21 Enabled = False TabOrder = 7 end object edtFTPProxyUser: TAlignEdit Left = 16 Top = 230 Width = 138 Height = 21 Enabled = False TabOrder = 8 end object edtFTPProxyPort: TAlignEdit Left = 160 Top = 184 Width = 138 Height = 21 Enabled = False TabOrder = 9 end object edtFTPProxyPass: TAlignEdit Left = 160 Top = 230 Width = 138 Height = 21 Enabled = False PasswordChar = '*' TabOrder = 10 end object edtFTPProxyConfirm: TAlignEdit Left = 304 Top = 230 Width = 138 Height = 21 Enabled = False PasswordChar = '*' TabOrder = 11 end end end object btnOK: TTntButton Left = 286 Top = 304 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = btnOKClick end object btnCancel: TTntButton Left = 374 Top = 304 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object FolderDlg: TabfBrowseFolderDlg Left = 416 end end