|
TSuperSubLabel 1.20 for Delphi
VCL component for Delphi similar to TLabel with superscript and
subscript capability.

How to use ?
Use this component as TLabel with in addition superscript and subscript
capabilities.
Superscript: type character " ^ " before the letter
Subscript: type character " _ " after the letter
is written
SuperSubLabel1.caption := 'SO_4^2^-';
Setup
Download TSuperSubLabel 1.20 
Unzip ezSuperSubLabel120.zip
You can install this component as usual !
It has been developped and tested under Delphi 5. It should work
under all Delphi versions...
Step 1
Copy files SuperSubLabel.pas and SuperSubLabel.dcr in folder
C:\Program Files\Borland\Delphi\Lib
Step 2
Start Delphi.
In menu Component, click on Install New Component.
Select file SuperSubLabel.pas.
Click OK, and click OK on all following panels.
That's all !
The icone TSuperSubLabel is displayed in Standard toolbar.
|