- 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源码
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_)