
            tSystemInfoLabel VCL Component for 32bit Delphi
                            Version 1.00
                 Copyright (c) 1996 Michael F. Hertel
                        All Rights Reserved
                           20 March 1996

   The tSystemInfoLabel component is released as is.  No warranty
   is implied and I am not responsible for any problems that might
   arise from the use of this unit.  You use this unit entirely at
   your own risk.

THIS SOFTWARE IS TRADEWARE, SUGGESTIONS, DONATIONS, ETC. ARE WELCOME.

What that means is: If you like this component and use it and you create
or have created other components for delphi 32bit, then please send me a
free copy of your component. (If not, at least email me)

Michael F. Hertel - mhertel@junction.net


Description:
------------
TSystemInfoLabel is a visual component that lets you access various memory
related information under Win95/NT.

This component will install under the "Samples" page.

Properties (other then the standart ones)
----------
InfoType  - iMemoryUsedPercent   : Amount of memory used by the System in %
            iMemoryTotalPhysical : Amount of total physical memory available
            iMemoryFreePhysical  : Amount of free physical memory
            iMaxSizePageFile     : Amount of bytes that can be stored in the
                                   page file. (NOT actual swapfile size!!)
            iSizeFreePageFile    : Amount of bytes available in the page file
            iTotalVirtual        : Amount of total virtual memory
            iAvailableVirtual    : Amount of available virtual memory

FormattedDisplay - If TRUE then all values will be displayed with formatting
                   That means that the values will be converted to KB,MB or GB,
                   will have commas & periods inserted and will have KB,MB
                   or GB appended to the display. (Just try it...)

All other standard properties of TLabel are available.

Events
------
All events from TLabel are available.

Source Code
-----------
Email me, and we'll see what we can do.. :)

Future Versions
---------------
I am currently working on adding more System Info types. i.e User & Computer
Name and a whole bunch of other stuff.


Michael F. Hertel
Internet address:  mhertel@junction.net
