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

📄 ex07bview.h

📁 ISO9000质量管理小程序
💻 H
字号:
// Ex07bView.h : interface of the CEx07bView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_EX07BVIEW_H__AD13BFF8_F9F6_11D3_8A06_9863B9D7184F__INCLUDED_)
#define AFX_EX07BVIEW_H__AD13BFF8_F9F6_11D3_8A06_9863B9D7184F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Ex07bDoc.h"
#include "BtnST.h"	// Added by ClassView

class CEx07bView : public CFormView
{
protected: // create from serialization only
	CEx07bView();
	DECLARE_DYNCREATE(CEx07bView)

public:
	//{{AFX_DATA(CEx07bView)
	enum { IDD = IDD_EX07B_FORM };
	CString	m_sName;
	int Count;
	long Hz;
	float	m_lCode;
	//}}AFX_DATA

// Attributes
public:
	CEx07bDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEx07bView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	//}}AFX_VIRTUAL

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CEx07bView)
	afx_msg void OnNextRecord();
	afx_msg void OnAddRecord();
	afx_msg void OnTongji();
	afx_msg void OnPltxg();
	afx_msg void OnInsert();
	afx_msg void OnRemove();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CButtonST m_btnTongji;
	CButtonST m_btnXg;
	CButtonST m_btnInsert;
	CButtonST m_btnNext;
	CButtonST m_btnAdd;
	CButtonST m_btnDel256;
};

#ifndef _DEBUG  // debug version in Ex07bView.cpp
inline CEx07bDoc* CEx07bView::GetDocument()
   { return (CEx07bDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_EX07BVIEW_H__AD13BFF8_F9F6_11D3_8A06_9863B9D7184F__INCLUDED_)

⌨️ 快捷键说明

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