	VCL component TShowMessage                                       
	Displays a message box                                                                                                               
   	on 21 Aug 1999 at 0:33                                                                                                               
	Copyright  1999 by ...Irvsoft System Design   

	Email: f.irving@virgin.net

	**************************************************

	Show Message is a 32 bit Delphi 3 component and is       	totally Freeware, use it as you	wish.  I require no 
	thanks, it is my first attempt at a VCL Component!!

	Please don't hold me responsible for any damage that
	this component may cause, you use at your own risk!!!

	**************************************************

	INSTALLATION:

	Unzip the files into your Delphi Library.
	Start up Delphi.
	Click on Component
	In the 'Pulldown' click on 'Install Packages'
	In the dialog click on 'Add'
	Select the package 'Showmsgs'
	Click 'Ok'

	**************************************************
	
	USAGE:
	
	In your application, drop the component onto your form
	fill in the two properties:
	1. The Caption bar text.
	2. The information string that you require.
	
	On the Unit File enter the following Syntax:

	ShowMessage1.Execute;

	(See the demo program)

	That's it Folks!!

	***************************************************

	If you find that you must contact me, drop me an
	Email, I don't mind!!

	Enjoy..............