www.pudn.com > ReadTypeAB.rar > ReadTypeABDlg.h, change:2004-06-09,size:1383b


// ReadTypeABDlg.h : header file 
// 
 
#if !defined(AFX_READTYPEABDLG_H__0CDA570A_C44B_4E48_A36A_6D08ABB6B854__INCLUDED_) 
#define AFX_READTYPEABDLG_H__0CDA570A_C44B_4E48_A36A_6D08ABB6B854__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CReadTypeABDlg dialog 
 
class CReadTypeABDlg : public CDialog 
{ 
// Construction 
public: 
	CReadTypeABDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CReadTypeABDlg) 
	enum { IDD = IDD_READTYPEAB_DIALOG }; 
	CListBox	m_lstNum; 
	CComboBox	m_comPort; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CReadTypeABDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CReadTypeABDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnConnect(); 
	afx_msg void OnClose(); 
	afx_msg void OnReadTypea(); 
	afx_msg void OnReadTypeb(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_READTYPEABDLG_H__0CDA570A_C44B_4E48_A36A_6D08ABB6B854__INCLUDED_)