// ABCDemo.h : main header file for the ABCDEMO application // #if !defined(AFX_ABCDEMO_H__4D732CD2_E6FA_472E_B997_959FB3FB65A5__INCLUDED_) #define AFX_ABCDEMO_H__4D732CD2_E6FA_472E_B997_959FB3FB65A5__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 ///////////////////////////////////////////////////////////////////////////// // CABCApp: // See ABCDemo.cpp for the implementation of this class // class CABCApp : public CWinApp { public: CABCApp(); int DisplayLEADError(int nCode); BOOL FitImagesToWindows(); BOOL ClosePreviewDocument(); void UpdateAllDocumentViews(); ILEADRasterDlgKrn * m_pRasterKrnDlg; ILEADRasterDlgFile * m_pRasterFileDlg; ILEADRasterProcess * m_pRasterProc; ILEADRasterIO * m_pRasterIO; ILEADRaster * m_pRaster; INT m_nPageNumber; BOOL m_bKillProgress; OPENFILENAME m_OpenFileName; CString m_szImageDir; CString m_szFileName; CString m_szOpenedFileName; INT m_Quality; BOOL m_bCombine; CString m_szQuality; BOOL m_bLoadOriginal; int m_nViewScale; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CABCApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CABCApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); afx_msg void OnNormal(); afx_msg void OnScaletogray(); afx_msg void OnFavorblcak(); afx_msg void OnUpdateFavorblcak(CCmdUI* pCmdUI); afx_msg void OnUpdateNormal(CCmdUI* pCmdUI); afx_msg void OnUpdateScaletogray(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_ABCDEMO_H__4D732CD2_E6FA_472E_B997_959FB3FB65A5__INCLUDED_)