object frmAvantDownloaderTask: TfrmAvantDownloaderTask Left = 0 Top = 0 AutoSize = True BorderStyle = bsDialog Caption = 'Task' ClientHeight = 577 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 OnDestroy = TntFormDestroy OnShow = TntFormShow PixelsPerInch = 96 TextHeight = 13 object pnlTop: TTntPanel Left = 0 Top = 0 Width = 465 Height = 129 Align = alTop BevelOuter = bvNone TabOrder = 0 object lblLink: TTntLabel Left = 16 Top = 8 Width = 22 Height = 13 Caption = 'Link:' end object lblSaveAs: TTntLabel Left = 16 Top = 54 Width = 43 Height = 13 Caption = 'Save As:' end object bvAdvanced: TBevel Left = 0 Top = 127 Width = 465 Height = 2 Align = alBottom ExplicitTop = 55 end object cmbLink: TTntComboBox Left = 16 Top = 27 Width = 433 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = cmbLinkChange end object btnBrowse: TTntButton Left = 374 Top = 71 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 2 OnClick = btnBrowseClick end object chbAutoRename: TTntCheckBox Left = 16 Top = 102 Width = 431 Height = 17 Caption = 'Auto Update File Name' TabOrder = 3 end object chbFileName: TTntComboBox Left = 16 Top = 73 Width = 352 Height = 21 ItemHeight = 13 TabOrder = 1 OnEnter = chbFileNameEnter OnSelect = chbFileNameSelect end end object pnlAdvanced: TTntPanel Left = 0 Top = 129 Width = 465 Height = 336 Align = alTop BevelOuter = bvNone TabOrder = 1 Visible = False object lblUsername: TTntLabel Left = 24 Top = 155 Width = 52 Height = 13 Caption = 'Username:' end object lblPassword: TTntLabel Left = 248 Top = 155 Width = 50 Height = 13 Caption = 'Password:' end object lblPriority: TTntLabel Left = 248 Top = 82 Width = 38 Height = 13 Caption = 'Priority:' Visible = False end object lblThreads: TTntLabel Left = 16 Top = 82 Width = 43 Height = 13 Caption = 'Threads:' end object lblCategory: TTntLabel Left = 16 Top = 10 Width = 49 Height = 13 Caption = 'Category:' end object lblNote: TTntLabel Left = 16 Top = 231 Width = 27 Height = 13 Caption = 'Note:' end object chbLogin: TTntCheckBox Left = 16 Top = 132 Width = 433 Height = 17 Caption = 'Server Login' TabOrder = 5 OnClick = chbLoginClick end object edtUsername: TTntEdit Left = 24 Top = 174 Width = 201 Height = 21 TabOrder = 6 end object edtPassword: TTntEdit Left = 248 Top = 174 Width = 201 Height = 21 PasswordChar = '*' TabOrder = 7 end object cmbPriority: TTntComboBox Left = 248 Top = 101 Width = 201 Height = 21 ItemHeight = 13 TabOrder = 4 Visible = False end object cmbCategory: TTntComboBox Left = 23 Top = 29 Width = 345 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = cmbCategoryChange end object btnNewCategory: TTntButton Left = 374 Top = 28 Width = 75 Height = 25 Caption = 'New...' TabOrder = 1 OnClick = btnNewCategoryClick end object chbUpdatePath: TTntCheckBox Left = 24 Top = 56 Width = 425 Height = 17 Caption = 'Update Category Path' Checked = True State = cbChecked TabOrder = 2 end object mmNote: TTntMemo Left = 16 Top = 250 Width = 433 Height = 75 TabOrder = 9 end object cmbThreads: TTntComboBox Left = 16 Top = 101 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 2 TabOrder = 3 Text = '3' Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12') end object chbTakeOver: TTntCheckBox Left = 16 Top = 208 Width = 433 Height = 17 Caption = 'Take Over Browser'#39's File Download' TabOrder = 8 end end object pnlBottom: TTntPanel Left = 0 Top = 529 Width = 465 Height = 48 Align = alTop BevelOuter = bvNone TabOrder = 3 object btnOK: TTntButton Left = 286 Top = 10 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 1 end object btnCancel: TTntButton Left = 374 Top = 10 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object btnAdvanced: TTntButton Left = 16 Top = 10 Width = 75 Height = 25 Caption = 'Advanced' TabOrder = 0 OnClick = btnAdvancedClick end end object pnlRun: TTntPanel Left = 0 Top = 465 Width = 465 Height = 32 Align = alTop BevelOuter = bvNone TabOrder = 2 object chbOpen: TTntCheckBox Left = 16 Top = 6 Width = 433 Height = 17 Caption = 'Open the file when complete' TabOrder = 0 OnClick = chbLoginClick end end object pnlDownloader: TTntPanel Left = 0 Top = 497 Width = 465 Height = 32 Align = alTop BevelOuter = bvNone TabOrder = 4 object lblUse: TTntLabel Left = 16 Top = 9 Width = 32 Height = 13 Caption = 'Utilize:' end object cbDownloaders: TTntComboBox Left = 80 Top = 6 Width = 369 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 0 Text = 'Avant Downloader' Items.Strings = ( 'Avant Downloader') end end object SaveDialog: TSaveDialog Left = 392 end object AppEvents: TApplicationEvents OnMessage = AppEventsMessage Left = 424 end object tmrUpdateFileName: TTimer Enabled = False Interval = 500 OnTimer = tmrUpdateFileNameTimer Left = 360 end object tmrSetTop: TTimer Enabled = False Interval = 1500 OnTimer = tmrSetTopTimer Left = 328 end end