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.

53 lines
1.4 KiB

  1. #if !defined(AFX_OUTBOXGENERALPG_H__A2BCE6CD_3ABB_456A_B9B0_198AA6E5CFFD__INCLUDED_)
  2. #define AFX_OUTBOXGENERALPG_H__A2BCE6CD_3ABB_456A_B9B0_198AA6E5CFFD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OutboxGeneralPg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COutboxGeneralPg dialog
  10. class COutboxGeneralPg : public CMsgPropertyPg
  11. {
  12. DECLARE_DYNCREATE(COutboxGeneralPg)
  13. // Construction
  14. public:
  15. COutboxGeneralPg(CFaxMsg* pMsg);
  16. ~COutboxGeneralPg();
  17. // Dialog Data
  18. //{{AFX_DATA(COutboxGeneralPg)
  19. enum { IDD = IDD_OUTBOX_GENERAL };
  20. // NOTE - ClassWizard will add data members here.
  21. // DO NOT EDIT what you see in these blocks of generated code !
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(COutboxGeneralPg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. private:
  31. COutboxGeneralPg() {}
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(COutboxGeneralPg)
  35. virtual BOOL OnInitDialog();
  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_OUTBOXGENERALPG_H__A2BCE6CD_3ABB_456A_B9B0_198AA6E5CFFD__INCLUDED_)