formclass.h

来自「该模拟器是在Keil7.0中使用。 只要把Ex02Dll.dll复制到 X:Ke」· C头文件 代码 · 共 61 行

H
61
字号
#if !defined(AFX_FORMCLASS_H__30DB714C_7A12_4046_9D25_75A0F4C4896A__INCLUDED_)
#define AFX_FORMCLASS_H__30DB714C_7A12_4046_9D25_75A0F4C4896A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFormclass dialog
extern AGSIMENU FormMenu;

class CFormclass : public CDialog
{
// Construction
private:
	int m_nTimer;
public:
	AGSIMENU *pM;

	CFormclass ::CFormclass (AGSIMENU *pMen, CWnd *pWnd);  // new constructor
	void Update (void);
    void DispPnum(DWORD Pnum,DWORD value);

// Dialog Data
	//{{AFX_DATA(CFormclass)
	enum { IDD = IDD_DIALOG1 };
	BOOL	m_check1;
	BOOL	m_check2;
	BOOL	m_check3;
	BOOL	m_check4;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFormclass)
	protected:
	virtual void PostNcDestroy();
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFormclass)
	afx_msg void OnClose();
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnPaint();
	afx_msg void OnButton1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FORMCLASS_H__30DB714C_7A12_4046_9D25_75A0F4C4896A__INCLUDED_)

⌨️ 快捷键说明

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