; About Box Dialog Change Log

Release 3.3.1 of 15 December 2005
PJAbout 3.3.1 of 15 December 2005
AboutBoxDemo v1.0 of 08 November 2005
+ Fixed conditional compilation problem: was not detecting compilers after Delphi 7.
+ Fixed keyword error in help file.
+ Added .als a-link keyword file for use with Delphi 6 and 7.

Release 3.3 of 08 November 2005
PJAbout v3.3 of 08 November 2005
AboutBoxDemo v1.0 of 08 November 2005
+ Added new Position property that modifies action of CentreDlg, DlgLeft and DlgTop   properties to be relative to either screen, desktop or owner control rather just relative to screen as before. Form positioning now defaults to be ralative to desktop centre rather than screen.
+ Added code to ensure dialog box is always wholly on screen, including centred dialogs.
+ Now constructs about dialog form with component's owner instead of application.
+ Set default property values for DlgLeft, DlgTop and HelpContext properties.
+ Ensured compatibility with Delphi 1-7.
+ Added demo program to distribution.
+ Changed to Mozilla Public License.
+ Updated help file new Position component.

Release 3.2.1 of 10 July 2003
PJAbout v3.2.1 of 10 July 2003
+ Changed component palette from "PJSoft" to "DelphiDabbler".
+ Updated help file copyright message and title.

Release 3.2 of 09 March 2002
PJAbout v3.2 of 09 March 2002
+ Replaced reference to VInfo unit with reference to PJVersionInfo when compiled under 32 bit Delphi.
+ Changed form name to TPJAboutBoxForm.
+ Now removes reference to version information component if that component is deleted.
+ Added new ButtonWidth property.
+ Made default button height and width properties reflect the default button sizes used by 16 and 32 bit Delphi.
+ Changed dialog box font size to 8 when compiled under 32 bit Delphi. This font size now conforms to Windows 95 standards.
+ Changed component palette from "PJ Stuff" to "PJSoft".
+ Updated help file to integrate with Delphi 3 and later - help no longer integrates under Delphi 1 and 2.

Release 3.1 of 28 November 1999
AboutBox v3.1 of 27 November 1999
+ Made compatible with Delphi 1, 2, 3 & 4.
+ Fixed potential bug where UseButtonGlyphProperty variable in Execute method was not being set under some conditions.
+ Replaced reference to VerInfo unit with reference to VInfo unit when compiled under 32 bit Delphi (VerInfo name clashes with an existing unit in Delphi v3 and v4).
+ Moved Declaration of TAboutDlg form class from implementation to interface section to allow to compile under Delphi 4.
+ Updated HTML documentation to include installation notes for Delphi 3/4 and added update history.

Release 3.0.1 of 08 July 1999
AboutBox v3.0.1 of 09 April 1999
+ Changed installation palette to "PJ Stuff" from "Own".
+ Added HTML documentation.

Un-released
AboutBox v3.0 of 06 December 1998
+ Made compatible with Delphi 1 & 2.
+ Made appearance of glyphs on buttons depend on state of new AutoDetectGlyphs property and on whether 16 or 32 bit Delphi is being used.

Un-released
AboutBox v2.2 of 01 August 1998
+ Made appearance of glyphs on buttons depend on state of global MsgDlgGlyphs system variable.

Un-released
AboutBox v2.1 of 01 August 1998
+ Added HelpContext property. Help is displayed when F1 is pressed and HelpContext property has a value > 0.

Un-released
AboutBox v2.0 of 25 April 1998
+ Added VersionInfo property that can link to a TPJVersionInfo component and use it to get dialog box text from version information.
+ Changed name of Caption property to "Title" to conform with other VCL dialog box components.
+ Added property to control height of dialog box's button.

Un-released
AboutBox v1.0 of 16 February 1998
+ Original version - 16 bit only.
