⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 irprtview.h

📁 evc开发的基于WINCE3。0的手持打印机的驱动软件
💻 H
字号:
// irprtView.h : interface of the CIrprtView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_IRPRTVIEW_H__46E0D5A8_8F6C_4D49_BDB6_612F7024EBE4__INCLUDED_)
#define AFX_IRPRTVIEW_H__46E0D5A8_8F6C_4D49_BDB6_612F7024EBE4__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CIrprtView : public CEditView
{
protected: // create from serialization only
	CIrprtView();
	DECLARE_DYNCREATE(CIrprtView)

// Attributes
public:
	CIrprtDoc* GetDocument();

// Operations
public:
	int Port;
	int Baud;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CIrprtView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CIrprtView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CIrprtView)
	afx_msg int OnCreate( LPCREATESTRUCT lpCreateStruct );
	afx_msg void OnSetFocus( CWnd* pOldWnd );
	afx_msg void OnDestroy();
	afx_msg void OnPrint();
	afx_msg void OnIrPrintSet();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in irprtView.cpp
inline CIrprtDoc* CIrprtView::GetDocument()
   { return (CIrprtDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_IRPRTVIEW_H__46E0D5A8_8F6C_4D49_BDB6_612F7024EBE4__INCLUDED_)

⌨️ 快捷键说明

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