// Prnt.h : main header file for the PRINTING application // #if !defined(AFX_PRINTING_H__BDD78884_3FB0_11D4_B4B3_0060087C0CAA__INCLUDED_) #define AFX_PRINTING_H__BDD78884_3FB0_11D4_B4B3_0060087C0CAA__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 ///////////////////////////////////////////////////////////////////////////// // CPrintingApp: // See Printing.cpp for the implementation of this class // #define WM_HANDLEPALETTE WM_APP + 0 class CPrintingApp : public CWinApp { public: CPrintingApp(); LDialogFile m_dlgFileOpen; L_INT m_nPageNumber; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPrintingApp) public: virtual BOOL InitInstance(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CPrintingApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); 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_PRINTING_H__BDD78884_3FB0_11D4_B4B3_0060087C0CAA__INCLUDED_)