home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MINSPLIT.ZIP / MinSplitSizeView.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-06  |  1.8 KB  |  64 lines

  1. // MinSplitSizeView.h : interface of the CMinSplitSizeView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_MINSPLITSIZEVIEW_H__4CC0B232_14EC_11D2_8500_444553540000__INCLUDED_)
  6. #define AFX_MINSPLITSIZEVIEW_H__4CC0B232_14EC_11D2_8500_444553540000__INCLUDED_
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11.  
  12. class CMinSplitSizeView : public CView
  13. {
  14. protected: // create from serialization only
  15.     CMinSplitSizeView();
  16.     DECLARE_DYNCREATE(CMinSplitSizeView)
  17.  
  18. // Attributes
  19. public:
  20.     class CMinSplitSizeDoc* GetDocument();
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CMinSplitSizeView)
  28.     public:
  29.     virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  30.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  31.     protected:
  32.     //}}AFX_VIRTUAL
  33.  
  34. // Implementation
  35. public:
  36.     virtual ~CMinSplitSizeView();
  37. #ifdef _DEBUG
  38.     virtual void AssertValid() const;
  39.     virtual void Dump(CDumpContext& dc) const;
  40. #endif
  41.  
  42. protected:
  43.  
  44. // Generated message map functions
  45. protected:
  46.     //{{AFX_MSG(CMinSplitSizeView)
  47.         // NOTE - the ClassWizard will add and remove member functions here.
  48.         //    DO NOT EDIT what you see in these blocks of generated code !
  49.     //}}AFX_MSG
  50.     DECLARE_MESSAGE_MAP()
  51. };
  52.  
  53. #ifndef _DEBUG  // debug version in MinSplitSizeView.cpp
  54. inline CMinSplitSizeDoc* CMinSplitSizeView::GetDocument()
  55.    { return (CMinSplitSizeDoc*)m_pDocument; }
  56. #endif
  57.  
  58. /////////////////////////////////////////////////////////////////////////////
  59.  
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  62.  
  63. #endif // !defined(AFX_MINSPLITSIZEVIEW_H__4CC0B232_14EC_11D2_8500_444553540000__INCLUDED_)
  64.