www.pudn.com > 毕业留念册.rar > BYD.h


// BYD.h : main header file for the BYD application 
// 
 
#if !defined(AFX_BYD_H__2F43DFEF_B046_4E15_89D9_B8B9E5A149D3__INCLUDED_) 
#define AFX_BYD_H__2F43DFEF_B046_4E15_89D9_B8B9E5A149D3__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CBYDApp: 
// See BYD.cpp for the implementation of this class 
// 
CString MCopyFile(CString name,HWND hWnd);   //存储所需声音图像文件并反悔文件名 
struct PictureIfo{ 
	CString introduction;      //照片简介 
	CString fileName;             //文件路径 
	UINT    mark;//特校选择标志 
	UINT   sFrame; 
}; 
 
class CBYDApp : public CWinApp 
{ 
public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	CBYDApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBYDApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CBYDApp) 
	afx_msg void OnAppAbout(); 
		// 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_BYD_H__2F43DFEF_B046_4E15_89D9_B8B9E5A149D3__INCLUDED_)