GraphSoft.h
资源名称:44757463.rar [点击查看]
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:2k
源码类别:
绘图程序
开发平台:
Visual C++
- // GraphSoft.h : main header file for the GRAPHSOFT application
- //
- #if !defined(AFX_GRAPHSOFT_H__20569A1E_7CA7_4961_AAEC_850C9E2765DC__INCLUDED_)
- #define AFX_GRAPHSOFT_H__20569A1E_7CA7_4961_AAEC_850C9E2765DC__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
- #include "GraphDefines.h"
- #include "GlobalFunction.h"
- #include "Shape.h"
- #include "Line.h"
- #include "Parallelogram.h"
- #include "Circle.h"
- #include "Ellipse.h"
- #include "Rectangle.h"
- #include "RoundRect.h"
- #include "Polygon.h"
- #include "ModelCurve3Param.h"
- #include "ModelCurve2AvB.h"
- #include "BezierCurve.h"
- #include "FlRect.h"
- /////////////////////////////////////////////////////////////////////////////
- // CGraphSoftApp:
- // See GraphSoft.cpp for the implementation of this class
- //
- class CGraphSoftApp : public CWinApp
- {
- public:
- CGraphSoftApp();
- public:
- //attributes
- CString m_strFileName;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGraphSoftApp)
- public:
- virtual BOOL InitInstance();
- virtual CDocument* OpenDocumentFile(LPCTSTR lpszFileName);
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CGraphSoftApp)
- afx_msg void OnAppAbout();
- afx_msg void OnFileOpen();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_GRAPHSOFT_H__20569A1E_7CA7_4961_AAEC_850C9E2765DC__INCLUDED_)