www.pudn.com > DiskInfo.tgz > DiskInfo.h


// DiskInfo.h : main header file for the DISKINFO application 
// 
 
#if !defined(AFX_DISKINFO_H__C3455E37_7FBF_11D2_929A_0080C8E7F1DB__INCLUDED_) 
#define AFX_DISKINFO_H__C3455E37_7FBF_11D2_929A_0080C8E7F1DB__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 "InfoFrame.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CDiskInfoApp: 
// See DiskInfo.cpp for the implementation of this class 
// 
 
class CDiskInfoApp : public CWinApp 
{ 
public: 
	CDiskInfoApp(); 
 
	CInfoFrame m_infoFrame; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDiskInfoApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int ExitInstance(); 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	 
public: 
	BOOL FirstInstance(); 
	//{{AFX_MSG(CDiskInfoApp) 
	afx_msg void OnAppAbout(); 
	afx_msg void OnSwitchMainWindow(); 
	afx_msg void OnOptions(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DISKINFO_H__C3455E37_7FBF_11D2_929A_0080C8E7F1DB__INCLUDED_)