mainprint.h

来自「商品销售管理系统程序全套源码 gongnengxiangjin」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_MAINPRINT_H__E2C27161_60D7_42F7_ACA6_53BFDA311341__INCLUDED_)
#define AFX_MAINPRINT_H__E2C27161_60D7_42F7_ACA6_53BFDA311341__INCLUDED_

#include "RxRecordset.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MainPrint.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMainPrint frame

class CMainPrint : public CFrameWnd
{
protected: // create from serialization only
	CMainPrint();
	DECLARE_DYNCREATE(CMainPrint)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainPrint)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	//}}AFX_VIRTUAL

// Implementation
public:
	CToolBar m_ToolBar;
	virtual ~CMainPrint();
#ifdef _DEBUG
	virtual int OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

// Generated message map functions
protected:
	//{{AFX_MSG(CMainPrint)
	afx_msg void OnClose();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:

};

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

//{{AFX_INSERT_LOCATION}}

#endif 

⌨️ 快捷键说明

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