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

📄 relay.h

📁 645规约表计抄读设置软件 江苏省复费率表抄读设置 采用VC做得界面
💻 H
字号:
#if !defined(AFX_RELAY_H__07C4F03B_034A_4355_AA8B_F1B7764B8B0B__INCLUDED_)
#define AFX_RELAY_H__07C4F03B_034A_4355_AA8B_F1B7764B8B0B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// relay dialog

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

// Dialog Data
	//{{AFX_DATA(relay)
	enum { IDD = IDD_RF_RELAY };
	CString	m_relay1;
	CString	m_relay2;
	CString	m_relay3;
	CString	m_relay4;
	CString	m_relay5;
	CString	m_relay6;
	CString	m_relay7;
	CString	m_relay8;
	BOOL	m_needrelay;
	UINT	m_relaynumber;
	//}}AFX_DATA


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

// Implementation
protected:

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

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

#endif // !defined(AFX_RELAY_H__07C4F03B_034A_4355_AA8B_F1B7764B8B0B__INCLUDED_)

⌨️ 快捷键说明

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