CProgressST_demo.h
上传用户:pyhyhg
上传日期:2007-01-01
资源大小:191k
文件大小:1k
- // CProgressST_demo.h : main header file for the CPROGRESSST_DEMO application
- //
- #if !defined(AFX_CPROGRESSST_DEMO_H__D5444023_9E5E_11D2_9FD9_FDC64E3FC964__INCLUDED_)
- #define AFX_CPROGRESSST_DEMO_H__D5444023_9E5E_11D2_9FD9_FDC64E3FC964__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
- /////////////////////////////////////////////////////////////////////////////
- // CCProgressST_demoApp:
- // See CProgressST_demo.cpp for the implementation of this class
- //
- class CCProgressST_demoApp : public CWinApp
- {
- public:
- CCProgressST_demoApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCProgressST_demoApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CCProgressST_demoApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CPROGRESSST_DEMO_H__D5444023_9E5E_11D2_9FD9_FDC64E3FC964__INCLUDED_)