// ScrDemo.h : main header file for the ScrDemo application // #if !defined(AFX_MFCSCR_H__20697B05_0F36_11D2_8DD4_0060087BAA97__INCLUDED_) #define AFX_MFCSCR_H__20697B05_0F36_11D2_8DD4_0060087BAA97__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 ///////////////////////////////////////////////////////////////////////////// // CScrDemo: // See ScrDemo.cpp for the implementation of this class // class CScrDemo : public CWinApp { public: HGLOBAL m_LeadBitmap; CScrDemo(); ILEADRasterDlgKrn_D * m_pRasterKrnDlg; ILEADRasterDlgFile_D * m_pRasterFileDlg; int DisplayLEADError(int nCode); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CScrDemo) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CScrDemo) afx_msg void OnAppAbout(); afx_msg void OnFileNew(); afx_msg void OnFileOpen(); //}}AFX_MSG afx_msg void OnImageCaptured(long CaptureNumber); DECLARE_EVENTSINK_MAP() DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MFCSCR_H__20697B05_0F36_11D2_8DD4_0060087BAA97__INCLUDED_)