home *** CD-ROM | disk | FTP | other *** search
- #if !defined(TIMESTAMPVIEW__H__8EC1A8DB_1DCA_11D0_9C9B_444553540000__INCLUDED_)
- #define TIMESTAMPVIEW__H__8EC1A8DB_1DCA_11D0_9C9B_444553540000__INCLUDED_
-
- // TimeStampView.h : interface of the CTimeStampView class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- class CTimeStampView : public CView
- {
- protected: // create from serialization only
- CTimeStampView();
- DECLARE_DYNCREATE(CTimeStampView)
-
- // Attributes
- public:
- CTimeStampDoc* GetDocument();
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTimeStampView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CTimeStampView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTimeStampView)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #ifndef _DEBUG // debug version in TimeStampView.cpp
- inline CTimeStampDoc* CTimeStampView::GetDocument()
- { return (CTimeStampDoc*)m_pDocument; }
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(TIMESTAMPVIEW__H__8EC1A8DB_1DCA_11D0_9C9B_444553540000__INCLUDED)
-