QListCtrl.odl
上传用户:cnjubao
上传日期:2007-01-02
资源大小:34k
文件大小:3k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 11/2/98 8:33:48 PM
  5.   Comments: QListCtrl.odl : type library source for ActiveX Control project.
  6.  ************************************/
  7. // This file will be processed by the Make Type Library (mktyplib) tool to
  8. // produce the type library (QListCtrl.tlb) that will become a resource in
  9. // QListCtrl.ocx.
  10. #include <olectl.h>
  11. #include <idispids.h>
  12. [ uuid(BFCC1BC3-7257-11D2-86E6-0040055C08D9), version(1.0),
  13.   helpfile("QListCtrl.hlp"),
  14.   helpstring("QListCtrl ActiveX Control module"),
  15.   control ]
  16. library QLISTCTRLLib
  17. {
  18. importlib(STDOLE_TLB);
  19. importlib(STDTYPE_TLB);
  20. //  Primary dispatch interface for CQListCtrlCtrl
  21. [ uuid(BFCC1BC4-7257-11D2-86E6-0040055C08D9),
  22.   helpstring("Dispatch interface for QListCtrl Control"), hidden ]
  23. dispinterface _DQListCtrl
  24. {
  25. properties:
  26. // NOTE - ClassWizard will maintain property information here.
  27. //    Use extreme caution when editing this section.
  28. //{{AFX_ODL_PROP(CQListCtrlCtrl)
  29. [id(1)] long ItemHeight;
  30. [id(2)] boolean GridLines;
  31. [id(DISPID_FONT), bindable] IFontDisp* Font;
  32. [id(3)] BSTR Header;
  33. [id(4)] boolean MultiSelect;
  34. [id(5)] boolean NoHeader;
  35. [id(6)] boolean SColumn;
  36. //}}AFX_ODL_PROP
  37. methods:
  38. // NOTE - ClassWizard will maintain method information here.
  39. //    Use extreme caution when editing this section.
  40. //{{AFX_ODL_METHOD(CQListCtrlCtrl)
  41. [id(7)] void InitItemsCount();
  42. //}}AFX_ODL_METHOD
  43. [id(DISPID_ABOUTBOX)] void AboutBox();
  44. };
  45. //  Event dispatch interface for CQListCtrlCtrl
  46. [ uuid(BFCC1BC5-7257-11D2-86E6-0040055C08D9),
  47.   helpstring("Event interface for QListCtrl Control") ]
  48. dispinterface _DQListCtrlEvents
  49. {
  50. properties:
  51. //  Event interface has no properties
  52. methods:
  53. // NOTE - ClassWizard will maintain event information here.
  54. //    Use extreme caution when editing this section.
  55. //{{AFX_ODL_EVENT(CQListCtrlCtrl)
  56. [id(1)] void ItemsCount(long* nItemsCount);
  57. [id(2)] void AllItemsLoaded();
  58. [id(3)] void LoadLabel(long nIndex, BSTR* sText, long* lParam);
  59. [id(4)] void LoadSubItem(long nIndex, long nSubIndex, BSTR* sText);
  60. //}}AFX_ODL_EVENT
  61. };
  62. //  Class information for CQListCtrlCtrl
  63. [ uuid(BFCC1BC6-7257-11D2-86E6-0040055C08D9), licensed,
  64.   helpstring("QListCtrl Control"), control ]
  65. coclass QListCtrl
  66. {
  67. [default] dispinterface _DQListCtrl;
  68. [default, source] dispinterface _DQListCtrlEvents;
  69. };
  70. //{{AFX_APPEND_ODL}}
  71. //}}AFX_APPEND_ODL}}
  72. };