home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / TITLEPNL.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-08-10  |  2.1 KB  |  65 lines

  1. ==============================================================================
  2. ==                                                                          ==
  3. ==  TTitlePanel - VCL Component for Delphi 2.0                              ==
  4. ==                                                                          ==
  5. ==  Purpose: Enhanced TPanel                                                ==
  6. ==                                                                          ==
  7. ==============================================================================
  8.  
  9. The TTitlePanel component is decended from TPanel, adding the following 
  10. capabilities:
  11.  
  12.     * Title bar, with caption
  13.  
  14.     * Moveable - click and drag
  15.  
  16.     * Resizeable
  17.  
  18.  
  19. ============
  20. Installation
  21. ============
  22.  
  23. Standard stuff here. Copy the TitlePnl.DCU and TitlePnl.DCR files to your 
  24. standard add-ons directory (or anywhere on the VCL path), and use the
  25. Component/Install menu option. The component will be added to the Samples page.
  26.  
  27. =================
  28. Using TTitlePanel
  29. =================
  30.  
  31. 1. Add a TTitlePanel component to your form.
  32.  
  33. 2. Set the caption property.
  34.  
  35. The panel is most useful as a container for other items such as lists, memos
  36. or images, with the ability to title, move and resize it. Set the Alignment
  37. property for the child component (list, etc) to alClient.
  38.  
  39. Note. The caption property appears in both the titlebar and in the normal 
  40. location in the panel. This is should not be a problem, since another
  41. component will normally be placed on the panel.
  42.  
  43. ===================
  44. Product Information
  45. ===================
  46.  
  47. This is a first release version of the TTitlePanel component. I haven't decided
  48. yet on what basis it will finally be released - I will probably include it
  49. in a set of components I am working on. Meanwhile, I would appreciate your
  50. comments, suggestions, etc.
  51.  
  52. =============
  53. Contacting Me
  54. =============
  55.  
  56. Internet   : johntait@iol.ie
  57.  
  58. Compu$erve : 100420,2764
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61.  
  62. John Tait-Doak
  63. Dublin,
  64. Ireland.
  65.