www.pudn.com > pci7222vc.rar > pci7222Dlg.h


// pci7222Dlg.h : header file 
// 
#include "ch365dll.h" 
#include "ad.h" 
#include "dio.h" 
 
#if !defined(AFX_PCI7222DLG_H__5E8FAEB8_91CE_4F02_9EED_9AE5122C7D8E__INCLUDED_) 
#define AFX_PCI7222DLG_H__5E8FAEB8_91CE_4F02_9EED_9AE5122C7D8E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CPci7222Dlg dialog 
 
class CPci7222Dlg : public CDialog 
{ 
// Construction 
public: 
	CPci7222Dlg(CWnd* pParent = NULL);	// standard constructor 
	ad m_ad; 
	dio m_dio; 
// Dialog Data 
	//{{AFX_DATA(CPci7222Dlg) 
	enum { IDD = IDD_PCI7222_DIALOG }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CPci7222Dlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CPci7222Dlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnAdButton(); 
	afx_msg void OnDioButton(); 
	afx_msg void OnExitButt(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PCI7222DLG_H__5E8FAEB8_91CE_4F02_9EED_9AE5122C7D8E__INCLUDED_)