// ZoomView.h : main header file for the ZOOMVIEW application // #if !defined(AFX_ZOOMVIEW_H__70FD948D_74D2_4B44_8280_325F9E3B82BE__INCLUDED_) #define AFX_ZOOMVIEW_H__70FD948D_74D2_4B44_8280_325F9E3B82BE__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CZoomViewApp: // See ZoomView.cpp for the implementation of this class // class CZoomViewApp : public CWinApp { public: CZoomViewApp(); ~CZoomViewApp(); L_INT m_nPageNumber; LBitmapBase m_Bitmap; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CZoomViewApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CZoomViewApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); afx_msg void OnEditPaste(); afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ZOOMVIEW_H__70FD948D_74D2_4B44_8280_325F9E3B82BE__INCLUDED_)