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.

46 lines
1.3 KiB

  1. #if !defined(AFX_FAXCLIENTPG_H__C9851773_AF2E_4C0B_B2F2_30E2E8FACF93__INCLUDED_)
  2. #define AFX_FAXCLIENTPG_H__C9851773_AF2E_4C0B_B2F2_30E2E8FACF93__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FaxClientPg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFaxClientPg dialog
  10. class CFaxClientPg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CFaxClientPg)
  13. // Construction
  14. public:
  15. CFaxClientPg(UINT nIDTemplate, UINT nIDCaption=0);
  16. ~CFaxClientPg();
  17. // Overrides
  18. // ClassWizard generate virtual function overrides
  19. //{{AFX_VIRTUAL(CFaxClientPg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. CFaxClientPg() {}
  26. // Generated message map functions
  27. //{{AFX_MSG(CFaxClientPg)
  28. afx_msg LONG OnHelp(WPARAM wParam, LPARAM lParam);
  29. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_FAXCLIENTPG_H__C9851773_AF2E_4C0B_B2F2_30E2E8FACF93__INCLUDED_)