Component Name: TDLBox
Author: Mats Asplund
Creation: April 15, 2000
Version: 1.1
Description:  TDLBox is a component for downloading files into your computer
              from any given source.
Credit:       Thomas Quester for the Compound-class used in this component.
EMail:        mats.asplund@telia.com
Site:         http://w1.545.telia.com/~u54503556/delphi/mdp.htm
Legal issues: Copyright (C) 2000 by Mats Asplund
              This software is provided 'as-is', without any express or
              implied warranty.  In no event will the author be held liable
              for any  damages arising from the use of this software.

              Permission is granted to anyone to use this software for any
              purpose, including commercial applications, and to alter it
              and redistribute it freely, subject to the following
              restrictions:

              1. The origin of this software must not be misrepresented,
                 you must not claim that you wrote the original software.
                 If you use this software in a product, an acknowledgment
                 in the product documentation would be appreciated but is
                 not required.

              2. Altered source versions must be plainly marked as such, and
                 must not be misrepresented as being the original software.

              3. This notice may not be removed or altered from any source
                 distribution.

              4. If you decide to use this software in any of your applications.
                 Send me an EMail address and tell me about it.

Quick Reference:
              TDLBox is a descendant from TCompoundGroupBox.

              Published properties:
              Caption1:        Sets string for label1.
              Caption2:        Sets string for label2.
              Caption3:        Sets string for label3.
              Image:           Sets the bitmap on top of the component.
              Glyph:           Sets the glyph on the BitBtn.
              Directory:       Read or write to this property to retrieve or
                               change selected directory.
              Drive:           Read or write to this property to retrieve or
                               change selected drive.
              BitBtnEnabled:   Enables BitBtn.
              BitBtnVisible:   Makes BitBtn visible.
              DriveBoxVisible: Makes DriveBox visible.

              Event:
              BitBtnOnClick: event raised when BitBtn is clicked.

              Method:
              UpdateFileList: call this to update the FileList.
              UpdateDirList:  call this to update the DirectoryList.

