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

📄 resultview.h

📁 一个真正实用的应用程序
💻 H
字号:
#if !defined(AFX_RESULTVIEW_H__15135654_2D2E_11D2_91B7_B1357DAA023E__INCLUDED_)
#define AFX_RESULTVIEW_H__15135654_2D2E_11D2_91B7_B1357DAA023E__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// ResultView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CResultView view

class CResultView : public CScrollView
{
protected:
	CResultView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CResultView)

// Attributes
public:

// Operations
public:
	BOOL m_AddMode;
	WORD DelFaultRecord(struct FAULT_RECORD FaultRecord);
	BOOL AddFaultRecord(struct FAULT_RECORD FaultRecord);
	BOOL m_Mode;
	BOOL flag;
	void AddValue();
	int n;
	BOOL m_rmode;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CResultView)
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	virtual void OnInitialUpdate();     // first time after construct
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);	
	//}}AFX_VIRTUAL

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

	// Generated message map functions
	//{{AFX_MSG(CResultView)
	afx_msg void OnStatisFault();
	afx_msg void OnEditDelete();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RESULTVIEW_H__15135654_2D2E_11D2_91B7_B1357DAA023E__INCLUDED_)

⌨️ 快捷键说明

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