Installation notes:

To be able to use the components they have to be added 
in the Delphi-IDE.

Adding the components 
---------------------

Delphi 3
1. Run Delphi 3 and select the FILE / OPEN menu item 
2. Open the file ..\Lib\sfLib3.dpk and click Install. 
3. Choose Environment options from the Tools menu.
4. Add the directory of vcl to the library path.

Delphi 4
1. Run Delphi 4 and select the FILE / OPEN menu item 
2. Open the file ..\Lib\sfLib4.dpk and click Install.
3. Choose Environment options from the Tools menu.
4. Add the directory of vcl to the library path.

Delphi 5
1. Run Delphi 5 and select the FILE / OPEN menu item 
2. Open the file ..\Lib\sfLib5.dpk and click Install.
3. Choose Environment options from the Tools menu.
4. Add the directory of vcl to the library path.

The library pages will appear at the end of the current palette.

Installing the help file (Delphi 3)
-----------------------------------

1.	Copy Vsf.hlp and Vsf.cnt to the Delphi Help directory.
2.	Open Delphi3.cfg with a standard editor.
3.	At the end of the file add the following line, <:Link Vsf.hlp>
4.	Open Delphi3.cnt with a standard editor.
5.	Add to the "Index section", <:Index Varian Skin Factory=Vsf.hlp>
6.	Add to the "Include section", <:include Vsf.cnt>
7.	Start Delphi.


(Delphi 4 & 5 only)
-------------------

To add your help file to Delphi, use the OpenHelp utility located in 
\Delphi\bin\oh.exe (or accessed using Help|Customize in the IDE). You 
will find information in the OpenHelp.hlp file about using OpenHelp, 
including adding your help file to the Help System.

Rebuilding the designer tool
----------------------------
Follow the steps above to import the required components
in Delphi. Look for the following package: 
../Designer/Components/vsf.dpk

Open Designer.dpr and compile the application.


