QCalendar ver. 0.6
Copyright (C) 2003 Luca Tomat

*** Contacts:
Website: http://www.lt-software.com
Email: luca (at) lt-software (dot) com

*** License:
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:

1) Redistributions of source code must retain the above
   copyright notice, this list of conditions and
   the following disclaimer.

2) Redistributions in binary form must reproduce the above
   copyright notice, this list of conditions and the following
   disclaimer in the documentation and/or other materials
   provided with the distribution.

3) The name of the author may not be used to endorse or promote
   products derived from this software without specific prior
   written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

*** Known to work on:
 - Kylix 3
 - Delphi 7, Delphi 6

*** History:
 - Version 0.1 - May 24, 2003 [Luca T.]: First release.
                 Works without errors/warnings on Kylix 3.
 - Version 0.2 - Jun 02, 2003 [Luca T.]: TCalendar renamed in TLTSCalendar
		 to avoid possible conflicts with existing components.
		 Added the new component TLTSDatePicker.
		 Fixed Bug 20030529 and Bug 20030602.
 - Version 0.3 - Jun 25, 2003 [Luca T.]: Added some new properties
		 especially to TLTSDatePicker to allow the
		 developer to change the properties of the
		 dropdown calendar. Fixed Bug 20030603 and Bug 20030624.
 - Version 0.4 - July 7, 2003 [Luca T.]: Added some new properties and events.
		 Fixed Bug 20030625, Bug 20030630 and Bug 20030707.
 - Version 0.5 - July 18, 2003 [Luca T.]: Added Graphical Today as
		 in the MonthCalendar of Delphi. Clicking on the
		 "Today label" will bring you to today's date.
		 Fixed Bug 20030718.
 - Version 0.6 - July 20, 2003 [Luca T.]: Added Special Days.
		 Fixed Bug 20030719.

*** Bugs:
 Bug 20030529: Changing the FirstDayOfWeek would not recalculate
               the calendar in TLTSCalendar. [FIXED in version 0.2]
 Bug 20030602: Some events would have a wrong "Sender". [FIXED in version 0.2]
 Bug 20030603: The selected day is not bold. This seems to be
               a Kylix bug. [FIXED through workaround in 0.3]
 Bug 20030624: The Hint would not show unless parent's ShowHint
               is enabled. [FIXED in version 0.3]
 Bug 20030625: The cursor is not set correctly in TLTSDatePicker and TLTSCalendar.
               [FIXED in version 0.4]
 Bug 20030630: Changing some fonts at design time in
               TLTSCalendar would not redraw the component.
               [FIXED in version 0.4]
 Bug 20030707: Entering the TLTSDatePicker component would not set correctly the focus.
               [FIXED in version 0.4]
 Bug 20030718: The DropDown Calendar would not resize correctly accordingly to the selected Fonts.
               [FIXED in version 0.5]
 Bug 20030719: On Installation of the component a duplicate resource error would appear.
               [FIXED in version 0.6]

*** Installation:
Install it as any other component:
 - Component - Install Component
If necessary modify your "Library Path" adding the path of the component:
 - Tools - Environment Options - Library - Library Path

*** Notes:
I would like to know why on Delphi 7, at Design Time, it does not show the "Mon" written on the first column (of LTSCalendar)... while on Kylix everything works perfectly. If anybody knows why please email me.