home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / SampleView.h < prev    next >
C/C++ Source or Header  |  2003-01-06  |  1KB  |  55 lines

  1. #if !defined(AFX_SAMPLEVIEW_H__7A8167DF_2CCB_4DC4_9797_5BEDBF12CBFB__INCLUDED_)
  2. #define AFX_SAMPLEVIEW_H__7A8167DF_2CCB_4DC4_9797_5BEDBF12CBFB__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // SampleView.h : header file
  8. //
  9. #include "trackerDoc.h"
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CSampleView view
  13.  
  14. class CSampleView : public CView
  15. {
  16. protected:
  17.     CSampleView();           // protected constructor used by dynamic creation
  18.     DECLARE_DYNCREATE(CSampleView)
  19.  
  20. // Attributes
  21. public:
  22.  
  23. // Operations
  24. public:
  25.  
  26.  
  27. // Overrides
  28.     // ClassWizard generated virtual function overrides
  29.     //{{AFX_VIRTUAL(CSampleView)
  30.     protected:
  31.     virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. protected:
  36.     virtual ~CSampleView();
  37. #ifdef _DEBUG
  38.     virtual void AssertValid() const;
  39.     virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41.  
  42.     // Generated message map functions
  43. protected:
  44.     //{{AFX_MSG(CSampleView)
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47. };
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_SAMPLEVIEW_H__7A8167DF_2CCB_4DC4_9797_5BEDBF12CBFB__INCLUDED_)
  55.