ToDoShll_TLB.pas
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. unit ToDoShll_TLB;
  2. // ************************************************************************ //
  3. // WARNING                                                                    
  4. // -------                                                                    
  5. // The types declared in this file were generated from data read from a       
  6. // Type Library. If this type library is explicitly or indirectly (via        
  7. // another type library referring to this type library) re-imported, or the   
  8. // 'Refresh' command of the Type Library Editor activated while editing the   
  9. // Type Library, the contents of this file will be regenerated and all        
  10. // manual modifications will be lost.                                         
  11. // ************************************************************************ //
  12. // PASTLWTR : $Revision:   1.106  $
  13. // File generated on 4/14/2001 4:43:07 PM from Type Library described below.
  14. // ************************************************************************  //
  15. // Type Lib: C:md6code19ToDoFileToDoShll.tlb (1)
  16. // LIBID: {282992C9-49D6-402F-BAC1-6E07BA68212D}
  17. // LCID: 0
  18. // Helpfile: 
  19. // DepndLst: 
  20. //   (1) v2.0 stdole, (C:WINDOWSSystem32stdole2.tlb)
  21. //   (2) v4.0 StdVCL, (C:WINDOWSsystem32stdvcl40.dll)
  22. // ************************************************************************ //
  23. {$WARN SYMBOL_PLATFORM OFF}
  24. {$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers. 
  25. interface
  26. uses Windows, ActiveX, Variants, Classes, Graphics, StdVCL;
  27. // *********************************************************************//
  28. // GUIDS declared in the TypeLibrary. Following prefixes are used:        
  29. //   Type Libraries     : LIBID_xxxx                                      
  30. //   CoClasses          : CLASS_xxxx                                      
  31. //   DISPInterfaces     : DIID_xxxx                                       
  32. //   Non-DISP interfaces: IID_xxxx                                        
  33. // *********************************************************************//
  34. const
  35.   // TypeLibrary Major and minor versions
  36.   ToDoShllMajorVersion = 1;
  37.   ToDoShllMinorVersion = 0;
  38.   LIBID_ToDoShll: TGUID = '{282992C9-49D6-402F-BAC1-6E07BA68212D}';
  39. implementation
  40. uses ComObj;
  41. end.