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

Delphi控件源码

开发平台:

Delphi

  1. unit FirstCom_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.79  $
  13. // File generated on 7/15/99 3:08:11 PM from Type Library described below.
  14. // ************************************************************************ //
  15. // Type Lib: C:md5codePart415FirstComFirstCom.tlb (1)
  16. // IIDLCID: {5B2EF182-3AAE-11D3-B9F1-00000100A27B}
  17. // Helpfile: 
  18. // DepndLst: 
  19. //   (1) v2.0 stdole, (C:WINDOWSSYSTEMSTDOLE2.TLB)
  20. //   (2) v4.0 StdVCL, (C:WINDOWSSYSTEMSTDVCL40.DLL)
  21. // ************************************************************************ //
  22. interface
  23. uses Windows, ActiveX, Classes, Graphics, OleServer, OleCtrls, StdVCL;
  24. // *********************************************************************//
  25. // GUIDS declared in the TypeLibrary. Following prefixes are used:        
  26. //   Type Libraries     : LIBID_xxxx                                      
  27. //   CoClasses          : CLASS_xxxx                                      
  28. //   DISPInterfaces     : DIID_xxxx                                       
  29. //   Non-DISP interfaces: IID_xxxx                                        
  30. // *********************************************************************//
  31. const
  32.   // TypeLibrary Major and minor versions
  33.   FirstComMajorVersion = 1;
  34.   FirstComMinorVersion = 0;
  35.   LIBID_FirstCom: TGUID = '{5B2EF182-3AAE-11D3-B9F1-00000100A27B}';
  36. implementation
  37. uses ComObj;
  38. end.