// IMGPF.h : main header file for the IMGPF application // #if !defined(AFX_IMGPF_H__23B94886_1D89_4166_AAF3_207CE061B582__INCLUDED_) #define AFX_IMGPF_H__23B94886_1D89_4166_AAF3_207CE061B582__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 ///////////////////////////////////////////////////////////////////////////// // CIMGPFApp: // See IMGPF.cpp for the implementation of this class // class CIMGPFApp : public CWinApp { public: CIMGPFApp(); ILEADRasterDlgFile * m_pRasterFileDlg; ILEADRasterDlgKrn * m_pRasterKrnDlg; ILEADRasterIO * m_pRasterIO; ILEADRasterDlgImg * m_pRasterImgDlg; ILEADRasterProcess * m_pRasterProcess;; CRasterProcSink * m_pRasterProcSink; DWORD m_dwCookie; ILEADRaster * m_pRaster; HRESULT CreateRasterObjectLic(ILEADRaster **pRaster); int m_iPage; CString m_szFileName; CString m_csImagesPath; // LPSTR m_szFileName; int DisplayLEADError(int nCode); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIMGPFApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CIMGPFApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_IMGPF_H__23B94886_1D89_4166_AAF3_207CE061B582__INCLUDED_)