www.pudn.com > C8051JTAG_SRC.rar > C8051JTAGDlg.h


// C8051JTAGDlg.h : header file 
// 
 
#if !defined(AFX_C8051JTAGDLG_H__FC63A0F3_9DE6_40AF_94DC_1553FCB53C02__INCLUDED_) 
#define AFX_C8051JTAGDLG_H__FC63A0F3_9DE6_40AF_94DC_1553FCB53C02__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CC8051'jtag.hJTAGDlg dialog 
#include "jtag.h" 
#include "C8051.h" 
#include "hex2bin.h" 
#include "ProgThreah.h" 
class CC8051JTAGDlg : public CDialog 
{ 
// Construction 
public: 
	int fnVerify(); 
	int fnRead(); 
	int fnWriteVery(); 
	CC8051JTAGDlg(CWnd* pParent = NULL);	// standard constructor 
	jtag c_jtag,*p_jtag; 
	hex2bin c_hex2bin; 
	CString strFileWPath; 
	int iXXX; 
// Dialog Data 
	//{{AFX_DATA(CC8051JTAGDlg) 
	enum { IDD = IDD_C8051JTAG_DIALOG }; 
	CListBox	m_ctrlList; 
	CComboBox	m_ccCpuType; 
	CComboBox	m_ccCabType; 
	CProgressCtrl	m_ctrlProcess; 
	CString	m_strMsg; 
	CString	m_strSadd; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CC8051JTAGDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	ProgThreah *pProgThread; 
	// Generated message map functions 
	//{{AFX_MSG(CC8051JTAGDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnClose(); 
	virtual void OnOK(); 
	afx_msg void OnButtonFilerd(); 
	afx_msg void OnButtonRead(); 
	afx_msg void OnButtonWv(); 
	afx_msg void OnButtonEras(); 
	afx_msg void OnSelchangeComboCabtype(); 
	afx_msg void OnUpdateEditSadd(); 
	afx_msg void OnButtonVery(); 
	afx_msg void OnButtonAbout(); 
	afx_msg void OnDblclkListMsg(); 
	afx_msg void OnCheckHigh(); 
	afx_msg void OnSelchangeComboCputype(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_C8051JTAGDLG_H__FC63A0F3_9DE6_40AF_94DC_1553FCB53C02__INCLUDED_)