XPropertiesWnd.odl
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:8k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 10/13/98 2:27:40 PM
  5.   Comments: XPropertiesWnd.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 (XPropertiesWnd.tlb) that will become a resource in
  9. // XPropertiesWnd.ocx.
  10. #include <olectl.h>
  11. #include <idispids.h>
  12. [ uuid(7B914A58-6271-11D2-86B8-0040055C08D9), version(1.0),
  13.   helpfile("XPropertiesWnd.hlp"),
  14.   helpstring("XPropertiesWnd ActiveX Control module"),
  15.   control ]
  16. library XPROPERTIESWNDLib
  17. {
  18. importlib(STDOLE_TLB);
  19. importlib(STDTYPE_TLB);
  20. //  Primary dispatch interface for CXPropertiesWndCtrl
  21. [ uuid(7B914A59-6271-11D2-86B8-0040055C08D9),
  22.   helpstring("Dispatch interface for XPropertiesWnd Control"), hidden ]
  23. dispinterface _DXPropertiesWnd
  24. {
  25. properties:
  26. // NOTE - ClassWizard will maintain property information here.
  27. //    Use extreme caution when editing this section.
  28. //{{AFX_ODL_PROP(CXPropertiesWndCtrl)
  29. [id(DISPID_BACKCOLOR), bindable, requestedit] OLE_COLOR BackColor;
  30. [id(1)] BSTR PagesAndItems;
  31. [id(2)] boolean AutoResizingColumns;
  32. [id(3)] boolean SignEnableDisable;
  33. [id(4)] boolean ToolTips;
  34. [id(5)] boolean FirstPageHasCaption;
  35. [id(9)] IFontDisp* ItemFont;
  36. [id(6)] boolean AsFloor;
  37. [id(DISPID_FONT), bindable] IFontDisp* Font;
  38. [id(7)] boolean ResizeFirstColumn;
  39. [id(8)] boolean Animation;
  40. //}}AFX_ODL_PROP
  41. methods:
  42. // NOTE - ClassWizard will maintain method information here.
  43. //    Use extreme caution when editing this section.
  44. //{{AFX_ODL_METHOD(CXPropertiesWndCtrl)
  45. [id(10)] long GetPagesCount();
  46. [id(11)] short AddPage(BSTR lpszPageName);
  47. [id(12)] boolean DeletePage(short nIndexPage);
  48. [id(13)] BSTR GetPageName(short nIndexPage);
  49. [id(14)] short GetPage(BSTR lpszPageName);
  50. [id(15)] void ActivatePage(short nIndexPage);
  51. [id(16)] short InsertProperty(short nIndexPage, short nIndexProperty, BSTR lpszPropertyName, BSTR lpszPropertyAs, short lpszProperyType);
  52. [id(17)] boolean DeleteProperty(short nIndexPage, short nIndexProperty);
  53. [id(18)] BSTR GetPropertyName(short nIndexPage, short nIndexProperty);
  54. [id(19)] short GetPropertyType(short nIndexPage, short nIndexProperty);
  55. [id(20)] void SetPropertyType(short nIndexPage, short nIndexProperty, short nNewType);
  56. [id(21)] BSTR GetPropertyAs(short nIndexPage, short nIndexProperty);
  57. [id(22)] boolean IsProperty(short nIndexPage, short nIndexProperty);
  58. [id(23)] long GetIDListCtrl(short nIndexPage);
  59. [id(24)] short GetActivePage();
  60. [id(25)] IUnknown* GetxFloorWnd();
  61. [id(26)] boolean GetDefaultValue(short nIndexPage, short nIndexProperty, BSTR* sPropertyValue);
  62. [id(27)] boolean SetDefaultValue(short nIndexPage, short nIndexProperty, BSTR lpszDefaultvalue);
  63. [id(28)] short GetPropertyCount(short nIndexPage);
  64. [id(29)] void SetPropertyName(short nIndexPage, short nIndexProperty, BSTR lpszProperyName);
  65. [id(30)] boolean GetPropertyIndex(BSTR lpszPropertyName, short* nIndexPage, short* nIndexProperty);
  66. [id(31)] boolean SetDefaultValueByName(BSTR lpszPropertyName, BSTR lpszPropertyValue);
  67. [id(32)] BSTR GetDefaultValueByName(BSTR lpszPropertyName);
  68. [id(33)] short GetActiveProperty(short* nIndexPage);
  69. [id(34)] boolean SetActiveProperty(short nIndexPage, short IndexProperty);
  70. [id(35)] boolean SetActivePropertyByName(BSTR lpszPropertyName);
  71. [id(36)] boolean DeletePropertyByName(BSTR lpszPropertyName);
  72. [id(37)] short AddProperty(BSTR lpszPropertyName, BSTR lpszPropertyAs, short nPropertyType);
  73. [id(38)] void Init();
  74. [id(45), propget] long ColumnKey(short nIndexPage, short nIndexProperty);
  75. [id(45), propput] void ColumnKey(short nIndexPage, short nIndexProperty, long nNewValue);
  76. [id(46), propget] long ColumnWidth(short nIndexPage, short nIndexProperty, long nColumn);
  77. [id(46), propput] void ColumnWidth(short nIndexPage, short nIndexProperty, long nColumn, long nNewValue);
  78. [id(47), propget] BSTR ColumnName(short nIndexPage, short nIndexProperty, short nColumn);
  79. [id(47), propput] void ColumnName(short nIndexPage, short nIndexProperty, short nColumn, BSTR lpszNewValue);
  80. [id(48), propget] boolean ColumnHeader(short nIndexPage, short nIndexProperty);
  81. [id(48), propput] void ColumnHeader(short nIndexPage, short nIndexProperty, boolean bNewValue);
  82. [id(49), propget] double DropDownWidth(short nIndexPage, short nIndexProperty);
  83. [id(49), propput] void DropDownWidth(short nIndexPage, short nIndexProperty, double newValue);
  84. [id(50), propget] long DropDownHeight(short nIndexPage, short nIndexProperty);
  85. [id(50), propput] void DropDownHeight(short nIndexPage, short nIndexProperty, long nNewValue);
  86. [id(39)] void RefreshProperty(short nIndexPage, short nIndexProperty);
  87. [id(40)] VARIANT GetValue(short nIndexPage, short nIndexProperty, long nColumn);
  88. [id(41)] VARIANT GetValueByName(BSTR lpszPropertyName, long nColumn);
  89. [id(51), propget] BSTR ColumnKeyByName(short nIndexPage, short nIndexProperty);
  90. [id(51), propput] void ColumnKeyByName(short nIndexPage, short nIndexProperty, BSTR lpszNewValue);
  91. [id(42)] void SetValue(short nIndexPage, short nIndexProperty, VARIANT vValue, short nColumn);
  92. [id(43)] void Check();
  93. [id(44)] IDispatch* GetNComboObject(long nIndexPage, long nIndexProperty);
  94. //}}AFX_ODL_METHOD
  95. [id(DISPID_ABOUTBOX)] void AboutBox();
  96. };
  97. //  Event dispatch interface for CXPropertiesWndCtrl
  98. [ uuid(7B914A5A-6271-11D2-86B8-0040055C08D9),
  99.   helpstring("Event interface for XPropertiesWnd Control") ]
  100. dispinterface _DXPropertiesWndEvents
  101. {
  102. properties:
  103. //  Event interface has no properties
  104. methods:
  105. // NOTE - ClassWizard will maintain event information here.
  106. //    Use extreme caution when editing this section.
  107. //{{AFX_ODL_EVENT(CXPropertiesWndCtrl)
  108. [id(1)] void SelectItem(short nIndexPage, short nIndexItem);
  109. [id(2)] void SelectPage(short nIndex);
  110. [id(3)] void UnselectItem(short nIndexPage, short nIndexItem);
  111. [id(4)] void PropertyChanging(short nIndexPage, short nIndexProperty);
  112. [id(5)] void PropertyChanged(short nIndexPage, short nIndexProperty, boolean bUpdate);
  113. [id(6)] void ButtonClick(short nIndexPage, short nIndexProperty);
  114. [id(7)] void LoadItems(short nIndexPage, short nIndexProperty, BSTR* lpszItems);
  115. [id(8)] void SetObject(long nIndexPage, long nIndexProperty, IDispatch** pObject);
  116. [id(9)] void Delete(short nIndexPage, short nIndexProperty);
  117. //}}AFX_ODL_EVENT
  118. };
  119. //  Class information for CXPropertiesWndCtrl
  120. [ uuid(7B914A5B-6271-11D2-86B8-0040055C08D9),
  121.   helpstring("XPropertiesWnd Control"), control ]
  122. coclass XPropertiesWnd
  123. {
  124. [default] dispinterface _DXPropertiesWnd;
  125. [default, source] dispinterface _DXPropertiesWndEvents;
  126. };
  127. //  Primary dispatch interface for CItemToolTipCtrl
  128. [ uuid(7C49E333-68BA-11D2-86C6-0040055C08D9) ]
  129. dispinterface IItemToolTipCtrl
  130. {
  131. properties:
  132. // NOTE - ClassWizard will maintain property information here.
  133. //    Use extreme caution when editing this section.
  134. //{{AFX_ODL_PROP(CItemToolTipCtrl)
  135. //}}AFX_ODL_PROP
  136. methods:
  137. // NOTE - ClassWizard will maintain method information here.
  138. //    Use extreme caution when editing this section.
  139. //{{AFX_ODL_METHOD(CItemToolTipCtrl)
  140. //}}AFX_ODL_METHOD
  141. };
  142. //  Class information for CItemToolTipCtrl
  143. [ uuid(7C49E335-68BA-11D2-86C6-0040055C08D9) ]
  144. coclass ItemToolTipCtrl
  145. {
  146. [default] dispinterface IItemToolTipCtrl;
  147. };
  148. //{{AFX_APPEND_ODL}}
  149. //}}AFX_APPEND_ODL}}
  150. };