home *** CD-ROM | disk | FTP | other *** search
- unit DTools;
-
- interface
-
- procedure Register;
-
- implementation
-
- uses
- Classes,
- AnaClock,
- Balloon,
- CustBtn,
- DTMisc,
- Feedback,
- Ledgadgt,
- MMGadget,
- Toggler,
- VisApp;
-
- procedure Register;
- begin
- RegisterComponents('DTools',[
- TAnalogClock,
- TBalloonHint,
- TBWCCCheckBox,
- TBWCCRadioButton,
- TCustomHint,
- TDozer,
- TFComboBox,
- TFocusPanel,
- TFountainFill,
- TLEDCheckBox,
- TLEDClock,
- TLEDLabel,
- TLEDRadioButton,
- TNeatoMeter,
- TODButton,
- TODCheckBox,
- TODCycler,
- TODRadioButton,
- TPieMeter,
- TRotaryKnob,
- TShadowButton,
- TTiledBitmap,
- TVisualApp
- ]);
- end;
-
- end.
-
-