www.pudn.com > PBMS.rar > PBMS.h
//==================================================================//
// 此项目飞狼工作室制作
//项 目 名: PBMS
//项目描述: 这是为了方便图书管理的软件。 功能特点:多用户、信息保密、还书提醒、资料保存。
//作 者: 龚勋
//日 期: 2003-11-14
//-=================================================================//
// PBMS.h : main header file for the PBMS application
//
#if !defined(AFX_PBMS_H__E9964FD8_7795_449E_8A0A_F1C2759566DC__INCLUDED_)
#define AFX_PBMS_H__E9964FD8_7795_449E_8A0A_F1C2759566DC__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
/////////////////////////////////////////////////////////////////////////////
// CPBMSApp:
// See PBMS.cpp for the implementation of this class
//
class CPBMSApp : public CWinApp
{
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
CPBMSApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPBMSApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CPBMSApp)
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_PBMS_H__E9964FD8_7795_449E_8A0A_F1C2759566DC__INCLUDED_)