
      ========================================================
       Component:  llTaskBar
       Version:    1.51
       Author:     llionsoft
       Email:      team@llion.net
                   llion@llion.net
       Internet:   http://www.llion.net
       Date:       08 February 2002

      ========================================================

                 (c) Copyright llionsoft, 2002
                        All rights reserved

      ========================================================
Description:
llTaskBar looks like Windows taskbar. 
You can place this component in the main window of your MDI Application 
and forgot about management of the MDI child windows . 
This component allows you to manipulate with MDI child windows like 
Windows taskbar allows you to manipulate with tasks. 

===============================================================
Features:
 background
 bitmap image on bar
 flat and transparent buttons
 possibility of many row
 change of bar's size in runtime
 hide of MDI child window on minimize this form
 hint on the buttons with name of linked form
 auto synchronize Icon and Caption
 and many other

===============================================================
TllTaskBar Documentation

Properties

public
  property ButtonCount: Integer;
  property Buttons[Index: Integer]: TllTaskButton;
published
  property Bitmap: TBitmap;
  property ButtonTransparent: Boolean;
  property Kind: TllTaskBarKind;
  property Flat: Boolean;
  property HideMinimizedMDI: Boolean;
  property MinButtonWidth: Integer;
  property MaxButtonWidth: Integer;
  property Picture: TBitmap;
  property PictureAlign: TPictureAlign;
  property PictureBevel: Boolean;
  property PictureCentered: Boolean;
  property PictureMaximize: Boolean;
  property PictureRatio: Boolean;
  property PictureTransparent: Boolean;
  property PictureWidth: Integer;
  property SynchronizeCaption: Boolean;
  property SynchronizeIcon: Boolean;

Methods
  procedure RefreshTaskBar;

================================================================
Use and distribution of the software is permitted provided that 
all of the following terms are accepted: 
This component is freeware.
The Software is provided "as-is," without any express or 
implied warranty. In no event shall the Author be held 
liable for any damages arising from the use of the Software. 
All redistributions of the Software's files must be in 
their original, unmodified form. Distributions of modified 
versions of the files is not permitted without express 
written permission of the Author. 
All redistributions of the Software's files must retain all 
copyright notices and web site addresses that are currently 
in place, and must include this list of conditions without modification. 
None of the Software's files may be redistributed for profit 
or as part of another software package without express 
written permission of the Author. 
You are permitted to Compile the Software into any kind of applications. 
("Compile" here refers to the automatic process of translating the 
Software's source code into executable machine code by a compiler 
such as the one included with Borland's Delphi or C++Builder.)
Full backward compatibility in future versions of the Software 
is not guaranteed. In no event shall the Author be held liable 
for any inconvenience or damages arising from lack of backward 
compatibility. 
If you do not agree to all of the above terms, you are not 
permitted to use the Software in any way, and all copies 
of it must be deleted from your system(s). 


More details you can find on our site:
   http://www.llion.net

