www.pudn.com > DNC.rar > NC.h


// NC.h : main header file for the NC application 
// 
 
#if !defined(AFX_NC_H__6E8FD772_72ED_4B87_8955_C5700BC23A7D__INCLUDED_) 
#define AFX_NC_H__6E8FD772_72ED_4B87_8955_C5700BC23A7D__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CNCApp: 
// See NC.cpp for the implementation of this class 
// 
 
class CNCApp : public CWinApp 
{ 
public: 
	CNCApp(); 
	CDatabase m_DB; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CNCApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CNCApp) 
	afx_msg void OnRegister(); 
	afx_msg void OnExit(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_NC_H__6E8FD772_72ED_4B87_8955_C5700BC23A7D__INCLUDED_)