home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / DYNASPLI.ZIP / DynSplitView2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-03  |  1.4 KB  |  54 lines

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