setwr1dlg.h

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

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

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

/////////////////////////////////////////////////////////////////////////////
// CSetWR1Dlg dialog

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

// Dialog Data
	//{{AFX_DATA(CSetWR1Dlg)
	enum { IDD = IDD_SET_WR1_DLG };
	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(CSetWR1Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSetWR1Dlg)
		// 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_SETWR1DLG_H__DF672826_A475_4CF1_87AC_C20C3A0B010C__INCLUDED_)

⌨️ 快捷键说明

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