#if !defined(AFX_GRAPHVIEW_H__7CADECD6_6795_11D3_9C1B_00609712FBEF__INCLUDED_) #define AFX_GRAPHVIEW_H__7CADECD6_6795_11D3_9C1B_00609712FBEF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // GraphView.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGraphView view class CGraphView : public CScrollView { protected: CGraphView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CGraphView) // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGraphView) protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual void OnInitialUpdate(); // first time after construct //}}AFX_VIRTUAL // Implementation protected: virtual ~CGraphView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CGraphView) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GRAPHVIEW_H__7CADECD6_6795_11D3_9C1B_00609712FBEF__INCLUDED_)