www.pudn.com > Lib870-5Demo.rar > Slave101_DemoDlg.h


// Slave101_DemoDlg.h : header file 
// 
 
#if !defined(AFX_SLAVE101_DEMODLG_H__D393160C_119B_4EB3_A159_1FA709747189__INCLUDED_) 
#define AFX_SLAVE101_DEMODLG_H__D393160C_119B_4EB3_A159_1FA709747189__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "Slave101real.h" 
///////////////////////////////////////////////////////////////////////////// 
// CSlave101_DemoDlg dialog 
 
class CSlave101_DemoDlg : public CDialog 
{ 
// Construction 
public: 
	CSlave101real *real; 
	CSlave101_DemoDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CSlave101_DemoDlg) 
	enum { IDD = IDD_SLAVE101_DEMO_DIALOG }; 
	CComboBox	m_baudrate; 
	CComboBox	m_port; 
	CListBox	m_list; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSlave101_DemoDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CSlave101_DemoDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnBUTTONstart(); 
	afx_msg void OnBUTTONclose(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SLAVE101_DEMODLG_H__D393160C_119B_4EB3_A159_1FA709747189__INCLUDED_)