Included files in RZTime.zip:

RZTimeDate.pas { Source file }

RZTimeDate.dcu ( Compiled unit for DELPHI 5.0 }

ReadRZ.txt     { This file }  

{
--------------------------------------------------------------------------------

Component
Name:         WinTimeDateBtn
Author:       Reginald P. Zornow
Creation:     February 13, 2001
Version:      1.0.1 (February 14, 2001)
Description:  WinTimeDateBtn will run Windows Control Panel TimeDtae.cpl
              as modal application relative to your application.
Usage:        Application running in a Windows system were the user
              dose not have access to the windows system.

Tested:       I need testers will give credit.
              Delphi         Windows     By                     On
              3.0            98          Reginald P. Zornow     02/14/2001
              5.0            98          Reginald P. Zornow     02/14/2001
Credit:       Users of http://www.delphi3000.com/ were I got hints on how
              to this.
              Mats Asplund for this comment format.
EMail:        RZornow@aol.com
Site:         http://members.aol.com/rzornow/home.htm
Legal issues: Copyright (C) 2000 by Reginald P. Zornow
              This software is provided 'as-is', without any express or
              implied warranty.  In no event will the author be held liable
              for any  damages arising from the use of this software.

              Permission is granted to anyone to use this software for any
              purpose, including commercial applications, and to alter it
              and redistribute it freely, subject to the following
              restrictions:

              1. The origin of this software must not be misrepresented,
                 you must not claim that you wrote the original software.
                 If you use this software in a product, an acknowledgment
                 in the product documentation would be appreciated but is
                 not required.

              2. Altered source versions must be plainly marked as such, and
                 must not be misrepresented as being the original software.

              3. This notice may not be removed or altered from any source
                 distribution.

              4. If you decide to use this software in any of your applications.
                 Send me an EMail and tell me about it.

Quick Reference:
              TWinTimeDateBtn is a descendant from TButton.

              Published properties:
                None

              Events:

                Click Override event raised by OnClick event

              Defaults Changed:

              All others properties, methods and events are inherited.
--------------------------------------------------------------------------------
}

