ps_in_ps.h
上传用户:raowubin
上传日期:2007-01-02
资源大小:19k
文件大小:1k
- // ps_in_ps.h : main header file for the PS_IN_PS application
- //
- #if !defined(AFX_PS_IN_PS_H__9D9751E4_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)
- #define AFX_PS_IN_PS_H__9D9751E4_5D6B_11D3_B3B5_DADCF6E30516__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
- /////////////////////////////////////////////////////////////////////////////
- // CPs_in_psApp:
- // See ps_in_ps.cpp for the implementation of this class
- //
- class CPs_in_psApp : public CWinApp
- {
- public:
- CPs_in_psApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPs_in_psApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CPs_in_psApp)
- // 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_PS_IN_PS_H__9D9751E4_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)