// ScrDemo.h : main header file for the SCRDEMO application // #if !defined(AFX_SCRDEMO_H__349D9328_7934_11D5_860A_00104BDB8FF9__INCLUDED_) #define AFX_SCRDEMO_H__349D9328_7934_11D5_860A_00104BDB8FF9__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 + 512) ///////////////////////////////////////////////////////////////////////////// // CScrDemoApp: // See ScrDemo.cpp for the implementation of this class // class CScrDemoApp : public CWinApp { public: CScrDemoApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CScrDemoApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CScrDemoApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: void CreateNewDoc(); ILEADRasterScr *m_pRasterScr; CRasterScrSink *m_pRasterScrSink; DWORD m_dwScrCookie; ILEADRasterDlgKrn * m_pRasterKrnDlg; ILEADRasterDlgFile * m_pRasterFileDlg; }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SCRDEMO_H__349D9328_7934_11D5_860A_00104BDB8FF9__INCLUDED_)