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

📄 sjaregview.h

📁 操作系统是Windows 98
💻 H
字号:
#if !defined(AFX_SJAREGVIEW_H__701B1722_1A6D_11D7_BC16_00022AB17CBE__INCLUDED_)
#define AFX_SJAREGVIEW_H__701B1722_1A6D_11D7_BC16_00022AB17CBE__INCLUDED_

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


#include "SJARegDoc.h"

/////////////////////////////////////////////////////////////////////////////
// CSJARegView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CSJARegView : public CFormView
{
protected:
	CSJARegView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CSJARegView)

	CSJARegDoc* GetDocument();
// Form Data
public:
	//{{AFX_DATA(CSJARegView)
	enum { IDD = IDD_SJAREG_FORM };
	BYTE	m_alc;
	BYTE	m_bus1;
	BYTE	m_bus2;
	BYTE	m_ecc;
	BYTE	m_inten;
	BYTE	m_int;
	BYTE	m_mode;
	BYTE	m_rxerr;
	BYTE	m_state;
	BYTE	m_txerr;
	BOOL	m_mode_4;
	BOOL	m_mode_3;
	BOOL	m_mode_2;
	BOOL	m_mode_1;
	BOOL	m_mode_0;
	BOOL	m_state_0;
	BOOL	m_state_1;
	BOOL	m_state_2;
	BOOL	m_state_3;
	BOOL	m_state_4;
	BOOL	m_state_5;
	BOOL	m_state_6;
	BOOL	m_state_7;
	BOOL	m_int_0;
	BOOL	m_int_1;
	BOOL	m_int_2;
	BOOL	m_int_3;
	BOOL	m_int_4;
	BOOL	m_int_5;
	BOOL	m_int_6;
	BOOL	m_int_7;
	BOOL	m_inten_0;
	BOOL	m_inten_1;
	BOOL	m_inten_2;
	BOOL	m_inten_3;
	BOOL	m_inten_4;
	BOOL	m_inten_5;
	BOOL	m_inten_6;
	BOOL	m_inten_7;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void ScanSJARegs();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSJARegView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

	// Generated message map functions
	//{{AFX_MSG(CSJARegView)
	afx_msg void OnButton1();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBrush m_bkbrush;
};

/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#ifndef _DEBUG                  // debug version in editpadview.cpp
inline CSJARegDoc *CSJARegView::GetDocument ()
{
  return (CSJARegDoc*) m_pDocument;
}
#endif
#endif // !defined(AFX_SJAREGVIEW_H__701B1722_1A6D_11D7_BC16_00022AB17CBE__INCLUDED_)

⌨️ 快捷键说明

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