>>JvTypes.pas
  -add the TJvPersistentProperty class.
  -add TJvAddInControlSiteInfo and TJvGetAddInControlSiteInfoEvent.
>>JvResources.pas
  -Remove the not used string,add new used string by jvofficecolorpanel.

>>JvDBActions.pas,JvDynControlEngineDBTools.pas,JvParameterList.pas,JvParameterListParameter.pas
  -Fixed TJvArrangeSettings override bug by new class in jvpanel.pas.

>>JvSpeedButton.pas
  * TJvSpeedButton implemented interface of IJvHotTrack.
  * fixed bug: memory leak in TJvCustomSpeedButton.Paint;
  
 
>>JvOfficeColorPanel.pas
  Reconstructed the all of TJvOfficeColorPanel class.

---Merged TJvSubColorButton and TJvColorSpeedButton to common one of TJvColorSpeedButton.

---TJvOfficeColorPanelProperties---
  -rename all  property AutoXXX  to DefaultXXX.
  -rename all  property OtherXXX  to CustomXXX.
  -Added property ShowStandardColors.
  -Added property ShowUserColors.
  -Added property ShowNoneButton.
  -......

---TJvOfficeColorPanel---
  Now can show Standard colors and user colors.
  -Rename property CustomColors to ColorDlgCustomColors.
  -Rename property Options to ColorDialogOptions.
  -Added property StandardColors.
  -Added property UserColors.
  -Added property HotTrack.
  -Added property HotTrackFont.
  -Added property HotTrackFontOptions.
  -Added property HotTrackOptions.
  -Added property BackColor to set ColorPanel bg color.
  -Added event OnShowOwnerColorDialog.
  -......

>>JvOfficeColorButton.pas
---TJvOfficeColorButtonProperties---
  -Rename property  DragCaption to FloatWindowCaption.
  
---TJvCustomOfficeColorButton---
  -Rename property CustomColors to ColorDlgCustomColors.
  -Rename property Options to ColorDialogOptions.
  -Removed code of compatible to loading TJvColorButton.
  -added property DropingBgColor.
  -added property FloatingBgColor.
  -Added property StandardColors.
  -Added property UserColors.
  -Added property HotTrack.
  -Added property HotTrackFont.
  -Added property HotTrackFontOptions.
  -Added property HotTrackOptions.
  -Added property BackColor to set bg color.
  -......
  
>>JvPanel.pas
  make to compliant for new jvofficecolorpanel need.
  - remove the JvMouseTimer.pas depended.  
  - Splitt TJvPanel to TJvCustomPanelEx and TJvPanel.
  - Change TJvArrangeSettings  to inherited from TJvArrangeSettings.
  - TJvCustomPanelEx  implemented interface of IJvHotTrack, now you can use HotTrack on TJvPanel.
  - Renamed HotColor property to HotTrackOptions.Color.
  