CAD2006.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- // CAD2006.h : main header file for the CAD2006 application
- //
- #if !defined(AFX_CAD2006_H__B3734CA2_7644_4692_8F6A_9CB4E1864E7E__INCLUDED_)
- #define AFX_CAD2006_H__B3734CA2_7644_4692_8F6A_9CB4E1864E7E__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
- /////////////////////////////////////////////////////////////////////////////
- // CCAD2006App:
- // See CAD2006.cpp for the implementation of this class
- //
- class CCAD2006App : public CWinApp
- {
- public:
- CCAD2006App();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCAD2006App)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CCAD2006App)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CAD2006_H__B3734CA2_7644_4692_8F6A_9CB4E1864E7E__INCLUDED_)