home *** CD-ROM | disk | FTP | other *** search
- // reloj.odl : type library source for ActiveX Control project.
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (reloj.tlb) that will become a resource in
- // reloj.ocx.
-
- #include <olectl.h>
- #include <idispids.h>
-
- [ uuid(1F9998EA-082F-11D1-AF87-004033CA77BD), version(1.0),
- helpfile("reloj.hlp"),
- helpstring("reloj ActiveX Control module"),
- control ]
- library RELOJLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
-
- // Primary dispatch interface for CRelojCtrl
-
- [ uuid(1F9998EB-082F-11D1-AF87-004033CA77BD),
- helpstring("Dispatch interface for Reloj Control"), hidden ]
- dispinterface _DReloj
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CRelojCtrl)
- [id(DISPID_BACKCOLOR), bindable, requestedit] OLE_COLOR BackColor;
- [id(DISPID_FORECOLOR), bindable, requestedit] OLE_COLOR ForeColor;
- [id(1)] long IntervaloActualizacion;
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CRelojCtrl)
- [id(DISPID_REFRESH)] void Refresh();
- [id(2)] void Beep();
- //}}AFX_ODL_METHOD
-
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
-
- // Event dispatch interface for CRelojCtrl
-
- [ uuid(1F9998EC-082F-11D1-AF87-004033CA77BD),
- helpstring("Event interface for Reloj Control") ]
- dispinterface _DRelojEvents
- {
- properties:
- // Event interface has no properties
-
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CRelojCtrl)
- [id(DISPID_CLICK)] void Click();
- [id(DISPID_DBLCLICK)] void DblClick();
- [id(1)] void NuevoMinuto();
- //}}AFX_ODL_EVENT
- };
-
- // Class information for CRelojCtrl
-
- [ uuid(9C6022A4-CB07-11D0-AF87-004033CA77BD),
- helpstring("Reloj Control"), control ]
- coclass Reloj
- {
- [default] dispinterface _DReloj;
- [default, source] dispinterface _DRelojEvents;
- };
-
-
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };
-