////////////////////////////////////////////////////////////////////////////////
// DESKLET SDK FOR AVEDESK 1.2 & 1.3
//
// (c) copyright Andreas Verhoeven 2005
// website: http://www.avedesk.com
// e-mail: averhoev.2@hccnet.nl
// e-mail: pcm@earthling.net
//
//
// filename:		DeskletSDK.pas
// Description:		Delphi version of the DeskletSDK for AveDesk 1.2 & 1.3
// Authors:		Andreas Verhoeven  &  Phil Caetano
// Last modified:	Jun 10, 2005
// Version:		2
// Comments:  		<none>
//
// 
//	(c) copyright Andreas Verhoeven 2005
//	Do not modify or reproduce this file without my permission!

////////////////////////////////////////////////////////////////////////////////


This Delphi DeskletSDK for AveDesk 1.2 & 1.3 is a 'direct' port of the C style SDK, but
with an included GDI+ Delphi -> C++ image wrapper library.

Included files:
	- readme.txt, this file

	- aveimg.dll, you should deploy this with your desklet, it's used for the Delphi -> C++ GDI+ conversion (Included in AveDESK 1.3)

	- DeskletSDK.pas, include this to your desklet project.

	- DeskletObject.* Sample Desklet Delphi object. With some Events

	- PeropertySheet.*  Used to display your settings when showing the default property refer to the OnAddPropertySheets event

	- SampleDesklet.dpr, a sample desklet using this SDK

	- SampleDesklet.res, autogenerated file by Delphi for the sample desklet

	- SDK_DOCS.*, help files for the C style API, which can be used for the Delphi SDK too.

	- Memcheck.pas allows you to check for memory leaks.  Call MemChk; in the beginning of the dll