home *** CD-ROM | disk | FTP | other *** search
- {*********************************************************}
- { }
- { Calmira Visual Component Library 2.1 }
- { by Li-Hsin Huang, }
- { released into the public domain January 1998 }
- { }
- {*********************************************************}
-
- unit CalVCL;
-
- interface
-
- procedure Register;
-
- implementation
-
- uses Classes, MultiGrd, DropServ, DropClnt, BarGauge, StylSped,
- ApHolder, ChkList, ScrTree, SysMenu, IconDlg, Internet,
- LabelSel, Notepad;
-
- procedure Register;
- begin
- RegisterComponents('Calmira',
- [TMultiGrid, TDropServer, TDropClient, TBarGauge,
- TStyleSpeed, TAppHolder, TCheckList, TScrollTree,
- TSystemMenu, TBrowserLink, TLabelSelect, TNotepad, TWin95Gauge]);
-
- RegisterComponents('Dialogs', [TIconDialog]);
- end;
-
-
- end.
-