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_SENTITEMSGENERALPG_H__E5645AEB_4289_4D6D_B000_60C3A52638F0__INCLUDED_)
  2. #define AFX_SENTITEMSGENERALPG_H__E5645AEB_4289_4D6D_B000_60C3A52638F0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SentItemsGeneralPg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSentItemsGeneralPg dialog
  10. class CSentItemsGeneralPg : public CMsgPropertyPg
  11. {
  12. DECLARE_DYNCREATE(CSentItemsGeneralPg)
  13. // Construction
  14. public:
  15. CSentItemsGeneralPg(CFaxMsg* pMsg);
  16. ~CSentItemsGeneralPg();
  17. // Dialog Data
  18. //{{AFX_DATA(CSentItemsGeneralPg)
  19. enum { IDD = IDD_SENT_ITEMS_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(CSentItemsGeneralPg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. private:
  31. CSentItemsGeneralPg() {}
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CSentItemsGeneralPg)
  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_SENTITEMSGENERALPG_H__E5645AEB_4289_4D6D_B000_60C3A52638F0__INCLUDED_)