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

DNA

开发平台:

Visual C++

  1. // SmilePpg.h : Declaration of the CSmilePropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CSmilePropPage : See SmilePpg.cpp.cpp for implementation.
  4. class CSmilePropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CSmilePropPage)
  7. DECLARE_OLECREATE_EX(CSmilePropPage)
  8. // Constructor
  9. public:
  10. CSmilePropPage();
  11. // Dialog Data
  12. //{{AFX_DATA(CSmilePropPage)
  13. enum { IDD = IDD_PROPPAGE_Smile };
  14. CString m_strCaption;
  15. BOOL m_bSad;
  16. //}}AFX_DATA
  17. // Implementation
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  20. // Message maps
  21. protected:
  22. //{{AFX_MSG(CSmilePropPage)
  23. // NOTE - ClassWizard will add and remove member functions here.
  24. //    DO NOT EDIT what you see in these blocks of generated code !
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. #ifdef _USRDLL
  29. class CSmileColorPropPage : public CColorPropPage
  30. {
  31. DECLARE_DYNCREATE(CSmileColorPropPage)
  32. DECLARE_OLECREATE_EX(CSmileColorPropPage)
  33. };
  34. class CSmileFontPropPage : public CFontPropPage
  35. {
  36. DECLARE_DYNCREATE(CSmileFontPropPage)
  37. DECLARE_OLECREATE_EX(CSmileFontPropPage)
  38. };
  39. #endif