CAPCTRLS.ZIP
------------

"Caption Controls" is a set of Delphi components that places a
caption over a blank edit control or combo box (much like
Quicken). These controls take less room on a form than the
standard GUI method of using permanent labels to identify
controls.

These components are fully funcitonal, but can only be used while Delphi 
is running.

Registered users will receive the release package, which has no limitations,
and includes full source code. Register online for $20, GO SWREG #7544.

To install the components:
  1) Copy the following files to your component directory (e.g. \DELPHI\COMPS)
     
     CAPCTRLS.PAS
     CAPCTRLS.DCR
     CAPCOMBO.DCU
     CAPEDIT.DCU

In Delphi, 
  2) By default, the components will be installed on the Samples page of
     the component palette. You can change this by modifying the 
     CAPCTRLS.PAS file. (e.g. if you wish to install the components on 
     page XYZ, change the line in CAPCTRLS.PAS to read:
     
     RegisterComponents('XYZ',[TCaptionEdit,TCaptionCombo]);

  3) Select Options | Install Components
  4) Press the Add button
  5) Select CAPCTRLS.PAS (use Browse if you need to find the file)

To install the help file for the components:
  1) Copy CAPCTRLS.HLP to \DELPHI\BIN
  2) Copy CAPCTRLS.KWF to \DELPHI\HELP
  3) Run HELPINST.EXE
  4) Open the file \DELPHI\BIN\DELPHI.HDX
  5) Select Keywords | Add Keyword File
  6) Select \DELPHI\HELP\CAPCTRLS.KWF
  7) Select File | Save

A sample application is also included (CAPTION1.DPR).
You can run this application after you have installed the components.


Dan Miser
73044.2432@compuserve.com
