MiniCAD.h
上传用户:netltd
上传日期:2013-02-12
资源大小:7234k
文件大小:2k
- // MiniCAD.h : main header file for the MINICAD application
- //
- #if !defined(AFX_MINICAD_H__7F098796_D806_11D2_8830_E0646867975D__INCLUDED_)
- #define AFX_MINICAD_H__7F098796_D806_11D2_8830_E0646867975D__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"
- #include "RecentFileList.h"
- #include "MyCADInfo.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMiniCADApp:
- // See MiniCAD.cpp for the implementation of this class
- //
- class CMiniCADApp : public CWinApp
- {
- public:
- CMiniCADApp();
- ~CMiniCADApp();
-
- public:
- CProjectInfo ProjectInfo;
- CCADInfo CADInfo;
- CFileInfo NewFileInfo; //用于传递新建文档信息
- CRecentFileListEx* pRecentProjectList;
- CRecentFileListEx* pRecentFileList;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMiniCADApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CMiniCADApp)
- afx_msg void OnAppAbout();
- afx_msg void OnFileOpen();
- afx_msg void OnFileNew();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MINICAD_H__7F098796_D806_11D2_8830_E0646867975D__INCLUDED_)