home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / ActiveX / PlotXControl.dpr < prev    next >
Text File  |  2001-05-18  |  294b  |  22 lines

  1. library PlotXControl;
  2.  
  3. uses
  4.   ComServ,
  5.   PlotXControl_TLB in 'PlotXControl_TLB.pas',
  6.   PlotImpl1 in 'PlotImpl1.pas' {PlotX: CoClass};
  7.  
  8. {$E ocx}
  9.  
  10. exports
  11.   DllGetClassObject,
  12.   DllCanUnloadNow,
  13.   DllRegisterServer,
  14.   DllUnregisterServer;
  15.  
  16. {$R *.TLB}
  17.  
  18. {$R *.RES}
  19.  
  20. begin
  21. end.
  22.