www.pudn.com > c02 vc6.rar > DisassemblyBar.h


// DisassemblyBar.h: interface for the CDisassemblyBar class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_DISASSEMBLYBAR_H__8BA55AFF_A421_4D9C_BF94_4F20D8F53777__INCLUDED_) 
#define AFX_DISASSEMBLYBAR_H__8BA55AFF_A421_4D9C_BF94_4F20D8F53777__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "DisassemblyCtrl.h" 
class CDisassemblyBar : public CCJControlBar   
{ 
public: 
	CDisassemblyBar(); 
	virtual ~CDisassemblyBar(); 
	CDisassemblyCtrl m_disassemctrl; 
 
	int UpdateText(CString str_dir); 
private: 
	 
	CFont			m_Font; 
 
protected: 
	//{{AFX_MSG(CWatchBar) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
 
	afx_msg void OnPaint(); 
 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
 
 
}; 
 
#endif // !defined(AFX_DISASSEMBLYBAR_H__8BA55AFF_A421_4D9C_BF94_4F20D8F53777__INCLUDED_)