datalist.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:3k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_DATALIST_H__A0C592F3_0601_43E7_A5F9_32FD77D4A8B7__INCLUDED_)
  2. #define AFX_DATALIST_H__A0C592F3_0601_43E7_A5F9_32FD77D4A8B7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CPicture;
  11. class COleFont;
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CDataList wrapper class
  14. class CDataList : public CWnd
  15. {
  16. protected:
  17. DECLARE_DYNCREATE(CDataList)
  18. public:
  19. CLSID const& GetClsid()
  20. {
  21. static CLSID const clsid
  22. = { 0xf0d2f219, 0xccb0, 0x11d0, { 0xa3, 0x16, 0x0, 0xaa, 0x0, 0x68, 0x8b, 0x10 } };
  23. return clsid;
  24. }
  25. virtual BOOL Create(LPCTSTR lpszClassName,
  26. LPCTSTR lpszWindowName, DWORD dwStyle,
  27. const RECT& rect,
  28. CWnd* pParentWnd, UINT nID,
  29. CCreateContext* pContext = NULL)
  30. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  31.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  32. const RECT& rect, CWnd* pParentWnd, UINT nID,
  33. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  34. BSTR bstrLicKey = NULL)
  35. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  36. pPersist, bStorage, bstrLicKey); }
  37. // Attributes
  38. public:
  39. // Operations
  40. public:
  41. BOOL GetLocked();
  42. void SetLocked(BOOL bNewValue);
  43. CString GetBoundText();
  44. void SetBoundText(LPCTSTR lpszNewValue);
  45. CString GetBoundColumn();
  46. void SetBoundColumn(LPCTSTR lpszNewValue);
  47. long GetMousePointer();
  48. void SetMousePointer(long nNewValue);
  49. CPicture GetMouseIcon();
  50. void SetMouseIcon(LPDISPATCH newValue);
  51. void SetRefMouseIcon(LPDISPATCH newValue);
  52. BOOL GetIntegralHeight();
  53. void SetIntegralHeight(BOOL bNewValue);
  54. long GetMatchEntry();
  55. void SetMatchEntry(long nNewValue);
  56. VARIANT GetSelectedItem();
  57. short GetVisibleCount();
  58. CString GetText();
  59. void SetText(LPCTSTR lpszNewValue);
  60. CString GetListField();
  61. void SetListField(LPCTSTR lpszNewValue);
  62. COleFont GetFont();
  63. void SetRefFont(LPDISPATCH newValue);
  64. BOOL GetEnabled();
  65. void SetEnabled(BOOL bNewValue);
  66. unsigned long GetBackColor();
  67. void SetBackColor(unsigned long newValue);
  68. unsigned long GetForeColor();
  69. void SetForeColor(unsigned long newValue);
  70. BOOL GetMatchedWithList();
  71. long GetAppearance();
  72. void SetAppearance(long nNewValue);
  73. BOOL GetRightToLeft();
  74. void SetRightToLeft(BOOL bNewValue);
  75. long GetHwnd();
  76. LPUNKNOWN GetRowSource();
  77. void SetRefRowSource(LPUNKNOWN newValue);
  78. CString GetRowMember();
  79. void SetRowMember(LPCTSTR lpszNewValue);
  80. long GetOLEDragMode();
  81. void SetOLEDragMode(long nNewValue);
  82. long GetOLEDropMode();
  83. void SetOLEDropMode(long nNewValue);
  84. void ReFill();
  85. VARIANT GetVisibleItems(short nIndex);
  86. void Refresh();
  87. void OLEDrag();
  88. };
  89. //{{AFX_INSERT_LOCATION}}
  90. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  91. #endif // !defined(AFX_DATALIST_H__A0C592F3_0601_43E7_A5F9_32FD77D4A8B7__INCLUDED_)