www.pudn.com > sdi-dialog-bmp.rar > dbulin.h


// dbulin.h : main header file for the DBULIN application 
// 
 
#if !defined(AFX_DBULIN_H__1FE677C4_1176_4ACD_BF90_1EC01B945E1A__INCLUDED_) 
#define AFX_DBULIN_H__1FE677C4_1176_4ACD_BF90_1EC01B945E1A__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 "GetImageDlg.h" 
#include ".\\DIB.H"	// Added by ClassView 
 
///////////////////////////////////////////////////////////////////////////// 
// CDbulinApp: 
// See dbulin.cpp for the implementation of this class 
// 
 
 
class CDbulinApp : public CWinApp 
{ 
public: 
	CDib m_dib; 
	 
	CDbulinApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDbulinApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CDbulinApp) 
	afx_msg void OnAppAbout(); 
	afx_msg void OnBegin(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DBULIN_H__1FE677C4_1176_4ACD_BF90_1EC01B945E1A__INCLUDED_)