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

📄 viewnum.h

📁 串口通信,R232.使用VC++ 编写.非常难得。欢迎大家传播下载
💻 H
字号:
#if !defined(AFX_VIEWNUM_H__3B74D992_90E8_4089_84C4_6FA9B1F6070E__INCLUDED_)
#define AFX_VIEWNUM_H__3B74D992_90E8_4089_84C4_6FA9B1F6070E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CViewNum dialog

class CViewNum : public CDialog
{
// Construction
public:
	CViewNum(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CViewNum)
	enum { IDD = IDD_VIEWNUM };
	CString	m_static1;
	CString	m_static2;
	CString	m_static3;
	CString	m_static4;
	CString	m_static5;
	CString	m_static6;
	CString	m_static7;
	CString	m_static8;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CViewNum)
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	virtual void OnCancel();
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBrush m_Brush;
};

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

#endif // !defined(AFX_VIEWNUM_H__3B74D992_90E8_4089_84C4_6FA9B1F6070E__INCLUDED_)

⌨️ 快捷键说明

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