home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / DingX / DingButtonXControl.dpr < prev    next >
Text File  |  1998-05-12  |  419b  |  24 lines

  1. library DingButtonXControl;
  2.  
  3. uses
  4.   ComServ,
  5.   DingButtonXControl_TLB in 'DingButtonXControl_TLB.pas',
  6.   DingButtonImpl1 in 'DingButtonImpl1.pas' {DingButtonX: CoClass},
  7.   About1 in 'About1.pas' {DingButtonXAbout},
  8.   DingButton in '..\DING\DingButton.pas';
  9.  
  10. {$E ocx}
  11.  
  12. exports
  13.   DllGetClassObject,
  14.   DllCanUnloadNow,
  15.   DllRegisterServer,
  16.   DllUnregisterServer;
  17.  
  18. {$R *.TLB}
  19.  
  20. {$R *.RES}
  21.  
  22. begin
  23. end.
  24.