- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
MarkupApp.h
资源名称:CMarkup.rar [点击查看]
上传用户:hawkcdm
上传日期:2013-02-10
资源大小:411k
文件大小:2k
源码类别:
xml/soap/webservice
开发平台:
Visual C++
- // MarkupApp.h : main header file for the MARKUP application
- //
- // Markup Release 6.1 Lite
- // Copyright (C) 1999-2001 First Objective Software, Inc. All rights reserved
- // This entire notice must be retained in this source code
- // Redistributing this source code requires written permission
- // This software is provided "as is", with no warranty.
- // Latest fixes enhancements and documentation at www.firstobject.com
- #if !defined(AFX_MARKUP_H__774D6867_8271_11D3_B1CF_00105A27C570__INCLUDED_)
- #define AFX_MARKUP_H__774D6867_8271_11D3_B1CF_00105A27C570__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
- /////////////////////////////////////////////////////////////////////////////
- // CMarkupApp:
- // See Markup.cpp for the implementation of this class
- //
- class CMarkupApp : public CWinApp
- {
- public:
- CMarkupApp();
- void CreateNewDoc( CString csText, CString csTitle );
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMarkupApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- CString m_csTitle;
- // Implementation
- //{{AFX_MSG(CMarkupApp)
- afx_msg void OnAppAbout();
- afx_msg void OnAppTest();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MARKUP_H__774D6867_8271_11D3_B1CF_00105A27C570__INCLUDED_)