
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9061 8e941d3f-bd1b-0410-a28a-d453659cc2b4
32 lines
1.1 KiB
ObjectPascal
32 lines
1.1 KiB
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit mbColorLibLaz;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
PalUtils, HTMLColors, RGBCIEUtils, RGBCMYKUtils, RGBHSLUtils, RGBHSVUtils,
|
|
mbColorList, mbTrackBarPicker, BColorPicker, GColorPicker, RColorPicker,
|
|
HColorPicker, KColorPicker, MColorPicker, YColorPicker, mbColorPreview,
|
|
Scanlines, mbColorPickerControl, BAxisColorPicker, GAxisColorPicker,
|
|
RAxisColorPicker, CIEAColorPicker, CIEBColorPicker, CIELColorPicker,
|
|
HRingPicker, HexaColorPicker, HSColorPicker, SLColorPicker, SLHColorPicker,
|
|
HSCirclePicker, SelPropUtils, mbOfficeColorDialog, OfficeMoreColorsDialog,
|
|
HSLColorPicker, mbColorPalette, CColorPicker, SColorPicker,
|
|
mbDeskPickerButton, ScreenWin, mbColorTree, HSLRingPicker, mbBasicPicker,
|
|
mbUtils, mbReg, mbColorConv, LVColorPicker, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('mbReg', @mbReg.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('mbColorLibLaz', @Register);
|
|
end.
|