dbcombo.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:3k
源码类别:

数据库编程

开发平台:

Visual C++

  1. #if !defined(AFX_DBCOMBO_H__86708145_F46A_4080_9A65_6C07692F83AA__INCLUDED_)
  2. #define AFX_DBCOMBO_H__86708145_F46A_4080_9A65_6C07692F83AA__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 CRowCursor;
  12. class COleFont;
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CDBCombo wrapper class
  15. class CDBCombo : public CWnd
  16. {
  17. protected:
  18. DECLARE_DYNCREATE(CDBCombo)
  19. public:
  20. CLSID const& GetClsid()
  21. {
  22. static CLSID const clsid
  23. = { 0xfaeee760, 0x117e, 0x101b, { 0x89, 0x33, 0x8, 0x0, 0x2b, 0x2f, 0x4f, 0x5a } };
  24. return clsid;
  25. }
  26. virtual BOOL Create(LPCTSTR lpszClassName,
  27. LPCTSTR lpszWindowName, DWORD dwStyle,
  28. const RECT& rect,
  29. CWnd* pParentWnd, UINT nID,
  30. CCreateContext* pContext = NULL)
  31. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  32.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  33. const RECT& rect, CWnd* pParentWnd, UINT nID,
  34. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  35. BSTR bstrLicKey = NULL)
  36. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  37. pPersist, bStorage, bstrLicKey); }
  38. // Attributes
  39. public:
  40. // Operations
  41. public:
  42. CString GetListField();
  43. void SetListField(LPCTSTR lpszNewValue);
  44. CString GetBoundText();
  45. void SetBoundText(LPCTSTR lpszNewValue);
  46. CString GetBoundColumn();
  47. void SetBoundColumn(LPCTSTR lpszNewValue);
  48. long GetStyle();
  49. void SetStyle(long nNewValue);
  50. long GetMousePointer();
  51. void SetMousePointer(long nNewValue);
  52. BOOL GetLocked();
  53. void SetLocked(BOOL bNewValue);
  54. CPicture GetMouseIcon();
  55. void SetMouseIcon(LPDISPATCH newValue);
  56. void SetRefMouseIcon(LPDISPATCH newValue);
  57. BOOL GetIntegralHeight();
  58. void SetIntegralHeight(BOOL bNewValue);
  59. long GetSelStart();
  60. void SetSelStart(long nNewValue);
  61. long GetSelLength();
  62. void SetSelLength(long nNewValue);
  63. CString GetSelText();
  64. void SetSelText(LPCTSTR lpszNewValue);
  65. long GetMatchEntry();
  66. void SetMatchEntry(long nNewValue);
  67. VARIANT GetSelectedItem();
  68. short GetVisibleCount();
  69. CString GetText();
  70. void SetText(LPCTSTR lpszNewValue);
  71. CRowCursor GetRowSource();
  72. void SetRowSource(LPDISPATCH newValue);
  73. unsigned long GetBackColor();
  74. void SetBackColor(unsigned long newValue);
  75. unsigned long GetForeColor();
  76. void SetForeColor(unsigned long newValue);
  77. COleFont GetFont();
  78. void SetRefFont(LPDISPATCH newValue);
  79. BOOL GetEnabled();
  80. void SetEnabled(BOOL bNewValue);
  81. BOOL GetMatchedWithList();
  82. long GetAppearance();
  83. void SetAppearance(long nNewValue);
  84. long GetHwnd();
  85. BOOL GetRightToLeft();
  86. void SetRightToLeft(BOOL bNewValue);
  87. long GetOLEDragMode();
  88. void SetOLEDragMode(long nNewValue);
  89. long GetOLEDropMode();
  90. void SetOLEDropMode(long nNewValue);
  91. void ReFill();
  92. VARIANT GetVisibleItems(short nIndex);
  93. void Refresh();
  94. void OLEDrag();
  95. };
  96. //{{AFX_INSERT_LOCATION}}
  97. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  98. #endif // !defined(AFX_DBCOMBO_H__86708145_F46A_4080_9A65_6C07692F83AA__INCLUDED_)