  ___          _        _       ____  _                _     
 / _ \  _   _ (_)  ___ | | __  / ___|| | _   _  _ __  | |__  
| | | || | | || | / __|| |/ / | |  _ | || | | || '_ \ | '_ \ 
| |_| || |_| || || (__ |   <  | |_| || || |_| || |_) || | | |
 \__\_\ \__,_||_| \___||_|\_\  \____||_| \__, || .__/ |_| |_|
                         Version 1.01    |___/ |_|    

		Released : 22nd September 1996
		   Author : Christopher Tan



Introduction
------------

Hi ! Thanks for taking the time to read this readme file. QuickGlyph 
is generally a Glyph Viewer with some extras. I decided to write my 
own Glyph Viewer because the ones I've tried didn't exactly quite 
meet my needs. By the way, QuickGlyph is freeware ( I don't  think a 
simple app like this deserve any payment, but if you really like this 
program and write some Delphi programs/components of your own, it 
would be nice if you would email me a copy of it ) , so you may 
distribute this program as you wish. 

                                       

Disclaimer
----------

This program is provided AS IS without any warranty of any kind, 
either expressed or implied. The author does not assume any liability 
for any alleged or actual damages arising from the use of this program. 
Use this program at YOUR OWN RISK.



Installation
------------

To install QuickGlyph, just create a new directory and copy all the
files in this ZIP archive to that directory. You can then add this 
program to the TOOLS menu in Delphi, or create a shortcut to it and 
place it wherever you like.



Release History
---------------

* 22nd September 1996 - Version 1.01

  Bug(s) fixed in this version :
   - Main form was "clipped" when used under "Large Fonts" setting of 
     Windows

* 12th August 1996 - Version 1.0

  First version released to the general public



Contacting The Author
---------------------

Name  : Christopher Tan
Email : chris@cytec.pl.my

Please use the word "QuickGlyph" in the subject field of your email.
By the way, if you're interested in the source code, just email me and 
I'll email it to you.




------------------------------------------------------------------------
                         !! New Utility !!
------------------------------------------------------------------------

Hi ! I've just released a new Delphi utility called QuickDialog and it's
now available for download from The Delphi Super Page.

QuickDialog is a simple utility to help you create both Windows API 
MessageBox and Delphi's MessageDlg style Dialog Boxes without having to 
remember all those syntax/constants. Just select what type of dialog 
box you want, the buttons to put on them, type in the message & captions 
and that's it ! You can now preview your dialog box by clicking "View" 
or copy it to the clipboard by clicking "Copy". You can then paste the 
code into your editor.

If you haven't got a copy yet, go grab it now :) ..

------------------------------------------------------------------------