home *** CD-ROM | disk | FTP | other *** search
- // VCDemoView.h : interface of the CVCDemoView class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- #if !defined(AFX_VCDEMOVIEW_H__32D9D950_CC76_11D1_8DD8_444553540000__INCLUDED_)
- #define AFX_VCDEMOVIEW_H__32D9D950_CC76_11D1_8DD8_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- class CVCDemoView : public CView
- {
- protected: // create from serialization only
- CVCDemoView();
- DECLARE_DYNCREATE(CVCDemoView)
-
- // Attributes
- public:
- CVCDemoDoc* GetDocument();
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVCDemoView)
- 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 ~CVCDemoView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CVCDemoView)
- afx_msg void OnDemoUserfunc();
- afx_msg void OnDemoCelltype();
- afx_msg void OnDemoChart();
- afx_msg void OnDemoFace();
- afx_msg void OnDemoFormula();
- afx_msg void OnDemoShowonly();
- afx_msg void OnDemoSize();
- afx_msg void OnDemoSort();
- afx_msg void OnDemoBk();
- afx_msg void OnDemoCellstyle();
- afx_msg void OnDemoCopy();
- afx_msg void OnDemoDrag();
- afx_msg void OnDemoInput();
- afx_msg void OnDemoPages();
- afx_msg void OnDemoPrint();
- afx_msg void OnDemoDropgrid();
- afx_msg void OnDemoSaveload();
- afx_msg void OnDemoDbase();
- afx_msg void OnDemoUndo();
- afx_msg void OnDemoUnscroll();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #ifndef _DEBUG // debug version in VCDemoView.cpp
- inline CVCDemoDoc* CVCDemoView::GetDocument()
- { return (CVCDemoDoc*)m_pDocument; }
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_VCDEMOVIEW_H__32D9D950_CC76_11D1_8DD8_444553540000__INCLUDED_)
-