--------------------------------------------------
VCLSwitch 1.0 - Switch Component for Delphi
Version : 1.0 from 18th March 1996
ZIP-File: SWITCH10.ZIP
FREEWARE --- Source Code available
--------------------------------------------------
A switch which changes between On and Off.In contrast to other bitmap 
switches this switch allows scalable sizing. I have included the source
for the component registration (SWITCHIN.PAS) so you can customize which
page on the toolbar the component will reside on.

--------------
Description
--------------
Properties:

Switch :
	swon : Switch is on (above)
	swoff: Switch is off (below)

Events:
	OnChange: Called whenever the switch property changes

At runtime you can change the switch property with left mouse click or
the arrow keys. 

--------
Author
--------
Volker Schackmann
Weingarten
Germany
E-Mail: 075152177-0001@T-Online.De
FIDO:   Volker Schackmann @ 2:246/8712.2

---------------------------------
Contents of ZIP-File SWITCH10.ZIP
---------------------------------
 * readme.txt      This file
 * switch10.dcu    VCLSwitch component
 * switchin.pas    Registration unit, which can be changed
 * switchin.dcr    Bitmap resource

----------------------
VCLSwitch Installation
----------------------
 * Unzip .Zip file in a directory, e.g. c:\delphi\lib
 * If you want, change the page in SWITCHIN.PAS (now: 'Samples') 
 * Choose Add
 * Choose Browse
 * Select SWITCHIN.PAS from the directory you put the files in
 * Choose OK and wait
 * There will now be a VCLSwitch component on your component page

---------------------
VCLSwitch Source Code
---------------------
Components designers can order the source code via email
in exchange for a component of their owns.
Volker Schackmann
E-Mail: 075152177-0001@t-online.de
FIDO:   Volker Schackmann @ 2:246/8712.2

-----------------------------
Distribution, Licensing, etc.
-----------------------------
These component is freeware.  You can use this component in your own
applications without royalties or licensing fees. Feel free to distribute
this ZIP file to other on-line services, the Internet, your friends, etc., 
but please distribute the complete file.  

You may not sell this component (other than a nominal distribution fee).

I have made every effort to ensure the component is free of bugs,
but you never know. Use them at your own risk!  In other words - 
Do what you want with them, but don't blame me.

All questions, comments and criticisms are welcome!
Volker Schackmann
E-Mail: 075152177-0001@t-online.de
FIDO:   Volker Schackmann @ 2:246/8712.2

--------------------
The Legal Disclaimer
--------------------
THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO AS
"SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS 
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL 
VOLKER SCHACKMANN BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, 
INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN 
IF VOLKER SCHACKMANN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME 
STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR 
CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT 
APPLY.
