// ScZmView.h : interface of the CScZmView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_SCZMVIEW_H__2FEF51AE_1069_11D3_86FA_0060087BC27A__INCLUDED_) #define AFX_SCZMVIEW_H__2FEF51AE_1069_11D3_86FA_0060087BC27A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CScZmView : public CView { protected: // create from serialization only CScZmView(); DECLARE_DYNCREATE(CScZmView) // Attributes public: CScZmDoc* GetDocument(); LBitmapWindow m_LeadBWnd; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CScZmView) public: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual BOOL PreCreateWindow(CREATESTRUCT& cs); protected: virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView); //}}AFX_VIRTUAL // Implementation public: virtual ~CScZmView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CScZmView) afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnDisplayZoomIn2x(); afx_msg void OnDisplayZoomIn3x(); afx_msg void OnDisplayZoomIn4x(); afx_msg void OnDisplayZoomIn5x(); afx_msg void OnDisplayZoomIn6x(); afx_msg void OnDisplayZoomIn7x(); afx_msg void OnDisplayZoomIn8x(); afx_msg void OnDisplayZoomOut12x(); afx_msg void OnDisplayZoomOut13x(); afx_msg void OnDisplayZoomOut14x(); afx_msg void OnDisplayZoomOut15x(); afx_msg void OnDisplayZoomOut16x(); afx_msg void OnDisplayZoomOut17x(); afx_msg void OnDisplayZoomOut18x(); afx_msg void OnDisplayNormal(); //}}AFX_MSG afx_msg LRESULT OnHandlePalette(WPARAM wParam, LPARAM lParam); DECLARE_MESSAGE_MAP() }; #ifndef _DEBUG // debug version in ScZmView.cpp inline CScZmDoc* CScZmView::GetDocument() { return (CScZmDoc*)m_pDocument; } #endif ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SCZMVIEW_H__2FEF51AE_1069_11D3_86FA_0060087BC27A__INCLUDED_)