www.pudn.com > 44757463.rar > GraphSoft.h
// 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_)