pressmanager.h

来自「以前给一个印刷厂开发的业务管理软件」· C头文件 代码 · 共 54 行

H
54
字号
// PressManager.h : main header file for the PRESSMANAGER application
//

#if !defined(AFX_PRESSMANAGER_H__A565C897_643A_47FD_B4DC_41F0396A16A8__INCLUDED_)
#define AFX_PRESSMANAGER_H__A565C897_643A_47FD_B4DC_41F0396A16A8__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

/////////////////////////////////////////////////////////////////////////////
// CPressManagerApp:
// See PressManager.cpp for the implementation of this class
//

class CPressManagerApp : public CWinApp
{
public:
	CPressManagerApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPressManagerApp)
	public:
	virtual BOOL InitInstance();
	virtual BOOL OnIdle(LONG lCount);
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CPressManagerApp)
	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()

private:
	void preinit();
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PRESSMANAGER_H__A565C897_643A_47FD_B4DC_41F0396A16A8__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?