www.pudn.com > 毕业留念册.rar > Browse.h
// Browse.h : main header file for the BROWSE application
//
#if !defined(AFX_BROWSE_H__B2D6F363_25A0_4F1F_8E50_AC0A0E9F764E__INCLUDED_)
#define AFX_BROWSE_H__B2D6F363_25A0_4F1F_8E50_AC0A0E9F764E__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
/////////////////////////////////////////////////////////////////////////////
// CBrowseApp:
// See Browse.cpp for the implementation of this class
//
struct PictureIfo{
CString introduction; //照片简介
CString fileName; //文件路径
UINT mark;//特校选择标志
UINT sFrame;
};
class CBrowseApp : public CWinApp
{
public:
CBrowseApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBrowseApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CBrowseApp)
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_BROWSE_H__B2D6F363_25A0_4F1F_8E50_AC0A0E9F764E__INCLUDED_)