MarkupApp.h
上传用户:hawkcdm
上传日期:2013-02-10
资源大小:411k
文件大小:2k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. // MarkupApp.h : main header file for the MARKUP application
  2. //
  3. // Markup Release 6.1 Lite
  4. // Copyright (C) 1999-2001 First Objective Software, Inc. All rights reserved
  5. // This entire notice must be retained in this source code
  6. // Redistributing this source code requires written permission
  7. // This software is provided "as is", with no warranty.
  8. // Latest fixes enhancements and documentation at www.firstobject.com
  9. #if !defined(AFX_MARKUP_H__774D6867_8271_11D3_B1CF_00105A27C570__INCLUDED_)
  10. #define AFX_MARKUP_H__774D6867_8271_11D3_B1CF_00105A27C570__INCLUDED_
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. #ifndef __AFXWIN_H__
  15. #error include 'stdafx.h' before including this file for PCH
  16. #endif
  17. #include "resource.h"       // main symbols
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CMarkupApp:
  20. // See Markup.cpp for the implementation of this class
  21. //
  22. class CMarkupApp : public CWinApp
  23. {
  24. public:
  25. CMarkupApp();
  26. void CreateNewDoc( CString csText, CString csTitle );
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMarkupApp)
  30. public:
  31. virtual BOOL InitInstance();
  32. //}}AFX_VIRTUAL
  33. CString m_csTitle;
  34. // Implementation
  35. //{{AFX_MSG(CMarkupApp)
  36. afx_msg void OnAppAbout();
  37. afx_msg void OnAppTest();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_MARKUP_H__774D6867_8271_11D3_B1CF_00105A27C570__INCLUDED_)