setwr5dlg2a.h

来自「一个很好的VC++程序」· C头文件 代码 · 共 62 行

H
62
字号
#if !defined(AFX_SETWR5DLG2A_H__4C1275EB_F306_4293_853E_27EDD315F07F__INCLUDED_)
#define AFX_SETWR5DLG2A_H__4C1275EB_F306_4293_853E_27EDD315F07F__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSetWR5Dlg2A dialog

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

// Dialog Data
	//{{AFX_DATA(CSetWR5Dlg2A)
	enum { IDD = IDD_SET_WR5_DLG_2A };
	BOOL	m_B0;
	BOOL	m_B1;
	BOOL	m_B10;
	BOOL	m_B11;
	BOOL	m_B12;
	BOOL	m_B13;
	BOOL	m_B14;
	BOOL	m_B15;
	BOOL	m_B2;
	BOOL	m_B3;
	BOOL	m_B4;
	BOOL	m_B5;
	BOOL	m_B6;
	BOOL	m_B7;
	BOOL	m_B8;
	BOOL	m_B9;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetWR5Dlg2A)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SETWR5DLG2A_H__4C1275EB_F306_4293_853E_27EDD315F07F__INCLUDED_)

⌨️ 快捷键说明

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