DAOEDIT.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #ifndef __DAOEDIT_H__
  2. #define __DAOEDIT_H__
  3. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  4. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  5. //  Microsoft Visual C++, your modifications will be overwritten.
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CDaoEdit wrapper class
  8. class CDaoEdit : public CWnd
  9. {
  10. protected:
  11. DECLARE_DYNCREATE(CDaoEdit)
  12. public:
  13. CLSID const& GetClsid()
  14. {
  15. static CLSID const clsid
  16. = { 0x5fdfc3e3, 0xc360, 0x11ce, { 0xa9, 0x87, 0x0, 0xaa, 0x0, 0x6e, 0xa4, 0xda } };
  17. return clsid;
  18. }
  19. virtual BOOL Create(LPCTSTR lpszClassName,
  20. LPCTSTR lpszWindowName, DWORD dwStyle,
  21. const RECT& rect,
  22. CWnd* pParentWnd, UINT nID,
  23. CCreateContext* pContext = NULL)
  24. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  25. BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  26. const RECT& rect, CWnd* pParentWnd, UINT nID,
  27. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  28. BSTR bstrLicKey = NULL)
  29. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  30. pPersist, bStorage, bstrLicKey); }
  31. // Attributes
  32. public:
  33. CString GetText();
  34. void SetText(LPCTSTR);
  35. CString Get_Text();
  36. void Set_Text(LPCTSTR);
  37. short GetBorderStyle();
  38. void SetBorderStyle(short);
  39. CString GetFieldName();
  40. void SetFieldName(LPCTSTR);
  41. // Operations
  42. public:
  43. void AboutBox();
  44. };
  45. #endif // __DAOEDIT_H__