smilectl.h
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:2k
源码类别:

DNA

开发平台:

Visual C++

  1. #ifndef __SMILECTL_H__
  2. #define __SMILECTL_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. // CSmileCtl wrapper class
  8. class CSmileCtl : public CWnd
  9. {
  10. protected:
  11. DECLARE_DYNCREATE(CSmileCtl)
  12. public:
  13. CLSID const& GetClsid()
  14. {
  15. static CLSID const clsid
  16. = { 0x175cb003, 0xbeed, 0x11ce, { 0x96, 0x11, 0x0, 0xaa, 0x0, 0x4a, 0x75, 0xcf } };
  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. OLE_COLOR GetBackColor();
  34. void SetBackColor(OLE_COLOR);
  35. short GetBorderStyle();
  36. void SetBorderStyle(short);
  37. LPFONTDISP GetFont();
  38. void SetFont(LPFONTDISP);
  39. OLE_COLOR GetForeColor();
  40. void SetForeColor(OLE_COLOR);
  41. BSTR GetCaption();
  42. void SetCaption(LPCTSTR);
  43. BOOL GetSad();
  44. void SetSad(BOOL);
  45. // Operations
  46. public:
  47. void Beep();
  48. void Wink(BOOL bWink);
  49. void AboutBox();
  50. };
  51. #endif // __SMILECTL_H__