>>JvTyeps.pas
 --Added class TJvPersistentProperty.
 --Added const colors of StandardColorValues.
 
>>JvResources.Pas
 --Added string resources for StandardColorValues and TJvOfficeColorPanel.
>>JvJVCLUtils.Pas
 --Added function RGBToBGR,ColorToPrettyName,PrettyNameToColor.
 --Modified function DrawArrow to draw arrow in center.
 
>>JvOfficeColorPanel.pas
---Merged TJvSubColorButton and TJvColorSpeedButton to common one  TJvColorSpeedButton.

---TJvOfficeColorPanelProperties---
  -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 BgColor 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 BgColor to set ColorPanel bg color.
  