GraphSoft.h
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:2k
源码类别:

绘图程序

开发平台:

Visual C++

  1. // GraphSoft.h : main header file for the GRAPHSOFT application
  2. //
  3. #if !defined(AFX_GRAPHSOFT_H__20569A1E_7CA7_4961_AAEC_850C9E2765DC__INCLUDED_)
  4. #define AFX_GRAPHSOFT_H__20569A1E_7CA7_4961_AAEC_850C9E2765DC__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include "GraphDefines.h"
  13. #include "GlobalFunction.h"
  14. #include "Shape.h"
  15. #include "Line.h"
  16. #include "Parallelogram.h"
  17. #include "Circle.h"
  18. #include "Ellipse.h"
  19. #include "Rectangle.h"
  20. #include "RoundRect.h"
  21. #include "Polygon.h"
  22. #include "ModelCurve3Param.h"
  23. #include "ModelCurve2AvB.h"
  24. #include "BezierCurve.h"
  25. #include "FlRect.h"
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CGraphSoftApp:
  28. // See GraphSoft.cpp for the implementation of this class
  29. //
  30. class CGraphSoftApp : public CWinApp
  31. {
  32. public:
  33. CGraphSoftApp();
  34. public:
  35. //attributes
  36. CString m_strFileName;
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CGraphSoftApp)
  40. public:
  41. virtual BOOL InitInstance();
  42. virtual CDocument* OpenDocumentFile(LPCTSTR lpszFileName);
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. //{{AFX_MSG(CGraphSoftApp)
  46. afx_msg void OnAppAbout();
  47. afx_msg void OnFileOpen();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_GRAPHSOFT_H__20569A1E_7CA7_4961_AAEC_850C9E2765DC__INCLUDED_)