QListCtrl.odl
上传用户:cnjubao
上传日期:2007-01-02
资源大小:34k
文件大小:3k
- /************************************
- REVISION LOG ENTRY
- Revision By: Mihai Filimon
- Revised on 11/2/98 8:33:48 PM
- Comments: QListCtrl.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 (QListCtrl.tlb) that will become a resource in
- // QListCtrl.ocx.
- #include <olectl.h>
- #include <idispids.h>
- [ uuid(BFCC1BC3-7257-11D2-86E6-0040055C08D9), version(1.0),
- helpfile("QListCtrl.hlp"),
- helpstring("QListCtrl ActiveX Control module"),
- control ]
- library QLISTCTRLLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
- // Primary dispatch interface for CQListCtrlCtrl
- [ uuid(BFCC1BC4-7257-11D2-86E6-0040055C08D9),
- helpstring("Dispatch interface for QListCtrl Control"), hidden ]
- dispinterface _DQListCtrl
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CQListCtrlCtrl)
- [id(1)] long ItemHeight;
- [id(2)] boolean GridLines;
- [id(DISPID_FONT), bindable] IFontDisp* Font;
- [id(3)] BSTR Header;
- [id(4)] boolean MultiSelect;
- [id(5)] boolean NoHeader;
- [id(6)] boolean SColumn;
- //}}AFX_ODL_PROP
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CQListCtrlCtrl)
- [id(7)] void InitItemsCount();
- //}}AFX_ODL_METHOD
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
- // Event dispatch interface for CQListCtrlCtrl
- [ uuid(BFCC1BC5-7257-11D2-86E6-0040055C08D9),
- helpstring("Event interface for QListCtrl Control") ]
- dispinterface _DQListCtrlEvents
- {
- properties:
- // Event interface has no properties
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CQListCtrlCtrl)
- [id(1)] void ItemsCount(long* nItemsCount);
- [id(2)] void AllItemsLoaded();
- [id(3)] void LoadLabel(long nIndex, BSTR* sText, long* lParam);
- [id(4)] void LoadSubItem(long nIndex, long nSubIndex, BSTR* sText);
- //}}AFX_ODL_EVENT
- };
- // Class information for CQListCtrlCtrl
- [ uuid(BFCC1BC6-7257-11D2-86E6-0040055C08D9), licensed,
- helpstring("QListCtrl Control"), control ]
- coclass QListCtrl
- {
- [default] dispinterface _DQListCtrl;
- [default, source] dispinterface _DQListCtrlEvents;
- };
- //{{AFX_APPEND_ODL}}
- //}}AFX_APPEND_ODL}}
- };