Source code of Windows XP (NT5)
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.

57 lines
1.4 KiB

  1. // OUPickerDoc.h : interface of the COUPickerDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_OUPICKERDOC_H__8A267B0C_578D_4135_9566_E0350CC4CB0D__INCLUDED_)
  5. #define AFX_OUPICKERDOC_H__8A267B0C_578D_4135_9566_E0350CC4CB0D__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class COUPickerDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. COUPickerDoc();
  13. DECLARE_DYNCREATE(COUPickerDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(COUPickerDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~COUPickerDoc();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(COUPickerDoc)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. // DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_OUPICKERDOC_H__8A267B0C_578D_4135_9566_E0350CC4CB0D__INCLUDED_)