FirstCom_TLB.pas
资源名称:delphi.rar [点击查看]
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:
Delphi控件源码
开发平台:
Delphi
- unit FirstCom_TLB;
- // ************************************************************************ //
- // WARNING
- // -------
- // The types declared in this file were generated from data read from a
- // Type Library. If this type library is explicitly or indirectly (via
- // another type library referring to this type library) re-imported, or the
- // 'Refresh' command of the Type Library Editor activated while editing the
- // Type Library, the contents of this file will be regenerated and all
- // manual modifications will be lost.
- // ************************************************************************ //
- // PASTLWTR : $Revision: 1.79 $
- // File generated on 7/15/99 3:08:11 PM from Type Library described below.
- // ************************************************************************ //
- // Type Lib: C:md5codePart415FirstComFirstCom.tlb (1)
- // IIDLCID: {5B2EF182-3AAE-11D3-B9F1-00000100A27B}
- // Helpfile:
- // DepndLst:
- // (1) v2.0 stdole, (C:WINDOWSSYSTEMSTDOLE2.TLB)
- // (2) v4.0 StdVCL, (C:WINDOWSSYSTEMSTDVCL40.DLL)
- // ************************************************************************ //
- interface
- uses Windows, ActiveX, Classes, Graphics, OleServer, OleCtrls, StdVCL;
- // *********************************************************************//
- // GUIDS declared in the TypeLibrary. Following prefixes are used:
- // Type Libraries : LIBID_xxxx
- // CoClasses : CLASS_xxxx
- // DISPInterfaces : DIID_xxxx
- // Non-DISP interfaces: IID_xxxx
- // *********************************************************************//
- const
- // TypeLibrary Major and minor versions
- FirstComMajorVersion = 1;
- FirstComMinorVersion = 0;
- LIBID_FirstCom: TGUID = '{5B2EF182-3AAE-11D3-B9F1-00000100A27B}';
- implementation
- uses ComObj;
- end.