www.pudn.com > mod_rssim6.zip > AdvEmulationDlg.h


#if !defined(AFX_ADVEMULATIONDLG_H__4AC409B4_17EB_4295_84E9_814AF3E31BB4__INCLUDED_) 
#define AFX_ADVEMULATIONDLG_H__4AC409B4_17EB_4295_84E9_814AF3E31BB4__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// AdvEmulationDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CAdvEmulationDlg dialog 
#include "resource.h" 
 
class CAdvEmulationDlg : public CDialog 
{ 
// Construction 
public: 
	CAdvEmulationDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CAdvEmulationDlg) 
	enum { IDD = IDD_ADVEMULATION }; 
	DWORD	m_numInputs; 
	DWORD	m_numOutputs; 
	DWORD	m_numHolding; 
	DWORD	m_numExtended; 
	DWORD	m_numAnalogs; 
	BOOL	m_MOSCADchecks; 
	DWORD	m_PDUSize; 
	BOOL	m_modifyThenRespond; 
	BOOL	m_disableWrites; 
	//}}AFX_DATA 
 
   CWnd* SetParentWnd(CWnd*pWndNew) {CWnd *pOld = pWndNew; m_pParentWnd = pWndNew; return(pOld);} 
 
   SetCurrentTopic  m_topic; 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAdvEmulationDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CAdvEmulationDlg) 
	virtual BOOL OnInitDialog(); 
	virtual void OnOK(); 
	afx_msg void OnDefaults(); 
	afx_msg void OnMaximum(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ADVEMULATIONDLG_H__4AC409B4_17EB_4295_84E9_814AF3E31BB4__INCLUDED_)