// RstDemo.h : main header file for the RSTDEMO application // #if !defined(AFX_RSTDEMO_H__F19F6D9E_033E_11D4_8735_00E0295AF9CE__INCLUDED_) #define AFX_RSTDEMO_H__F19F6D9E_033E_11D4_8735_00E0295AF9CE__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_HANDLEPALETTE WM_APP + 0 ///////////////////////////////////////////////////////////////////////////// // CRstDemoApp: // See RstDemo.cpp for the implementation of this class // class CRstDemoApp : public CWinApp { public: CRstDemoApp(); ~CRstDemoApp(); void LoadImages(); void FreeImages(); void GetDocumentList(CObList * pDocList) ; void DoSaveAllDocs() ; public: HBITMAP m_hBorderTile; LBitmapBase m_LBtmpBackTile; LBitmapBase m_LBtmpBrush; LBitmapBase m_LBtmpPaperTexture; LBitmapBase m_LBitmap; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRstDemoApp) public: virtual BOOL InitInstance(); virtual BOOL InitApplication(); virtual int ExitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CRstDemoApp) afx_msg void OnAppAbout(); afx_msg void OnFileOpen(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RSTDEMO_H__F19F6D9E_033E_11D4_8735_00E0295AF9CE__INCLUDED_)