Dashed.h
上传用户:whjcdz88
上传日期:2011-09-07
资源大小:121k
文件大小:1k
- // Dashed.h : main header file for the DASHED application
- //
- #if !defined(AFX_DASHED_H__4651F816_870A_11D2_B58C_000000000000__INCLUDED_)
- #define AFX_DASHED_H__4651F816_870A_11D2_B58C_000000000000__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
- /////////////////////////////////////////////////////////////////////////////
- // CDashedApp:
- // See Dashed.cpp for the implementation of this class
- //
- class CDashedApp : public CWinApp
- {
- public:
- CDashedApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDashedApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CDashedApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DASHED_H__4651F816_870A_11D2_B58C_000000000000__INCLUDED_)