⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 Delphi 窗口状态记录控件
💻 TXT
字号:
Release 5.1 of 28 January 2007
PJWdwState v5.1 of 28 January 2007
PJHKeyPropEdit v1.0.3 of 16 December 2005
+ Merged in changes provided by Bruce J Miller.
  - Added events to enable user defined data to be read from or written to registry when TPJRegWdwState writes or reads window state information.
  - Enabled components to work with MDI child forms.

Release 5.0 of 15 October 2006
PJWdwState v5.0 of 15 October 2006
PJHKeyPropEdit v1.0.3 of 16 December 2005
+ Added new TPJUserWdwState component that gets user to provide implementation of reading and writing persistent storage by handling events.
+ Changed TPJCustomWdwState.OnReadWdwState to protected and exposed in TPJWdwState and TPJRegWdwState. This is not used in TPJUserWdwState.
+ Updated help files re new TPJUserWdwState component.

Release 4.3.1 of 18 December 2005
PJWdwState v4.3.1 of 16 December 2005
PJHKeyPropEdit v1.0.3 of 16 December 2005
StandardDemo v1.0.1 of 16 December 2005
StandAloneDemo v1.0.1 of 16 December 2005
+ Fixed compiler directive error causing program to fail to compile in Delphis below v7.
+ Added new a-link keyword file.
+ Removed from demo applications some form properties and unit clauses not available in earlier versions of Delphi.

Release 4.3 of 04 September 2005
PJWdwState v4.3 of 04 September 2005
PJHKeyPropEdit v1.0.2 of 30 October 2003
StandardDemo v1.0 of 03 September 2005
StandAloneDemo v1.0 of 03 September 2005
+ Added new CreateStandAlone constructor to enable window state component instances to be constructed dynamlically at run time.
+ Updated help file with details of new constructor.
+ Added two new demo programs.

Release 4.2 of 30 October 2003
PJWdwState v4.2 of 30 October 2003
PJHKeyPropEdit v1.0.2 of 30 October 2003
+ Added new option to Options property to ensure window is not displayed out of the desktop's work area.
+ Some changes made to way registry is accessed in TPJRegWdwState.
+ Rearranged some decision logic.
+ Changed component palette to 'DelphiDabbler' from 'PJSoft'.

Release 4.1 of 07 August 2002
PJWdwState v4.1 of 07 August 2002
PJHKeyPropEdit v1.0.1 of 08 October 2000
+ Added new OnReadWdwState event in which user can override window placement, size and state read from registry or ini file.
+ Added new Options property which contains a set of values that govern the behavoiur of the component. The options are to ignore the stored window state and ensure window is displayed normally or ignore the stored window size and use the form's size as designed.

Release 4.0 of 17 March 2002
PJWdwState v4.0 of 17 March 2002
PJHKeyPropEdit v1.0.1 of 08 October 2000
+ Made use ParamStr(0) for default name of ini file and registry key.
+ Changed name of default registry sub key and ini file section to enable use of multiple forms without overwriting each other's data when using default property values.
+ Rewrote method of auto saving and restoring windows to stop having to manipulate the owning form's OnCreate and OnDestroy event handlers. Now uses a hook class to hook into owning form's messages and pass them to window state components. The window now always momentarily appears in normal state before being maximized or minimized as required.
+ Added new MinimizeDelay property to control how long the normal window appears before being minimized.
+ Added OnGetIniData event to TPJWdwState and OnGetRegData events to TPJRegWdwState to allow user to override property values for reading / writing ini file and registry.
+ Made so that now only one instance of a window state component can be placed on a form.
+ Rationalised some elements of code.
+ Changed component palette from 'PJ Stuff' to 'PJSoft'.
+ Changed unit name to PJWdwState.
+ Rewrote help file to integrate into Delphi 3+ IDE, removing support for Delphi 2 IDE..

Release 3.1.1 of 08 October 2000
WdwState v3.1 of 29 April 2000
PJHKeyPropEdit v1.0.1 of 08 October 2000
+ Added property editor for TPJRegWdwState's RegRootKey property.

Release 3.1 of 29 April 2000
WdwState v3.1 of 29 April 2000
+ Fixed a bug where windows that were supposed to be restored maximised were displayed using the last saved window dimensions. This bug was also causing the form to fail to load other components under certain circumstances. (Thanks to Andre Viol for reporting these bugs).

Release 3.0 of 05 April 2000
WdwState v3.0 of 05 April 2000
+ Added AutoSaveRestore property to enable forms to be automatically saved and restored. (Thanks to Stefan Winter for suggesting this and providing prototype code).
+ Modified window restoration code to avoid task bars in positions other than bottom of screen. (Again thanks to Stefan for pointing out the problem and providing prototype code to fix it).
+ Prevented forms being restored as minimized from flashing on screen (by cheating!)
+ Removed conditional compilation statements since this version will not compile under Delphi 1.

Release 2.1 of 29 November 1999
WdwState v2.1 of 29 November 1999
+ Renamed ReadState and SaveState methods to ReadWdwState and SaveWdwState respectively since ReadState was masking a method inherited from TComponent.
+ Updated HTML documentation to include installation notes for Delphi 3/4 and added update history.

Release 2.0 of 19 October 1999
WdwState v2.0 of 19 October 1999
+ Re-write which added TPJRegWdwState component that stores window state information in registry.
+ Extracted common functionality of TPJWdwState and TPJRegWdwState into new abstract base class TPJCustomWdwState.
+ TPJWdwState presented same interface and functionality as version 1.
+ TRegWdwState was not available when compiled under Delphi 1 (because it uses the registry).
+ Updated HTML documentation to deal with new classes.

Release 1.0 of 15 August 1999
WdwState v1.0 of 15 August 1999
+ Original version - included just TPJWdwState component with HTML documentation.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -