home *** CD-ROM | disk | FTP | other *** search
- ==============================================================================
- == ==
- == TTitlePanel - VCL Component for Delphi 2.0 ==
- == ==
- == Purpose: Enhanced TPanel ==
- == ==
- ==============================================================================
-
- The TTitlePanel component is decended from TPanel, adding the following
- capabilities:
-
- * Title bar, with caption
-
- * Moveable - click and drag
-
- * Resizeable
-
-
- ============
- Installation
- ============
-
- Standard stuff here. Copy the TitlePnl.DCU and TitlePnl.DCR files to your
- standard add-ons directory (or anywhere on the VCL path), and use the
- Component/Install menu option. The component will be added to the Samples page.
-
- =================
- Using TTitlePanel
- =================
-
- 1. Add a TTitlePanel component to your form.
-
- 2. Set the caption property.
-
- The panel is most useful as a container for other items such as lists, memos
- or images, with the ability to title, move and resize it. Set the Alignment
- property for the child component (list, etc) to alClient.
-
- Note. The caption property appears in both the titlebar and in the normal
- location in the panel. This is should not be a problem, since another
- component will normally be placed on the panel.
-
- ===================
- Product Information
- ===================
-
- This is a first release version of the TTitlePanel component. I haven't decided
- yet on what basis it will finally be released - I will probably include it
- in a set of components I am working on. Meanwhile, I would appreciate your
- comments, suggestions, etc.
-
- =============
- Contacting Me
- =============
-
- Internet : johntait@iol.ie
-
- Compu$erve : 100420,2764
-
- /////////////////////////////////////////////////////////////////////////////
-
- John Tait-Doak
- Dublin,
- Ireland.
-