Ignore:
Timestamp:
Apr 17, 2019, 10:42:18 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Updated Graphics32 library.
Location:
GraphicTest/Packages/Graphics32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/Graphics32

    • Property svn:ignore set to
      lib
  • GraphicTest/Packages/Graphics32/GR32_Reg.pas

    r450 r522  
    6060  GR32_Layers,
    6161  GR32_RangeBars,
     62  GR32_ColorPicker,
     63  GR32_ColorSwatch,
    6264  GR32_Resamplers;
    6365
     
    6668begin
    6769  RegisterComponents('Graphics32', [TPaintBox32, TImage32, TBitmap32List,
    68     TRangeBar, TGaugeBar, TImgView32{$IFDEF Windows}, TSyntheticImage32{$ENDIF}]);
     70    TRangeBar, TGaugeBar, TImgView32{$IFDEF Windows}, TSyntheticImage32{$ENDIF},
     71    TColorPickerComponent, TColorPickerRGBA, TColorPickerHS, TColorPickerHSV,
     72    TColorPickerGTK, {$IFDEF COMPILER2010_UP} TColor32Dialog,{$ENDIF}
     73    TColorSwatch]);
    6974  RegisterPropertyEditor(TypeInfo(TColor32), nil, '', TColor32Property);
    7075  RegisterPropertyEditor(TypeInfo(TBitmap32), nil, '', TBitmap32Property);
     
    8388
    8489end.
     90
Note: See TracChangeset for help on using the changeset viewer.