www.pudn.com > doc2pdf-0_7_1.rar > Doc2pdfLog.h
//=========================================================================== // // Project: doc2pdf - email robot Microsoft Office(tm) document converter // // File Doc2pdfLog.h // // Author: Matthew Peterson// // Description: The log list box control // //=========================================================================== #if !defined(DOC2PDFLOG_H_INCLUDED) #define DOC2PDFLOG_H_INCLUDED #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Doc2PdfLog.h : header file // #define DOC2PDF_LOG_BACKLOG 200 ///////////////////////////////////////////////////////////////////////////// // CDoc2PdfLog window class CDoc2PdfLog : public CListBox { // Construction public: CDoc2PdfLog(); // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDoc2PdfLog) //}}AFX_VIRTUAL // Implementation public: virtual ~CDoc2PdfLog(); void Log(LPCSTR msg); // Generated message map functions protected: //{{AFX_MSG(CDoc2PdfLog) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(DOC2PDFLOG_H_INCLUDED)