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


// Master101_DemoDlg.h : header file 
// 
 
#if !defined(AFX_MASTER101_DEMODLG_H__1A249519_3F8E_4FA3_87D7_FE483031A668__INCLUDED_) 
#define AFX_MASTER101_DEMODLG_H__1A249519_3F8E_4FA3_87D7_FE483031A668__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
class CMaster101real; 
///////////////////////////////////////////////////////////////////////////// 
// CMaster101_DemoDlg dialog 
class CMaster101_DemoDlg : public CDialog 
{ 
// Construction 
public: 
	CMaster101_DemoDlg(CWnd* pParent = NULL);	// standard constructor 
	CMaster101real *real; 
	 
// Dialog Data 
	//{{AFX_DATA(CMaster101_DemoDlg) 
	enum { IDD = IDD_MASTER101_DEMO_DIALOG }; 
	CComboBox	m_baudrate; 
	CComboBox	m_port; 
	CListBox	m_list; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMaster101_DemoDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	void SendMsg(BYTE *Txbuf,int Txlen); 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CMaster101_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 OnBUTTONstop(); 
	afx_msg void OnBUTTONreqcall(); 
	afx_msg void OnBUTTONreqgrp1(); 
	afx_msg void OnBUTTONreqdata(); 
	afx_msg void OnBUTTONcontrolselect(); 
	afx_msg void OnBUTTONcontroloperate(); 
	afx_msg void OnBUTTONcontroldeact(); 
	afx_msg void OnBUTTONreqcd(); 
	afx_msg void OnBUTTONdownloadcd(); 
	afx_msg void OnBUTTONsynclock(); 
	afx_msg void OnBUTTONfreezeIT(); 
	afx_msg void OnBUTTONreqIT(); 
	afx_msg void OnBUTTONreqITgrp1(); 
	afx_msg void OnBUTTONresetproc(); 
	afx_msg void OnBUTTONresetbuff(); 
	afx_msg void OnBUTTONtest(); 
	afx_msg void OnBUTTONsetMENA(); 
	afx_msg void OnBUTTONsetPMENA(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MASTER101_DEMODLG_H__1A249519_3F8E_4FA3_87D7_FE483031A668__INCLUDED_)