// MagGlass.h : main header file for the MAGGLASS application // #if !defined(AFX_MAGGLASS_H__64F73132_1EC4_4114_9210_1F0073AAF57D__INCLUDED_) #define AFX_MAGGLASS_H__64F73132_1EC4_4114_9210_1F0073AAF57D__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 #define WM_DOREALIZE (WM_USER + 0) ///////////////////////////////////////////////////////////////////////////// // CMagGlassApp: // See MagGlass.cpp for the implementation of this class // class CMagGlassApp : public CWinApp { // Attributes public: short m_nPage; HCURSOR m_hRectCur; HCURSOR m_hEllipseCur; CLead* GetMainFrameLead(); // CLeadDlg* GetMainFrameLeadDlg(); // Operations public: CMagGlassApp(); void DisplayLEADError(int nErrCode); ILEADRasterDlgFile_D * m_pRasterFileDlg; ILEADRasterDlgClr_D * m_pRasterClrDlg; ILEADRasterDlgKrn_D * m_pRasterKrnDlg; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMagGlassApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CMagGlassApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); afx_msg void OnEditPaste(); afx_msg void OnUpdateEditPaste(CCmdUI* pCmdUI); afx_msg void OnWindowCloseall(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MAGGLASS_H__64F73132_1EC4_4114_9210_1F0073AAF57D__INCLUDED_)