TUCWinRestore v1.0, Freeware by UCSoft <info@ucsoft.de>, 01-02-2001

-------------------
Description
-------------------

A component to set forms position and measures to values when form closed last time.
Simply set "RegKey" value to the registry key in which the settings shall be stored.
Tested with Delphi 5 but it should also work with D3 and D4.

-------------------
Author
-------------------
(c) 2001 by Ulli Conrad info@ucsoft.de>
The latest version can be found at http://www.ucsoft.de/

-------------------
Distribution
-------------------

This component is freeware. As such, UCSoft gives no warranty
to its accuracy, fitness for any particular use, effects of use, or
reliability. This component may not be distributed as a part of another
component package without UCSoft's written consent. It may be
freely distributed, although it must be distributed with all original files
in their original format intact. If you use this component in your
software, please include an acknowledgment that portions are copyrighted by
UCSoft. Please contact the author, Ulli Conrad, at the above addresses with
questions, comments, bug-reports or any updates you make to the component.

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

Unzip files to a directory of your choice.
Select "Component - Install component" from the Delphi menu.
Choose wether to add component to a new or an existing package and specify packages
name.
Browse for uwinrestore.pas and click "OK".
Let package be compiled and save it when it's closed.
You'll find the component in the tab sheet "UCSoft".

-------------------
Hierachy
-------------------

TUCWinRestore is a TComponent descendand

-------------------
Properties
-------------------

property RegKey : string;
  Specifies the registry key (in HKEY_CURRENT_USER) where the form measures will
  be stored. A value in format FORMNAME_WinCoordinates will be saved for each form
  where TUCWinRestore is placed on (where FORMNAME specifies the name of the owner
  form).


-------------------
Events
-------------------

No additional events defined



