// AnnDemo.h : main header file for the ANNDEMO application // #if !defined(AFX_ANNDEMO_H__44AA35C6_538F_11D2_B46D_444553540000__INCLUDED_) #define AFX_ANNDEMO_H__44AA35C6_538F_11D2_B46D_444553540000__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 ///////////////////////////////////////////////////////////////////////////// // CAnnDemoApp: // See AnnDemo.cpp for the implementation of this class // class CAnnDemoApp : public CWinApp { public: LBitmapBase m_Bitmap; CAnnDemoApp(); ~CAnnDemoApp(); L_INT m_nPageNumber; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAnnDemoApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAnnDemoApp) 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 Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ANNDEMO_H__44AA35C6_538F_11D2_B46D_444553540000__INCLUDED_)