Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.4 KiB

  1. #if !defined(AFX_MESSAGEPROPERTYPG_H__B7AA6069_11CD_4BE2_AFC5_A9C5E9B79CE5__INCLUDED_)
  2. #define AFX_MESSAGEPROPERTYPG_H__B7AA6069_11CD_4BE2_AFC5_A9C5E9B79CE5__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MsgPropertyPg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMessagePropertyPg dialog
  10. class CMsgPropertyPg : public CFaxClientPg
  11. {
  12. DECLARE_DYNCREATE(CMsgPropertyPg)
  13. // Construction
  14. public:
  15. CMsgPropertyPg(DWORD dwResId, CFaxMsg* pMsg);
  16. ~CMsgPropertyPg();
  17. // Dialog Data
  18. //{{AFX_DATA(CMsgPropertyPg)
  19. // NOTE - ClassWizard will add data members here.
  20. // DO NOT EDIT what you see in these blocks of generated code !
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generate virtual function overrides
  24. //{{AFX_VIRTUAL(CMessagePropertyPg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. virtual BOOL OnSetActive();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. CMsgPropertyPg() {}
  32. void Refresh(TMsgPageInfo* pPageInfo, DWORD dwSize);
  33. CFaxMsg* m_pMsg;
  34. // Generated message map functions
  35. //{{AFX_MSG(CMsgPropertyPg)
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_MESSAGEPROPERTYPG_H__B7AA6069_11CD_4BE2_AFC5_A9C5E9B79CE5__INCLUDED_)